Pinned Repositories
advent-of-code
My solutions to AoC problems.
advent-of-code-2019
advent-of-code-2020
advent-of-code-2021
blog
A space for logging my workings & thoughts.
Continued-Fraction-Rationals
A small project to provide a space-efficient encoding for continued-fraction integer sequences
FEHnt
A Python program for calculating probabilities of various summoning outcomes in Fire Emblem Heroes
heart-of-the-dice
A simple UI tool for calculating D&D dice roll probabilities. Hosted at https://crepegoat.pythonanywhere.com/
nCk-complexity
This is an exploration to find a truer characterization of nCk's asymptotic behavior than the ubiquitous and blunt nCk = O(n^k).
rat-ion
ration your rationals with Rat-Ion: A Rust library for encoding continued fraction integer sequences
CrepeGoat's Repositories
CrepeGoat/advent-of-code-2019
CrepeGoat/HoTTEST-Summer-School
HoTTEST Summer School materials & personal work
CrepeGoat/advent-of-code
My solutions to AoC problems.
CrepeGoat/advent-of-code-2020
CrepeGoat/advent-of-code-2021
CrepeGoat/blog
A space for logging my workings & thoughts.
CrepeGoat/distribution-plot
A Python package for plotting distributions over time.
CrepeGoat/FEHnt
A Python program for calculating probabilities of various summoning outcomes in Fire Emblem Heroes
CrepeGoat/heart-of-the-dice
A simple UI tool for calculating D&D dice roll probabilities. Hosted at https://crepegoat.pythonanywhere.com/
CrepeGoat/iron-EBMLem
A rust-nom parser for EBML-encoded files.
CrepeGoat/love-and-stats
Explores solutions to the Marriage Problem
CrepeGoat/rat-ion
ration your rationals with Rat-Ion: A Rust library for encoding continued fraction integer sequences
CrepeGoat/advent-of-code-2022
CrepeGoat/astroid
A common base representation of python source code for pylint and other projects
CrepeGoat/bitarray
CrepeGoat/cs-primer
My code in working through the CS Primer material.
CrepeGoat/debs
A systems-level library for probability Density Estimation via B-Splines (DEBS)
CrepeGoat/discord_bot
The chatbot for the Boulder Rust meetup
CrepeGoat/fast-maths
A collection of few-instruction, low-level misc. math function implementations. Zoom zoom!
CrepeGoat/FuncTrees
A Python package for quick aggregation of / application to value ranges by a given operation
CrepeGoat/lang-learning
A place for working on programming language tutorials & other language-related experiments.
CrepeGoat/nix-latex-template
Nix configuration for reproducible builds of LaTeX documents
CrepeGoat/nixpkgs
Nix Packages collection & NixOS
CrepeGoat/ptero
CrepeGoat/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
CrepeGoat/sm64
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
CrepeGoat/smallest-circle
A package for calculating the smallest covering circle for a 2D point cloud.
CrepeGoat/sublime-nixpkgs-fmt
A Sublime Text plugin that formats nix code with `nixpkgs-fmt`.
CrepeGoat/SublimeLinter-pylint
SublimeLinter plugin for python, using pylint.
CrepeGoat/taipy-doc
Holds the documentation set for Taipy, not including the code documentation obviously.