..jangan gugurkan pahalaku hanya karena secuil rindu yang mengganggu..
Random header image... Refresh for more!

Category — Bookmark

NBU Explorer

Program untuk melihat dan memekarkan file dengan ekstensi *.DBU. Itu lho, hasil bikinan backup PCSuite atau OVI Manager nya Nokia.

Langsung ke TKP aja ya!

http://sourceforge.net/projects/nbuexplorer/

Nokia NBU, NFB & NFC backup file (produced by Nokia Content Copier) and ARC backup file (phone side backup to memory card) parser, extractor and viewer. It can help you to check content of backup or extract files from it. Requires MS .Net Framework 2

September 18, 2011   2 Comments

Linux Baby Rocker

Nemu di yutub. Cocok buat antum yang punya adek bayi. Bisa ditimang-timang dengan optical drive. Cekidot, gan!

#!/bin/sh
while [1 = 1]
do
   #eject cdrom
   eject

   #pull cdrom tray back in
   eject -t
done

September 9, 2011   4 Comments

Daripada Bengong

if (function_exists('aaa')) {
aaa(parameters);
}
else {
// optional: no aaa, so do something else
}

sumber : http://wordpress.org/support/topic/if-function-exists-pluginifying-my-theme

May 26, 2011   No Comments