60 skills found · Page 1 of 2
dwyl / Javascript The Good Parts Notes:book: Notes on the seminal "JavaScript the Good Parts: by Douglas Crockford
tplgy / CppcodecHeader-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API.
rgrove / Jsmin Php:skull: PHP port of Douglas Crockford's JSMin JavaScript minifier. No longer maintained.
agentstation / UuidkeyThe uuidkey package encodes UUIDs to a readable Key format via the Base32-Crockford codec.
agnoster / Base32 JsBase32 encoding for JavaScript, based (loosely) on Crockford's Base32
aiq / BasexxA Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
happygiraffe / Jslint4javaA Java wrapper around Doug Crockford's marvellous jslint tool.
levinalex / Base32An implementation of Douglas Crockfords Base32-Encoding in Ruby
jeremybarbet / React Native Jsi Base CoderBase64/32/16 encoding/decoding for React Native written in C/C++ and JSI.
benquarmby / JslintnetJSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.
chronosis / Uuid ApikeyA Base32-Crockford encoded API Key generator and converter to turn UUIDs into human readable API Keys
mrclay / Jsmin PhpProvides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
jbittel / Base32 CrockfordA Python implementation of Douglas Crockford's base32 encoding scheme
rgrove / Jsmin:skull: Ruby library for minifying JavaScript. Based on Douglas Crockford's jsmin.c. Unmaintained.
05nelsonm / EncodingConfigurable, streamable, efficient and extensible encoding/decoding for Kotlin Multiplatform.
kiyoon / Haskell Scope Highlighting.nvimHaskell syntax highlighting that considers variable scopes. Inspired from "Context Coloring" by prof. Douglas Crockford.
Taritsyn / JSMin.NETA .NET port of the Douglas Crockford's JSMin.
richardlehane / Crock32Implementation of Douglas Crockford's base32 encoding scheme in Go.
dchest / JsminGo package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin
unconed / JsFsckMakes Douglas Crockford cry and gives JavaScript debuggers nightmares.