-
mandelbrot_set_explorer Public
Mandelbrot Set Explorer is a Java GUI that allows the user to explorer and learn about the Mandelbrot Set. Wrote in Java, March 2013.
Java UpdatedAug 30, 2025 -
DNA_sequence_alignment Public
This is a simple version of DNA sequence alignment written in C++, which is the procedure of comparing two (pair-wise alignment) or more (multiple alignment) DNA sequences by searching for a series…
-
TicTacToe_mips Public
A Tic Tac Toe game written in MIPS Assembly Language, May 22nd, 2013.
-
simple_billiards_simulation Public
A very simple simulation of billiard ball movements.
MATLAB UpdatedAug 30, 2025 -
Health_database_system Public
The goal of this project is to build a real world database application for a health system. The software will have interface that allows the user to interact with the program. The user can then vie…
-
socket_tcp-udp Public
A network socket containing a server and a client, implemented using Python in both TCP and UDP ways. There will be 4 commands supported: get, put, list, and listc.
Python UpdatedAug 30, 2025 -
SV_Family_Finance Public
Budgeting and finance planning for families working in Tech. It includes dealing with bonuses, Start-Up stock options, RSUs and whatnot. Open Sourced and feel free to use the code for whatever.
Python GNU General Public License v3.0 UpdatedNov 22, 2022 -
ExpensIT_android Public
ExpensIT_android is an android app developed for budgeting and financing, allowing users to keep track of expenses in daily life.
Java UpdatedMay 4, 2015 -
-
-
compiler_project Public
A complete compiler for a given (invented) language (translated to Assembly Language x86) written in c++. scanner/parser(using flex/bison)-> abstract syntax tree -> symbol table -> code generation.
-
scanner_parser_calc Public
A scanner/parser which scans and parses a calculator program containing languages such as: +, -, *, **, print, etc.
-
virtual_mips_machine Public
The Virtual MIPS machine is a MIPS emulator which simulates a full machine similar to a MIPS processor. This is a fully-functional CPU that implements a small subset of the MIPS instruction set.
C UpdatedJul 15, 2014 -
socialq Public
SocialQ is a location-based questionary Android application. Our application allows users to post questions and start discussion based on their current location in a public forum. This version is f…