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
Processing PagesController#index (for 127.0.0.1 at 2009-03-17 14:30:57) [GET] | |
Session ID: BAh7CDoMdXNlcl9pZGkLOg5yZXR1cm5fdG8iBi8iCmZsYXNoSUM6J0FjdGlv | |
bkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA=--ac44a6c055a4024a4ab5195bd8ba385c58132a9d | |
Parameters: {"action"=>"index", "controller"=>"pages"} | |
User Columns (0.004919) SHOW FIELDS FROM `users` | |
Trainer Columns (0.004346) SHOW FIELDS FROM `users` | |
Trainer Load (0.000519) SELECT * FROM `users` WHERE (subdomain = 'mattsfattybusters') AND ( (`users`.`type` = 'Trainer' ) ) LIMIT 1 | |
User Load (0.000340) SELECT * FROM `users` WHERE (`users`.`id` = 6) LIMIT 1 | |
Client Columns (0.004517) SHOW FIELDS FROM `users` | |
Trainer Load (0.000436) SELECT * FROM `users` WHERE (`users`.`id` = 2) AND ( (`users`.`type` = 'Trainer' ) ) |
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
email: your_address@yourgoogleappsdomain.com | |
server: m.google.com | |
domain: leave blank | |
username: email again | |
password: your password | |
description: whatever | |
Use SSL: on | |
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
#header h2#logo a { | |
display: block; | |
width: 159px; | |
height: 38px; | |
background-image: url('/images/logo.png'); | |
background-image: url('http://images.foobar.com/images/logo.png'); | |
background-repeat: no-repeat; } |
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
require 'rubygems' | |
require 'rbosa' | |
finder = OSA.app("Finder") | |
finder.desktop_background = "path to file" |
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
defaults write com.iconfactory.Twitterrific tweetTextFilter -string "[Oo][l][y][m][p][i][c]|[0][8][0][8][0][8]|[#][0][8][0][8][0][8]" |
NewerOlder