C/C++
Code
- Commandline Argument Parser: Simple, intuitive and complete command line argument parser in C++
- Configuration File Parser: A robust configuration file reader/writer that reads in keyword = value pairs and supports [ini-style-sections]
- split_line: split_line is a clean STL string tokenizer that supports user provided delimiters, escape characters, quoted text and more in less than 100 lines of code
Docs
Python
Docs & Books
- Library Reference: http://www.python.org/doc/2.4.1/lib/lib.html
- Beginners Code Samples: http://www.uselesspython.com/sourcecode.php
Extensions
- Network: http://twistedmatrix.com/
- GUI: wxPython http://www.wxpython.org/
- GUI Designer: PythonCard http://pythoncard.sourceforge.net/
- Windows Executables: http://starship.python.net/crew/theller/py2exe/index.html
Network Code
- non-blocking http server: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/425210
- ThreadedXMLRPCServer: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/425043
- Synchronized Object passend zu threads: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65202
GUI Code
- GUI Devel Tools Übersicht: http://wiki.wxpython.org/index.cgi/wxPythonPit_Apps
- Crash Kurs: http://wiki.wxpython.org/index.cgi/CrashCourse