OS 2008
Votes: 5
LayoutSwitcher displays current keyboard layout in the statusbar.
Do a long tap on the applet and you will see popup menu which can: * Block onscreen keyboard from appearing * Copy selection to clipboard (useful for N800 owners, which doesn't have Ctrl+C, in apps that doesn't provide Copy menu, for example, Pidgin chat history window)
Note for N80 users: if you notice that LayoutSwithcer displays incorrect layout, switch layout once using virtual keyboard and you will get it fixed. You need to do it obly once.
There is also version for OS2006 at the project page at garage. It switches layouts with the tap on statusbar icon, which is easier than 770's native method.
Votes: 2
Command-line utility to show EXIF information in JPEG files.
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. Exif is a small command-line utility to show (and edit) EXIF information hidden in JPEG files.
Votes: 1
mksh is the a Bourne-compatible shell which is largely similar to the original AT&T Korn shell. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. The code has been cleaned up and simplified, bugs fixed, standards compliance and UTF-8 support added, and several enhancements (for extended compatibility to other modern shells, as well as a couple of its own) have been added.
Votes: 1
Computer algebra system (CAS) in Python. SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. This package contains the interactive shell for SymPy, i.e., isympy, which starts ipython/python interactive shell and loads SymPy.
