-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 and 2025 in Scala (by sim642)
New week, new Rust – and new Advent of Code riddles! So what are you folks up to? And if you want to compare your AoC solutions, this is the place to post them. Or ask your questions and compare the solutions at rust-users!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Still working on strop, my stochastic machine code optimizer. Tell it which function you want, where to find inputs, and where to stick outputs, and it will output the shortest possible assembly language program that does what you specify. It also has more opportunity to optimize than a traditional compiler.
-
LibRapidRust
An optimised derivative of the LibRapid C++ library. Made with love for mathematics and computer science.
Developing fast primes for LibRapid. About to pull an implementation of SPRP for u128. Actually looking at the source code of most of the number theory crates is abysmal.
-
Something I whipped up over the weekend: https://github.com/mrjones2014/ctrlg
-
Ooh I'm doing this too, but with Python to add a "category" field (based mostly on description), nushell to munge the CSV into more CSVs so I can build html charts and tables with this script. in my opinion, transforming the two original CSVs (checking account and credit card history) into the html doc with all the charts is best done as this sort of pipeline so you can replace bits as you find better alternatives (for example I started with SQLite instead of nushell for the "child CSV" parts)
-
This week I am adding that most annoying of game engine systems, GUI, to Hotham, a game engine for standalone VR devices I've been working on this year.
-
Working on a live performance software that would let our band have live real-time practices over the internet. Top priority is minimum latency, so I'm trying to hook it up through ASIO. Not much luck yet. I've tried cpal, but I've run into numerous known random bugs (and some versions don't compile for me). At least I confirmed that I can push the audio through a TCP socket successfully.