January 28, 2012

Degrees To Radians

[php] /* * @convert degrees to radians * @param float $degrees * @return float */ function DegreeToRadian($degrees) { /*** do the math ***/ return $degrees * pi() / 180; } [/php] … [Read More...]

Radians To Degrees

[php] /* * @convert radians to degrees * @param float $radians * @return float */ function radiansToDegrees($radians) { return $radians * 180 / pi(); } [/php] … [Read More...]

Remove all non alpha numeric characters except a space

[php] [/php] … [Read More...]

objectToArray

[Read More...]

auto-pligg

auto-pligg … [Read More...]

List of Free Web Directories

http://www.onewaytextlink.com/links.php?type=free http://topsitetools.com/auto-submit-website-tools/top-100-google-yahoo-blog-submission-sites.html … [Read More...]

translate with bing

[code] echo translateBing($text,$fromLang,$toLang); function translateBing($text, $fromLang, $toLang) { $res = ''; $step = 10000; //10240; for ($i = 0; $i < strlen($text); $i += $step) { $subtext = substr($text, $i, $step); $res .=  … [Read More...]

Non sai cosa scrivere ?

non sai cosa scrivere ? non riesci a scrivere l'articolo al giorno ? usiamo i database di articoli … [Read More...]

Professioni informatiche

1) Il Project Manager è una persona che pensa che 9 donne possono fare un bambino in 1 mese. 2) Lo Sviluppatore è la persona che pensa che ci vorranno 18 mesi per fare un bambino 3) Il Coordinatore locale è uno che pensa che 1 donna può fare 9 bambini in … [Read More...]

Sprite Sheep Worms

http://wormsmania.blogspot.com/ http://www.gsarchives.net/index2.php?category=all&system=computer&game=worms_armageddon&type=sprites&level0=animated http://www.yoda.arachsys.com/worms/wa/anims/gfx/ … [Read More...]