rhino

JavaScript engine written in Java

Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

rhinote

virtual sticky-notes for your desktop

Rhinote is a small program that provides virtual sticky-notes. It's handy for jotting down quick notes or holding copied text that you plan to paste elsewhere later.

riece

IRC client for Emacs

Riece is a user interface for IRC (Internet Relay Chat). You should spell it with the first letter capitalized and pronounce it as /ri:s/.
utility that controls a process and its descendants

pslist

utility that controls a process and its descendants

pslist is a simple utility to list the process IDs (PIDs) of a process and all its children, and its children's children, and so on. If invoked with a command name which ends in 'kill', it sends a signal to a selected group of processes. If invoked with a command name which ends in 'renice', it sets the nice level of the selected group of processes.

python3-pymemcache

comprehensive, fast, pure Python memcached client - Python 3.x

Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports the following features: * Complete implementation of the memcached text protocol. * Configurable timeouts for socket connect and send/recv calls. * Access to the "noreply" flag, which can significantly increase the speed of writes. * Flexible, simple approach to serialization and deserialization. * The (optional) ability to treat network and memcached errors as cache misses.

python-pydhcplib

Python DHCP client/server library

pydhcplib is a Python library which provides two levels of support for DHCP clients and servers. The first is the low-level support for encoding and decoding DHCP packets (the library supports both RFC 2131 and RFC 2132 options). The second is support communicate as a client or as a server, sending and receiving packets over the wire.