Skip to content

Instantly share code, notes, and snippets.

@vad
Created February 24, 2009 17:04
Show Gist options
  • Save vad/69661 to your computer and use it in GitHub Desktop.
Save vad/69661 to your computer and use it in GitHub Desktop.

title

= title =

# usage: sed -f css2ccss.sed file.css
# helps to translate css filtes to clevercss format (most of the work has to be done by hand)
s/{/:/
s/}//
s/\ *:\ */: /
s/\;//
hide row expander
Ext.getCmp('1031').items.first().grid.getColumnModel().setHidden(0, true)
desktop=# EXPLAIN SELECT filename FROM photos, users WHERE user_id = users.id AND login='setti';
Hash Join (cost=8.28..36.41 rows=1 width=21)
Hash Cond: (photos.user_id = users.id)
-> Seq Scan on photos (cost=0.00..24.54 rows=954 width=25)
-> Hash (cost=8.27..8.27 rows=1 width=4)
-> Index Scan using users_login_key on users (cost=0.00..8.27 rows=1 width=4)
Index Cond: ((login)::text = 'setti'::text)
jabber.getRoster()
XmlReader (225.328ms, 42172 chiamate)
jq (218.472ms, 42197 chiamate)
jq (69.845ms, 2132 chiamate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment