Skip to content

Commit

Permalink
cleanup old code; add -G to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Mar 17, 2015
1 parent 320c37c commit b2798a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 201 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ the majesty of this _mpstat(1)_ display of a 16-CPU zone in the JPC:

![awesome heatmap](http://i.imgur.com/23Yps0g.png)

## The node.js Version

See: _heatmap.js_. It's kind of broken at the moment.

## The C Version

This version accepts input on ```stdin``` of the form ...

```
Expand Down Expand Up @@ -68,3 +62,6 @@ In the most recent C-based version I have used a Rank-based Colouring, as
described in
[this blog post](http://dtrace.org/blogs/dap/2011/06/20/heatmap-coloring/)
by Dave Pacheco.

If the darkest shades are not visible in your terminal, you can skip some
number of shades from the dark end of the spectrum with the `-G` flag.
195 changes: 0 additions & 195 deletions heatmap.js

This file was deleted.

0 comments on commit b2798a9

Please sign in to comment.