Explore projects
-
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 -
Updated
-
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 -
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 -
Updated
-
-
Updated
-
-
Updated
-
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 -
Kai Sun / libfibre
GNU General Public License v3.0 onlylibfibre is a user-threading runtime
Updated -
Sagar Rajendran / panda_simulation
MIT LicenseUpdated -
Basic State Driven API for an autonomous robot (MTE380)
Updated -
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 -
Jason Chen / Rocksdb
Apache License 2.0Updated -
Updated
-
Hongxu Xu / Qemu
GNU Lesser General Public License v2.1 onlyPatched QEMU supporting UART3 for Raspberry Pi 4B (for CS452/652)
Updated -
Updated