This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "StateMachineGenerator", | |
"description": "A state machine generator", | |
"keywords": [ "state", "machine", "generator", "fsm", "design pattern" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Digartis.js", | |
"description": "Generates random hex colors from 000000 to ffffff", | |
"keywords": [ "random", "hex", "color" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "distanceLatLng", | |
"description": "Calculate distance between Latitude/Longitude points.", | |
"keywords": [ "geo", "maps", "distance" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "getRandomString", | |
"description": "Generate random alpha [a-zA-Z] string.", | |
"keywords": [ "random", "string" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "timerFunction", | |
"description": "A small timer function", | |
"keywords": [ "timer", "iteration" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "loopThemAll", | |
"description": "Function for looping through Arrays, Objects and Array-Like Objects", | |
"keywords": [ "loop", "array", "objects", "array-like" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Array.prototype.reduceRight", | |
"description": "ES5 Array.prototype.reduceRight polyfill", | |
"keywords": [ "ES5", "array", "reduceRight", "polyfill" ], | |
"version": "0.1.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "foldl", | |
"description": "JavaScript fold left function application", | |
"keywords": ["fp","functional","array"], | |
"version": "0.1.0" | |
} |