Pinned Repositories
advent-of-code
Advent of Code Solutions
agda-learning
Learning about agda at Elliptic
chladni-plates
Pretty pictures of vibrated metal plates <3
concurrent-sudoku-solver
Basic Concurrent Sudoku Solver implementations using Cats Effect and FS2
finite-monoids
Playing around with finite monoids, this is inspired by the excellent book: "Functional Programming in Scala" https://github.com/fpinscala/fpinscala
fp-things
Me messing around with functional programming in javascript
fpinscala
Code, exercises, answers, and hints to go along with the book "Functional Programming in Scala"
lazy-lists
Lazy lists implemented using ES6 iterators
mastermind
I was on holiday the other day and we ended playing the classic mastermind board game a little in between excessive wine tasting sessions. So I thought I'd just make a little repo to play around with it.
tiling
stanosphere's Repositories
stanosphere/agda-learning
Learning about agda at Elliptic
stanosphere/chladni-plates
Pretty pictures of vibrated metal plates <3
stanosphere/finite-monoids
Playing around with finite monoids, this is inspired by the excellent book: "Functional Programming in Scala" https://github.com/fpinscala/fpinscala
stanosphere/advent-of-code
Advent of Code Solutions
stanosphere/concurrent-sudoku-solver
Basic Concurrent Sudoku Solver implementations using Cats Effect and FS2
stanosphere/fp-things
Me messing around with functional programming in javascript
stanosphere/fpinscala
Code, exercises, answers, and hints to go along with the book "Functional Programming in Scala"
stanosphere/lazy-lists
Lazy lists implemented using ES6 iterators
stanosphere/mastermind
I was on holiday the other day and we ended playing the classic mastermind board game a little in between excessive wine tasting sessions. So I thought I'd just make a little repo to play around with it.
stanosphere/tiling
stanosphere/pong-playoff
Phaser driven pong engine for playing paddle AIs against eachother
stanosphere/shapeless-guide-code
Example code to accompany shapeless-guide.
stanosphere/terraform-up-and-running-code
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
stanosphere/tidal_tails
This was my 3rd year computational project. I needed to investigate the properties of tidal tails of interacting galaxies. This is also the first major piece of code I ever wrote.
stanosphere/zerowaste
Scala compiler plugin to detect unused expressions