A Coder Life

Written by JOJY, on 11.01.2009

One of my friend said to me “I am very tired to code, but I can’t leave the programming”. What I told him is the following programming code.

while(!$dead) {
code();
and_no_more_fun_in_life();
}

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

Java File System Simulation

Written by JOJY, on 10.26.2009

The Java file system simulation was developed by me during my OS project in 2003. I was transfering my files from old drive to new one and found this project. I thought why not to share my work. This application is great example for those students who are taking Operating System course. I did my [...]

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

ASP: Digg Style Pagination Script

Written by JOJY, on 03.30.2007

This is ASP based pagination script, similiar to Digg.com pagination. The credit goes to Jason Coleman who written this script in PHP and I simply converted this into ASP. I have attached screenshot this will help you to see how it looks like.

Download Script
Usage
Many people were asking how to add this code into our [...]

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...