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:43 — forked from Aymkdn/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
{
"name": "scrollToElement",
"description": "Permit to scroll into the document to an element passed as first argument.",
"keywords": [ "html", "dom", "functional", "animation" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Created June 14, 2016 01:40
Small timer
{
"name": "timerFunction",
"description": "A small timer function",
"keywords": [ "timer", "iteration" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:31 — forked from Kambfhase/LICENSE.txt
activity detection
{
"name": "activity detection",
"description": "detects if the user is looking at your page right now.",
"keywords": [ "five", "descriptive", "keywords", "or", "fewer" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:28 — forked from Golmote/LICENSE.txt
Looping function for Array, Objects and Array-Like
{
"name": "loopThemAll",
"description": "Function for looping through Arrays, Objects and Array-Like Objects",
"keywords": [ "loop", "array", "objects", "array-like" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:24 — forked from sebastien-p/LICENSE.txt
Array.prototype.reduceRight
{
"name": "Array.prototype.reduceRight",
"description": "ES5 Array.prototype.reduceRight polyfill",
"keywords": [ "ES5", "array", "reduceRight", "polyfill" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Created June 14, 2016 01:22 — forked from softprops/LICENSE.txt
foldl
{
"name": "foldl",
"description": "JavaScript fold left function application",
"keywords": ["fp","functional","array"],
"version": "0.1.0"
}
@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"
}