This is a staging site. Uploads will not persist. Testing only.
compare "dmesg" from "util-linux" with "journalctl -k"

systemd

system and service manager

systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic.
flashcard program for learning new words

granule

flashcard program for learning new words

Granule is a flashcard program that implements Leitner cardfile methodology for learning new words. It features both short-term and long-term memory training capabilities with scheduling.
lightweight microblogging client - QT wrapper

hotot-qt

lightweight microblogging client - QT wrapper

Hotot is a lightweight Twitter and identi.ca client based on WebKit.
Displaying kanji information

gjiten

Japanese dictionary for GNOME

Gjiten is a Japanese dictionary for GNOME with advanced word and kanji lookup features. Requires dictionary files (edict, kanjidic) to function. See http://gjiten.sourceforge.net for more dictionary files and updates.

stackapplet

panel applet to track reputation on StackExchange sites

StackApplet is a GNOME panel applet that monitors your activity on any StackExchange site. StackApplet will notify you when your reputation changes on any of the sites or when someone posts a comment to you.

make

utility for directing compilation

GNU Make is a utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make can be used to organize any task in which targets (files) are to be automatically updated based on input files whenever the corresponding input is newer --- it is not limited to building computer programs. Indeed, Make is a general purpose dependency solver.