Skip to content

Instantly share code, notes, and snippets.

View defims's full-sized avatar

Long, Wei defims

View GitHub Profile
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:21 — forked from jed/LICENSE.txt
Array.prototype.unique
{
"name": "unique",
"description": "Array.prototype.unique, by @WebReflection",
"keywords": [ "array", "unique"],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:16 — forked from atk/LICENSE.txt
Function.prototype.bind replacement (not fully functional yet)
{
"name": "funcbind",
"description": "Function.prototype.bind polyfill, not really ES5-compatible",
"keywords": [ "function", "prototype", "bind", "polyfill" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:14 — forked from eliperelman/LICENSE.txt
Curry functions in JavaScript for 140byt.es
{
"name": "JavaScriptCurryFunctions140bytes",
"description": "Small function to allow the partial application of JS functions.",
"keywords": [ "curry", "partial", "application", "javascript", "curried" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Created June 13, 2016 11:24 — forked from atk/LICENSE.txt
elementready in 94 bytes
{
"name": "elementready",
"description": "Waits until an element selectable by ID is available and then runs a callback in the elements scope.",
"keywords": [ "element", "ready" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 11:23 — forked from subzey/LICENSE.txt
unit display
{
"name": "unitDisplay",
"description": "Displays value with unit and multipler",
"keywords": [ "units", "multipliers" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 11:14 — forked from mikesherov/LICENSE.txt
140byt.es -- bbCodifier
{
"name": "bbCodifier",
"description": "Parses provided text as if it was a bbCode-esque block of text. Uses regex and some funny built in string functions",
"keywords": [ "parsing", "forums", "bbCode", "markdown", "regex" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 11:12 — forked from dcdustin/LICENSE.txt
nl2br and br2nl
{
"name": "nl2Br2Nl",
"description": "Expression for replacing new line characters and HTML line breaks with one another.",
"keywords": [ "string", "newline", "linebreak" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 11:09 — forked from Tiller/LICENSE.txt
140byt.es -- YET ANOTHER DOM BUILDER §
{
"name": "YetAnotherDomBuilder",
"description": "This DomBuilder ALSO builds a dom ! But it ALSO takes attributes in argument §",
"keywords": [ "dom", "dombuilder", "dom builder" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 11:04 — forked from bytespider/LICENSE.txt
convert string to array of UTF-8 bytes
{
"name": "stringToByteArray",
"description": "Convert a string of characters to an array of UTF-8 bytes",
"keywords": [ "cryptography", "utf8" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 13, 2016 10:49 — forked from subzey/LICENSE.txt
vendorPrefixed
{
"name": "vendorPrefixed",
"description": "Picks css property name trying vendor prefixes",
"keywords": [ "css", "vendor-prefix" ],
"version": "0.1.0"
}