Skip to content

Instantly share code, notes, and snippets.

View lgaches's full-sized avatar

Laurent Gaches lgaches

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lgaches on github.
  • I am lgaches (https://keybase.io/lgaches) on keybase.
  • I have a public key ASBzum8lgiO_2M7Q41Jah-zRNFg_yR0DcwcNvGAzQYEwfwo

To claim this, I am signing this object:

#!/bin/sh
# Create a RAM disk with same perms as mountpoint
# Script based on http://itux.idev.pro/2012/04/iservice-speed-up-your-xcode-%D0%BD%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%D1%8B/ with some additions
# Usage: sudo ./xcode_ramdisk.sh start
USERNAME=$(logname)
TMP_DIR="/private/tmp"
RUN_DIR="/var/run"
SYS_CACHES_DIR="/Library/Caches"
#!/usr/bin/env ruby
require 'csv'
require 'json'
if ARGV.size != 2
puts 'Usage: csv_to_json input_file.csv output_file.json'
puts 'This script uses the first line of the csv file as the keys for the JSON properties of the objects'
exit(1)
end
target
*.log
logs
# osx noise
.DS_Store
profile
.metadata
tmp/**
.DS_Store
*.tmp
*.bak
tmp/**/*
*.swp
*~
*.apk
bin
@lgaches
lgaches / .gitignore
Last active September 5, 2015 01:35
# OS X
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3