Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tetriscode on github.
  • I am wesrichardet (https://keybase.io/wesrichardet) on keybase.
  • I have a public key ASD5B_E8J4oNKpcBTcHOlVncDB3A7DI3QkqTNy2HDTdHrgo

To claim this, I am signing this object:

{"lastUpload":"2021-04-23T22:08:37.626Z","extensionVersion":"v3.4.3"}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<resources>
<resource>
<directory>config</directory>
</resource>
<resource>
<directory>resources</directory>
</resource>
@tetriscode
tetriscode / boost.sh
Last active August 29, 2015 14:25 — forked from rsobik/boost.sh
Build Boost 1.55.0 for iOS 7 and OS X including 64 Bit
#===============================================================================
# Filename: boost.sh
# Author: Pete Goodliffe
# Copyright: (c) Copyright 2009 Pete Goodliffe
# Licence: Please feel free to use this, with attribution
# Modified version
#===============================================================================
#
# Builds a Boost framework for the iPhone.
# Creates a set of universal libraries that can be used on an iPhone and in the
#!/bin/bash
#
# crashplanFixup.sh for Macintosh OS X 10.10
#
# This script will prevent CrashPlan from de-duplicating data on files greater than 1k.
# Based on information from http://networkrockstar.ca/2013/09/speeding-up-crashplan-backups/
#
# NOTE: Must be run with sudo! IE: $ sudo sh ./crashplanFixup
#
# v1.1 2014-03-13 by bill@wellingtonnet.net