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 7f63e219a4a51573eafcdb6d6483fe101f00cf16 Mon Sep 17 00:00:00 2001 | |
| From: fauverism <[email protected]> | |
| Date: Mon, 28 Mar 2011 14:08:29 -0400 | |
| Subject: [PATCH] first commit | |
| --- | |
| 0 files changed, 0 insertions(+), 0 deletions(-) | |
| create mode 100644 README | |
| diff --git a/README b/README |
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
| // Colors Settings | |
| $mainColor: #2ba6cb; | |
| $secondaryColor: #e9e9e9; | |
| $alertColor: #c60f13; | |
| $successColor: #5da423; | |
| $txtColor: #222; | |
| $highlightColor: #ffff99; | |
| $black: #000; | |
| $white: #fff; | |
| $shinyEdge: rgba(#fff, .5); |
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> | |
| <li class="month">October</li> | |
| <li class="day">30</li> | |
| <li class="year">2012</li> | |
| </ul> |
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
| prompt: Is this ok?: (yes) | |
| info: Analyzing application dependencies in server.js | |
| info: Checking app availability myapp | |
| info: Creating app myapp | |
| info: Creating snapshot 0.0.0 | |
| info Uploading: [=============================] 100% | |
| info: Updating app myapp | |
| info: Activating snapshot 0.0.0 for myapp | |
| info: Starting app myapp | |
| error: Error running command deploy |
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
| 1 { | |
| 2 "name": "myapp", | |
| 3 "subdomain": "nko3-fauverism.myapp", | |
| 4 "scripts": { | |
| 5 "start": "server.js" | |
| 6 }, | |
| 7 "version": "0.0.0-1", | |
| 8 "engines": { | |
| 9 "node": "0.8.x" | |
| 10 } |
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
| <cars> | |
| <car make="Ford" model="Pinto"> | |
| <passenger name="Dustin"></passenger> | |
| <passenger name="Graham"></passenger> | |
| </car> | |
| <car make="Toyota" model="Prius" /> | |
| <car make="Nissan" model="Sentra" /> | |
| </cars> |
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
| article .roll | |
| { | |
| display:inline-block; | |
| overflow:hidden; | |
| vertical-align:top; | |
| -webkit-perspective:400px; | |
| -moz-perspective:400px; | |
| -o-perspective:400px; | |
| perspective:400px | |
| } |
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
| <meta name="apple-mobile-web-app-capable" content="yes" /> |
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
| Target ALL VERSIONS of IE | |
| <!--[if IE]> | |
| <link rel="stylesheet" type="text/css" href="all-ie-only.css" /> | |
| <![endif]--> | |
| Target everything EXCEPT IE | |
| <!--[if !IE]><!--> | |
| <link rel="stylesheet" type="text/css" href="not-ie.css" /> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.31090480089187622</real> | |
| <key>Green Component</key> | |
| <real>0.31097450852394104</real> |
OlderNewer