Posted by: joy06 | April 13, 2008

Boot Slax from your USB flash drive

Slax is a lightweight linux based distro with some important features. It’s possible to boot this from a USB flash drive. Just follow the steps bellow and enjoy your time with Slax 6.0.4.
1. Download the package for flash drive from here
2. Unzip the .tar file to the root directory of your Flash drive.
3. Navigate to the boot directory of your flash drive.
4. Double click on the file bootinst.bat and follow the instruction.
5. Reboot the system and enter the boot menu to boot from the flash drive.
6. Enter the live session and install to your HDD if you like.

Enjoy your time with slax.

Posted by: joy06 | April 9, 2008

My first post about ACM problem

Hi, Guys this is my first post about acm problems. As this is my first post I am going to publish one of my AC code. It’s a very easy problem. But the title seems to be horrible. You just calculate the difference between the input and print the output.

The solution of problem No. 10055

The code:

//10055.cpp

#include <iostream.h>
#include<stdio.h>

int main() {
double a,b;
while (cin>>a>>b) {
if (a>b) printf(”%.0f\n”,a-b);
else printf(”%.0f\n”,b-a);
}
return 0;
}

Just copy n paste it. You will get accepted.

Posted by: joy06 | March 2, 2008

Started using Ubuntu 7.10

Finally I have started using Ubutu 7.10 bangla version by Ankur.  It’s just awesome with most of the necessary packages enclosed with the CD. Today I have passed 5 hour with ubuntu. And I have really enjoyed the time. I have also got all the media players and many other application with it. So it’s just excellent.

Posted by: joy06 | February 23, 2008

PHP! try it once

I am currently learning PHP. I am really enjoying it much. It’s not so hard. It’s evn easier for those who have a little bit knowledge about c/c++. I am following the book PHP and MYsql Bible from Wiley pub. I am really much excited in learning it. I think all of you should try it once.

Posted by: joy06 | February 22, 2008

I am here to share my experience!

I am completely new to blogging. So you can see the page does not have a good appearance. But I am going to make it structured and good looking soon.

This blog is for all my friends in RUET.

Finally, thank you very much for passing your valueable time with me. Best of luck everyone.

Older Posts »

Categories