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" | |
| } |
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": "unitDisplay", | |
| "description": "Displays value with unit and multipler", | |
| "keywords": [ "units", "multipliers" ], | |
| "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": "bbCodifier", | |
| "description": "Parses provided text as if it was a bbCode-esque block of text. Uses regex and some funny built in string functions", | |
| "keywords": [ "parsing", "forums", "bbCode", "markdown", "regex" ], | |
| "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": "nl2Br2Nl", | |
| "description": "Expression for replacing new line characters and HTML line breaks with one another.", | |
| "keywords": [ "string", "newline", "linebreak" ], | |
| "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": "YetAnotherDomBuilder", | |
| "description": "This DomBuilder ALSO builds a dom ! But it ALSO takes attributes in argument §", | |
| "keywords": [ "dom", "dombuilder", "dom builder" ], | |
| "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": "stringToByteArray", | |
| "description": "Convert a string of characters to an array of UTF-8 bytes", | |
| "keywords": [ "cryptography", "utf8" ], | |
| "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": "vendorPrefixed", | |
| "description": "Picks css property name trying vendor prefixes", | |
| "keywords": [ "css", "vendor-prefix" ], | |
| "version": "0.1.0" | |
| } |