My Downloads

Domain & IP Parser

Domain & IP Parser

This program is built using the Python language. It uses the urlparse module to parse the domains, and regular expressions to parse the IP's from all files in a given directory. The GUI is built using the wxPython GUI toolkit which is enabled as a Python extension module. This module wraps the popular wxWidgets cross platform GUI library written in C++.

Simple Millionaire Calculater

This is a simple program written in VB.Net to calculate the total amount saved over a given number of years at a given interest rate. The fields Initial Amount, Yearly Addition, Interest Rate And Time in Years can all be adjusted to change the Total Accumulated field.