This file contains 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
$ for file in *;do if [ "`curl --silent http://udat.mtvnservices.com/service1/dispatch.htm?feed=nick_arc_player_prime\&plugin.stage=live\&mgid=mgid:arc:episode:nick.com:\`cat $file\``" == "`curl --silent http://udat.mtvnservices.com/service1/dispatch.htm?feed=nick_arc_player_prime\&plugin.stage=live\&mgid=mgid:arc:episode:nick.com:\`cat 101\``" ];then echo "$file FAIL";else echo "$file PASS";fi;done | |
101 FAIL | |
102 FAIL | |
103 FAIL | |
104 FAIL | |
105 FAIL | |
106 FAIL | |
107 FAIL | |
108 FAIL | |
109 FAIL |
This file contains 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
$ brew cask install --debug atom | |
==> Initializing Taps | |
==> Creating directories | |
==> Loading Cask definitions | |
==> Translating 'atom' into a valid Cask source | |
==> Testing source class Cask::Source::URI | |
==> Testing source class Cask::Source::PathSlashRequired | |
==> Testing source class Cask::Source::TappedQualified | |
==> Testing source class Cask::Source::UntappedQualified | |
==> Testing source class Cask::Source::Tapped |
This file contains 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
<?php | |
$todos=[]; | |
class todo | |
{ | |
public $file; | |
public $msg; | |
public $linenum; | |
public $text; | |
function __construct($file,$line,$linenum) | |
{ |
This file contains 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
$ youtube-dl --verbose "http://www.nfl.com/news/story/0ap3000000467586/article/patriots-seahawks-involved-in-lategame-skirmish" | |
[debug] System config: [] | |
[debug] User config: [] | |
[debug] Command-line args: ['--verbose', 'http://www.nfl.com/news/story/0ap3000000467586/article/patriots-seahawks-involved-in-lategame-skirmish'] | |
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 | |
[debug] youtube-dl version 2015.01.30.2 | |
[debug] Python version 2.7.9 - Darwin-13.4.0-x86_64-i386-64bit | |
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4 | |
[debug] Proxy map: {} | |
[nfl.com] 0ap3000000467586: Downloading webpage |
This file contains 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
2015-02-07 17:14:31 -0500 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/usr/local/Cellar/butt/0.1.14 | |
configure: WARNING: unrecognized options: --disable-debug | |
checking for a BSD-compatible install... /usr/bin/install -c |
This file contains 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
2015-02-07 17:46:00 -0500 | |
find .>/usr/local/FINDDOT | |
This file contains 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
2015-02-08 17:56:15 -0500 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/usr/local/Cellar/butt/0.1.14 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
/private/tmp/butt-rn97bd/butt-0.1.14/missing: Unknown `--is-lightweight' option |
This file contains 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
2015-03-01 20:03:53 -0500 | |
/usr/local/Cellar/jpexs/4.1.1/bin/dos2unix | |
ffdec.sh | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: ffc926a4ac74861c29552df7d0b5368300e11973 | |
Last commit: 12 hours ago |
This file contains 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
2015-03-01 20:09:46 -0500 | |
dos2unix | |
ffdec.sh | |
dos2unix: converting file ffdec.sh to Unix format... |
This file contains 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
2015-03-09 14:23:16 +0000 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--prefix=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4 | |
--enable-shared | |
--mandir=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/share/man | |
checking for a BSD-compatible install... /usr/bin/install -c |
OlderNewer