Pinned Repositories
chan
Go-like channels in C++
cuboku
Sudoku-like puzzle game for Windows Phone
kasuba
Sudoku-like game in three dimensions
llama
lisp-like application markup
mirror-github
sync locally with all of your public git repositories
namedsql
Go package for using named query parameters in SQL
nginx-curl
plug libcurl into nginx's event loop
picoro
C++20 coroutines for the Raspberry Pi Pico W microcontroller board
protojson
convert protobuf schemas into JSON
tisch
tiny schema language for JSON
dgoffredo's Repositories
dgoffredo/protojson
convert protobuf schemas into JSON
dgoffredo/chan
Go-like channels in C++
dgoffredo/namedsql
Go package for using named query parameters in SQL
dgoffredo/panopticon
track time spent programming at work
dgoffredo/kasuba
Sudoku-like game in three dimensions
dgoffredo/okra
the okay relational automator
dgoffredo/actors-presentation
LibreOffice Impress presentation on an application of Carl Hewitt's actor model
dgoffredo/aptcentral
Dedicated process for coordinating concurrent `apt` commands
dgoffredo/badsort
Which terrible sort is fastest?
dgoffredo/bdelisp
Scheme in BDE C++ libraries
dgoffredo/data-definition-specification
dgoffredo/documentation
dgoffredo/gitree
copy a git tree into a directory
dgoffredo/go-batch
batch messages in a data pipeline
dgoffredo/httpnag
Maintain a database of HTTP heartbeats.
dgoffredo/ipc
POSIX Inter-process Communication in C++
dgoffredo/joshua-tree
explore graphs with sqlite3
dgoffredo/languages
playing around with package-static-data-in-a-go-module idioms
dgoffredo/logging-macros
demo of macro-based conditional logging in C++
dgoffredo/logscan
generate statistics and alert notifications from an HTTP access log
dgoffredo/minit
a make-based init system
dgoffredo/nginx-toolkit-module
toolkit for nginx developer easier to develop nginx C module, such as map, recycled buffer, dynamic config, dynamic resolver ...
dgoffredo/odr-std-string
One Definition Rule Demonstrated with std::string
dgoffredo/pattern
simple pattern matching in Python
dgoffredo/queens
n-queens + no-three-in-line
dgoffredo/rationals
stripped down version of boost::rational
dgoffredo/recursive
a few ways for a procedure to call itself in C++14
dgoffredo/rex
Pull regular expression subpattern matches out of text line-by-line.
dgoffredo/taml
Tiny Asynchronous Module Loader
dgoffredo/variant2
C++ discriminated union of two types