Pinned Repositories
cache
A general purpose cache for storing objects to disk with standard container like syntax.
cxx-utils
My C++ utility headers and libraries.
DataForecast
Type-safe data analysis.
elm-mtg-counter
A simple Magic the Gathering life counter written in Elm.
elm-scaffolding
Provides a basic directory structuring for Elm projects using best practices.
libdlibxx
A generalized C++ wrapper around the POSIX dynamic libraries functions dlopen, dlsym, dlclose, etc.
m-renaud.github.io
My pages repo.
poker_engine
A poker engine implemented in c++
trie
A C++ Trie implementation with some interesting features.
m-renaud's Repositories
m-renaud/libdlibxx
A generalized C++ wrapper around the POSIX dynamic libraries functions dlopen, dlsym, dlclose, etc.
m-renaud/elm-scaffolding
Provides a basic directory structuring for Elm projects using best practices.
m-renaud/cache
A general purpose cache for storing objects to disk with standard container like syntax.
m-renaud/elm-mtg-counter
A simple Magic the Gathering life counter written in Elm.
m-renaud/haddock-autolink
Sphinx (www.sphinx-doc.org) autolinker extension for Haddock references.
m-renaud/haskell-rtd-template
ReadTheDocs (https://readthedocs.org) template for Haskell package documentation.
m-renaud/m-renaud.github.io
My pages repo.
m-renaud/NSFW
A nice and simple firewall written in Haskell.
m-renaud/posix-lib
C++ POSIX library providing bindings and wrappers for some of the main functionality.
m-renaud/containers
Assorted concrete container types
m-renaud/DataForecast
Type-safe data analysis.
m-renaud/dotfiles
My configuration files.
m-renaud/file-tag
A command line utility to tag files for quick indexing and searching.
m-renaud/ML
Machine learning code for educational purposes.
m-renaud/opengrok-quartz-style
A new stylesheet for OpenGrok with simplicity in mind.
m-renaud/paragliding
m-renaud/60-352
Assignment for graphics class.
m-renaud/bee
A framework for IOTA nodes, clients and applications in Rust
m-renaud/cabal
Official upstream development repository for Cabal and cabal-install
m-renaud/data_structures-1
Generic Data Structure Implementations
m-renaud/dfa_simulation
A C++ DFA simulator. Easy to use and allows export to Graphviz's dot format for visualization.
m-renaud/HaskellWebDevPlayground
Experimenting with web dev using Haskell libraries
m-renaud/hl
Haskell web site
m-renaud/hornet
HORNET is a powerful IOTA fullnode software
m-renaud/identity.rs
Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
m-renaud/opengl-graphics-common
C++ wrapper around some of the low level OpenGL API.
m-renaud/Scheduling
Experimental code to play around with scheduling algorithms.
m-renaud/secondary-indexer
Code that performs secondary indexing on a sequence of structures.
m-renaud/streams
IOTA Streams, a framework for cryptographic protocols called Applications. Replaces Masked Authenticated Messaging (MAM). Alpha version.
m-renaud/unordered-containers
Efficient hashing-based container types