Weblog von cs
On Debian:
apt-get install php5-xdebug kcachegrind
Having the xdebug module around will already provide better debugging output in case of fatal errors and uncaught exceptions. The output can still be tweaked though:
In /etc/php5/conf.d/xdebug.ini, below the zend_extension line, add the following:
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = 2048
xdebug.var_display_max_depth = 10
For profiling, add:
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /my/desired/outputdir
Für ähnliche (englische) Aussprache:
Soundex
Metaphone
Für ähnliche Schreibweise:
Levenshtein-Distanz
similar_text
http://www-cs-students.stanford.edu/~blynn/gitmagic/
http://www.newartisans.com/2008/04/git-from-the-bottom-up.html
(via Kris Köhntopp)
Weitere:
http://gitready.com/ (viele kleine Artikel zu einzelnen Fragen und Problemstellungen)
http://book.git-scm.com/ (Git Community Book)
http://git.or.cz/course/svn.html (Git-Einführung für SVN-Nutzer)
Kris Köhntopp erklärt das Ausetzen eines OpenVPN-Servers: http://blog.koehntopp.de/archives/2584-Einen-openvpn-Server-aufsetzen.html
Top 500 der beliebtesten Vornamen: http://www.beliebte-vornamen.de/2008-top500
Vornamenssuche: http://www.babyclub.de/vornamen/namensbedeutung.html
Info über verschiedene Codes und ihre Datendichte: http://www.codinghorror.com/blog/archives/001292.html
Außerdem wird ein GPL-Programm vorgestellt, das Backup auf Papier erlaubt. Leider für Windows. :-(