Visual Basic Calculator

calculator_thumbThis is the calculator that I asked my students to program as part of their final project for ITEC 2120: Introduction to Programming. The calculator requires them to use most of the basic programming concepts: variables and arithmetic, decision statements, loops, arrays, functions, and subroutines. This calculator is capable both of basic arithmetic and of processing lists of numbers.

Visual Basic Calculator (Download)

Techtella

techtella_thumbThis is a recreation of the Gnutella file-sharing client (created legally as part of a class project) called Techtella, which I built in a team of four programmers. It has most of the basic features of a file-sharing client, including the ability to search for media, share media over a peer-to-peer network and chat with other users while logged in.