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
Request.Twitter = new Class({ | |
Extends: Request.JSONP, | |
options: { | |
linkify: true, | |
url: '/twitter/statuses/user_timeline/{term}.json', | |
data: { | |
count: 5 | |
} |
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
PACKAGE_ALIAS = { | |
'DIL': 'DIP', | |
'CERDIP': 'CDIP', | |
'TDSP': 'TCSP', | |
'UCSP': 'BGA', | |
'uMAX': 'SOIC', | |
} | |
PACKAGE_DEFAULT = { | |
'BCC': 'Bump Chip Carrier', | |
'BGA': 'Ball Grid Array', |
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
#! /bin/bash | |
# | |
# Put this script in ~/bin/google-chrome for example, then create | |
# a symlink to start using it, for example: | |
# | |
# shell% cd bin | |
# shell% ln -s google-chrome google-chrome-test | |
# shell% ./google-chrome-test | |
# Try to locate Google Chrome |
NewerOlder