This file contains hidden or 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
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 |
This file contains hidden or 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
<!-- 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> |
This file contains hidden or 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
~/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: |
This file contains hidden or 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
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); |
This file contains hidden or 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
server { | |
listen 80; | |
server_name wiki.com; | |
root /sites/wiki; | |
location / { | |
index index.php5; | |
error_page 404 = @mediawiki; | |
} |
This file contains hidden or 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
<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& |
This file contains hidden or 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
# -*- 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 |
This file contains hidden or 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
#!/bin/sh | |
cd ~/work | |
for dir in `find . -type d -maxdepth 1 -mindepth 1`; do cd $dir; git pull origin master; cd -; done |
This file contains hidden or 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
# 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\$ " |
NewerOlder