Pinned Repositories
adventofcode2021
adventofcode2022
Julia again this year, ChatGPT assisted! Aiming for functional/algebraic style with my solutions.
asm-clock
a couple demos of my assembly chops; an api to calibrate a digital clock display based on time of day, and a fully diffused bomb lab
blather-chat
a chat server in C that purely utilizes low-level, first-class Unix abstractions for IPC, multi-threading, etc
color-a-graph
watch them vertexes color themselves!
kagan019's Repositories
kagan019/adventofcode2021
kagan019/adventofcode2022
Julia again this year, ChatGPT assisted! Aiming for functional/algebraic style with my solutions.
kagan019/asm-clock
a couple demos of my assembly chops; an api to calibrate a digital clock display based on time of day, and a fully diffused bomb lab
kagan019/blather-chat
a chat server in C that purely utilizes low-level, first-class Unix abstractions for IPC, multi-threading, etc
kagan019/color-a-graph
watch them vertexes color themselves!
kagan019/competitive-programming
my solutions for some competitive programming problems
kagan019/gambling-sim
a graphical web app that analyzes gambling strategies
kagan019/juliagpu
some practice with julia gpu programming from the course found here https://github.com/eth-vaw-glaciology/course-101-0250-00
kagan019/lisp-in-ocaml
an ocaml interpreter for lisp-style prefix notation syntax
kagan019/phys4041labs
archive of my homeworks and their solutions for PHYS 4041 Computational Methods in the Physical Sciences
kagan019/shape-poker
a betting game, a simulator for that game, a suite of algorithms that generate automated playing strategies in the simulator, and a benchmarking suite to rate the performance of such algorithms