Three nifty alternatives to the M-TAB key in Emacs, and a replacement.

The M-<TAB> key in Emacs provides a useful completion function (`completion-at-point’), which tries to complete the current symbol at point to something useful, usually based on other symbols in the buffer which have the current partial symbol as a prefix. However, using this key is a pain in most OS GUI systems, since it is usually mapped to the Task Switching function as well. Note that the <Alt> key doubles as <Meta> on most keyboards. ...

September 29, 2010 · 2 min

ASCII Art - Converting JPEG images to ASCII

Found an interesting ASCII Art conversion site at http://www.typorganism.com/asciiomatic The site takes 60x50 pixel JPEG images (size has to be exactly that) and converts them to a ASCII glyph based image.

March 21, 2009 · 1 min