It was Data and Computer Communication exam last day. The exam was horrible!! I don't know if the questioner himself knows all the answer. Its also true that we should know the answers before going to sit for the exam. We should be prepared for any type of exam. Or how can we say that [...]
Change System Property
I found this article on VistaArc's blog and found it interesting. Thought I should share it here. If you are using Windows XP, create a text file with the name 'oeminfo.ini' in 'C:WINDOWSSystem32' folder and type following lines in it: [General] Manufacturer="Type anything you want" Model="Type anything you want" [Support Information] Line1="Type anything you want" [...]
IIS doesn’t support .htaccess!
IIS server doesn't support .htaccess file!!! This is a problem for most of us PHP developers. At least for me! Whenever I build a website, the default page is index.php. IIS doesn't take index.php as the default page. It looks for default.html/index.html etc. I don't have access to the configuration files of the server. What [...]
Finalizing CSE Website
Got a phone call from Atul at around 2:30 pm today (actually yesterday, its around 1am now). I have to rush to department. Sir called and asked to go and finalize the website today. Sir called... What can I do... Finished my lunch in a hurry and went to department. Sir managed 3 PCs for [...]
Hello World!!!
Helloooooooo World!!! Back to blogging after long time... Nothing to write actually. Or maybe there are a lot of things to share. Can't understand how to start! Lets start by saying how was the day.. It was a very hot and pretty useless day! Exam was a bull shit and finished around 11:30 am. Then [...]
Generate 3D graph of equations using Java
I worked on this project with Md. Ataul Haque as part of the "Object Oriented Programming in Java" course during my second year of undergraduate curriculum. Main objective of this project is to simulate the 3D graph of an equation. We called the application - Smart Graph. Primarily Smart Graph generates the solution points for [...]