Pinned Repositories
calvincs
Ruby on Rails Website for Computer Science Department at Calvin College
ciat
a Ruby gem to assist in writing acceptance tests for compilers and interpreters
cs214
Code that I used in my CS 214 "Programming Languages" course when I taught at Calvin College. Used in 2008 and 2009.
fractals_elixir
Elixir program to generate fractals.
hobbes
An interpreter and compiler for a language named Hobbes
mandelbrot
ABANDONED, HISTORICAL REPO!
purely
Purely functional data structures in Elixir
quadtrees
Quadtree matrices implemented in Haskell
Vitae
Curriculum vitae and resumes written in LaTeX
yags
Yet Another Genetics Simulator
jdfrens's Repositories
jdfrens/purely
Purely functional data structures in Elixir
jdfrens/mandelbrot
ABANDONED, HISTORICAL REPO!
jdfrens/cs214
Code that I used in my CS 214 "Programming Languages" course when I taught at Calvin College. Used in 2008 and 2009.
jdfrens/calvincs
Ruby on Rails Website for Computer Science Department at Calvin College
jdfrens/fractals_elixir
Elixir program to generate fractals.
jdfrens/bst_benchmarking
Benchmarking BST implementations in Elixir
jdfrens/database-paradigm-shift
Ad hoc code to turn a PostgreSQL database using ActiveRecord into a MongoDB database using MongoMapper
jdfrens/emacs.d
My .emacs.d directory
jdfrens/forest_fire
Forest fire simulation in Elixir
jdfrens/hierarchical_config
A library that implements a strategy for configuring an application in a static, declarative, robust, and intuitive way
jdfrens/homebrew-parrot
My own homebrew formulas
jdfrens/notris
My implementation of Tetris in Elixir and Phoenix Live View
jdfrens/polyglot-euler
Solving the problems from Project Euler in multiple languages.
jdfrens/System
System files (like .bashrc) that I use on Linux and Mac OS X machines
jdfrens/turtles
Turtle simulation in Elixir
jdfrens/assertions
Helpful assertions for ExUnit
jdfrens/calctorio
Calculator for Factorio, of course
jdfrens/complex
Complex numbers library for Elixir
jdfrens/dot_files
my dot files (and other system config)
jdfrens/dotfiles
My dotfiles using chezmoi
jdfrens/elixir-complex
Elixir library for types and mathematical functions for complex numbers
jdfrens/fractals_data
Data files for specifying fractals
jdfrens/fractals_rust
Rust program to generate fractals
jdfrens/github-actions-for-ci
jdfrens/gohugo-theme-ananke
Ananke: A theme for Hugo Sites
jdfrens/jdfrens.github.io
Blogging!
jdfrens/noray_elixir
Ray tracer written in Elixir
jdfrens/noray_ruby
Ray tracer written in Ruby
jdfrens/noray_rust
jdfrens/property-testing-workshop
Very simple workshop on property testing in Elixir