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:
I hereby claim:
To claim this, I am signing this object:
{"lastUpload":"2021-04-23T22:08:37.626Z","extensionVersion":"v3.4.3"} |
<build> | |
<sourceDirectory>src</sourceDirectory> | |
<testSourceDirectory>test</testSourceDirectory> | |
<resources> | |
<resource> | |
<directory>config</directory> | |
</resource> | |
<resource> | |
<directory>resources</directory> | |
</resource> |
#=============================================================================== | |
# 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 [email protected] |