Skip to content

Instantly share code, notes, and snippets.

View robink's full-sized avatar
🎯
Focusing

Robin Komiwes robink

🎯
Focusing
View GitHub Profile
@robink
robink / Gemfile
Last active December 17, 2015 06:58
Show the "changelog" / "releases notes" of a given repo. Relies on Pull Requests descriptions (as they are editables) and printing only when their title contains "#changelog".
source 'https://rubygems.org'
gem "github_api"
gem "highline"
@iRyusa
iRyusa / layout.haml
Created May 22, 2013 12:21
Snippet for missing translation highlight in RAILS layout
- if Rails.env.development?
:css
.translation_missing{
color: red;
}
@isaacabraham
isaacabraham / 1. FreeAgentCore.fs
Last active July 20, 2016 09:55
FreeAgent file download
#I @"packages"
#r @"Http.Fs\lib\net40\HttpClient.dll"
#r @"FSharp.Data\lib\net40\FSharp.Data.dll"
open HttpClient
open FSharp.Data
module Security =
type RefreshTokenResponse = JsonProvider< """{
"access_token":"ACCESS TOKEN",