ASP.Net Troubleshooting for Dummies(2)

Well, this time I found an error that not really describing the error.The error is “System.ComponentModel.Win32Exception: The event log file is full” when my web application trying to akses SQL Server Database.
What can you do?
Clearing the event log didn’t work. What can made the error disappear is:I simply change user group for aspnet from user [...]

ASP.Net Troubleshooting from Dummies

If your webserver error after completing installation of VS 2003 or VS 2005 (the error is HTTP 500 something):

open the visual studio command prompt (different from your usual cmd)
register the asp with syntax aspnet_regiis -i
if you had both aspnet 1.1 and 2.0 register both, each one with their respective command prompt.
restart the iis with command [...]

Jolly Jumper Problem, iseng saja

 
Kemarin aku lihat-lihat si Ucup yang bikin program buat menyelesaikan masalah jolly jumper. Jolly jumper itu apa sih?
Definisi masalahnya adalah sebagai berikut: (lagi…)

Genetic Algorithm

Genetic Algorithm(atau GA) adalah teknik pencarian dalam bidang komputasi untuk menemukan solusi benar atau pendekatan untuk masalah optimasi dan pencarian. Teknik dalam GA didasarkan pada biologi evolusioner seperti pewarisan, mutasi, seleksi dan crossover. (lagi…)

Why programming doesn’t suit me

Programming is an art of performing computational tasks and converting this tasks into machine readable form. - Programming Problem Solving Through C Languange -
Oh I get it. I don’t do well on art. That’s whyI stumble on programming.
Art needs creativity, and creativity always come in the time most needed, that’s why I work best in [...]