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 02:31 — forked from podefr/LICENSE.txt
Finite State Machine
{
"name": "StateMachineGenerator",
"description": "A state machine generator",
"keywords": [ "state", "machine", "generator", "fsm", "design pattern" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 02:08 — forked from uwepries/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
{
"name": "Digartis.js",
"description": "Generates random hex colors from 000000 to ffffff",
"keywords": [ "random", "hex", "color" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Created June 14, 2016 02:04 — forked from aemkei/LICENSE.txt
Latitude Longitude Distance - 140byt.es
{
"name": "distanceLatLng",
"description": "Calculate distance between Latitude/Longitude points.",
"keywords": [ "geo", "maps", "distance" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 01:53 — forked from reMekElek/annotated.js
140byt.es -- Click ↑↑ fork ↑↑ to play!
{
"name": "getRandomString",
"description": "Generate random alpha [a-zA-Z] string.",
"keywords": [ "random", "string" ],
"version": "0.1.0"
}
@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"
}