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
| 01:16:12|INFO ==================== | |
| 01:16:12|INFO nzbToSickBeard V9.1 | |
| 01:16:12|INFO Script triggered from SABnzbd, starting autoProcessTV... | |
| 01:16:12|INFO Loading config from /volume1/Download/nzbToMedia/autoProcessMedia.cfg | |
| 01:16:12|INFO FLATTEN: Flattening directory: /volume1/Download/SABnzbd/complete/sickbeard/My.Kitchen.Rules.S05E04.REPACK.PDTV.x264-RTA | |
| 01:16:12|INFO REMOVER: Removing empty folders in: /volume1/Download/SABnzbd/complete/sickbeard/My.Kitchen.Rules.S05E04.REPACK.PDTV.x264-RTA | |
| 01:16:12|INFO The download succeeded. Sending process request to SickBeard's default branch | |
| 01:16:12|INFO Waiting for 0.0 seconds to allow SB to process newly extracted files | |
| 01:16:12|DEBUG Opening URL: http://localhost:7071/home/postprocess/processEpisode?nzbName=My.Kitchen.Rules.S05E04.REPACK.PDTV.x264-RTA.nzb&quiet=1&dir=%2Fvolume1%2FDownload%2FSABnzbd%2Fcomplete%2Fsickbeard | |
| 01:16:29|INFO Processing folder /volume1/Download/SABnzbd/complete/sickbeard |
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
| // ---- | |
| // Sass (v3.3.4) | |
| // Compass (v1.0.0.alpha.18) | |
| // Susy (v2.1.1) | |
| // ---- | |
| @import "compass"; | |
| @import "compass/reset"; | |
| @import "susy"; |
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>header</header> | |
| <nav>navigation</nav> | |
| <article>article</article> | |
| <footer>footer</footer> |
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>header</header> | |
| <nav>navigation</nav> | |
| <article>article</article> | |
| <footer>footer</footer> |
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
| <div id="container"> | |
| <div id="inner">content</div> | |
| </div> |
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
| <div id="container"> | |
| <div id="inner">content</div> | |
| </div> |
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
| diff -u /Users/lewang/src/middleman/test/source/stylesheets/all.css /Users/lewang/.emacs_common/backup/\!Users\!lewang\!src\!middleman\!test\!source\!stylesheets\!all.css.\~1\~ | |
| --- /Users/lewang/.emacs_common/backup/!Users!lewang!src!middleman!test!source!stylesheets!all.css.~1~ 2014-04-17 18:48:24.000000000 -0400 | |
| +++ /Users/lewang/src/middleman/test/source/stylesheets/all.css 2014-04-17 18:49:12.000000000 -0400 | |
| @@ -1,7 +1,7 @@ | |
| @charset "utf-8"; | |
| body { | |
| - background: #d4d4d4 url("../images/background.png"); | |
| + background: #d4d4d4 image-url("background.png"); | |
| text-align: center; |
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
| encryption_key: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | |
| secret_token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
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
| *** /var/folders/vl/9vkq4lm17ndcdqmk_lwcgn5w0000gn/T/ediff4466kXN 2014-08-08 09:49:35.000000000 -0400 | |
| --- /var/folders/vl/9vkq4lm17ndcdqmk_lwcgn5w0000gn/T/ediff4466xhT 2014-08-08 09:49:35.000000000 -0400 | |
| *************** | |
| *** 1 **** | |
| ! (replace-regexp-in-string "\\(.*\\)\..*$" "\\1.org" "file.conserv.module") | |
| --- 1 ---- | |
| ! (replace-regexp-in-string "\\(.*\\)\\..*$" "\\1.org" "file.conserv.module") |
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
| ~/src/tickit-app [feature/new-survey] | |
| % be rake db:migrate Thu 09:54:07 | |
| == AddRawSubmissionJsonColumnToSubmission: migrating ========================= | |
| -- add_column(:submissions, :encrypted_raw_json, :text) | |
| -> 0.1021s | |
| -- add_column(:submissions, :is_malformed, :boolean, {:default=>false}) | |
| -> 0.0611s | |
| == AddRawSubmissionJsonColumnToSubmission: migrated (0.1634s) ================ |
OlderNewer