Main > Free Download Search >

Free de software for linux

de

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 380
De-interlace 1.01

De-interlace 1.01


De-interlace plug-in does a simple interpolation between the odd or even fields in an image to correct this. more>>
When an image is taken from a video capture source (f.i. a freeze-frame), sometimes only either the odd or the even fields in the frame get captured, resulting in an image which, line by line, is data-black-data-black-etc.

De-interlace plug-in does a simple interpolation between the odd or even fields in an image to correct this.

<<less
Download (0.005MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1131 downloads
Drag de Go 0.2.5

Drag de Go 0.2.5


Drag de Go is a Firefox extension that allows you to execute several commands by the direction you drag and drop. more>>
Drag de Go is a Firefox extension that allows you to execute several commands (like open link, save link, search selected text) by the direction you drag and drop.
This extension identify the Object you drag Selected Text, Link, Image, or Extension File, and you can set commands to each object.
Main features:
- Assistance of file up-loading on web page.
- Open text link. (missing URL such as "ttp://...", "tp://..." can be opened. )
- The page the link ahead, the image, and the extension, etc. can be saved.
- The place where the file and the bookmark, etc. are opened by drag & drop can be set.
- Gesture in page source window.
- Execute "open link in ... Tab" command with ctrl key pastes the URL of link to address bar.
<<less
Download (0.086MB)
Added: 2007-06-29 License: MPL (Mozilla Public License) Price:
854 downloads
Menus de ElOtroLado 0.6b

Menus de ElOtroLado 0.6b


Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu. more>>
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu.

<<less
Download (0.048MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
935 downloads
Tagesschau.de RSS-Reader

Tagesschau.de RSS-Reader


Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. more>>
Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. Actually, it is not more than a little modified Version of the BBC Newsreader from http://www.kde-look.org/content/show.php?content=35922

Thanks to the author of this, and the author of the one, where he copied it, and so on...

Ive also not modified anything in the Script, I just put in the right URLs and made the header.

Hint: If you install it, and you only see a blank applet, refresh it with a right-click and Refresh Theme.

<<less
Download (0.048MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
KAppfinder 3.3.2

KAppfinder 3.3.2


KAppfinder searches your workstation for many common applications and creates menu entries for them. more>>
KAppfinder searches your workstation for many common applications and creates menu entries for them.

This package is part of KDE, and a component of the KDE base module. See the kde and kdebase packages for more information.

Installation:

You need to install klik on your system to run cmg applications.

Press Alt-F2 and paste:

wget klik.atekon.de/client/install -O -|sh

<<less
Download (0.81MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1489 downloads
Webdesign-Forum.de Toolbar 2.0

Webdesign-Forum.de Toolbar 2.0


Webdesign-Forum.de Toolbar is a Firefox extension that offers you a Webdesign-Forum.de toolbar. more>> <<less
Download (0.005MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
916 downloads
SmoothSlideSaver 0.4.1

SmoothSlideSaver 0.4.1


SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. more>>
SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. SmoothSlideSaver screensaver uses the famous Ken Burns effect and smoothly fades from one image to the next.

You dont need to worry about complicated configuration options, everything should run smoothly out of the box. Just select a directory with some nice pictures (e.g., your digital photo collection) and let the show begin.

There are prebuilt packages for Debian and Ubuntu (i386 architecture, only). You can either download them via the links below, or more conveniently, apt-get them:

Put one of the following lines into your /etc/apt/sources.list file:

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-sarge/ # Debian stable "Sarge"

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-unstable/ # Debian unstable (requires KDE 3.5.0 from Alioth (or experimental?))

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver ubuntu-breezy/ # (K)Ubuntu "Breezy"

Then do the usual steps to install the package:

#> apt-get update
#> apt-get install smoothslidesaver

If you have another Debian based distribution and/or architecture (or if the unstable packages cant be installed), you can easily build your own package. Add the following line to /etc/apt/sources.list:

deb-src http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver source/

Then execute the following commands:

#> apt-get update
#> mkdir smoothslidesaver
#> cd smoothslidesaver
#> apt-get build-dep smoothslidesaver
#> apt-get source --compile smoothslidesaver
#> dpkg -i smoothslidesaver_*.deb

If you have another distribution installed on your computer, you will have to do it the hard way, sorry :-/ Download the source tarball from the link below, untar it and then execute the following steps in the source directory:

#> ./configure
#> make
#> make install

If anyone wants to provide an .rpm or Slackware package, please contact me (you can find my email address in the AUTHORS file).
<<less
Download (0.63MB)
Added: 2006-01-08 License: GPL (GNU General Public License) Price:
1388 downloads
SMS::Send::DE::MeinBMW 0.02

SMS::Send::DE::MeinBMW 0.02


SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. more>>
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website.

SYNOPSIS

use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);

# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);

# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}

SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.

You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.

<<less
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
Spider Game Grande Jogo 1.0.1

Spider Game Grande Jogo 1.0.1


Liberte Jogos Online. Jogos de Ação Gratuitos, Jogos de Guerra e Jogos de Batalha. Crianças e Meninas que Vestem Jogos, Jogos de Moda, Jogos de Futebo... more>> <<less
Download (1220KB)
Added: 2009-04-01 License: Freeware Price: Free
206 downloads
WWW::Search::Yahoo::DE 2.405

WWW::Search::Yahoo::DE 2.405


WWW::Search::Yahoo::DE is Perl class for searching Yahoo! Deutschland. more>>
WWW::Search::Yahoo::DE is Perl class for searching Yahoo! Deutschland (Germany/.DE)

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search(Yahoo::DE);
my $sQuery = WWW::Search::escape_query("Perl OOP Freelancer");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result()) {
print $oResult->url, "n";
}

This class is a Yahoo! Deutschland (Germany) specialization of WWW::Search. It handles making and interpreting searches on Yahoo! Deutschland (Germany) http://de.yahoo.com.

This class exports no public interface; all interaction should be done through WWW::Search objects.

<<less
Download (0.027MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
ADDRESS LIST print web.de dict one slide 0.3

ADDRESS LIST print web.de dict one slide 0.3


ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! more>>
ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper!
If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one sheet of paper!
How to install:
1 download adl.tar.bz2
2 unpack adl.tar.bz2 to a directory adl
3 cd (place of the directory of adl)
4 ./configure
5 make
6 make install (as root)
How to use:
1. Search in-/export of adresses
2. press export
3. choose "open" (only first time)
4. choose "open with" (only first time)
5. open with "adl", mark every time
6 print page 3-4
How to uninstall
- make uninstall (as root)
Enhancements:
New:
- i18n (translations now possible, if you like to translate, please mail!)
- Lines filled with dots now => easier to find entries which belong together
- mapping of text/x-csv to Address List => open Adress List with right click is possible
- you can change in code if you prefere text alignment center (default) or left
Much better (V 0.2):
- code cleanup
- again: improved Handbook - read it!!!
<<less
Download (1.3MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1120 downloads
AdGenXS

AdGenXS


AdGenXS helps you create individual advertisements for your favorite Search-Engine. more>>
AdGenXS helps you create individual advertisements for your favorite Search-Engine.

A Top Rank on a Search-Engine is useless without a informative advertisement.

With AdGenXS you now can create your own advertisements and integrate them into your websites, so you know what Google and co. will tell the user about your site.

AdGenXS provides a simple preview of your ad on Google and co. You can easy modify and add your favorite Search-Engines to AdGenXS, with 2 Screenshots and a small HTML Code you integrate your Search-Engine into AdGenXS.

AdGenXS runs under all Linux, Mac, and WindowsOS! Published under the GPL, and written in QT.
<<less
Download (0.14MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1051 downloads
xmms sndfile 1.2

xmms sndfile 1.2


xmms sndfile is an input plugin for XMMS. more>>
xmms sndfile is an input plugin for XMMS.

Using xmms_sndfile extends the capabilities of XMMS to open and play any file which can be opened and read by libsndfile, including WAV, AIFF, AU, and SVX files and many compressed version of these file formats.

<<less
Download (0.22MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1292 downloads
iCalDoubleRemover

iCalDoubleRemover


iCalDoubleRemover script just removes duplicate Entries in iCals. more>>
iCalDoubleRemover script just removes duplicate Entries in iCals. Dupicate entries are defined as having the same Entries except for the UID bit. A special feature is support for duplicate BirthdayCal entries as well.

Be aware that you need Perl, Config::Inifiles via Perlupdate ( perl -MCPAN -e shell install Config::IniFiles ).
<<less
Download (0.006MB)
Added: 2005-11-18 License: Freeware Price:
1436 downloads
qLeo 2.1

qLeo 2.1


qLeo is a fast and simple QT gui for de-en translation using the dict.leo.org dictionary. more>>
qLeo is a fast and simple QT gui for de-en translation using the "dict.leo.org" dictionary.
qLeo is faster than using the webbrowser and has a few nice features like grabbing the clipboard for translation.
Installation:
1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.
Start with "qleo" or make a kde-shortcut on it.
Enhancements:
- support for spanish translations.
<<less
Download (0.028MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
982 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5