Pinned Repositories
.tmux
Oh My Tmux! My pretty + versatile configuration that just works (imho the best tmux configuration)
airsonic
:satellite: :cloud: :notes:Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
android-vision
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
generic_repo
Will hold various source code useful for hacks, code, and circuitry
GenericMakefile
A generic makefile for use with small/medium C and C++ projects.
sump
uuid-v4
Header only portable V4 UUID generator class for C++
xl
techwoes's Repositories
techwoes/GenericMakefile
A generic makefile for use with small/medium C and C++ projects.
techwoes/c_std
Implementation of C++ standard libraries in C
techwoes/clipscreen
Mirror a portion of your screen to a virtual monitor for easier screen sharing.
techwoes/commandline
A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.
techwoes/crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
techwoes/CrowCpp
A Fast and Easy to use microframework for the web.
techwoes/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
techwoes/ESP32Console
Extensible UART console library for ESP32 with useful included commands.
techwoes/fast-socks5
Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
techwoes/homebrew-emacs-plus
Emacs Plus formulae for the Homebrew package manager
techwoes/html-parser
Lenient HTML-parser written in C.
techwoes/hubris
A lightweight, memory-protected, message-passing kernel for deeply embedded systems.
techwoes/introduction-to-rtos
techwoes/microvium
A compact, embeddable scripting engine for applications and microcontrollers for executing programs written in a subset of the JavaScript language.
techwoes/miniwinwm
Open source embedded window manager with overlapped windows. This project is actively maintained and free support is provided via the website. New features can be added on request. Consultancy can provided for commercial use.
techwoes/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
techwoes/NeoSWSerial
Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
techwoes/OpenCL-Wrapper
OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.
techwoes/pure-bash-bible
📖 A collection of pure bash alternatives to external processes.
techwoes/pymarkdownlint
Markdown linter written in python. Inspired by mivok/markdownlint
techwoes/quickemu
Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
techwoes/Rust-Algorithms
All Algorithms implemented in Rust
techwoes/rusync
Minimalist rsync implementation in Rust
techwoes/sds
Simple Dynamic Strings library for C
techwoes/SimpleBLE
SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
techwoes/SimpleBLE_Forked
techwoes/STC
A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.
techwoes/STT
The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
techwoes/subprocess
A C++ high level library for running shell processes
techwoes/tinycthread
Small, portable implementation of the C11 threads API