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
| (function() { | |
| const labels = [ | |
| // Platform | |
| { name: "typescript", color: "#BFD4F2" }, | |
| { name: "javascript", color: "#BFD4F2" }, | |
| // Problems | |
| { name: "bug", color: "#EE3F46" }, | |
| { name: "security", color: "#EE3F46" }, | |
| { name: "production", color: "#F45D43" }, | |
| // Mindless |
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
| #!/usr/bin/python | |
| """ | |
| Copyright (c) 2011 Wander Nauta http://wandernauta.nl | |
| This is a based on the Abbrev module that ships with Ruby, by Akinori Mushi. | |
| Thanks, Akinori! | |
| This snippet is distributed in the hope that it will be useful, but WITHOUT | |
| WARRANTIES OR CONDITIONS OF ANY KIND. Have fun. |