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
| /Library/Ruby/Gems/1.8/bundler/gems/mongomapper-931dab779011/lib/mongo_mapper/plugins/dynamic_querying.rb:37:in `method_missing' | |
| app/controllers/albums_controller.rb:48:in `update' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
| actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action' | |
| actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `process_action' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:445:in `_run__1077260712__process_action__944252406__callbacks' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `send' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' |
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
| static void Main(string[] args) | |
| { | |
| string _connectionString = ("server=vrsbase-w2k3;" + | |
| "database=express;" + | |
| "user=sa;" + | |
| "password="); | |
| string _sql = string.Empty; | |
| SqlConnection conn = null; |
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
| if &t_Co >= 256 || has("gui_running") | |
| colorscheme mustang | |
| elseif &t_Co > 2 || has("gui_running") | |
| "switch syntax highlighting on, when the terminal has colors | |
| colorscheme zenburn | |
| syntax on | |
| endif |
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
| ps -mp <PID#> -o THREAD |
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
| find . -name '$FILENAME' -exec rm {} \; |
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
| netsh wlan connect ssid=YOURSSID name=PROFILENAME | |
| netsh wlan show profile | |
| http://www.hanselman.com/blog/ | |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>untitled</title> | |
| <link rel="stylesheet" href="" /> | |
| </head> | |
| <body> | |
| <script src=""></script> |
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
| Abel | |
| Open Sans |
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
| private readonly List<string> authors = new List<string> | |
| { | |
| "Cameron MacFarland", | |
| "Mike Minutillo", | |
| "Jake Ginnivan", | |
| "Ian Randall", | |
| "Paul Stovell", | |
| "Andrew Tobin", | |
| "Brendan Forster", | |
| "Paul Jenkins" |
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
| /Library/Java/Home/ |
OlderNewer