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
^.*((?i)adam)((?!github).)*$ |
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
, :disable => "disabled" |
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
export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin/mysql:$PATH |
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
=# stylesheet_link_tag "compiled/site.css", "compiled/grid.css", "compiled/layout.css", "compiled/ui.theme.css", "compiled/admin.css", "compiled/ajax_indicator.css" | |
= stylesheet_link_tag "clearfix.css", "compiled/site.css", "compiled/ajax_indicator.css" | |
= yield :css | |
= render :partial => "layouts/javascript" | |
= render :partial => "layouts/ie6update" | |
= render :partial => "layouts/content_optimization" | |
= render :partial => "layouts/se_indexing" | |
= render :partial => "layouts/base_url" |
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
From: Amazon.com | |
Sent: Wednesday, June 17, 2009 11:08 AM | |
To: [email protected] | |
Subject: Your Amazon.com order 555-5555555-5555555 has shipped! | |
Dear [email protected], | |
Today CWS-Seller shipped item(s) in your order, placed on June 17, 2009. | |
================================================== | |
SHIPPING DETAILS |
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
- users | |
- groups | |
- profiles | |
- meetings | |
- attendees | |
- members | |
- profiles |
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
mysql -u root -p database_name < database.sql |
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
@import blueprint/reset.sass | |
@import compass/utilities.sass | |
@import rounded_corners.sass | |
@import colors.sass | |
// Mixins | |
=centered | |
margin-left: auto !important | |
margin-right: auto !important | |
display: block |
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
!!! Strict | |
= render :partial => "shared/head/signature" | |
%html{:xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", :'xml:lang' => "en"} | |
%head | |
= render :partial => "shared/head/head" | |
%body | |
= render :partial => "shared/header/account" | |
#wrap | |
#container.clearfix | |
= render :partial => "shared/flash" |
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_main | |
height: 30px | |
overflow: hidden | |
position: relative | |
ul | |
width: 100% | |
ul, li, a | |
+float("left") | |
li | |
margin-right: 2px |