nilmdb/nilmdb
Jim Paris 6d1fb61573 Use 'repr' instead of 'str' in Interval string representation.
Otherwise timestamps get truncated to 2 decimal places.
2012-12-05 17:47:48 -05:00
..
cmdline Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
__init__.py Add database size to "nilmtool.py info" output. 2012-07-24 21:52:38 +00:00
bxintersect.pyx Some small speed improvements. Intervals are really a pain; need to 2012-05-08 17:40:11 +00:00
client.py Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
du.py Add database size to "nilmtool.py info" output. 2012-07-24 21:52:38 +00:00
httpclient.py Streaming responses from the server weren't actually streaming. Fix 2012-05-23 23:18:24 +00:00
interval.pyx Use 'repr' instead of 'str' in Interval string representation. 2012-12-05 17:47:48 -05:00
interval.pyxdep Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
iteratorizer.py Add "iteratorizor", which transforms a function that uses callbacks 2012-05-23 01:00:12 +00:00
layout.pyx Tests pass with 100% coverage on non-cython modules 2012-08-06 22:05:09 +00:00
nilmdb.py Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
printf.py Misc cleanups, fix some pylint issues 2012-03-23 15:50:33 +00:00
rbtree.pxd Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
rbtree.pyx Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
rbtree.pyxdep Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
RedBlackTree.cc Working on getting the RBTree working. Intersections are busted. 2012-11-15 18:55:56 +00:00
serializer.py rework MyCurl stuff 2012-05-21 21:43:30 +00:00
server.py Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
timer.py Optimization that uses slices on the table rather than checking each 2012-06-04 23:46:33 +00:00
timestamper.py Can now insert data using command line tool. Time to benchmark etc. 2012-04-09 21:31:39 +00:00