Skip to content

Instantly share code, notes, and snippets.

(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
@0x203
0x203 / abbrev.py
Last active December 12, 2015 05:28 — forked from wandernauta/abbrev.py
#!/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.