Skip to content

Instantly share code, notes, and snippets.

View simeonwillbanks's full-sized avatar
☀️
😎

Simeon Willbanks simeonwillbanks

☀️
😎
View GitHub Profile
@simeonwillbanks
simeonwillbanks / client.rb
Last active January 25, 2023 17:49
Faraday, Minitest, and VCR
# frozen_string_literal: true
require "faraday"
require "faraday/retry"
require "httpx/adapters/faraday"
module App
class Client
def connection
Faraday.new(url) do |f|
# https://github.com/lostisland/faraday-retry#usage
class Cool
def self.yeah
":yesparty:"
end
end
puts Cool.yeah
#!/usr/bin/env bash
say "I'll do my best" && sleep 0.5 && say "To rhyme without rest"
@simeonwillbanks
simeonwillbanks / keybase.md
Created December 21, 2015 23:29
keybase prove github

Keybase proof

I hereby claim:

  • I am simeonwillbanks on github.
  • I am simeonwillbanks (https://keybase.io/simeonwillbanks) on keybase.
  • I have a public key whose fingerprint is F519 04F8 DAE2 A466 5109 378A 5C2B EC9C 7521 AA12

To claim this, I am signing this object:

MyGem Build Status

It's a neat little gem that you're gunna love

Have trouble being happy while you're coding Ruby? You've come to the right place. This gem makes it dirt easy.

@simeonwillbanks
simeonwillbanks / gist:904ff7978589015e70dc
Last active August 29, 2015 14:14
SNOOP DOGG "Gin And Juice"
Heah hah hah!
I'm serious nigga one of y'all niggaz got this ass motherfuckin up
Aiy baby, aiy baby... aiy baby get some bubblegum in this motherfucker
Steady long, steady long nigga
With so much drama in the L-B-C
It's kinda hard bein Snoop D-O-double-G
But I, somehow, some way
Keep comin up with funky ass shit like every single day
May I, kick a little something for the G's (yeah)
@simeonwillbanks
simeonwillbanks / install.md
Created January 9, 2015 16:12
Install REE on OS X 10.9

Use a REE fimilar OpenSSL

❯ brew tap homebrew/versions
❯ brew install openssl098
❯ RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/opt/openssl098 rbenv install ree-1.8.7-2012.02
@simeonwillbanks
simeonwillbanks / how-a-request-becomes-a-response.md
Last active August 29, 2015 14:02
"How a Request Becomes a Response (In Rails)" Summary
@simeonwillbanks
simeonwillbanks / shell.txt
Created March 11, 2014 16:06
goenv environment; cross compile with goxc #golang
~GOPATH/src/github.com/BurntSushi/toml/tomlv master
❯ GOROOT="${HOME}/.goenv/versions/$(goenv version)" goxc -goroot=$GOROOT
...
[goxc:pkg-build] 2014/03/11 09:03:28 Task pkg-build succeeded
[goxc:rmbin] 2014/03/11 09:03:28 Task rmbin succeeded
[goxc:downloads-page] 2014/03/11 09:03:28 Task downloads-page succeeded
~GOPATH/src/github.com/BurntSushi/toml/tomlv master
❯ ls snapshot
README.md tomlv_darwin_amd64.zip tomlv_freebsd_arm.zip tomlv_linux_arm.tar.gz tomlv_netbsd_arm.zip tomlv_plan9_386.zip tomlv_snapshot_i386.deb
downloads.md tomlv_freebsd_386.zip tomlv_linux_386.tar.gz tomlv_netbsd_386.zip tomlv_openbsd_386.zip tomlv_snapshot_amd64.deb tomlv_windows_386.zip