Softwares that might be use to someone
- Sometime back while writing a Perl program I ran into a big problem. The timeout parameter in Net::Traceroute does not work. A Perl Net::Traceroute module modified to include a timeout can be found here.
- I took this course named Computer Architecture and made a modified version of the simplescalar sim-cache simulator as a class project. This measures pipeline performance in various scenarios for a 5 stage pipeline for PISA architectures. Download here.
- A wget like recursive webpage Downloader which implements special switches like maximum size of downloaded file, maximum number of files, maximum depth and total size of download written in C++
- A SRA mental poker game implementation using OpenSSL for my Cryptography class.