====== Development Links ====== ==== MySQL ==== * MySQL 5.0 Reference Manual \\ -> http://dev.mysql.com/doc/refman/5.0/en/ ==== HTML ==== * HTML 4 Reference \\ -> http://htmlhelp.com/reference/html40/ * CSS Guide -> http://htmlhelp.com/reference/css/ * About refresh etc -> [[ http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost |Redirect after Post]] ==== Open Source en GPL ==== * http://www.fsf.org/ * http://www.opensource.org/ * http://www.gnu.org/licenses/gpl.html * http://www.gnu.org/philosophy/enforcing-gpl.nl.html * http://www.livre.nl/opensourcesoftware * [[ http://www.livre.nl/achtergronden/juridisch/gpl-versie-3-is-in-feite-tegen-open-source-27072007.html| GPL versie 3 is in feite tegen open source ]] * http://gpl-violations.org/index.html * http://en.wikipedia.org/wiki/GNU_General_Public_License * http://en.wikipedia.org/wiki/Free_software_license * [[ http://www.gnome.org/~markmc/openssl-and-the-gpl.html| The OpenSSL License and The GPL ]] * [[ http://www.iusmentis.com/computerprogrammas/opensourcesoftware/praktijkgids/| Open Source Partijk Gids ]] * [[ http://www.fsf.org/licensing/licenses/quick-guide-gplv3.html| A Quick Guide to GPLv3]] * [[ http://en.wikipedia.org/wiki/Free_and_open_source_software| FOSS or FLOSS, Free and Open-Source Software ]] * Palamida tracks GPL v3 usage \\ -> http://gpl3.palamida.com/ ==== Perl ==== * http://perldoc.perl.org/ * http://perldoc.perl.org/functions/fork.html * Perldoc cheatsheet -> http://perldoc.perl.org/perlcheat.html * NetAddr-IP -> http://search.cpan.org/dist/NetAddr-IP/IP.pm * Create a module instead of "Including files" \\ -> http://www.perlmonks.org/?node_id=393426 * [[ http://template-toolkit.org/docs/manual/index.html| Template Toolkit ]] * [[ http://search.cpan.org/dist/Template-Toolkit/lib/Template.pm| Template Toolkit (CPAN) ]] * http://search.cpan.org/ ==== PHP ===== * http://nl.php.net/ * [[:phpmultilanguage]] ==== Eclipse ==== * http://www.eclipse.org/ * Eclipsepedia (wiki) -> http://wiki.eclipse.org/Main_Page ==== Windows Installer ==== * NSIS (Nullsoft Scriptable Install System) -> http://nsis.sourceforge.net/ * [[wp>Nullsoft_Scriptable_Install_System|Nullsoft Scriptable Install System]] * [[ http://openvpn.se/files/howto/openvpn-howto_roll_your_own_installation_package.html| built your own OpenVPN install-script ]] * Inno Setup Script -> http://www.jrsoftware.org/isinfo.php * EclipseNSIS -> http://eclipsensis.sourceforge.net/index.shtml * http://nsis.sourceforge.net/A_simple_windows_default_notepad_replacement_script ==== Regular Expressions ==== * http://regexlib.com/Default.aspx ==== syslog ==== * [[wp>Syslog]] * [[http://www.ietf.org/rfc/rfc3164.txt|RFC 3164]] = The BSD syslog Protocol * http://www.monitorware.com/common/en/articles/syslog-described.php === Perl syslog === * http://perldoc.perl.org/Sys/Syslog.html * http://lexington.pm.org/meetings/022001.html === PHP syslog === * http://php.net/manual/en/function.syslog.php