An open API service indexing awesome lists of open source software.

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.

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.