Skip to content

Instantly share code, notes, and snippets.

@dontcallmedom
dontcallmedom / tz.py
Last active October 14, 2022 09:26 — forked from reagle/tz.py
Print world clock in terminal
#!/usr/bin/env python3
# Print world clock in terminal
# (c) Copyright 2022 by Joseph Reagle
# Licensed under the GPLv3, see <http://www.gnu.org/licenses/gpl-3.0.html>
# from https://gist.github.com/reagle/499355b362bb43cf73285c2fc0f78f5a
# replacing: https://superuser.com/questions/164339/timezone-conversion-by-command-line
import argparse # http://docs.python.org/dev/library/argparse.html
import sys
@dontcallmedom
dontcallmedom / ReadMe.md
Created March 2, 2018 13:51 — forked from rolfen/ReadMe.md
Get GPS coordinates for major cities
request = require 'request'
Restzilla = require 'restzilla'
BUGZILLA_URL = 'https://www.w3.org/Bugs/Public/'
BURL = 'http://localhost:8000/AudioWG/MIDI%20API/'
GH_USER = 'jussi-kalliokoski'
GH_REPO = 'webmidi-issues'
GH_URL = 'https://api.github.com/repos/' + GH_USER + '/' + GH_REPO + '/issues'
GH_AUTH =
username: 'octocat'