Skip to content

Instantly share code, notes, and snippets.

View jedsmith's full-sized avatar
🌈
Everything is terrible.

Jed Smith jedsmith

🌈
Everything is terrible.
  • ServiceNow
  • Tri-Cities, Washington, USA
  • 21:24 (UTC -07:00)
View GitHub Profile
@jedsmith
jedsmith / COPYING.rst
Created December 8, 2013 02:11
The Apache License, v2.0, formatted as reStructuredText.
==============
Apache License
==============
:Version: 2.0
:Date: January 2004
:URL: http://www.apache.org/licenses/
------------------------------------------------------------
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@jedsmith
jedsmith / HackerNews.md
Last active August 29, 2015 14:27
Stylish sheet to remove Hacker News community

HackerNews.css

This is a stylesheet snippet for use with Stylish to remove the Hacker News community.

Installation

  1. Install Stylish.
#!/usr/bin/env python3
import argparse
import string
TABLE = {letter: f':parrot-{letter}:' for letter in string.ascii_lowercase}
arguments = argparse.ArgumentParser(description="Party parrot text-o-matic.")
arguments.add_argument('words', metavar='TEXT', type=str, nargs='+',
help="text to make badass")