12 skills found
jdunck / Python UnicodecsvPython2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
reazen / ReludeFP-inspired prelude/standard library for ReasonML projects
kig / PreludemlOCaml stdlib replacement with a Haskellish flavour
RIscRIpt / NtlVery tiny and selective implementation of STL for Windows NT kernel mode drivers
LexouDuck / LibcccA customizable cross-platform standard library for C
taleinat / Byteshift StrstrSimple and fast drop-in replacements for the stdlib's strstr() and memmem() sub-sequence search functions.
envygeeks / Pathutil:dash: A faster pure Ruby implementation of Pathname with extra bits.
Inochi2D / NulibAlternate standard library for D.
mikowals / Dynamic Vector.mojoAn experimental drop-in replacement for Mojo stdlib DynamicVector that demonstrates new features using References
agilira / Flash FlagsFlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.
duke-automation / Net Ssh TelnetA ruby module to provide a simple send/expect interface over SSH with an API almost identical to Net::Telnet. Ideally it should be a drop in replacement. Please see Net::Telnet for main documentation (included with ruby stdlib).
envygeeks / Forwardable Extended:muscle: Extends forwardable with delegation to hashes and instance variables.