Ngeblog in PHPClasses

high quality dark moon rising movie moby dick download full film Yesterday, i receive this email from PHPClasses, arthur full This message is to let you know that your package “Ngeblog” was considered notable. Congratulations! ***** This means that the site users interested in packages that have something special, are being notified to pay special …

Yet Another TextTwist Solver

So, couple days ago, i found this nice Perl script to solve TextTwist games in Priyadi’s blog. And i said to myself, “hmm, i think i can make it too in PHP”. So here you go, <?php function yatts($words) { $pspell_link = pspell_new(“en”); $aword=str_split($words); $length = count($aword); $res=array(); for ( $sublength=3;$sublength<$length;$sublength++ ) { for ( …

How to Access Blogger using PHP and GData Format

If you were like me, you wanted to be able to access Blogger using your own interface. Unfortunately, many Blogger API’s out there still using Atom API, which will be deprecated soon. Google plans to change it using Blogger GData API. What is Blogger GData API? This is what the guidelines said, The Blogger data …

Every woman in the house, please stand up!

How many of you who know female programmer? I know many, and they’re darn good. But still it seems that programming and hacking is dominated by male. I think that’s because their voice isn’t loud enough. There are so few startups founded by women for example. Paul graham have a good explanation on this, limitless …