This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>BackgroundColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw | |
LjUzMjY2OTk1MiAwLjUzODI3NzAwNDEgMC41MzgyNzcwMDQxABABgALSEBESE1okY2xh | |
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN WEBFACTION INSTALL SCRIPT----- | |
#!/usr/local/bin/python2.4 | |
""" | |
MediaWiki 1.8.2 | |
Requirements: | |
- 1 MySQL database. | |
Notes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9,18,27,36,45,54 0,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * /usr/sbin/screencapture ~/Dropbox/Public/skitch/AUTO_FSScreenShot-`date +\%Y\%m\%d-\%H\%M\%S`.png > /dev/null 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabbletโs title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* New css for cfoutliner.appspot.com | |
*/ | |
tbody tr td { | |
font-size: 17px; | |
color: #444; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! OrangeSpace made in April 2002 by [email protected] | |
! The official home of the theme is this: | |
! http://xlife.zuavra.net/blackbox/styles/ | |
! If you make other themes inspired or | |
! derived from this one please send them | |
! to me so I can enjoy them as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://geekfun.com/wp-content/uploads/2011/08/jtux.PS3-YDL6.1.patch_.txt -O jtux.PS3-YDL6.1.patch | |
patch <jtux.PS3-YDL6.1.patch | |
patch <<-"PATCHDATA" | |
--- Makefile 2011-08-23 23:20:28.837431247 -0700 | |
+++ Makefile 2011-08-23 23:21:12.637429481 -0700 | |
@@ -1,4 +1,4 @@ | |
-JAVA_INCLUDE = /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include | |
+JAVA_INCLUDE = /usr/lib/jvm/default-java/include/ | |
INCLUDE = -I. -Iinclude -I$(JAVA_INCLUDE) -I$(JAVA_INCLUDE)/linux | |
CFLAGS = -Wall -D_REENTRANT -D_THREAD_SAFE -std=c99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-webkit-keyframes move { | |
0% { | |
background-position: 1000px 0; | |
} | |
50% { | |
background-position: -1000px 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 62914560 === (startblock[partition] * blocksize) | |
mount -t ext4 -o loop,offset=62914560 2012-10-28-wheezy-raspbian.img /mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-10-28-wheezy-raspbian.img |