-->

Artikel Terbaru

Disabling / Enabling Just-In-Time Debugging

To Enabling or disabling just in time debugger, which in some case very disturbing me....:P, after search on site i found it in msdn site th...
julis julis

JAVA Class: Convert Number to Text

This is a part of program for converting number to text in indonesian language. I use this program to complete my final project. I hope this...
julis julis

Weird Integer Arithmetic

The division operator "/" means integer division if there is an integer on both sides of it. If one or two sides has a floating po...
julis julis

Get Year, Month in PostgreSQL

This example will show you how to get year, month using date_part from table in PostgreSQL database. The date_part function is the tradit...
julis julis

Recover Partition Table

setelah sekian lama tidak blogging, akhirnya sekarang saya punya kesempatan untuk blogging lagi. Kali ini, saya akan menceritakan pengalaman...
julis julis

Boot order PATA and SATA makes a problem

.fullpost{display:none;} I get a case, there is my neighbour's PC that cannot display anything, but the power is ON. that PC have two ha...
julis julis

Installing Symfony PHP Framework on XAMPP

This is steps to installing Symfony PHP Framework on XAMPP manually (without pear) (asumed XAMPP is installed in  c:\) 1. Download symfony s...
julis julis

Installing Symfony PHP Framework on XAMPP

This is steps to installing Symfony PHP Framework on XAMPP manually (without pear) (asumed XAMPP is installed in  c:\) 1. Download symfony s...
julis julis

Format Numbers in Python 2.5 Using Locale

>>> import locale >>> locale.format("%i",35000,1) '35000' >>> locale.setlocale(locale.LC_ALL,&#...
julis julis

Ignoring files in SVN using subclipse

1. right click on the folder 2. choose "team"->"set property" menu 3. from dropdown property name field select "...
julis julis