===== C/C++ ===== ==== Code ==== * [[arguments|Commandline Argument Parser]]: Simple, intuitive and complete command line argument parser in C++ * [[cfg_parser|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 ==== http://www.sgi.com/tech/stl/ ===== Python ===== http://www.python.org/ ==== Docs & Books ==== * Library Reference: http://www.python.org/doc/2.4.1/lib/lib.html * Tutorial: http://www.python.org/doc/2.4.1/tut/tut.html * Beginners Code Samples: http://www.uselesspython.com/sourcecode.php * http://diveintopython.org/ ==== 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 ==== * http://squirl.nightmare.com/medusa/async_sockets.html * 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 * PopupMenu: http://wiki.wxpython.org/index.cgi/PopupMenuRevised ==== XML ==== * SAX Examples: http://mail.python.org/pipermail/python-dev/2000-October/009946.html * SAX Processing: http://webservices.devchannel.org/webserviceschannel/04/05/25/1414203.shtml?tid=7 ===== Lua ===== http://www.lua.org ===== AppleScript ===== * http://www.apple.com/applescript/resources/ ===== PHP ===== * Templates: http://www.sitepoint.com/forums/showpost.php?postid=498687&pos%20tcount=15