I hereby claim:
- I am southgate on github.
- I am southgate (https://keybase.io/southgate) on keybase.
- I have a public key ASAkdkgDbi5IXFZ4IUZ3Y1yrI4kQqDp0TiJfcMRkASf2MQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
r""" | |
"( | |
""" | |
import sys |
So say you were doing this in ruby and you wanted to write a method sum
that took numbers and added them together. You'd have one ruby file that contained your test, call it math_test.rb
, and one ruby file that contained your method, call it math.rb
. They'd look something like this:
math_test.rb:
def test_summation
assert 4 == sum(2, 2)
assert 0 == sum(2, -2)
end
I hereby claim:
To claim this, I am signing this object:
javascript:(function() { | |
$('#billing_number').val("4111 1111 1111 1111"); | |
$('#billing_expiration_date').val("02/2015"); | |
$('#billing_cvv').val("123"); | |
$('#billing_billing_address_postal_code').val("94110"); | |
$('.select-country').val('United States of America'); | |
$('.select-state').val('California'); | |
})(); |
for stack in mars national_debt hayes_adaptation filibuster fiscal_what drones electoral_college superpacs voterid; | |
do | |
(cd $stack/stacker; git pull origin; cd ..; git commit -am ":punch: stacker";) | |
(cd $stack; rake deploy) | |
done |
<script class="newsbound-embed" data-width="800" data-height="495" data-url="//newsbound.com/explainers/electoral_college/app" src="//newsbound.com/js/embed.js"></script> |
// ==UserScript== | |
// @name ANA International Partner Space Hack | |
// @namespace http://spondooliks.org/userscripts | |
// @description Allow an ANA member with no miles to search for Partner Award Space | |
// @match http://*.ana.co.jp/* | |
// @match https://*.ana.co.jp/* | |
// ==/UserScript== | |
var elements = document.getElementsByClassName('btnRArrGrayL'); |