-
Updated
Oct 11, 2021 - Python
#
standard-library
Here are 212 public repositories matching this topic...
python
json
data-science
statistics
utilities
queue
cache
file
data-structures
recursive
standard-library
Bash Infinity is a modern standard library / framework / boilerplate for Bash
testing
shell
bash
boilerplate
framework
functional-programming
logging
oop
error-handling
standard-library
-
Updated
Sep 11, 2021 - Shell
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Nov 2, 2021 - D
Portable base library for C programmers, designed for performance and simplicity.
-
Updated
Oct 28, 2021 - C
PHP Standard Library - a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
shell
html
php
encoding
json
collection
math
intl
data-structures
io
standard-library
hacktoberfest
psl
multibyte-strings
grapheme-cluster
pseudo-random
password-hashing
secure-random
type-assertion
-
Updated
Nov 3, 2021 - PHP
Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux)
-
Updated
Jun 6, 2020 - Swift
-
Updated
Oct 30, 2021 - Haskell
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
language
interpreter
compiler
checker
pattern-matching
parser-generator
static-analysis
template-language
repl
reverse-engineering
metaprogramming
source-to-source
code-generation
standard-library
domain-specific-language
query-language
relational-algebra
term-rewriting
refactoring-tools
-
Updated
Oct 21, 2021 - Java
Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools, and can also generate local API documentation)
rust
documentation
docs
library
translation
internationalization
core
rust-language
rust-lang
translate
document
rust-library
standard-library
zh
zh-cn
rust-document
-
Updated
Nov 2, 2021 - Rust
Implementation of C++20's std::span for older compilers
-
Updated
Jan 26, 2021 - C++
The Ultimate Workshop Track for #golang Developer
go
golang
list
protobuf
examples
slides
tutorials
data-structures
standard-library
system-programming
hacktoberfest
grpc-go
hacktoberfest2020
docker-sdk-go
ultimate-golang-workshop
-
Updated
Oct 27, 2021
Runtime polyfills for TypeScript libs, powered by core-js! 🔋 🔩
-
Updated
Jan 9, 2021 - TypeScript
《Python3 标准库》电子书和配套代码 "The Python Standard Library by Example" ebook and source code 一本又厚又全的讲解Python3标准库的书籍(1000多页)适合当作字典参考或者闲暇时慢慢阅读。
python
books
code
book
example
python-library
ebook
python3
python-3
ebooks
source-code
standard-library
python-standard-library
-
Updated
May 31, 2019 - Python
A simple, self hosted, low level programming language.
-
Updated
Oct 8, 2018 - Makefile
A simple & versatile high-level programming language.
toolchain
language
programming-language
open-source
multi-platform
compiler
runtime
virtual-machine
dynamic-typing
concurrency
garbage-collector
garbage-collection
object-oriented
logo
lexer
offer
standard-library
ast-parser
multi-paradigm
bytecode-virtual-machine
horse64
-
Updated
Aug 26, 2021 - C
WurstScript Standard Library Version 2
-
Updated
Nov 3, 2021
Solidity standard library (Array, random, math, string)
-
Updated
Aug 10, 2018
Spaceship Go - A journey into the Standard Library
-
Updated
Jul 25, 2021
An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.
-
Updated
Oct 11, 2021 - C
Tiny functional programming suite for JavaScript.
javascript
library
functional-programming
es2015
composition
js-library
javascript-library
standard-library
-
Updated
Dec 16, 2017 - JavaScript
GPU-side implementation of the OpenCL standard-library for VC4CL
-
Updated
Apr 24, 2021 - C++
Standard template library (STL) documentation from SGI. (Mirror)
-
Updated
Nov 25, 2018
Open
New version of docs
7
crazywolf132
commented
Apr 18, 2019
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Docs will be updated to use a new layout, rather than everything on the one page.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Split the content into multiple pages, then we can
backport of lib2to3, with enhancements
-
Updated
Sep 13, 2021 - Python
Improve this page
Add a description, image, and links to the standard-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the standard-library topic, visit your repo's landing page and select "manage topics."
Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi