Archive for the 'Projects' Category

Spiderzilla

We serf net. We do it every day. Now days I (Shishir criss Sharma) have 2Mbps Broad Band Internet connection. But still life needs more.

I used to have a slow connection of 56Kbps few months back. Bandwidth was a big issue at that time (Its still a issue :-) ). But India is shining we have very cheap Broad Band connection now days.

When i was on 56Kbps i had this habit of making off line cache of useful pages. I usually used the
HTTrack Website Copier

"It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuilt relatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one to another. You can, also, update an existing mirror site, or resume an interrupted download""

Continue reading 'Spiderzilla'

Desktop Calculator

I always appreciate coding in standard C++. Desktop Calculator is a application coded in Standard C++. It is a application based on the example 6.1 in the book "The C++ Programming Language", Third Edition by Bjarne Stroustrup. Desktop Calculator is a GPL software.

To download full code click here.
Continue reading 'Desktop Calculator'