-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewinded evaluation link updates to include in a separate PR
- Loading branch information
1 parent
f8ac509
commit d4512b0
Showing
16 changed files
with
41 additions
and
64 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/bin/bash | ||
|
||
sed 's;^;atlas-group.cs.brown.edu/data/noaa/;' | | ||
sed 's;^;http://ndr.md/data/noaa/;' | | ||
sed 's;$;/;' | | ||
xargs -r -n 1 curl -s | | ||
grep gz | | ||
tr -s ' \n' | | ||
cut -d ' ' -f9 | | ||
sed 's;^\(.*\)\(20[0-9][0-9]\).gz;\2/\1\2\.gz;' | | ||
sed 's;^;atlas-group.cs.brown.edu/data/noaa/;' | | ||
sed 's;^;http://ndr.md/data/noaa/;' | | ||
xargs -n1 curl -s | | ||
gunzip |
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
cat $PASH_TOP/evaluation/tests/input/1M.txt | | ||
sed 's;^d;da;' | | ||
sed 's;^;atlas-group.cs.brown.edu/data/noaa/;' | | ||
sed 's;^;http://ndr.md/data/noaa/;' | | ||
sed 's;$;/;' | | ||
sed 's;^\(.*\)\(20[0-9][0-9]\).gz;\2/\1\2\.gz;' | | ||
sed 's;^;atlas-group.cs.brown.edu/data/noaa/;' | | ||
sed 's;^;http://ndr.md/data/noaa/;' | | ||
sed "s#^#$WIKI#" | | ||
sed s/\$/'0s'/ | | ||
sed 1d | | ||
sed 4d | | ||
sed "\$d" | ||
sed "\$d" |