Explore projects
-
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.
Updated -
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; }Updated -
Updated
-
In LinkedIn's Plain Old C Programming group in , John Coloccia asked about whether "namespaces" would be a good idea for C. He explained that he meant some form of modularity, and I thought I've have a play - this is the result! A module generator!
Updated -
Simple Spring MVC Webapp example for use demonstrating CI/CD
Updated -
-
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.
Updated -
Updated
-
UpdatedUpdated
-
-
Updated
-
Updated
-
Updated
-
-
An executable formal semantics of PHP 5
Updated -
Backend of a shopping list example: a RESTful API, written as a Perl CGI script, reimplementing jhc02's Django-based RESTful API. Wanted to see what it's like without N levels of Clarkian magic getting in the way.
Updated -
Contains a documented example of how to use tensorflow to train a CNN for automatic scan plane detection
Updated -
Jeremy's React frontend to a RESTful API, but without the node dev environment, and hence suitable to be stored in ~/public_html inside a DoC user's home directory.
Updated