Epoch

Posted on under Coding & Tech β€” 2 Comments

INTERESTING How you determine your age? I was born in 1987 and this is 2011, so I am 24 years old right now. How most computer systems determine your age? Time passed since 1st January 1970 till now (2011) minus Time passed since 1st January 1970 till when you were born (1987) equals (well, again) […]

.NET at Accenture

Posted on under Life & Thoughts β€” 68 Comments

Since I landed in Bangalore, my schedule has been extremely busy. Yeah, I had heard in the past that the training period in an IT company, especially Accenture, is very tough, I am experiencing it only now. I have yet to take out some time to go out and explore that grand city that is […]

Granular Package Archive

Posted on under Projects & Experiments β€” 2 Comments

Continuing my Java learning stint, I started experimenting on RPM packages in the Granular 2008 repository by extracting meta data from them using various Java classes I had written for my on-going college major project. To give a shape (end-user interface) to these leisurely done Java programs, I used my existing project MyBlog to create […]

Some C++ programs

Posted on under Coding & Tech β€” 51 Comments

Update: As requested by Sajith Karingat (comment #29), I worked on a Phone Billing System in C++, as per his requirements. You can download it here. I have entered my final year in my B.Tech course, and with it, it’s placement time. Companies for the computer science stream (my stream) will start visiting my college […]

Jumbled Words Game Downloads

Posted on under Projects & Experiments β€” 2 Comments

As promised in my last post about my Python-based jumbled words game, here I am posting the game for download in various forms. As of now, the first and second forms are for Windows 2000/XP/2003/Vista only. First is the normal setup in which you install the game by following those usual Next buttons. Second is […]