https://github.com/neko-box-coder/neko-box-coder
Config files for my GitHub profile.
https://github.com/neko-box-coder/neko-box-coder
config github-config
Last synced: 11 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/neko-box-coder/neko-box-coder
- Owner: Neko-Box-Coder
- Created: 2021-11-07T22:36:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T07:50:57.000Z (over 1 year ago)
- Last Synced: 2025-03-05T13:20:26.964Z (over 1 year ago)
- Topics: config, github-config
- Homepage: https://github.com/Neko-Box-Coder
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Me
I write things that make computers go beep boop, sometimes doing some dev-ops for my homelab and the rest of the time watching anime and reading manga.
People I like:
- Casey Muratori
- Jonathan Blow
- Carson Gross
### My Own Eco-System
- [runcpp2](https://github.com/Neko-Box-Coder/runcpp2), C++ python like scripting engine and build system.
- [CppOverride](https://github.com/Neko-Box-Coder/CppOverride), mock-ish framework, like gmock but without the inheritance requirements.
- [ssLogger](https://github.com/Neko-Box-Coder/ssLogger), simple call stack and debug logger.
- [DSResult](https://github.com/Neko-Box-Coder/DSResult), A simple struct for allowing golang or rust like error handling.
- [System2](https://github.com/Neko-Box-Coder/System2), a C header-only library for calling shell commands with stdin & stdout communication.
- [ssTest](https://github.com/Neko-Box-Coder/ssTest), a simple fancy test framework that makes tests look a bit nicer.
- [MacroPowerToy](https://github.com/Neko-Box-Coder/MacroPowerToys), a collection of C/C++ macros for manipulating arguments and preprocessing.
- [Embed2C](https://github.com/Neko-Box-Coder/Embed2C), a simple program and CMake helper for embedding binary files to source files, like `xxd` but cross-platform.
---
### My own setup
- [SimpleCodingStyle](https://github.com/Neko-Box-Coder/SimpleCodingStyle), my own coding philosophy and style.
- [micro-dev](https://github.com/Neko-Box-Coder/micro-dev), my version of the micro text editor.
- [MicroOmni](https://github.com/Neko-Box-Coder/MicroOmni), VSCode like functions plugin for the micro edtior.
- [filemanager2](https://github.com/Neko-Box-Coder/filemanager2), file manager for the micro text editor.
- [unofficial-plugin-channel](https://github.com/Neko-Box-Coder/unofficial-plugin-channel), an unofficial plugin channel for the [micro](https://github.com/zyedidia/micro) terminal editor.