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