#
stdlib
Here are 2,945 public repositories matching this topic...
Autocode CLI and standard library tooling
-
Updated
Mar 30, 2021 - JavaScript
nodejs
javascript
science
library
node
statistics
utilities
js
math
utils
stdlib
mathematics
numeric
lib
standard
scientific-computing
stats
scientific
node-js
numerical-computing
-
Updated
Jul 24, 2021 - JavaScript
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
-
Updated
Jul 9, 2021 - OCaml
Documenting All Ruby Specialities 💎︎
-
Updated
May 19, 2021 - JavaScript
FP-inspired prelude/standard library for ReasonML projects
-
Updated
Jun 28, 2021 - Reason
AutoHotkey library archive.
wrapper
library
meta
stdlib
archive
autohotkey
ahk
autohotkey-script
ahkscript
submodule
ahk-library
-
Updated
Nov 26, 2018 - AutoHotkey
Open
dynamic.typed_map
3
CrowdHailer
commented
Jul 3, 2020
The equivalent function as dynamic.typed_list but for maps.
mapping function should accept tuple(Dynamic, Dynamic) and return Result(t, String)
Note, this comes from an IRC conversation. I've elected to suggest this over a map.map function, as it was the problem I was having that day. I don't know if there want to also be an issue for map.map
Preface is an opinionated library designed to facilitate the handling of recurring functional programming idioms in OCaml.
-
Updated
Jul 25, 2021 - OCaml
This library is deprecated. Please use https://github.com/serverless/event-gateway-sdk instead.
-
Updated
May 6, 2021 - JavaScript
The fundamental runtime framework of php language
-
Updated
May 25, 2018 - C++
Go language basic workshops for devz
go
golang
php
database
workshop
stdlib
anonymous-functions
concurrency
rethinkdb
expvars
goroutine
http-middleware
biblioteka
docker-installation
panic
jak
bra
-
Updated
Mar 11, 2021 - Go
A web application boilerplate built with go and clean architecture.
-
Updated
Jan 3, 2021 - Go
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.
c-plus-plus
library
framework
objective-c
stdlib
objective-c-plus-plus
foundation
interoperability
std
-
Updated
Oct 12, 2020 - Objective-C++
-
Updated
Jun 3, 2021 - JavaScript
Alexa Radio Skill that lets you add your favourite streaming stations using a web page
-
Updated
Mar 29, 2021 - HTML
Stripe-f – serverless Stripe.com charge service
-
Updated
Dec 1, 2016 - JavaScript
Various functions to use within Puppet
-
Updated
Feb 10, 2013 - Ruby
Improve this page
Add a description, image, and links to the stdlib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stdlib topic, visit your repo's landing page and select "manage topics."


Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the
to_string()function for integer to string conversion.Currently available methods to achieve this are using concatenation
and perhaps also internal file I/O