Skip to content

Instantly share code, notes, and snippets.

View jgautheron's full-sized avatar
☁️
Learning

Jonathan Gautheron jgautheron

☁️
Learning
View GitHub Profile
@jgautheron
jgautheron / osx-for-hackers.sh
Created September 26, 2016 20:24 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite/El Capitan Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
@jgautheron
jgautheron / exago-testrunner.json
Created May 24, 2016 15:20
Exago's TestRunner JSON output
{
"packages": [
{
"name": "github.com/Sirupsen/logrus",
"coverage": 48,
"execution_time": 0.014,
"success": false,
"tests": [
{
"name": "TestEntryWithError",
@jgautheron
jgautheron / about.md
Last active May 4, 2016 12:37 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@jgautheron
jgautheron / gosublime.json
Created March 15, 2016 15:35
GoSublime config
{
"env": {
"GOPATH": "/Users/jonathangautheron/workspace/",
"PATH": "$PATH:/Users/jonathangautheron/workspace/bin"
},
"fmt_cmd": ["goimports"],
"on_save": [{
"cmd": "gs9o_open", "args": {
"run": [
"sh",
@jgautheron
jgautheron / file.go
Created January 4, 2016 12:48
switchenum
package main
const (
minimumCriteria itemCategory = iota
goodCitizen
extraCredit
)
type itemCategory byte

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: