programmieren

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
programmieren [05.01.2006 23:50 (vor 19 Jahren)] cwachaprogrammieren [15.07.2006 21:22 (vor 18 Jahren)] – (alte Version wieder hergestellt) 127.0.0.1
Zeile 1: Zeile 1:
 +===== 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 ====
 +  * 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
  • programmieren.txt
  • Zuletzt geändert: 16.11.2016 23:18 (vor 8 Jahren)
  • von 127.0.0.1