Pinned Repositories
metrics-portal
adventofcode22
My solutions to Advent of Code 2022
bootstrap-scheme
A Scheme interpreter being implemented in C++ for fun.
budgetbridge
Import your transactions from other services into YNAB
cassie
Migration tool for Elixir projects using Cassandra
cpp-spectrogram
C++ Spectrogram generating tool.
rgit
Rust Git Client
rlox
A rust interpreter for the Lox language
scientist
An elixir library for refactoring code, a port of GitHub's scientist
streams
Lazy iterables in erlang
cwbriones's Repositories
cwbriones/bootstrap-scheme
A Scheme interpreter being implemented in C++ for fun.
cwbriones/neural-nets
Trying out a simple neural network built in C++11 with eigen
cwbriones/pydiff
Python implementation of diff.
cwbriones/Wormy
C++ Clone of Snake for Unix Terminal
cwbriones/blaise
Slava Akhmechet's Lisp from 2006
cwbriones/data-structures
Implementations of several standard data-structures.
cwbriones/erlang-style-guide
Erlang General-Purpose Style Guide
cwbriones/erlang.mk
Common GNU Makefile rules for building and testing Erlang applications.
cwbriones/learnme-some-erlang
Various source files for completing erlang projects
cwbriones/learnstreet
Coding starts here
cwbriones/rails_sample
A Rails sample app created through the Learn Web Development with Rails tutorial at http://ruby.railstutorial.org/chapters/static-pages#top
cwbriones/sfasteroids
An Asteroids clone in SFML to teach myself some standard programming patterns and designs for games.
cwbriones/sfml-game
A game of asteroids utilizing the SFML 2.0 game library for C++.
cwbriones/sort
Implementations and Testing of Standard Sorting Algorithms