Showing posts with label bored. Show all posts
Showing posts with label bored. Show all posts

Friday, June 12, 2009

Exams Ended & Got tons to Do !

Those terrible terrible worthless ugly exams are over!
I have two months of free time now! YAY!
Jealous Much?

Here's all the fun stuff I'm planning to do:

(I'll strike them out as I finish them)

- Get my Site up to Date
-- Update Articles
-- Update Software Section
-- Maybe add a Login Section
-- Add Comment Section
-- Add a ToDo list
-- Finish of the CSS
- Create a New Blogger Style
-- Similar to Style of my Site
- Install SSH on an OLD laptop
-- Wipe HardDrive
-- Somehow get a Command Line Running
-- Note: Windows and X Window Server don't work
- Help a Friend finish psp.zirconcode.com
- Read a Book on the Linux Kernel
-- 19 / 19 Chapters Left to Read

Those are the things which I'm going to finish first. After that, I'm going to start on the more heavy stuff =D

Edit:
The ToDo list has moved to my sites ToDo section.

Monday, May 25, 2009

Exams coming up

Yup, that's right. I have exams in exactly two weeks. I apologise, I don't have much time at hand right now to do anything, I'm wasting using up all my time studying.

And guess what the good news is?

After that I get a 2 month vacation =D

Plans for Summer Break:
1. Finish of Website (remove bugs, update content)
2. Work on a MMORPG (hopefully finish Beta!)
3. Work on my Neural Net
4. Write tons of tutorials (AI/HTML/CSS/DOS/BASH/PHP/C/Java/Delphi/etc...)
5. Have Fun =D

I really can't wait =(

Thursday, April 16, 2009

Myself in Code

// I was bored so I tried to define myself in Java-like Code

while(alive)
{
if(challenge)
{
workhard(challenge);
fun = true;
}
else
{
System.out.println("Bored!");
fun = false;
}
if(getNewIdea() != null){challenge = getNewIdea();}
drinkCofee();
Ego++; // according to my friends =D
}