Skip to content

Instantly share code, notes, and snippets.

View a17levine's full-sized avatar

Alex Levine a17levine

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rock Paper Scissors</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
@a17levine
a17levine / gist:79837b72d97bacad25c7
Created August 18, 2014 23:06
Firebase front end ID
103759433
@a17levine
a17levine / d3txstate.md
Last active August 29, 2015 14:08
D3 Talk at Texas State - Nov 5

d3.js // tx state

Nov 5, 2014

Slides link: Slides here

Screencast link: Coming soon

Download your playground

@a17levine
a17levine / pixel_sorter_says.rb
Last active July 30, 2016 17:08
Pixel Sorter Says
require 'open-uri'
require 'nokogiri'
def generate_pixel_sorter_saying
random_page_number_between_one_and_forty = rand(1 .. 40)
# load the quote_page
quote_page = Nokogiri::HTML(open("http://www.brainyquote.com/quotes/topics/topic_art#{random_page_number_between_one_and_forty}.html"))
class KubernetesHelm < Formula
desc "The Kubernetes package manager"
homepage "https://helm.sh/"
url "https://github.com/helm/helm.git",
:tag => "v2.12.1",
:revision => "02a47c7249b1fc6d8fd3b94e6b4babf9d818144e"
head "https://github.com/helm/helm.git"
bottle do
cellar :any_skip_relocation