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
| // ---- | |
| // 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
| 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
| sdfa |
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
| Hagelberg | |
| ;; Dan McKinley | |
| ;; Vers |
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
| ;; Contributors: | |
| ;; Chris Wanstrath <[email protected]> | |
| ;; Will Farrington <[email protected]> | |
| ;; Michael Ivey |
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
| ################# | |
| # host specific # | |
| ################# | |
| backup | |
| tmp | |
| .zcompdump | |
| .perldb | |
| .mdbhistory | |
| .rnd |
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
| User 5712 - John Doe | |
| BEFORE | |
| foo1 - 2013-09-26 13:44 | |
| AFTER | |
| foo1 - 2013-09-26 13:44 | |
| User 8960 - John Doe | |
| BEFORE | |
| foo2 blah - 2013-12-30 16:00 | |
| foo1 - 2013-12-30 16:00 |
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
| require 'rubygems' | |
| gem "ruby_parser", "~> 2.0" | |
| require 'ruby_parser' | |
| class Step | |
| attr_reader :file, :line, :regexp | |
| def initialize(regexp, file, line) | |
| @file, @line = file, line | |
| self.regexp = regexp | |
| end |
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
| # be script/sub_analyzer.rb input.txt > import_spans.csv |