Command-line script for displaying world clocks, allows zonefiles or zone names inputs.
Forked from Gist, which was from an Stackoverflow answer.
Heavily modified by Yu-Jie Lin.
#!/usr/bin/env python | |
""" | |
Folding paper in half 50 times is 3/4 of the distance from earth to sun | |
From: | |
http://www.quora.com/What-are-some-of-the-most-mind-blowing-facts#answer_526501 | |
Thickness of a sheet of paper: 0.1 mm (~0.004 inches) |
#!/usr/bin/awk -f | |
# | |
# punchcard.awk - ASCII 'punchcard' graph for git log or list of Unix timestamp | |
# | |
# Written in September 2011 by Andreas Jaggi <[email protected]> | |
# https://gist.github.com/x-way/1225770 | |
# | |
# Modified by Yu-Jie Lin | |
# https://gist.github.com/livibetter/5733726 | |
# |
Command-line script for displaying world clocks, allows zonefiles or zone names inputs.
Forked from Gist, which was from an Stackoverflow answer.
Heavily modified by Yu-Jie Lin.