this early morning
March 29th, 2010 - 04:28:57

put my ears to : Eternity - Robbie Williams

When evertything’s made to be broken
March 28th, 2010 - 05:48:08

Needs : A4 + Nokia 7710 + pencil + Pepsi
a little cropping and set the saturation to zero, to make sure it’s only black and white :)

smile upon A4 paper
March 26th, 2010 - 02:56:36

This is just another sketch. Since the scanner had been taken away, I captured it with my old Nokia 7710.
No editing needed, just a little cropping and set the saturation to zero.

so who the hell is she?
well.. she’s just a dancer with a nice smile and I just sketch her up.

Long Term Purpose
March 15th, 2010 - 05:11:22

For a long term purpose, I’d rather put my priority on  the consistency and stability.
Just like I said, there’s no such thing called grey, it’s only black or white.

start talking..
March 14th, 2010 - 15:14:49

this was created to bring registered users to IRC channel.
irc socket php ajax
Needs : java(socket) + Pircbot java API + php + ajax + ircd + students.ittelkom.ac.id

Just another one
January 21st, 2010 - 08:51:02

ketkp.in simple URL shortener

Just another URL shortener, but more simple and came up with more familiar name :)
There are three simple ways to create TKP url :

goto http://ketkp.in and paste your url there

using TKP creator
TKP creator is some kind of bookmark that allows you to create your TKP url only with one single click. learn more here

using Firefox add on
This is another way to create your TKP url, simply using context menu on your firefox to create TKP.

Playlist Generator
January 19th, 2010 - 23:30:42

My hard drive was  formatted…
Damn.. all my mp3s were gone
So how do I listen to music, hmm.. I’d usually using AOL radio, but I can only listen to what aol playing based on available categories, so when I found my neighbor server, It shares mp3 files via web server. But I only have two hands.. not enough to copy all the mp3 links and paste them to my player.
So I created this, to generate playlist from web server contains mp3 files.
look like these


with this php code, you can generate playlist from all mp3s on this server

<?
$url="http://10.14.12.11/music/Barat/";
$depth=3;
$track_ar=Array();
function get_track($u,$d){
  global $depth;
  global $track_ar;
  if($d>=1){
    $s1=@file_get_contents($u);
    $p=str_replace("\"","'",$s1);
    $p1=explode("href='",$p);
    foreach($p1 as $item){
       $p2=explode("'",$item);
       $head=substr($p2[0],0,1);
       $tail=substr($p2[0],-1);
       $tail2=substr($p2[0],-3);
       if(strtolower($tail2)=="mp3"){
          $track_ar[]=$p2[0];
          echo $u.$p2[0]."\n";
       }else if(($tail=="/")&&($head!="/")){
            get_track($u.$p2[0],$d-1);
       }
    }
  }
}
get_track($url,$depth);
?>


Then you can just save it as a .m3u file and open it with your favourite mp3 player like ITunes or winamp

will get used to it
January 13th, 2010 - 04:44:18

using two fingers for right click, and more :P

cleared out
December 29th, 2009 - 17:53:52

something gray, needed to be cleared out..
it doesn’t matter if it turns into black or white..

cloverfield
December 28th, 2009 - 18:58:09

this movie is just great.. I’m watching it…, again