A chip8 emulator for learning old school assembly language game dev.
Updated 3 months ago
This is the template project that's checked out and configured when you run the bando-up command from ljsthw-bandolier. This is where the code really lives.
Updated 3 years ago
This is the code that runs https://bandolier.learnjsthehardway.com/ for you to review. It uses the https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template to create the documentation for the project.
Updated 3 years ago
An even more educational version of the Bandolier for Learn JS the Hard Way.
Updated 2 years ago
If Amazon used this Bezos wouldn't have banned PowerPoint.
Updated 3 months ago
A simple CSS file to make it easier to layout a web page quickly at the start. It's meant to be removed once you have the basic layout done, but you could probably keep it if you like it.
Updated 3 years ago
Code for the littler Buttons the Computer used in the Turing Machine portion of the book.
Updated 4 years ago
A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.
Updated 2 years ago
It watches ACME certs, detects new files, syncs them to your other servers, and bounces them.
Updated 6 months ago
A stupid idle clicker game where you have to keep an annoying dog happy.
Updated 12 months ago
This is a project that students of Learn C++ the hardway checkout to confirm their setup is correct, and also doubles as a quick start for a basic C++ game project start.
Updated 4 months ago
A Go version of the https://lcthw.dev/learn-code-the-hard-way/curseyou-python-rogue that makes a tiny Rogue in Go.
Updated 5 months ago
Curseyou is a Python Rogue style game that's intended to be small and simple. You can take this and turn it into your own game, but keep in mind it's built in stages based on the content of Learn Python the Hard Way 6th Edition.
Updated 12 months ago
A replacement for fail2ban that doesn't fuck around.
Updated 8 months ago
A simple program that accepts RTMP streams and then restreams them directly to other services. I use it to record at a higher rate but stream to target services at the rate they want. It's also useful for streaming to multiple sites.
Updated 2 years ago
An experiment in cleaning up CSS by just avoiding dis-features and focusing on flexbox and CSS grids.
Updated 4 years ago
A very simple testing framework that rejects all previous testing designs and aims for plain wording, simple usability, and ease of debugging. You will never ask where a failure was ever again.
Updated 2 months ago
A cross platform pre-configured C++ game development setup. It uses Meson to build a bouncing game using SFML, ImGUI, and Box2d in the smallest C++ example possible.
Updated 12 months ago
This is an education project that attempts to reimplement the GNU coreutils in Go. You can find the full manual here: https://www.gnu.org/software/coreutils/manual/coreutils.html
Updated 9 months ago
These are small simple implementations of many Data Structures and Algorithms using Go. I'm doing this to refresh my memory of them, and to learn Go better.
Updated 10 months ago