mrflip / wukong
- Source
- Commits
- Network (9)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tree:
0791214
Philip (flip) Kromer (author)
Sun Nov 08 13:38:51 -0800 2009
commit 07912149a00fb0d3c206bdc1a8759516f6f250b1
tree 214c20986608c29db2438cb643d561d5f0774603
parent e1fe6784fcd165ee6bff129df74dd9c38cf6f3e0
tree 214c20986608c29db2438cb643d561d5f0774603
parent e1fe6784fcd165ee6bff129df74dd9c38cf6f3e0
wukong / examples
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.txt | Mon Jun 22 03:35:10 -0700 2009 | |
| |
apache_log_parser.rb | Thu Oct 29 03:00:41 -0700 2009 | |
| |
count_keys.rb | Fri Jul 24 08:48:43 -0700 2009 | |
| |
count_keys_at_mapper.rb | Wed Apr 08 20:01:51 -0700 2009 | |
| |
graph/ | Thu Oct 29 03:00:41 -0700 2009 | |
| |
package-local.rb | Wed Apr 08 20:01:51 -0700 2009 | |
| |
package.rb | Sat Jul 25 22:28:13 -0700 2009 | |
| |
pagerank/ | Fri Jul 10 23:15:21 -0700 2009 | |
| |
rank_and_bin.rb | Tue Jul 28 10:20:47 -0700 2009 | |
| |
run_all.sh | Wed Feb 18 02:00:33 -0800 2009 | |
| |
sample_records.rb | Sun Nov 08 13:37:57 -0800 2009 | |
| |
size.rb | Wed Apr 08 20:01:51 -0700 2009 | |
| |
word_count.rb | Tue Jun 23 17:14:36 -0700 2009 |
examples/README.txt
Examples: * sample_records -- extract a random sample from a collection of data * word_count * apache_log_parser -- example for parsing standard apache webserver log files. * wordchains -- solving a word puzzle using breadth-first search of a graph * graph -- some generic graph * pagerank -- use the pagerank algorithm to find the most 'interesting' (central) nodes of a network graph

