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 [16.09.2005 15:53 (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++ ===== ===== 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 ==== ==== Docs ====
 http://www.sgi.com/tech/stl/ http://www.sgi.com/tech/stl/
 +
  
 ===== Python ===== ===== Python =====
Zeile 8: Zeile 14:
 http://www.python.org/ http://www.python.org/
  
-==== Docs ==== +==== Docs & Books ====
-  * Tutorial: http://www.python.org/doc/2.4.1/tut/tut.html+
   * Library Reference: http://www.python.org/doc/2.4.1/lib/lib.html   * 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/   * http://diveintopython.org/
 +
 +==== Extensions ====
   * Network: http://twistedmatrix.com/   * 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 ====+==== Network Code ====
   * http://squirl.nightmare.com/medusa/async_sockets.html   * http://squirl.nightmare.com/medusa/async_sockets.html
   * non-blocking http server: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/425210   * non-blocking http server: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/425210
Zeile 20: Zeile 32:
   * Synchronized Object passend zu threads: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65202   * Synchronized Object passend zu threads: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65202
  
-==== GUI (wxPython) ==== +==== GUI Code ====
-  * wxPython http://www.wxpython.org/+
   * Crash Kurs: http://wiki.wxpython.org/index.cgi/CrashCourse   * Crash Kurs: http://wiki.wxpython.org/index.cgi/CrashCourse
   * PopupMenu: http://wiki.wxpython.org/index.cgi/PopupMenuRevised   * PopupMenu: http://wiki.wxpython.org/index.cgi/PopupMenuRevised
  
-==== Executables ==== +==== XML ==== 
-  * Windows: http://starship.python.net/crew/theller/py2exe/index.html +  * 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 ===== ===== Lua =====
  
 http://www.lua.org 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