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" | |
} |
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": "unique", | |
"description": "Array.prototype.unique, by @WebReflection", | |
"keywords": [ "array", "unique"], | |
"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": "funcbind", | |
"description": "Function.prototype.bind polyfill, not really ES5-compatible", | |
"keywords": [ "function", "prototype", "bind", "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": "JavaScriptCurryFunctions140bytes", | |
"description": "Small function to allow the partial application of JS functions.", | |
"keywords": [ "curry", "partial", "application", "javascript", "curried" ], | |
"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": "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" | |
} |