Kore Nordmann - PHP / Projects / Politics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann :Date: Fri, 27 Jul 2007 11:17:49 +0200 :Revision: 1 :Copyright: CC by-sa ================= PHP Code Snippets ================= You can find some old PHP Codesnippets which are still linked and found by some searchengines, so I do not want to remove them from my website. Code which still is linked: - Sorting algorithms Sample implementations of quicksort and mergesort with PHP. It does not make any sense to use them, but they are probably usefull for understanding how these algorithms work. - Image manipulations Some algorithms for modifying images. - Filters - Median - MeanValue - WightedMeanValue - SaltAndPepper - Color transformations - Scaling Not on this website any more: - Script for grabbing all the pictures from `skins.be`__ This script did not work any more. They changed their page structure. For HTML-Progressbars you may use the PEAR package `HTML_Progress2`__. - Sourcehighlighting The script was ugly, slow and not really usefull. __ http://skins.be __ http://pear.php.net/package/HTML_Progress2