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
#!/usr/bin/ruby | |
abort 'PATH is not set' if ENV['PATH'].nil? | |
seen = Hash.new | |
output = '' | |
ENV['PATH'].split(':').each do |p| | |
seen[p] = seen[p].nil? ? 1 : seen[p]+1 | |
output += " #{p}" |
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
rm -rf /Library/Internet\ Plug-Ins/Silverlight.plugin | |
rm -rf /Library/Internet\ Plug-Ins/WPFe.plugin | |
rm -rf /Library/Receipts/Silverlight.pkg | |
rm -rf /Library/Receipts/Silverlight_W2_MIX.pkg | |
rm -rf /Library/Receipts/WPFe.pkg |
This file has been truncated, but you can view the full file.
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
ZIP,LAT,LNG | |
00601,18.180555, -66.749961 | |
00602,18.361945, -67.175597 | |
00603,18.455183, -67.119887 | |
00606,18.158327, -66.932928 | |
00610,18.295366, -67.125135 | |
00612,18.402253, -66.711397 | |
00616,18.420412, -66.671979 | |
00617,18.447538, -66.557681 | |
00622,17.991245, -67.153993 |
We can't make this file beautiful and searchable because it's too large.
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
ZIP,LAT,LNG | |
00601,18.180555, -66.749961 | |
00602,18.361945, -67.175597 | |
00603,18.457399, -67.124867 | |
00606,18.158327, -66.932928 | |
00610,18.293960, -67.127182 | |
00611,18.276316, -66.807165 | |
00612,18.416727, -66.700090 | |
00616,18.420412, -66.671979 | |
00617,18.446889, -66.561154 |
We can't make this file beautiful and searchable because it's too large.
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
ZIP LAT LNG | |
00601 18.180555 -66.749961 | |
00602 18.361945 -67.175597 | |
00603 18.457399 -67.124867 | |
00606 18.158327 -66.932928 | |
00610 18.295304 -67.12518 | |
00611 18.276316 -66.807165 | |
00612 18.416727 -66.70009 | |
00616 18.420412 -66.671979 | |
00617 18.446889 -66.561154 |