Skip to content

Instantly share code, notes, and snippets.

View k00ka's full-sized avatar
Listening to Radio Paradise

David A k00ka

Listening to Radio Paradise
View GitHub Profile
@k00ka
k00ka / Vagrantfile
Last active November 29, 2018 16:39
OSX (host) with Windows 10 (guest) audio pass-through enable #virtualbox #vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
@igrigorik
igrigorik / faraday-em-http.rb
Created January 30, 2011 01:12
using Faraday with EM-Synchrony & EM-Http
require 'faraday'
require 'net/http'
require 'pp'
# Repos:
# https://github.com/technoweenie/faraday
# https://github.com/pengwynn/faraday_middleware
# Blog posts:
# http://adventuresincoding.com/2010/09/writing-modular-http-client-code-with-faraday