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.
SNMP agent simulator

snmpsim

SNMP agent simulator

SNMP Simulator is a software that would act like a multitude of real physical devices from SNMP Manager's point of view. Simulator builds and uses a database of physical devices' SNMP footprints to respond like their real counterparts do.
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.
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.