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
#!/usr/bin/env ruby | |
require 'shellwords' | |
ARGV.each do |file| | |
info = %x{mediainfo #{Shellwords.escape(file)}}.split("\n") | |
if !info.grep(/Variable/).empty? | |
bitrate = info.grep(/-V (\d+)/){$1}[0] | |
puts "#{file}: Variable bitrate v#{bitrate}" | |
elsif !info.grep(/Constant/).empty? |
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
// Assuming a keyword of 'pin', | |
// 'pin' will retrieve all bookmarks | |
// 'pin linux' will retrieve all bookmarks tagged 'linux' | |
// 'pin linux tools' will retrieve all bookmarks tagged both 'linux' and 'tools' | |
javascript:params='%s';url='http://pinboard.in/u:xiong.chiamiov';if(params!=''){tags=params.split('%20');for(i=0;i<tags.length;i++){url+='/t:'+tags[i];}}location.href=url; |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("mail.google.com") { | |
.adG { background-image: url("http://imgur.com/IhdX5.png") !important; } | |
} |
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
// ==UserScript== | |
// @name Remote Random Gmail Signature for Firefox 3 | |
// @version .61beta | |
// @namespace http://gmail.com | |
// @description Add random signature to Gmail | |
// @include http://mail.google.com/* | |
// @include https://mail.google.com/* | |
// @include http://gmail.google.com/* | |
// @include https://gmail.google.com/* | |
// @author [email protected] |
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 Holy Church of Good Design Sense | |
==================================== | |
Motivation | |
---------- | |
Once, we were all lost. We used fancy javascripts from DynamicDrive because we thought they were cool, thought bigger was better, and knew nothing about Section 508. Then, we were found, and have lived our lives in enlightenment ever after. | |
There are many who have not yet made this journey. Our goal is to gently guide them into full awareness, thus working toward world peace. |
NewerOlder