Skip to content

Instantly share code, notes, and snippets.

View defims's full-sized avatar

Wei Long defims

View GitHub Profile
@defims
defims / PACKAGE.json
Created June 14, 2016 02:48 — forked from Golmote/LICENSE.txt
Draw polyline on canvas
{
"name": "Canvas Polyline",
"description": "Draw a polyline on a Canvas",
"keywords": [ "canvas", "line", "draw", "polyline" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 02:46 — forked from nesk/LICENSE.txt
Detect CSS 3 transitions support
{
"name": "CSS 3 Transitions Detector",
"description": "Detects CSS 3 transitions support on many browsers",
"keywords": [ "CSS 3", "transitions", "detect", "crossbrowser", "animation" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 02:44 — forked from maettig/LICENSE.txt
getElementsByClassName in 140byt.es
{
"name": "getElementsByClassName",
"description": "Prototype methods for Internet Explorer <9.0 and other old web browsers that do not support HTML5.",
"keywords": [ "class", "dom", "ie", "prototype" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 02:39 — forked from xpansive/LICENSE.txt
HSV←→HSL
{
"name": "HSVHSLConverter",
"description": "Converts back and forth between HSV and HSL.",
"keywords": [ "color", "hsl" "hsv" ],
"version": "0.1.0"
}
@defims
defims / PACKAGE.json
Last active June 14, 2016 02:38 — forked from aemkei/LICENSE.txt
hsl2rgb - 140byt.es
{
"name": "hsl2rgb",
"description": "Converts hue-saturation-lightness to red-green-blue color value.",
"version": "0.1.0",
"contributors": [
{
"name" : "Martin Kleppe",
"url" : "https://github.com/aemkei"
},
@defims
defims / PACKAGE.json
Created June 14, 2016 02:36 — forked from xpansive/LICENSE.txt
HSV to RGB in 107 bytes
{
"name": "hsvToRgb",
"description": "Converts colors from HSV to RGB.",
"keywords": [ "color", "rgb", "hsv" ],
"version": "0.1.0"
}
@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"
}