I hereby claim:
- I am joshdick on github.
- I am jdd (https://keybase.io/jdd) on keybase.
- I have a public key whose fingerprint is F394 AD29 B057 6136 78D9 3E54 1DA2 5FF2 E560 EDDB
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import datetime | |
import feedparser | |
import time | |
import os | |
import sys | |
from urllib.request import Request, urlopen | |
# Some hosts (i.e. Patreon) will deny requests with an HTTP 403 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Forecast.io Snapshot | |
# | |
# Creates a snapshot of forecast.io embeds (http://blog.forecast.io/forecast-embeds/) | |
# for display on the desktop via GeekTool/Nerdtool. | |
# | |
# by Josh Dick - http://joshdick.net | |
# | |
# This script depends on: |
#!/bin/bash | |
declare -i f=75 s=13 r=2000 t=0 c=1 n=0 l=0 | |
declare -ir w=$(tput cols) h=$(tput lines) | |
declare -i x=$((w/2)) y=$((h/2)) | |
declare -ar v=( [00]="\x83" [01]="\x8f" [03]="\x93" | |
[10]="\x9b" [11]="\x81" [12]="\x93" | |
[21]="\x97" [22]="\x83" [23]="\x9b" | |
[30]="\x97" [32]="\x8f" [33]="\x81" ) |
<!DOCTYPE html> | |
<!-- Created by Josh Dick <http://joshdick.net> --> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<meta name="language" content="en" /> | |
<title>Elegant E-Mail Address Obfuscation</title> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script> | |
</head> |