fbdtemme's Stars
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
nektos/act
Run your GitHub Actions locally 🚀
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
google/benchmark
A microbenchmark support library
google/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
sphinx-doc/sphinx
The Sphinx documentation generator
doxygen/doxygen
Official doxygen git repository
arvidn/libtorrent
an efficient feature complete C++ bittorrent implementation
jbeder/yaml-cpp
A YAML parser and emitter in C++
JamesIves/github-pages-deploy-action
🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
HowardHinnant/date
A date and time library based on the C++11/14/17 <chrono> header
marzer/tomlplusplus
Header-only TOML config file parser and serializer for C++17.
serge-sans-paille/frozen
a header-only, constexpr alternative to gperf for C++14 users
gsl-lite/gsl-lite
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
rakshasa/libtorrent
libTorrent BitTorrent library
breathe-doc/breathe
ReStructuredText and Sphinx bridge to Doxygen
casey/intermodal
A command-line utility for BitTorrent torrent file creation, verification, and more
seqan/seqan3
The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
y-256/libdivsufsort
A lightweight suffix-sorting library
autodl-community/autodl-irssi
A community-driven fork of autodl-irssi
intel/isa-l_crypto
IlyaGrebnov/libsais
libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.
rndusr/torf
Python module to create, parse and edit torrent files and magnet links
rndusr/torf-cli
CLI tool for creating, reading and editing torrent files
AnimMouse/torrent-webseed-creator
Webseeded torrent creator using GitHub Actions
KholdStare/qnd-integer-parsing-experiments
Quick 'n' Dirty benchmarks for various integer parsing methods in C++
jimporter/bencode.hpp
A C++ parser for bencoded data
s3rvac/cpp-bencoding
A C++ bencoding library supporting both decoding and encoding.