Skip to content

Commit

Permalink
added python script to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blackant committed Jun 27, 2011
1 parent 36183cf commit 6804535
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 42 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -66,6 +66,10 @@ end
counter.results
```

### Additional Tools

[fweez](https://github.com/fweez) contributed the Linux filesize dataset and [created a Python script for tallying filesizes in a directory](https://gist.github.com/1049438).

## Updating Javascript and CSS

We're using CoffeeScript for the Javascript and Sass/Compass for the CSS.
Expand Down
32 changes: 0 additions & 32 deletions ben.py

This file was deleted.

2 changes: 1 addition & 1 deletion js/datasets/index.json
Expand Up @@ -4,6 +4,6 @@
"distance-of-stars-from-earth-in-light-years": "Distance of stars from Earth in light years",
"loan-amounts-on-kiva-org": "Loan amounts on kiva.org",
"total-number-of-print-materials-in-us-libraries": "Total number of print materials in US libraries",
"population-of-spanish-cities": "Population of Spanish cities"
"population-of-spanish-cities": "Population of Spanish cities",
"linux-filesizes": "File sizes in the Linux 2.6.39.2 source tree"
}
18 changes: 9 additions & 9 deletions js/datasets/linux-filesizes.json
@@ -1,14 +1,14 @@
{
"values": {
"1": 30.30625,
"2": 17.37780,
"3": 13.03471,
"4": 9.65342,
"5": 7.78159,
"6": 6.36750,
"7": 5.74356,
"8": 5.09237,
"9": 4.64280
"1": 30.31,
"2": 17.38,
"3": 13.03,
"4": 9.65,
"5": 7.78,
"6": 6.37,
"7": 5.74,
"8": 5.09,
"9": 4.64
},
"num_records": "36,702",
"min_value": "1",
Expand Down

0 comments on commit 6804535

Please sign in to comment.