Skip to content

Instantly share code, notes, and snippets.

View MichaelDrogalis's full-sized avatar

Michael Drogalis MichaelDrogalis

  • Confluent
  • Seattle, WA
View GitHub Profile
This file has been truncated, but you can view the full file.
[{:x 25, :y 25, :color [64 32 16]}
{:x 25, :y 27, :color [64 32 16]}
{:x 25, :y 28, :color [64 32 16]}
{:x 25, :y 30, :color [64 32 16]}
{:x 25, :y 31, :color [64 32 16]}
{:x 25, :y 33, :color [64 32 16]}
{:x 25, :y 34, :color [64 32 16]}
{:x 25, :y 36, :color [64 32 16]}
{:x 25, :y 37, :color [64 32 16]}
{:x 25, :y 39, :color [64 32 16]}
This file has been truncated, but you can view the full file.
[{:x 25, :y 25, :color [0 0 40]}
{:x 25, :y 27, :color [0 0 40]}
{:x 25, :y 28, :color [0 0 40]}
{:x 25, :y 30, :color [0 0 40]}
{:x 25, :y 31, :color [0 0 40]}
{:x 25, :y 33, :color [0 0 40]}
{:x 25, :y 34, :color [0 0 40]}
{:x 25, :y 36, :color [0 0 40]}
{:x 25, :y 37, :color [0 0 40]}
{:x 25, :y 39, :color [0 0 40]}
8/6/2011 [Saturday] 56:45, 8.25 miles, ~8m mile race 6:52 min/mile
8/7/2011 [Sunday] Off
8/8/2011 [Monday] 60 minutes, 7.76 miles, Steady State ~7:30-7:45 min/mile
8/9/2011 [Tuesday] 45 minutes, 5.25 miles, very easy ~8:30 min/mile
8/10/2011 [Wednesday] 60 minutes, 7.6 miles, Fartlek 8:00 min/mile
8/11/2011 [Thursday] 55 minutes, ~7 miles, easy ~7:51 min/mile
8/12/2011 [Friday] 1:01:04, 8.22 miles, Steady State 7:25 min/mile
8/13/2011 [Saturday] 51:18, 6.4 miles, easy hills 8:00 min/mile
https://github.com/MichaelDrogalis.keys
https://github.com/pingles/clj-kafka/blob/master/src/clj_kafka/consumer/simple.clj#L24-29
@MichaelDrogalis
MichaelDrogalis / keybase.md
Last active August 29, 2015 14:22
keybase.md

Keybase proof

I hereby claim:

  • I am michaeldrogalis on github.
  • I am michaeldrogalis (https://keybase.io/michaeldrogalis) on keybase.
  • I have a public key whose fingerprint is 17BC 9E8E 15FB DAB6 D06B 0503 29B7 CA6F 51BA C15B

To claim this, I am signing this object:

diff --git a/src/onyx/api.clj b/src/onyx/api.clj
index 504fdb1..00c41fd 100644
--- a/src/onyx/api.clj
+++ b/src/onyx/api.clj
@@ -2,7 +2,7 @@
(:require [clojure.string :refer [split]]
[clojure.core.async :refer [chan alts!! >!! <!! close!]]
[com.stuartsierra.component :as component]
- [taoensso.timbre :refer [warn fatal]]
+ [taoensso.timbre :refer [warn fatal error]]
vagrant@vagrant:~/.ansible/tmp/ansible-tmp-1431105629.17-101020997772406$ sudo service zookeeper status
zookeeper stop/waiting
vagrant@vagrant:~/.ansible/tmp/ansible-tmp-1431105629.17-101020997772406$ sudo /etc/init.d/zookeeper status
* zookeeper is running

Running docker-openstack on OS X

  • Boot up an Ubuntu 14.04 image through Vagrant
  • After SSHing into the VM:
sudo apt-get update
sudo apt-get install -y ebtables git htop
wget -qO- https://get.docker.com/ | sh
sudo modprobe ebtable_nat
(add-hook 'clojure-mode-hook '(lambda ()
(local-set-key (kbd "RET") 'newline-and-indent)))