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
programmieren [12.10.2005 08:57 (vor 19 Jahren)] cwachaprogrammieren [16.11.2016 23:18 (vor 8 Jahren)] (aktuell) – Externe Bearbeitung 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 27: Zeile 33:
  
 ==== GUI Code ==== ==== GUI Code ====
 +  * GUI Devel Tools Übersicht: http://wiki.wxpython.org/index.cgi/wxPythonPit_Apps
   * 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
Zeile 43: Zeile 50:
  
  
 +===== PHP =====
 +
 +  * Templates: http://www.sitepoint.com/forums/showpost.php?postid=498687&pos%20tcount=15
  • programmieren.1129100253.txt.gz
  • Zuletzt geändert: 16.11.2016 23:16 (vor 8 Jahren)
  • (Externe Bearbeitung)