Skip to content

Instantly share code, notes, and snippets.

View bllfrnch's full-sized avatar

Bill F. bllfrnch

  • New York, NY
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bllfrnch on github.
  • I am heywilly (https://keybase.io/heywilly) on keybase.
  • I have a public key ASASFt_-PNntYFEkVoCDbET3SKIkjC_U4dY-D99ynx_IjAo

To claim this, I am signing this object:

@bllfrnch
bllfrnch / palettab-colors.html
Created July 23, 2015 04:35
A dumb webpage to view all palettes from Palettab
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script>
var colors = [
from urllib import quote
from string import ascii_lowercase
from operator import itemgetter
import os
import random
import requests
from datetime import datetime
from lib.languages import LANGUAGES, get_language_by_name
from lib.utils import format_timedelta