First get this Safari Extension.
Then use this custom style sheet:
body, .ii strong, .drhed, cite, .nfdl, .navbar,
# This will display your current git-branch in your prompt. | |
# It looks best on a lighter background. | |
parse_git_branch() { | |
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
} | |
PS1="\e[1;32m\]\u@\e[1;31m\]\h\e[0m\]:\e[1;34m\]\w\e[0m\] \$(parse_git_branch)\n\$ " |
#!/bin/sh | |
cd ~/work | |
for dir in `find . -type d -maxdepth 1 -mindepth 1`; do cd $dir; git pull origin master; cd -; done |
# -*- Makefile -*- | |
# Mac OSX makefile for FreeImage | |
# This file can be generated by ./gensrclist.sh | |
include Makefile.srcs | |
# General configuration variables: | |
CC_X86_64 = gcc-4.2 | |
CC_I386 = gcc-4.2 | |
CPP_X86_64 = g++-4.2 |
<ol> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=303781960&s=143441">Dr. No</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=303888092&s=143441">From Russia with Love</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=303823225&s=143441">Goldfinger</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=338387285&s=143441">Thunderball</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=338391655&s=143441">You Only Live Twice</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=338642876&s=143441">On Her Majesty’s Secret Service</a></li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=303990510&s=143441">Diamonds Are Forever</a></li> | |
<li>Live and Let Die</li> | |
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=338418687& |
server { | |
listen 80; | |
server_name wiki.com; | |
root /sites/wiki; | |
location / { | |
index index.php5; | |
error_page 404 = @mediawiki; | |
} |
var http = require("http"), | |
url = require("url"), | |
path = require("path"), | |
fs = require("fs") | |
port = process.argv[2] || 8888; | |
http.createServer(function(request, response) { | |
var uri = url.parse(request.url).pathname | |
, filename = path.join(process.cwd(), uri); |
~/Library/Application Support/Skype/shared.xml | |
After <VoiceEng> | |
Add | |
<AGC>0</AGC> | |
Can also disable echo cancelation you could do so by adding the following line: |
<!-- javascript --> | |
<script src="/javascripts/jquery-1.5.2.min.js?1312202042" type="text/javascript"></script> | |
<script src="/javascripts/jquery.imghover-1.1rc.js?1312202042" type="text/javascript"></script> | |
<script src="/javascripts/5by5.image_hover.js?1312202042" type="text/javascript"></script> | |
<!-- page-specific javascript --> | |
<script src="/javascripts/5by5.links_in_new_window.js?1312202042" type="text/javascript"></script> | |
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> | |
<script src="/javascripts/swfobject.js?1312202042" type="text/javascript"></script> | |
<script src="/jwplayer/jwplayer.js?1312122387" type="text/javascript"></script> |
NEEDED USAGI YOJIMBO ISSUES | |
Volume 1: | |
2, 9 | |
Volume 2: | |
2, 11-14, 16 | |
Volume 3: | |
1-7, 9-11, 13, 19, 22, 28-30, 40, 55, 128 |
First get this Safari Extension.
Then use this custom style sheet:
body, .ii strong, .drhed, cite, .nfdl, .navbar,