std
There are 194 repositories under std topic.
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
boostorg/pfr
std::tuple like methods for user defined types without any macro or boilerplate code
DuffsDevice/tiny-utf8
Unicode (UTF-8) capable std::string
japaric/steed
[INACTIVE] Rust's standard library, free of C dependencies, for Linux systems
unjs/std-env
Runtime Agnostic JS utils
Alexhuszagh/rust-lexical
Fast numeric to- and from-string conversion routines.
stdgraph/graph-v2
General-purpose C++ graph library
primecitizens/pcz
A reimagination of Go, using unmodified official toolchain
vittorioromeo/scelta
(experimental) Syntactic sugar for variant and optional types.
reno-router/reno
A thin, testable routing library designed to sit on top of Deno's standard HTTP module
nix-community/nixt
Simple unit-testing for Nix [maintainer=@Lord-Valen]
zhangzhilinx/qsv2flv
A tool developed in Rust to convert QSV to FLV(一个爱奇艺qsv转flv工具,不会生成多余的临时文件,使用Rust开发)
janhohenheim/rust-standard-library-cookbook
Codebase for all code featured in Packt's Rust Standard Library Cookbook written by Jan Hohenheim
kojiba/RayLanguage
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
macmade/Objective-CPP
C++ compatibility library for Objective-C - Objective-CPP is a library intended to ease software development using Objective-C++. It declares categories on Objective-C classes, to work with the STL C++ types, such as std::string, std::vector, etc.
Rinzii/ccmath
A C++17 Compile Time <cmath> Library
GTrunSec/hivebus
A declarative configuration framework based on the structural theory of std.
baoyachi/duration-str
duration string parser write by Rust.Playground(REPL)
truelecter/hive
The Hive - The secretly open NixOS-Society
neXenio/panoptes
cross-platform file watcher library for C++17 using std::filesystem and native interfaces
gaujay/indivi_collection
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
zakarialaoui10/ZikoMatrix
Arduino library for creating and manipulating matrices of arbitrary size and data type. The library provides a Matrix class that can be used to create matrices, perform basic matrix operations
ciberst/pretty_print
pretty_print is a cross-platform library for a pretty print of various data.
Mansurow/bmstu-iu7-4sem-OOP
⛔ Объектно-ориентированное программирование (4 семестр)
ofats/any_invocable
Сonservative, move-only equivalent of std::function
BraedonWooding/cpath
A simple and nice looking cross platform C FileSystem with full C++ support
bahlo/generic-list-go
Go container/list but with generics
goblinhack/c-plus-plus-examples
A collection of C++ examples, all compilable. Covers from C++11 to C++20.
ntoskrnl7/ext
C++ Extended Template Library
the-lans/NeuroRepository
Фреймворк для построения нейронных сетей, комитетов, создания агентов с параллельными вычислениями.
avagordon01/bitarray
c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
shittzuka/hidaki
This is a HidakiNetworks botnet source (first version with old methods). Hidaki botnet is a rewritten mortem qbot. Use this sources only for educational purposes!!
mpark/slb
SLB: C++ Standard Library Backport
lucthienphong1120/stdsys.h
The C/C++ library about system and handle console
mikecovlee/mozart
Covariant Mozart Library
optimisticside/cstd
A simple implementation of data-structures in ANSI C. Comparable to the standard-template library in C++ to some extent.