J-Eiffel - A Eiffel-to-Java compiler J-Eiffel is a Eiffel compiler with JVM bytecode generation.
Copyright (c) 1997-99 by Pirmin Kalberer. For license terms see COPYING (Berkeley-style license).
Download: Source-Distribution
Note: This software is unmaintained! Have a look at SmartEiffel.
xpm2e xpm2e, a script that converts xpm files to Eiffel declarations
Read on
Introduction Topiq is a knowledge management tool based on topic maps. It can be used as a desktop database with built-in entry forms for notes, books and media. Thanks to the topic map organisation you can order your entries into multiple hirarchies like projects, document types, categories etc. Spezial features are a language-independant fuzzy search and an automatic sort function based on word similarities. User Interfaces are available for Linux/KDE and the SHARP Zaurus SL5000.
Read on
The Debian package of Martin Blais’ powerful visual diff and merge tool xxdiff can be found here.
xxpatch is a little tool that let’s you apply patches without altering your original sources and let’s you see and merge the result inside xxdiff.
Enjoy! Tomas Pospisek
Read on
Do you often use CRTL-ALT-R to jump to a selected URL in KDE. Here’s how you can add your a “search on Google” or “search on Leo” Shortcut to Klipper… (loosely based on Derek Fountain’s work).
tpo2:/home/tpo# cat /usr/local/bin/kde_googlize2 #!/bin/sh googleWord=`echo "$@"| tr " " "+"| tr "\n" "+"| awk '{sub("\+$",""); print $0}'`exec kfmclient openURL "http://www.google.com/search?q=$googleWord" exit 0 Click on the Klipper Icon:
select “Preferences” and then “Actions” and then enter add the following Actions, respectively Command to it (use the right mouse button):
Read on