Archive for July, 2005


C++ vs. PHP

I have decided to compare the performance of c++ against php using same logical code. Its obvious which would run faster, but how much faster is what I wanted to know. It can be said that c++ is compiled binary and php is a interpreted scripting language unfair and are two totally different tiers of […]

CGI C++ Helper

After starting on the Automatic Scheduler application, I have realized there there are no simple program (there are big & bloated ones…) to enable me to develop C++ applications to run specifically as CGI applications which does small annoying tasks such as extracting usable data from the POST form data. So I am developing a […]

Automatic Scheduler Progress

Finally progress on the the automatic scheduler. It will be completly written in C++ with using mainly the standard template library and few as possible external dependencies, and no C anything including pointers, arrays, etc. This will officially mark my officially discarding C and giving way to C++. Taking a class from Bjarne Stroustrup from […]

Ascii Art, Xine, and SSH

When you mix these three things, aa xine and ssh, you get the most pointless result ever, the ability to watch movies stored in your computer over a ssh connection in ascii art remotely. Better yet in a secure fasion.

You need a few things, xine first of all along with aa (ascii art library), […]