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
/* jquery.fieldjump.js */ | |
jQuery.fn.jumpsTo = function(element) { | |
this.bind('keyup', {to: element}, function(event) { | |
var to = $(event.data.to) | |
var from = $(event.target) | |
var keys_typed = from.val().length; | |
var keys_required = from.attr('maxlength'); | |
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
<ExpectedValue Value="0" Description="Annacis Channel"/> | |
<ExpectedValue Value="1" Description="Annieville Channel"/> | |
<ExpectedValue Value="3" Description="Bedford Channel"/> | |
<ExpectedValue Value="7" Description="Big Bend - Queens"/> | |
<ExpectedValue Value="8" Description="Big Eddy"/> | |
<ExpectedValue Value="9" Description="Bishops Reach"/> | |
<ExpectedValue Value="10" Description="Burr Landing Channel"/> | |
<ExpectedValue Value="11" Description="Byrne Road"/> | |
<ExpectedValue Value="12" Description="Cannery Channel"/> | |
<ExpectedValue Value="13" Description="Canoe Pass"/> |
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
15:22:10 adam@B027300 :www$ ab -t 5 http://renew.pac.pwgsc.gc.ca/ | |
This is ApacheBench, Version 2.3 <$Revision: 655654 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking renew.pac.pwgsc.gc.ca (be patient) | |
Finished 5 requests | |
Server Software: Microsoft-IIS/6.0 |
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
> moment('2011-11-04', 'YYYY-MM-DD').add('d', 1).format('YYYY-MM-DD') | |
'2011-11-05' | |
> moment('2011-11-05', 'YYYY-MM-DD').add('d', 1).format('YYYY-MM-DD') | |
'2011-11-06' | |
> moment('2011-11-06', 'YYYY-MM-DD').add('d', 1).format('YYYY-MM-DD') | |
'2011-11-06' | |
> moment('2011-11-07', 'YYYY-MM-DD').add('d', 1).format('YYYY-MM-DD') | |
'2011-11-08' |
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
source ~/.git-completion.sh | |
complete -o bashdefault -o default -o nospace -F _git git 2>/dev/null \ | |
|| complete -o default -o nospace -F _git git | |
complete -o bashdefault -o default -o nospace -F _git g 2>/dev/null \ | |
|| complete -o default -o nospace -F _git g |
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
cat index.html | curl http://validator.nu/ -F "out=json" -F body=@- -H "Content-Type: multipart/form-data" > results.html |
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
$ export test='"communications-b-fra.html" "./aa-sa/documents/Folder Settings/Folder.htt"' | |
$ echo $test | |
"communications-b-fra.html" "./aa-sa/documents/Folder Settings/Folder.htt" | |
$ git rm --cached --ignore-unmatch $test | |
$ git status | |
# On branch master | |
nothing to commit (working directory clean) |
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
gource -800x600 -s 0.5 --hide filenames,bloom --highlight-users --title "Title" -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre ultrafast -crf 1 -threads 0 -bf 0 output.mp4 |
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
- Pre-meeting: Discussed latest news, BitFloor hacks, Mitt Romney tax return ransom | |
- Thanks to Launch Academy for hosting and providing space | |
- Robert gives mymoneycloud presentation, review of bitcoin security breaches, demonstration of ease of use difficulties | |
- Vasili asks questions about technical implementation, salts vs. keys, Michael questions business model, exchange rates, etc. | |
- Robert gives update about Seattle bitcoin scene and upcoming London bitcoin conference | |
- Michael to start Google Groups list for Vancouver Bitcoin | |
- Adam demos PoS utility and discusses bitcoin local exchanges and getting local businesses on board | |
- Bitinstant mastercard discussion | |
- Mining discussion - Vasili talks about evolution of CPU mining to FPGA and we speculate about ASIC mining and Butterfly labs hardware | |
- Yuri gives online gambling background and we discuss bitcoin's potential for that industry |
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
<?xml version="1.0"?> | |
<digitalAssetContract version="1.0"> | |
<entity shortname="digiBTC" | |
longname="Digital Bitcoin Tokens" | |
email="[email protected] or [email protected]"/> | |
<issue company="Vancouver Bitcoin" | |
email="[email protected] or [email protected]" | |
contractUrl="vanbtc.ca/ot/contracts/digiBTC" |
OlderNewer