C++ terminal styling done right
☆13Mar 17, 2024Updated 2 years ago
Alternatives and similar repositories for chalk
Users that are interested in chalk are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Nanoscale logging library in C++11☆14Dec 15, 2021Updated 4 years ago
- a basic messenger echo bot. Proof of concept for the planned framework☆14Dec 22, 2018Updated 7 years ago
- Twitter bot for fetching duplicated or plagiarised tweets.☆19May 1, 2023Updated 3 years ago
- create-react-app + webassembly + go! 🎉🎉☆13Jan 4, 2023Updated 3 years ago
- Minimal WASM binary of the latest libsecp256k1 C library, wrapped in an ultralight TypeScript API☆10Aug 4, 2025Updated last year
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- C++ Concurrency TS 2☆16Nov 3, 2024Updated last year
- C++ HTTP requests for humans☆63Nov 24, 2021Updated 4 years ago
- Tiny lock service☆11Apr 21, 2015Updated 11 years ago
- A library to make the process of learning to code easier, through visual methods.☆29Sep 15, 2019Updated 7 years ago
- Data structures for ASTs☆14Dec 6, 2022Updated 3 years ago
- Message Queue/C++/Lua based game server☆15May 3, 2013Updated 13 years ago
- A test repository for Transparent Aliases (N2901).☆14Mar 13, 2022Updated 4 years ago
- An experimental library for adding attributes to threads (without rewriting the whole thread interface), for C11 and similar.☆19Nov 17, 2025Updated 10 months ago
- a tiny net framework☆10Dec 8, 2023Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Example code☆10Feb 4, 2021Updated 5 years ago
- ☆10Dec 19, 2020Updated 5 years ago
- Full disclosure for http://stackoverflow.com/questions/17465061/how-to-parse-space-separated-floats-in-c-quickly/17479702☆11Nov 6, 2016Updated 9 years ago
- A collection of formatting benchmarks☆54Sep 5, 2026Updated 2 weeks ago
- download all episodes of a series with a single episode url 🎥🍿🎞☆11Oct 29, 2018Updated 7 years ago
- This demo shows how to collect customized events (such as app,web logs) via play! into flume.☆10Jan 27, 2015Updated 11 years ago
- A scrabble game that helps you train.☆14Sep 1, 2026Updated 3 weeks ago
- PS Vita new Kirk service proxy☆13Feb 5, 2017Updated 9 years ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆29Sep 9, 2026Updated last week
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- ☆17Jan 27, 2020Updated 6 years ago
- API for parsing binary files using a predefined grammar☆15Nov 17, 2016Updated 9 years ago
- Build one of psnstuff with a few tweaks of my own☆14Apr 28, 2016Updated 10 years ago
- Hartmut Kaiser and Bryce Lelbach's version of Boost.Lockfree☆15May 28, 2011Updated 15 years ago
- A fast and simple WebSocket relay, built in Rust, that enables a peer-to-peer-like network communication.☆15Aug 10, 2024Updated 2 years ago
- ⚠ Deprecated, available within Fiber v2☆15Sep 14, 2020Updated 6 years ago
- a cli tool to sort files in your machine 🗃☆12Oct 11, 2018Updated 7 years ago
- C++ asynchronous cURL wrapper on top of the REACT-CPP library. Uses lambdas and callbacks to return query results.☆13Jul 31, 2015Updated 11 years ago
- Implements LRU(Last-recently-used) cache algorithm, Support the thread safe, With Python