Explore projects
-
watcag-public / gcc-python-plugin
Creative Commons Attribution 3.0 UnportedUpdated -
Core development branch of SPINS, the parallelized, spectral solver for the incompressible Navier-Stokes equations. See https://uwspace.uwaterloo.ca/handle/10012/5926 and http://onlinelibrary.wiley.com/doi/10.1002/fld.3788/abstract.
Updated -
Implementation of the video game Watopoly, which is a variant of the game, Monopoly, with a board based on the University of Waterloo campus. This game was implemented as part of a group project for a course using the Object-Oriented C++ Programming Language.
A game of Watopoly consists of a board that has 40 squares. When a player moves, an action specific to the square they land on occurs. The goal of the game is to be the only player to not drop out of university (declare bankruptcy). Play proceeds as follows: players take turns moving around the board, buying and improving on-campus buildings (properties), and paying tuition (rent).
Updated -
Updated
-
Updated
-
-
Extensible text processing package.
dropfirst n Drop the first n characters of each word.
doublewords Double up all words in the string.
allcaps All letters in the string are presented in uppercase.
Updated -
Program that rewrites expression entered in reverse Polish notation (RPN)
Updated -
Iterator pattern to iterate over a binary search trees.
Iteration runs in time O(L(x)) where L(x) is the length of the shortest path in the tree from x to x’s successor node.
Updated -
This program mimics the standard Unix tool "make".
target: source: file called target depends on the file called source touch file: file called file has been updated make file: file called file should be rebuilt from the files it depends on
Updated -
-
forward(): Move the drone one unit forward.
backward(): Moves the drone one unit backward.
left(), right(): Turns the drone 90 degrees to the left or right, while remaining in the same location.
current(): returns current pos
Updated -
Updated
-
Updated
-
CS246 Final Project We are making a Chess game! Developers: Sally Hong, Jacob Meksavanh, Priyadarshini Saha
Updated -
Updated
-
Updated
-
Updated
-
Updated