A quick and dirty analysis of the rate of the occurances of different network errors. The data source used was from testpilot.
output.english.only.json
contains each error message with their rate of occurances.
# for more info: https://gist.github.com/1120938 |
[ | |
{ | |
residence: "V1", | |
floors: [ | |
{ id: "0", name: "Basement" }, | |
{ id: "1", name: "1" }, | |
{ id: "2", name: "2" }, | |
{ id: "3", name: "3" }, | |
], | |
buildings: [ |
.cell { | |
position: relative; | |
height: 125px; | |
margin-bottom: 20px; | |
background: white; | |
border-top-width: 0.5em; | |
border-top-style: solid; | |
text-align: center; } | |
@media (min-width: 1200px) { | |
.cell { |
set mypath to (path to me) as string | |
tell application "Finder" to set theFilename to name of file mypath | |
set theName to characters 1 thru ((offset of "." in theFilename) - 1) of theFilename as string | |
do shell script "cd " & POSIX path of mypath & "/.. && sh " & theName & ".sh" |
# Doges your terminal up | |
# Requires Mac OS X, lolcat, and thinderman's doge | |
# Doge: https://github.com/thiderman/doge | |
# lolcat: https://github.com/busyloop/lolcat | |
# Display a lovely doge | |
doge | |
# Alias for periodic pretty doge lines |
config_user.py |
<html> | |
<head> | |
<meta http-equiv="refresh" content="0;URL=redirect.loop.a.html"> | |
</head> | |
<body> | |
</body> | |
</html> |
LaTeX is distributed on Mac OS X via MacTex. As of this wriiting the installer is 2.3 GB. It's pretty large so it'll take some time to download.
You can find the latest version on their website.
You can skip this section if you don't use a different system shell (i.e. you use bash).
An overview of the various projects I've worked on and their statuses.