Skip to content

Instantly share code, notes, and snippets.

View snitramodranoel's full-sized avatar

Leonardo Martins snitramodranoel

View GitHub Profile
@snitramodranoel
snitramodranoel / crashreport.log
Created August 31, 2012 15:38
TextMate will crash upon start if the Bundles directory is a symbolic link
Process: TextMate [31892]
Path: /Applications/TextMate.app/Contents/MacOS/TextMate
Identifier: com.macromates.TextMate.preview
Version: 2.0 (9291)
Code Type: X86 (Native)
Parent Process: launchd [154]
User ID: 501
Date/Time: 2012-08-31 12:34:41.570 -0300
OS Version: Mac OS X 10.8.1 (12B19)
@snitramodranoel
snitramodranoel / stacktrace.log
Created May 1, 2014 21:21
InfluxDB::default recipe won't work on Ubuntu 12.04.4 guest with Ruby 1.8.7, Vagrant 1.5.3, and Chef 11.12.4
macbook:binocular leonardo$ vagrant up --provision
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
default: Adapter 3: hostonly
==> default: Forwarding ports...
default: 8689 => 8080 (adapter 1)
@snitramodranoel
snitramodranoel / ipython_notebook_in_git.md
Last active August 16, 2018 13:56 — forked from pbugnion/ ipython_notebook_in_git.md
Keeping IPython notebooks under Git version control

This gist lets you keep IPython notebooks in git repositories. It tells git to ignore prompt numbers and program outputs when checking that a file has changed.

To use the script, follow the instructions given in the script's docstring.

For further details, read this blogpost.

The procedure outlined here is inspired by this answer on Stack Overflow.