Explore projects
-
-
Andrew Chin / Signal Protocol Xoodyak
GNU Affero General Public License v3.0Updated -
Updated
-
Updated
-
Tiancheng Yang / Masked_Face_Recognition
MIT License2020/2021 HKUST CSE FYP Masked Facial Recognition, developer: Sam Yuen, Alex Xie, Tony Cheng
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 -
readIntArray() which consumes as many integers from cin as are available and returns an IntArray structure.
addToIntArray(IntArray&) takes a pointer to an IntArray adds int from available on cin.
printIntArray(const IntArray&) prints the IntArray
Updated -
an implementation of the internet sensation, Wordle.
If the player does not guess the word within 6 attempts, then the game still ends, but the player loses.
Updated -
prettyprinter is a tool that takes program source code as input and outputs the same code, nicely formatted for readability.
Updated -
An implementation of a simple text substitution program.
first :She sells second :seafirst second shells by the second shore.
Should produce the output
She sells sea shells by the sea shore.
Updated -
Tests two similar pieces of code using a suite.txt and this txt file would contain the names of .args and .in files (arguments/standard inputs).
Updated -
Updated
-
Updated
-
Updated