Skip to content

Instantly share code, notes, and snippets.

View benrudolph's full-sized avatar
💭
🤸‍♂️

Ben Rudolph benrudolph

💭
🤸‍♂️
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benrudolph
benrudolph / helawein_intersections.json
Last active August 29, 2015 14:03
helawein intersections
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benrudolph
benrudolph / hela_small.json
Last active August 29, 2015 14:03
helawein zoomed
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benrudolph
benrudolph / README.md
Last active August 29, 2015 14:03
Chronicle searches
module NumericConverter
PREVIOUS = -1
NUMS = {
0 => 'zero',
1 => 'one',
2 => 'two',
3 => 'three',
4 => 'four',
5 => 'five',
6 => 'six',
gistup
@benrudolph
benrudolph / 2015 Obama Sate of Union
Created January 21, 2015 03:55
Full Text of Obama's State of the Union
Mr. Speaker, Mr. Vice President, Members of Congress, my fellow Americans:
We are fifteen years into this new century. Fifteen years that dawned with terror touching our shores; that unfolded with a new generation fighting two long and costly wars; that saw a vicious recession spread across our nation and the world. It has been, and still is, a hard time for many.
But tonight, we turn the page.
Tonight, after a breakthrough year for America, our economy is growing and creating jobs at the fastest pace since 1999. Our unemployment rate is now lower than it was before the financial crisis. More of our kids are graduating than ever before; more of our people are insured than ever before; we are as free from the grip of foreign oil as we’ve been in almost 30 years.
Tonight, for the first time since 9/11, our combat mission in Afghanistan is over. Six years ago, nearly 180,000 American troops served in Iraq and Afghanistan. Today, fewer than 15,000 remain. And we salute the courage and sacrifice of every man and w
@benrudolph
benrudolph / git_clone_deploy_dimagi_v1.sh
Created September 24, 2015 02:51
Git Clone Deploy Dimagi V1
git clone --recursive /path/to/previous_release/.git /path/to/new_release
git remote set-url origin git@github.com:dimagi/commcare-hq.git
@benrudolph
benrudolph / riak_deploy.md
Created September 29, 2015 17:07
Riak CS Troubleshooting tips

Interal server when creating anon user

  • Make sure anon_user is enabled
  • Make sure to have proper advanced.config in /etc/riak
  • Make sure stanchion is running
@benrudolph
benrudolph / index.html
Last active December 10, 2015 08:48
An example of scales
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
font-weight: 300;
}