Solving Every Sudoku Puzzle [by Peter Norvig]

http://norvig.com/sudoku.html An essay by Peter Norvig showing how to program sudoku solver. Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.

libgit2: a linkable library for Git

http://libgit2.github.com/ normal git library, cab be used to create bindings to git (not libgit.a horror from official gir project )

Jobs - Mixpanel | Real-time Web Analytics, Funnel Analysis

http://mixpanel.com/jobs/?from=code

superjoe30's PyWaveform at master - GitHub

https://github.com/superjoe30/PyWaveform C utility and Python bindings for generating waveform images out wave files

[cross-lang object serialization library] The MessagePack Project

http://msgpack.sourceforge.net/ “MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.” cpan Data::MessagePack

Anatomy of the libvirt virtualization library

http://www.ibm.com/developerworks/linux/library/l-libvirt/index.html useful article about “libvirt” - a common management interface for different visualization software

[rus] Взлом каптчи файлообменника / Искусственный интеллект / Хабрахабр

http://habrahabr.ru/blogs/artificial_intelligence/67194/#habracut how to break captcha using python and fann (FAst Neural Network )

[2009 Presentation on SkyTools from Skype] Image:Moskva DB Tools.v3.pdf - PostgreSQL Wiki

http://wiki.postgresql.org/wiki/Image:Moskva_DB_Tools.v3.pdf Link to a page with a download for file:Moskva_DB_Tools.v3.pdf‎ (file size: 488 KB, MIME type: application/pdf)

PyODConverter | Art of Solving [MS Office -> PDF using openoffice.org package in server mode]

http://www.artofsolving.com/opensource/pyodconverter PyODConverter

Pitrtools - Trac /set of tools for setting up PITR on PostgreSQL/

https://projects.commandprompt.com/public/pitrtools/ PITRTools is a set of wrapper scripts that provide warm standby functionality to PostgreSQL. The software is essentially two scripts, cmd_archiver.py and cmd_standby.py. The project is under the BSD license.