Victor K

Results 5 comments of Victor K

I've made an implementation of base cursor adapter class that can be used as workaround for this problem: https://gist.github.com/q1p/0b95633ab9367fb86785 Still not perfect solution, but technically more efficient then listed above...

Configuration: ``` # INT graph # ----------------------------------------------------------------------------- rigid = 0, 0, 0 limit = 100, 100, 100 ``` Output of `cat /proc/stat`: ``` cpu 30170802 170823 4737940 986556187 3138262 0...

No problem. ``` CPU0 CPU1 CPU2 CPU3 8: 0 0 0 0 IO-APIC 8-edge rtc0 9: 0 0 0 0 IO-APIC 9-fasteoi acpi 16: 0 0 0 0 IO-APIC 16-fasteoi...

Seems I don't have it locally now. I believe once I tried to change the range in the general URL, it became inaccessible via direct URL also. This is what...

Sure. The main issue is the "jump" handling when you need to go more than one item forward on any side. My previous code example represents case when I need...