Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Beta-VAE version of the Hexapod Experiment.
-
-
-
2009 January practice test
-
2009 Past haskell test
-
-
-
-
Simple RESTful API made in node.js for a book collection. Supports CRUD operations.
-
A simple RESTful API server for a book collection application written in node.js. Standard CRUD (create, read, delete, update) operations are supported.
-
Brainfuck CPU for ICHack19
-
-
ANSI C data declaration module constructor: Datadec transforms a series of Haskell style recursive (or inductive) datatype declarations into a C module to implement them.
-
Implements the long awaited client-side of datadec: given datadec types like "expr = num(int n) or ...", let us write:
%when expr e is num(n) { return n; } -
A collection of C ADTs (hash:str->str; longhash:str->long; intlist: list(int); strlist: list(str); set:str->boolean)
-
An attempt to graft some form of C++-style namespaces into C ("C with namespaces: aka C+N") via another simple-minded pre-processor/translator that could be built in a matter of hours.
-
Skeleton files for the True Concurrency Tutorial: Concurrent Sieve of Eratosthenes
-
Skeleton files for the True Concurrency Tutorial: Concurrent Sieve of Eratosthenes
-
Skeleton files for the True Concurrency Tutorial: Concurrent Sieve of Eratosthenes