Skip to content

Instantly share code, notes, and snippets.

View skluck's full-sized avatar

Steve Kluck skluck

View GitHub Profile
@skluck
skluck / suvs.md
Last active December 18, 2016 17:30
Dimensions of luxury SUVs
Name Weight Height Length Width
2017 Evoque 3680 lb 64.4" 172.0" 74.8" / 82.3"
2017 Macan 3902 lb 63.9" 184.3" 75.7" / 82.6"
2017 F-Pace 3913 lb 65.0" 186.3" 76.2" / 85.6"
2017 Audi Q5 4390 lb 65.2" 182.6" 74.7" / 82.2"
2017 BMW X5 4735 lb 69.4" 193.2" 76.3" / 86.0"
@skluck
skluck / bay.md
Last active November 14, 2016 02:59

Friday 12/2

  1. 2:00 PM (arrive AIRPORT)
  2. 4:00 PM (leave LAS)
  3. ✈️ 1.5 hr
  4. 5:30 PM (arrive SFO)
  5. ???
  6. 🏨 1 night - Le Meridien - Luxury Suite

Saturday 12/3

@skluck
skluck / desert.md
Last active October 29, 2016 21:52

Friday 12/2

  1. 11:00 AM (leave LAS VEGAS)
  2. 🚗 3 hr
  3. 2:00 PM (arrive ZION)
  4. 🏨 1 night

Saturday 12/3

  1. 1:00 PM (leave ZION)
Column 1 Column 2 Column 3 Column 4
1-1 1-2 1-3 1-4
2-1 2-2 2-3 2-4
3-1 3-2 3-3 3-4
4 5 6 7
<!DOCTYPE html>
<html>
<head>
<title>The Coloured Clock</title>
<style type="text/css">
body {
background: #fff;
color: white;
font: bold 7em Helvetica, sans-serif;
margin: 0;
@skluck
skluck / instructions.md
Last active April 19, 2023 18:49
Installing Homebrew in $HOME

1 Ensure xcode is up to date

Download the latest version from the Mac App Store

2 Install Command Line Tools

Either run xcode-select --install or if that fails, manually download them from the Apple Developer Site.

template {
source = "/etc/consul/app1.json.tmpl"
destination = "/var/kraken/app1.config.json"
}
template {
source = "/etc/consul/app2.json.tmpl"
destination = "/var/kraken/app2.config.json"
}

Architecture

Component Description Runtime
Application User Interface, Administration PHP 7
Motor Service Virtualization Engine OTP 18.2, Elixir 1.2, Phoenix 1.1

Database

@skluck
skluck / yule.html
Created December 15, 2015 23:53
The best yule log.
<html>
<iframe width="100%" height="95%" src="http://www.youtube.com/embed/mUFLolL9Emk?autoplay=1&loop=1&showinfo=0&start=165&playlist=mUFLolL9Emk" frameborder="0" allowfullscreen></iframe>
</html>
@skluck
skluck / elixir-ref.md
Last active August 29, 2015 14:19
Elixir References

Elixir References

References, resources, evaluation, and tips for Elixir

Resources