Main > Free Download Search >

mp3producer de 2.58

mp3producer de 2.58

Sponsored Links
Sponsored Links

mp3producer de 2.58

No.
Title
Category
Price
License
Expand All
1
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu.

2
Desktop-Environment -> Desktop-Widgets
GPL GNU General Public License
Hide show
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.

3
Multimedia -> Graphics
GPL GNU General Public License
Hide show
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.

4
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Webdesign-Forum.de Toolbar is a Firefox extension that offers you a Webdesign-Forum.de toolbar.

Whats New in This Release:

· Firefox: 1.0 – 1.4

5
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
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.

Here are some key features of "Drag de Go":

· 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.

6
Office -> Groupware
GPL GNU General Public License
Hide show
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)

Whats New in This Release:

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!!!

7
Programming -> Compilers
LGPL GNU Lesser General Public License
Hide show
8
Programming -> Libraries
Perl Artistic License
Hide show
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.

9
Programming -> Libraries
GPL GNU General Public License
Hide show
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.

10
Internet -> HTTP
Free for noncommercial use
Hide show
portiqus is a Web UI specifically designed for use with the server installation described at http://www.wahlfaelschung.de/.

11
Programming -> Libraries
The Apache License
Hide show
Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).

The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl:

// create an expression factory
javax.el.ExpressionFactory factory = new de.odysseus.el.ExpressionFactoryImpl();
Package de.odysseus.el.util provides ready-to-use subclasses of javax.el.ELContext and javax.el.ELResolver:

// create a simple EL context
de.odysseus.el.util.SimpleContext context =
new de.odysseus.el.util.SimpleContext(new de.odysseus.el.util.SimpleResolver());

// define function math:max(int,int)
context.setFunction("math", "max", Math.class.getMethod("max", new Class[]{int.class, int.class}));

// define variable "foo"
context.setVariable("foo", factory.createValueExpression(0, null));

// create expression
javax.el.ValueExpression e = factory.createValueExpression(context, "${math:max(foo,bar)}", null);

// set value for top-level property "bar"
context.setValue(null, "bar", 1);

// evaluate expression...
System.out.println(e.getValue(context)); // --> 1

The JUEL jar may be run from the command line to dump the parse tree of an EL expression:

$ java -jar juel-2.1.x.jar "#{unified(expression[language])}"
+- #{...}
|
+- unified(...)
|
+- [...]
|
+- expression
|
+- language

Whats New in This Release:

· Minor changes only since the last release candidate.
· A detailed list of changes is contained in the archives.

12
Programming -> Libraries
Perl Artistic License
Hide show
HTML::Widgets::DateEntry is a Perl module that creates date entry widgets for HTML forms.

SYNOPSIS

use HTML::Widgets::DateEntry;

$de = new HTML::Widgets::DateEntry(
year => [date_year, $date_year],
month => [date_month, $date_month],
day => [date_day, $date_day],
separator => /,
pre_year => 1,
post_year => 1,
-iso => 1,
);

print $de->render_widget;

HTML::Widgets::DateEntry is a simple module to generate HTML date entry widgets.

13
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
alltagz provides easy access to a german social bookmarking site.

For use with www.alltagz.de, a german social bookmarking site.

This Extension is based on scuttle extension 0.3 by Marcus Campbell.

14
Programming -> Localization
GPL GNU General Public License
Hide show
Localizer is the de-facto standard to build multilingual applications with Zope. It helps to internationalize and localize Zope products and to build multilingual web sites through the Management Interface. The project deals with both user interfaces and content.

15
Games -> TBS
GPL GNU General Public License
Hide show
Tenes Empanadas Graciela (TEG) is a turn-based strategy game based on Risk.

Tenes Empanadas Graciela (TEG) is a turn-based strategy game, a clone of "Plan Tactico y Estrategico de la Guerra" based on Risk.