Projects in Awesome Lists by BrainStone
A curated list of projects in awesome lists by BrainStone .
https://github.com/brainstone/tgui
Text-GUI-Library - A C++11 alternative for ncurses
cli cli-library cpp gui gui-library library ncurses platform-independent
Last synced: 13 Jun 2025
https://github.com/brainstone/brainstonemod
This mod adds a mysterious substance called BrainStone. It glows, it is rare, it is useful.
brain-stone-mod forge gradle jar java java-8 minecraft minecraft-forge minecraft-forge-mod minecraft-mod mod
Last synced: 08 Oct 2025
https://github.com/brainstone/latex-lexend
The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec
font fontspec latex latex-package
Last synced: 29 Oct 2025
https://github.com/brainstone/hag-robotic-night-bibliothek
Die Grundbibliothek für den NXT Baustein mit NXJ Software designed für die HAG Robotic Night
Last synced: 13 Oct 2025
https://github.com/brainstone/cppcompiletimearraygenerator
A tiny header only C++11 (and above) library to generate arrays with a generator function at compile time!
constexpr cpp cpp11 cpp14 cpp17 cpp20 header-only
Last synced: 13 Oct 2025
https://github.com/brainstone/redinfomanager
Redstone-Kunstruktionen-Verwaltungs-Programm
Last synced: 01 Mar 2026
https://github.com/brainstone/staticmap
A compile time static map for C++20 or above
constexpr constexpr-all-the-things cpp-library cpp20 cpp23 header-only library map modern-cpp storage string
Last synced: 12 Jul 2025
https://github.com/brainstone/ansible_roles_wireguard_easy
An Ansible role that will install WireGuard Easy (https://github.com/WeeJeWel/wg-easy)
ansible ansible-galaxy ansible-role vpn wireguard
Last synced: 06 May 2026
https://github.com/brainstone/cc-veinminer
This ComputerCraft program will automatically mine entire veins of ore
Last synced: 01 Mar 2026
https://github.com/brainstone/anni
Artificial Neural Network Intelligence
artificial-intelligence artificial-neural-networks c-plus-plus gradle neural-network neural-networks opennn
Last synced: 01 May 2026
https://github.com/brainstone/supernumber
A C++ library that allows computions with giant numbers
Last synced: 09 Sep 2025
https://github.com/brainstone/string-tomfoolery
A silly little library that explores what fun stuff you could do with strings and operators in C++...
cmake cpp cpp23 library string string-manipulation template
Last synced: 19 Jul 2025
https://github.com/brainstone/zsh-customization
These are my zsh settings and customizations. Will probably spend waaaaay too much time on that, but oh well...
Last synced: 01 Mar 2026
https://github.com/brainstone/utf8-console-chess
A little application to render FEN positions in the console with UTF-8 characters.
Last synced: 30 Jul 2025
https://github.com/brainstone/mats
Minecraft Administrative Tools for Servers
Last synced: 11 Jun 2025
https://github.com/brainstone/ultimatemultitool
The ultimate Minecraft MultiTool datapack (and resourcepack)
Last synced: 01 Jul 2025
https://github.com/brainstone/romantoarabic
RomanToArabic is a project designed to convert Roman numerals into Arabic ones in C++.
converter cpp cpp-library roman-numerals
Last synced: 14 Oct 2025
https://github.com/brainstone/pamease
Pam modules to make your logging-in experience better
Last synced: 19 Jan 2026
https://github.com/brainstone/leetcode
This little project is a template for running LeetCode problems locally in your CLion installation.
cmake cpp cpp20 leetcode leetcode-cpp template
Last synced: 01 Mar 2026
https://github.com/brainstone/python-rng-demo
A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken
Last synced: 01 Mar 2026
https://github.com/brainstone/tmstar
A* pathfinder for TMNF/TMUF using Donadigo's TM Interface
Last synced: 01 Mar 2026
https://github.com/brainstone/truncateableprimes
A C++ program that calculates left and right truncatable primes
cpp cpp14 gradle mathematical-modelling mathematics prime-numbers
Last synced: 03 May 2026
https://github.com/brainstone/ansible_roles_user_management
Powerful Ansible role to manage user accounts on your systems including sshd config. Configures your sshd config, adds and removes users easily, sets their passwords, groups and authorized_keys.
ansible ansible-galaxy ansible-role security sshd sshd-config sudo
Last synced: 05 May 2026
https://github.com/brainstone/mobydickrng
A solution for https://codegolf.stackexchange.com/questions/152856/write-moby-dick-approximately based on a Random Number Generator (RNG)
Last synced: 07 Oct 2025
https://github.com/brainstone/python-format-operator-remake
An attempt to recreate the python format operator syntax as good as possible in modern C++
Last synced: 03 Aug 2025
https://github.com/brainstone/autowordle
A Wordle solver in C++ or at least my attempt at that
Last synced: 03 Nov 2025
https://github.com/brainstone/mersenneprime-benchmark
This project aims to find the optimal way of calculating Mersenne Primes and the optimal way to perform the Lucal-Lehmer test (using the built in BigInteger type/class)
Last synced: 01 Mar 2026
https://github.com/brainstone/gradle-issue3364-example
Example repository for gradle issue#3364
Last synced: 01 Mar 2026
https://github.com/brainstone/spigot-docker
A simple image based on frolvlad/alpine-oraclejdk8:cleaned
Last synced: 07 Feb 2026
https://github.com/brainstone/brainmath
Less a library, more playground for me to mess around with math in C++. Though it'll contain useful stuff for sure.
Last synced: 01 Mar 2026
https://github.com/brainstone/async-css
A super simple method to load CSS asynchronously that has won't break your site in case JavaScript is disabled!
async asynchronous javascript javascript-snippets javascript-tools loading noscript plug-n-play simple tiny web website
Last synced: 01 Mar 2026
https://github.com/brainstone/mod_math
A C++ library for efficient interger mod math
Last synced: 20 Jun 2025
https://github.com/brainstone/homeserver-ansible
Ansible Repo for my Homeserver
Last synced: 01 Mar 2026
https://github.com/brainstone/speedrun-auto-upload
A little tool to help me streamline uploading my speedrun records.
Last synced: 01 Mar 2026
https://github.com/brainstone/castle-wall-builder
A datapack for creating Castle Walls
Last synced: 25 Jan 2026
https://github.com/brainstone/primereciprocals
Working with prime reciprocal period lengths, inspired by https://www.youtube.com/watch?v=DmfxIhmGPP4
Last synced: 01 Mar 2026
https://github.com/brainstone/gradle-lombok-issue29-example
Example repository for gradle-lombok issue#29
Last synced: 01 Mar 2026
https://github.com/brainstone/mcpackpacker
Scripts to compress and pack Minecraft datapacks and resource packs
Last synced: 01 Mar 2026
https://github.com/brainstone/adventofcode
Repository for the Advent of Code
Last synced: 30 Mar 2025
https://github.com/brainstone/mobydicknetwork
A solution for https://codegolf.stackexchange.com/questions/152856/write-moby-dick-approximately based on a Neural Network
Last synced: 01 Mar 2026
https://github.com/brainstone/constexpr_cmath
A constexpr cmath reimplementation for fun
Last synced: 10 Jun 2025
https://github.com/brainstone/connectfour
Just a little Connect Four console game. Hopefully with some AI too.
Last synced: 05 Oct 2025