screen ruler

kruler

screen ruler

KRuler is a tool for measuring the size, in pixels, of items on the screen.

elpa-taxy-magit-section

View Emacs Taxy structs in a Magit Section buffer

This library prvides a way to view 'taxy' structs in a column-based, 'magit-section' buffer. Columns are defined using simple top-level forms, and new columns may be easily defined by users in their configurations.

rt-tests

Test programs for rt kernels

rt-tests contains a set of programs that test and measure various components of real-time kernel behavior, such as timer latency, signal latency and the functioning of priority-inheritance mutexes. Additionally it contains hackbench, a program to generate work for the scheduler.

lldb-17

Next generation, high-performance debugger

LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

quilt

Tool to work with series of patches

Quilt manages a series of patches by keeping track of the changes each of them makes. They are logically organized as a stack, and you can apply, un-apply, refresh them easily by traveling into the stack (push/pop).

python-eventlet

concurrent networking library - Python 2.x

Eventlet allows you to change how you run your code, not how you write it.