/[pxelator]/couchdb/daemons/views/ip_package_count/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /couchdb/daemons/views/ip_package_count/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 301 - (show annotations)
Wed Aug 26 16:15:46 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/javascript
File size: 50 byte(s)
count ip for each package
1 function(doc) {
2 emit([doc.ip,doc.package], 1);
3 }

  ViewVC Help
Powered by ViewVC 1.1.26