Popular repositories
-
netty-rpc
simplistic non-blocking rpc over netty
-
forza
Android app, displaying racing telemetrics received via AMB RMonitor proto from MyLaps system
Java 4
-
thirtydaytrial
GAE/Google Calendar app for keeping track of all your 30 day trials (http://www.stevepavlina.com/blog/2005/04/30-days-to-success/)
Java 3
-
minesweeper
Java 3
-
vuzetty
Remote torrent upload plugin for vuze torrent client and upnp control
Java 2
-
rtos
rtos for avr 8-bit family mcu
Assembly 1
94 contributions in the last year
Contribution activity
April 2018
March 2018
Created a pull request in lmdbjava/lmdbjava that received 1 comment
fix for #72
not sure if the iterator logic is fully correct now, but it at least fixes the unit test // fixed styling issues
Created an issue in lmdbjava/lmdbjava that received 3 comments
atMost/atLeast+backwards iterator behavior
code link
verify(atMostBackward(bb(5)), 8, 6);
vs
verify(atMost(bb(5)), 2, 4);
Is this really the intended behavior? I would naively expect, that i…