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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme", | |
| "font_face": "Anonymous Pro", | |
| "font_size": 18.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "line_padding_top": 3, | |
| "tab_size": 2, |
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
| 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36" 10.10.100.87:35390 x_forwarded_for:"159.142.71.6" vcap_request_id:a4ad219a-a4a1-4199-7e42-f02bd9038549 response_time:0.444874612 app_id:1c023628-835f-42b6-aca1-f1bd58dec4d3 | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Rendered ncr/_proposal_list.html.erb (423.9ms) | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Rendered proposals/index.html.erb within layouts/application (427.0ms) | |
| 2015-05-08T11:24:31.09-0500 [App/0] OUT Completed 500 Internal Server Error in 431ms | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT ActionView::Template::Error (undefined method `total_price' for nil:NilClass): | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 19: <tr> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 20: <td class="sixth"><a href="<%= proposal_url(proposal) %>"><%= proposal.public_identifier %></a></td> | |
| 2015-05-08T11:24:31.10-0500 [App/0] OUT 21: <td class="first"><a href="<%= proposal_url(proposal) %>"><%= |
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
| %nav.navbar.navbar-default{role: "navigation"} | |
| / Brand and toggle get grouped for better mobile display | |
| .navbar-header | |
| %button.navbar-toggle{"data-target" => ".navbar-ex1-collapse", "data-toggle" => "collapse", type: "button"} | |
| %span.sr-only Toggle navigation | |
| %span.icon-bar | |
| %span.icon-bar | |
| %span.icon-bar | |
| %a.navbar-brand{href: "#"} Brand | |
| / Collect the nav links, forms, and other content for toggling |
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.sublimetext.2 ApplePressAndHoldEnabled -bool false |
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized2Bd(Light).tmTheme", | |
| "font_face": "Anonymous Pro", | |
| "font_size": 15.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "line_padding_top": 3, | |
| "tab_size": 2, |
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
| <ul id="top-nav"> | |
| {% for weight in (1..10) %} | |
| {% for node in site.pages %} | |
| {% if node.group == 'topnavigation' %} | |
| {% if node.weight == weight %} | |
| {% if page.url == node.url %} | |
| <li class="active"><a href="{{site.baseurl}}{{node.url}}" class="active">{{node.title}}</a></li> | |
| {% else %} |
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
| # e Colors from http://wiki.archlinux.org/index.php/Color_Bash_Prompt | |
| # misc | |
| NO_COLOR='\e[0m' #disable any colors | |
| # regular colors | |
| BLACK='\e[0;30m' | |
| RED='\e[0;31m' | |
| GREEN='\e[0;32m' | |
| YELLOW='\e[0;33m' | |
| BLUE='\e[0;34m' | |
| MAGENTA='\e[0;35m' |
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
Show hidden characters
| { | |
| //Debug logging | |
| "debug_enable": false, | |
| // Path to find icons at | |
| "icon_path": "BracketHighlighter/icons", | |
| // When only either the left or right bracket can be found | |
| // this defines if the unmatched bracket should be shown. | |
| "show_unmatched" : true, |