#
stdlib
Here are 3,160 public repositories matching this topic...
Autocode CLI and standard library tooling
-
Updated
Apr 13, 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
Jul 22, 2022 - JavaScript
good first issue
Good for newcomers
idea
Proposition of an idea and opening an issue to discuss it
easy
Difficulty level is easy and good for starting into this project
topic: strings
String processing
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
-
Updated
Jul 21, 2022 - OCaml
Documenting All Ruby Specialities 💎︎
-
Updated
Jul 21, 2022 - JavaScript
FP-inspired prelude/standard library for ReasonML projects
-
Updated
Jun 20, 2022 - Reason
varnerac
commented
Jun 23, 2022
import gleeunit
import gleam/bit_builder
pub fn main() {
gleeunit.main()
}
pub fn bit_string_size_test() {
<<1:int-size(1)>>
|> bit_builder.from_bit_string()
|> bit_builder.byte_size()
}
crashes with
λ ~/bitstringsize/ master* gleam test
Compiling gleam_stdlib
Compiling gleeunit
Compiling bitstringsize
Compiled in 1.41s
Running bitstrings
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
AutoHotkey library archive.
wrapper
library
meta
stdlib
archive
autohotkey
ahk
autohotkey-script
ahkscript
submodule
ahk-library
-
Updated
Nov 26, 2018 - AutoHotkey
A web application boilerplate built with go and clean architecture.
-
Updated
Apr 28, 2022 - Go
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.
good first issue
Good for newcomers
This library is deprecated. Please use https://github.com/serverless/event-gateway-sdk instead.
-
Updated
Mar 1, 2022 - JavaScript
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 21, 2022 - Go
The fundamental runtime framework of php language
-
Updated
May 25, 2018 - C++
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
A static typed low-level compiled programming language inspired by Rust and C
c
language
programming-language
rust
syntax
csp
unix
compiler
assembly
x86-64
stdlib
low-level
standard-library
static-typed
compilation
compiler-construction
assembly-x86-64
x86-64-linux-gnu
cspydr
proglangs-discord
-
Updated
Jul 22, 2022 - C
Stripe-f – serverless Stripe.com charge service
-
Updated
Dec 1, 2016 - JavaScript
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