This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle heirloompixels is linked to the Tezos account tz1MABariuqJd9JGUt6o1oKQsAiuDZN6PBrb for tzprofiles | |
sig:edsigthS2cNrpTrrj4yeodAdqBqR6hJqwRKDW2GB7pQDTAMqzhxZKNrCYj2iyTJhbVsm4ikRX2gEjDrFegUFC59sqC6NKxkcTyk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--[if lt IE 9 ]> <html lang="en-GB" class="no-js lt-ie9"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en-GB" class="no-js ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-GB" class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="initial-scale=1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
header | |
</header> | |
<nav> | |
nav | |
</nav> | |
<article> | |
article | |
</article> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'date' | |
base_uri = "http://svs.gsfc.nasa.gov/vis/a000000/a004100/a004118/frames/1920x1080_16x9_30p/plain/" | |
moon_num = 1 | |
day = Date.new(2014,1,1) | |
while day.year == 2014 do | |
filename = "moon.#{"%02d" % day.mon}.#{"%02d" % day.mday}.#{day.year}.tif" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
# homebrew formula to install ratpoison | |
class Ratpoison < Formula | |
homepage '' | |
url 'http://download.savannah.nongnu.org/releases/ratpoison/ratpoison-1.4.6.tar.xz' | |
sha1 '8ee1157c799e2a382b59c45a1aca95b5111977df' | |
# depends_on 'cmake' => :build |