Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
| programmieren [29.11.2006 11:03 (vor 20 Jahren)] – cwacha | programmieren [16.11.2016 23:18 (vor 10 Jahren)] (aktuell) – Externe Bearbeitung 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/ | ||
| + | * [[split_line]]: | ||
| + | |||
| + | ==== Docs ==== | ||
| + | http:// | ||
| + | |||
| + | |||
| + | ===== Python ===== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ==== Docs & Books ==== | ||
| + | * Library Reference: http:// | ||
| + | * Tutorial: http:// | ||
| + | * Beginners Code Samples: http:// | ||
| + | * http:// | ||
| + | |||
| + | ==== Extensions ==== | ||
| + | * Network: http:// | ||
| + | * GUI: wxPython http:// | ||
| + | * GUI Designer: PythonCard http:// | ||
| + | * Windows Executables: | ||
| + | |||
| + | ==== Network Code ==== | ||
| + | * http:// | ||
| + | * non-blocking http server: http:// | ||
| + | * ThreadedXMLRPCServer: | ||
| + | * Synchronized Object passend zu threads: http:// | ||
| + | |||
| + | ==== GUI Code ==== | ||
| + | * GUI Devel Tools Übersicht: http:// | ||
| + | * Crash Kurs: http:// | ||
| + | * PopupMenu: http:// | ||
| + | |||
| + | ==== XML ==== | ||
| + | * SAX Examples: http:// | ||
| + | * SAX Processing: http:// | ||
| + | |||
| + | ===== Lua ===== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ===== AppleScript ===== | ||
| + | |||
| + | * http:// | ||
| + | |||
| + | |||
| + | ===== PHP ===== | ||
| + | |||
| + | * Templates: http:// | ||