Battleship game implemented by Ruby.
CMSC330_Project1a
First project in Ruby. (Warmup)
CS1410_Plants vs. Zombies
This is the final project for class CS1410 Introduction to Object-Oriented Programming at the University of Utah.
CMSC216_Project10
To get some experience with concurrency using Pthreads.
CMSC216_Project09
Be familiar with assembly programs. Transfer provided C programs to MIPS assembly language programs.
CMSC216_Project08
Write a version of make, which can build programs and, more generally, execute any commands that depend on other things.
CMSC216_Project07
Write a very small program using simple process control. The purpose is to get some firsthand experience with process control basics.
CMSC216_Project06
Write a small simulation of the filesystem component of an imitation UNIX system called Ournix, which can model a few of the most common commands.
CMSC216_Project05
Write a makefile to compile some code that is given.
CMSC216_Project04
Get a better understanding of low–level hardware and machine–language concepts. Write a simulation of a self-defined CPU, which is able to execute self-defined machine-language programs.