#
stdlib
Here are 3,141 public repositories matching this topic...
Autocode CLI and standard library tooling
-
Updated
Jan 19, 2022 - 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
Mar 19, 2022 - JavaScript
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
-
Updated
Mar 20, 2022 - OCaml
Documenting All Ruby Specialities 💎︎
-
Updated
Feb 26, 2022 - JavaScript
FP-inspired prelude/standard library for ReasonML projects
-
Updated
Feb 26, 2022 - Reason
AutoHotkey library archive.
wrapper
library
meta
stdlib
archive
autohotkey
ahk
autohotkey-script
ahkscript
submodule
ahk-library
-
Updated
Nov 26, 2018 - AutoHotkey
gr-im
commented
Dec 15, 2021
We would need a symmetrical operation to product from Applicative but for Monad (or Bind) backed by a let-operator: val (and*) : 'a t -> 'b t -> ('a * 'b) t.
A web application boilerplate built with go and clean architecture.
-
Updated
Feb 16, 2022 - Go
This library is deprecated. Please use https://github.com/serverless/event-gateway-sdk instead.
-
Updated
Mar 1, 2022 - 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
Alexa Radio Skill that lets you add your favourite streaming stations using a web page
-
Updated
Mar 29, 2021 - HTML
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
Nov 11, 2021 - Objective-C++
-
Updated
Jun 3, 2021 - JavaScript
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