AdventOfCode 2020
Solution for the Advent of Code 2020 puzzles written in TypeScript using ts-node
Visualization of times and scores in the company internal leaderboard is based on the Advent of Code Dashboard project that I created for the year.
Advent of Code 2018
Solution for the Advent of Code 2018 puzzles written in TypeScript using ts-node
I did try to reach the global Leader Bord for three times (22th, 23th, 24th) but did not make it. Google Sheet with my scores and placements in the Global Ranking.
CSLox
C# implementation of jlox, the script langauge created in the book Crafting Interpreters. This implementation should be able to run all jlox scripts.
This implementation is currently not tested with .net core but it should be portable without mutch work.