A curses-based utility that polls hosts to determine connectivity

sntop

A curses-based utility that polls hosts to determine connectivity

Simple network top (sntop) is a curses-based console utility, in the spirit of top, that polls network hosts at a regular interval to determine their connectivity and displays the results in a pretty format. Advanced features, such as automatic HTML generation of results, secure terminal mode, execution of external file on connectivity change, and user/system configure files, are supported.
Line art generator

aspic

Line art generator

Aspic is a program that generates line art images from a text description of a picture that contains commands such as "line", "box", "circle", and "arc". Aspic's concept is similar to the "pic" command. Output is either encapsulated PostScript, or Scalable Vector Graphics (SVG). Quite complex pictures can be constructed from Aspic's primitives, which include facilities for positioning text alongside graphics, and the use of colour.
list of buffers

vim-ctrlp

fuzzy file, buffer, mru, tag, etc. finder for Vim

CtrlP features: * written in pure Vimscript * full support for Vim's regexp as search patterns * built-in Most Recently Used (MRU) files monitoring and search * built-in project's root finder * open multiple files at once * create new files and directories * execute Ex commands on an opening file (jump to a line, to a string or do anything) * optional cross-sessions caching and history allow for fast initialization * mappings and usage conform to Vim's conventions
yet another shell

yash

yet another shell

Yash is a command line shell that conforms to the POSIX.1 (IEEE Std 1003.1, 2008 Edition) standard for the most part. Actually, it is much more POSIX-compliant than other shell like bash and zsh.
Get unique abbreviations for a set of strings - Node.js module

node-abbrev

Get unique abbreviations for a set of strings - Node.js module

Given a set of strings, this module computes a list of distinct abbreviations. This is handy for command-line scripts, or other cases where one wants to be able to accept shorthands.
Pd object for reading and writing to serial ports

pd-comport

Pd object for reading and writing to serial ports

comport is a cross-platform object for Pure Data that allows you to read and write bytes and lists of data to /dev/tty* devices including serial port, USB-serial devices, Bluetooth-serial, etc.