Skip to content

Instantly share code, notes, and snippets.

Request.Twitter = new Class({
Extends: Request.JSONP,
options: {
linkify: true,
url: '/twitter/statuses/user_timeline/{term}.json',
data: {
count: 5
}
@tehmaze
tehmaze / chip_packages.py
Created January 6, 2011 22:29
Chip package types
PACKAGE_ALIAS = {
'DIL': 'DIP',
'CERDIP': 'CDIP',
'TDSP': 'TCSP',
'UCSP': 'BGA',
'uMAX': 'SOIC',
}
PACKAGE_DEFAULT = {
'BCC': 'Bump Chip Carrier',
'BGA': 'Ball Grid Array',
@tehmaze
tehmaze / google-chrome.sh
Created December 30, 2010 22:34
Google Chrome Profile launcher for OSX
#! /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