JAVA
Frankly, I am not much of a Java fan. Nevertheless, I did program in Java (because I was obliged to). Here are some of the programs I have worked on from my freshman year.
Frankly, I am not much of a Java fan. Nevertheless, I did program in Java (because I was obliged to). Here are some of the programs I have worked on from my freshman year.
This is a rather small project resembling a gradebook in real-life. Some grades are entered to the book which can later be accessed (checked). It has a lot of source files (classes), thus, I advise you read the README.txt to compile and run the program.
source list:
Assigment [ html ] [ java ]
Course [ html ] [ java ]
Grad [ html ] [ java ]
Grade [ html ] [ java ]
Instructor [ html ] [ java ]
InstView [ html ] [ java ]
MainFrame [ html ] [ java ]
Person [ html ] [ java ]
Student [ html ] [ java ]
StudentView [ html ] [ java ]
TA [ html ] [ java ]
TAView1 [ html ] [ java ]
TAView2 [ html ] [ java ]
Test [ html ] [ java ]
Undergrad [ html ] [ java ]
source archive: [ tar.gz ]
This is an assembler I have written for my CS235: Computer Architecture course during my freshmen year. It accepts an input file (consisting of MIPS assembly code) and creates two files to be used as ROM and RAM for a MIPS processor.
This is one of the "scientific" programs I have written in Java. It checks whether a given set of vertex and edges form a bipartite graph or not.
This is another one of the "scientific" programs I have written in Java. It checks whether a given binary relation is reflexive, symmetric, or transitive.
This code filters out the HTML tags in an HTML file.
source list:
HTMLFilteredReader [ html ] [ java ]
HTMLFilteredReaderDriver [ html ] [ java ]
source archive: [ tar.gz ]
Generates a nicer filteration than HTMLFilteredReader.
source list:
SuperHTMLFilteredReader [ html ] [ java ]
SuperHTMLFilteredReaderDriver [ html ] [ java ]
source archive: [ tar.gz ]