Skip to content

Instantly share code, notes, and snippets.

View jbavari's full-sized avatar
🏠
Working from home

Josh Bavari jbavari

🏠
Working from home
View GitHub Profile
@plamb
plamb / okc_elixir.md
Created October 19, 2015 18:25
OKC Elixir Group

OKC Elixir Study Group -- DRAFT

###Disclaimer I have no freaking idea what I'm doing or if this will even work out but that's never really stopped me from trying. So let's see where it goes. Committing to a group that meets physically together was going to be tough, so I wondered how well a virtual group would work, no travel time, can do it after the kids go to bed, etc. I'm also going to put a time limit on this, both in how long the group meets and how long we do this.

##Concept Over the next 6 months, work through some of the problems in Brian Hogan's Exercises for Programmers using Elixir. Then once or twice a month, we will hold a 45-60 minute skype conference call to discuss problems we had and how we solved them.

###Format

Time Agenda
@felixb
felixb / install-puppet-raspberry-pi.sh
Created July 23, 2014 11:01
installing puppet on a raspberry pi
#! /bin/sh
################################################################################
#
# install puppet on raspberry pi
# this is basically a copy of a blog post from runar balstad jensen
# http://stdout.no/puppet-on-raspberry-pi/
#
################################################################################