Skip to content

Instantly share code, notes, and snippets.

View nburns's full-sized avatar

Nick Burns nburns

View GitHub Profile
@nburns
nburns / hack.sh
Created May 10, 2012 10:20 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@nburns
nburns / config.log
Created July 31, 2012 00:03
config.log after failed Pioneers make install
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pioneers configure 0.12.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
## --------- ##
## Platform. ##
@nburns
nburns / Terminal output from homebrew
Created August 1, 2012 08:36
Pioneers failed build OSX 10.8
Nick@fermi ~> brew install -v pioneers
==> Downloading https://downloads.sourceforge.net/project/pio/Source/pioneers-0.12.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
@nburns
nburns / gist:3835824
Created October 4, 2012 19:24
Mono fails on 10.8.2
```sh
/usr/bin/make all-recursive
Making all in po
Making all in mcs
make[3]: Nothing to be done for `all-am'.
Making all in libgc
Making all in include
Making all in private
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
@nburns
nburns / DefaultKeyBinding.dict
Created October 20, 2012 02:11
Sample Mac OS X keybindings file
{
"~d" = "deleteWordForward:";
"~w" = "deleteWordBackward:";
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
}
@nburns
nburns / gist:3950255
Created October 25, 2012 03:27 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Mountain Lion Edition
# ~/.osx — http://mths.be/osx
###############################################################################
# General UI/UX #
###############################################################################
# Set computer name (as done via System Preferences → Sharing)
scutil --set ComputerName "MacBookPro"
scutil --set HostName "MacBookPro"
scutil --set LocalHostName "MacBookPro"
C:\Users\nick\Downloads\robotpy>make dist
C:/Users/nick/Downloads/robotpy/RobotPy-2011.3
rm -rf C:/Users/nick/Downloads/robotpy/RobotPy-2011.3
mkdir C:/Users/nick/Downloads/robotpy/RobotPy-2011.3
# Build distribution directories
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/ni-rt/system
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/lib/python3.2/lib
-dynload
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/lib/python3.2/sit
e-packages
[
{
"Building": "WSC",
"Desctription": "Toter",
"Floor": "Basement",
"Location": "Shipping/Receiving"
},
{
"Building": "WSC",
"Desctription": "Glass",
#! /bin/sh
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
@nburns
nburns / debian_locale_fix.sh
Created May 30, 2013 05:04
fix locale problems on edit.at debian systems
#! bin/sh
apt-get install locales
locale-gen en_US.UTF-8