Nov 5, 2014
Slides link: Slides here
Screencast link: Coming soon
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 |
Nov 5, 2014
Slides link: Slides here
Screencast link: Coming soon
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")) |
103759433 |
<!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> |