mp3producer de 2.58
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 381
Harem Games Slot Machine 3.13
Harem Games Slot Machine es un juego gratis de la popular tragaperras de casino donde juegas contra guapas modelos. El objetivo del juego Slot Machine... more>> <<less
Download (525KB)
Added: 2009-04-06 License: Freeware Price: Free
206 downloads
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
Separe 0.1.6
This is a great Firefox addon that helps you keeping tabs tidy by introducing a new kind of tab! more>>
Separe 0.1.6 is yet another extremely useful utility for Firefox users. It is actually a great addon that helps you keeping tabs tidy by introducing a new kind of tab!
Enhancements: March 10, 2008
- Included support for Firefox 3.0b3.
- Added some locales.
- Supported locales: be-BY, ca-AD, da-DK, de-DE, en-US, es-ES, fi-FI, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU, sl-SI, uk-UA, zh-CN.
Requirements:
- Mozilla Firefox
Added: 2008-03-11 License: GPL Price: FREE
981 downloads
Tiny ERP 4.0.3 / 4.2.0 RC1
Tiny ERP is a free enterprise management software. more>>
Tiny ERP is a free enterprise management software. Tiny ERP project covers all domains for small to medium businesses; accounting, stock management, customer relationship, sales, purchases, project management, ...
Main features:
- CRM & SRM
- Management and financial accounting
- Double-entry stock management
- Monitoring sales
- Automating tasks
- Human Ressources
- Managing and monitoring purchases
<<lessMain features:
- CRM & SRM
- Management and financial accounting
- Double-entry stock management
- Monitoring sales
- Automating tasks
- Human Ressources
- Managing and monitoring purchases
Download (1.3MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
499 downloads
JSesh 2.4.8
JSesh is both a hieroglyphic text editor, which follows quite closely the manuel de codage, and a java library. more>>
JSesh is both a hieroglyphic text editor, which follows quite closely the manuel de codage, and a java library for the manipulation of hieroglyphic texts. JSesh is distributed with its complete sources, and a technical documentation. To start JSesh, simply click on jsesh.jar (in the libs directory).
JSesh uses the following libraries :
VectorGraphics for graphical export
IzPack for its installer
JLex for the lexical analyser
JCup for the parser
If you include jsesh.jar as a library in one of your program, you are free to distribute the said program with the license of your choice, open-source or not. On the other hand, if you modify JSesh itself, the modifications should be redistributed under the LGPL.
Note that if you modify JSesh for a non LGPL project, you might still distribute your project with a "closed" license, as long as the modified part of JSesh is distributed under the LGPL.
<<lessJSesh uses the following libraries :
VectorGraphics for graphical export
IzPack for its installer
JLex for the lexical analyser
JCup for the parser
If you include jsesh.jar as a library in one of your program, you are free to distribute the said program with the license of your choice, open-source or not. On the other hand, if you modify JSesh itself, the modifications should be redistributed under the LGPL.
Note that if you modify JSesh for a non LGPL project, you might still distribute your project with a "closed" license, as long as the modified part of JSesh is distributed under the LGPL.
Download (8.8MB)
Added: 2007-07-19 License: LGPL (GNU Lesser General Public License) Price:
504 downloads
linkloop 1.0.1
linkloop software is similar to ping, but tests connectivity at the link layer (layer 2) instead of the network layer (layer 3). more>>
linkloop software is similar to ping, but tests connectivity at the link layer (layer 2) instead of the network layer (layer 3).
This works like the HP-UX linkloop utility. It was tested between Linux and HP-UX. There is also a "server-side" utility.
Enhancements:
- inkloop_reply replies only on the interface having received the packet, instead of all.
<<lessThis works like the HP-UX linkloop utility. It was tested between Linux and HP-UX. There is also a "server-side" utility.
Enhancements:
- inkloop_reply replies only on the interface having received the packet, instead of all.
Download (0.073MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
829 downloads
Easy Funktion 6.02
Easy Funktion is a 2D function plotter and equation solver. more>>
Easy Funktion is 2D function plotter software with an equation solver. Easy Funktion has an office-like GUI frontend and features a built-in pocket calculator, calculating with complex numbers (with special extensions for electronics, e.g. capacitor/inductor impedance), a function to export to spreadsheet software, and an advanced formula editor with automatic formatting.
This program alternatively supports an english version of the GUI, but at this time there is no separate english language download available.
In order to activate the english language GUI, do the following:
Open the folder where the program data is installed (/usr/share/easyfunktion). Rename the subfolder de to de_. You may need the root account to do this.
Enhancements:
- Unicode support for Unix.
- An English language GUI with English online help is now available for non-German installations.
<<lessThis program alternatively supports an english version of the GUI, but at this time there is no separate english language download available.
In order to activate the english language GUI, do the following:
Open the folder where the program data is installed (/usr/share/easyfunktion). Rename the subfolder de to de_. You may need the root account to do this.
Enhancements:
- Unicode support for Unix.
- An English language GUI with English online help is now available for non-German installations.
Download (1.4MB)
Added: 2007-07-16 License: Free For Educational Use Price:
833 downloads
Algorithm::Huffman 0.09
Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. more>>
Algorithm::Huffman is a Perl extension that implements the Huffman algorithm.
SYNOPSIS
use Algorithm::Huffman;
my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z);
# or better the real counting for your characters
# as the huffman algorithm doesnt work good with random data :-))
my $huff = Algorithm::Huffman->new(%char_counting);
my $encode_hash = $huff->encode_hash;
my $decode_hash = $huff->decode_hash;
my $encode_of_hello = $huff->encode_bitstring("Hello");
print "Look at the encoding bitstring of Hello: $encode_of_hellon";
print "The decoding of $encode_of_hello is ", $huff->decode_bitstring($encode_of_hello), "";
This modules implements the huffman algorithm. The aim is to create a good coding scheme for a given list of different characters (or even strings) and their occurence numbers.
ALGORITHM
Please have a look to a good data compression book for a detailed view. However, the algorithm is like every good algorithm very easy.
Assume we have a heap (keys are the characters/strings; values are their occurencies). In each step of the algorithm, the two rarest characters are looked at. Both get a suffix (one "0", the other "1"). They are joined together and will occur from that time as one "element" in the heap with their summed occurencies. The joining creates a tree growing on while the heap is reducing.
Lets take an example. Given are the characters and occurencies.
a (15) b(7) c(6) d(6) e(5)
In the first step e and d are the rarest characters, so we create this new heap and tree structure:
a(15) de(11) b(7) c(6)
de
/
"0"/ "1"
d e
Next Step:
a(15) bc(13) de(11)
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Next Step:
a(15) bcde(24)
bcde
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Next Step unifies the rest:
Huffman-Table
/
"0"/ "1"
/
/
bcde a
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Finally this encoding table would be created:
a 1
b 010
c 011
d 000
e 001
Please note, that there is no rule defining what element in the tree is ordered to left or to right. So its also possible to get e.g. the coding scheme:
a 0
b 100
c 101
d 110
e 111
<<lessSYNOPSIS
use Algorithm::Huffman;
my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z);
# or better the real counting for your characters
# as the huffman algorithm doesnt work good with random data :-))
my $huff = Algorithm::Huffman->new(%char_counting);
my $encode_hash = $huff->encode_hash;
my $decode_hash = $huff->decode_hash;
my $encode_of_hello = $huff->encode_bitstring("Hello");
print "Look at the encoding bitstring of Hello: $encode_of_hellon";
print "The decoding of $encode_of_hello is ", $huff->decode_bitstring($encode_of_hello), "";
This modules implements the huffman algorithm. The aim is to create a good coding scheme for a given list of different characters (or even strings) and their occurence numbers.
ALGORITHM
Please have a look to a good data compression book for a detailed view. However, the algorithm is like every good algorithm very easy.
Assume we have a heap (keys are the characters/strings; values are their occurencies). In each step of the algorithm, the two rarest characters are looked at. Both get a suffix (one "0", the other "1"). They are joined together and will occur from that time as one "element" in the heap with their summed occurencies. The joining creates a tree growing on while the heap is reducing.
Lets take an example. Given are the characters and occurencies.
a (15) b(7) c(6) d(6) e(5)
In the first step e and d are the rarest characters, so we create this new heap and tree structure:
a(15) de(11) b(7) c(6)
de
/
"0"/ "1"
d e
Next Step:
a(15) bc(13) de(11)
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Next Step:
a(15) bcde(24)
bcde
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Next Step unifies the rest:
Huffman-Table
/
"0"/ "1"
/
/
bcde a
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c
Finally this encoding table would be created:
a 1
b 010
c 011
d 000
e 001
Please note, that there is no rule defining what element in the tree is ordered to left or to right. So its also possible to get e.g. the coding scheme:
a 0
b 100
c 101
d 110
e 111
Download (0.008MB)
Added: 2007-07-12 License: Perl Artistic License Price:
837 downloads
mrtg-mica-probe 0.0.2
mrtg-mica-probe is a Telebit MicaBlazer modem usage probe. more>>
mrtg-mica-probe is a Telebit MicaBlazer modem usage probe.
mrtg-mica-probe is a modem usage probe for the ITK NetBlazer 6100 (formerly Telebit MicaBlazer) 3.32. It is used to monitor the number of used modem and ISDN lines.
The latest release of mrtg-mica-probe can always be found on the web at http://pwo.de/projects/mrtg/ or via anonymous ftp at ftp://ftp.pwo.de/pub/pwo/mrtg/mrtg-mica-probe/.
mrtg.cfg-mica shows some sample mrtg.cfg entries.
Enhancements:
- added documentation to workaround a Telebit bug that might prevent SNMP from starting correctly.
<<lessmrtg-mica-probe is a modem usage probe for the ITK NetBlazer 6100 (formerly Telebit MicaBlazer) 3.32. It is used to monitor the number of used modem and ISDN lines.
The latest release of mrtg-mica-probe can always be found on the web at http://pwo.de/projects/mrtg/ or via anonymous ftp at ftp://ftp.pwo.de/pub/pwo/mrtg/mrtg-mica-probe/.
mrtg.cfg-mica shows some sample mrtg.cfg entries.
Enhancements:
- added documentation to workaround a Telebit bug that might prevent SNMP from starting correctly.
Download (0.029MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
835 downloads
pam_shield 0.9.2
pam_shield is a PAM module that uses iptables to lock out script kiddies that probe your computer for open logins. more>>
pam_shield is a PAM module that uses iptables to lock out script kiddies that probe your computer for open logins and/or easy guessable passwords. The project is meant as an aid to protect public computers on the open internet.
Everybody knows it is unwise to leave computers largely unprotected connected to the internet. However, there are cases in which this is still common practice. For exampe, academic sites with hundreds of users often have a policy of allowing logins from over the world. They are under constant attack by "kiddies" trying to break in to the system by password guessing. pam_shield aims to detect and block these "kiddies".
pam_shield was developed by Walter de Jong in 2006 and 2007.
The author cannot be held responsible for any consequences or harm caused by this software.
<<lessEverybody knows it is unwise to leave computers largely unprotected connected to the internet. However, there are cases in which this is still common practice. For exampe, academic sites with hundreds of users often have a policy of allowing logins from over the world. They are under constant attack by "kiddies" trying to break in to the system by password guessing. pam_shield aims to detect and block these "kiddies".
pam_shield was developed by Walter de Jong in 2006 and 2007.
The author cannot be held responsible for any consequences or harm caused by this software.
Download (0.017MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
844 downloads
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.
<<lessThis 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.
Download (0.086MB)
Added: 2007-06-29 License: MPL (Mozilla Public License) Price:
854 downloads
PRECC eXtended 2.58
PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. more>>
PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. The generated code is ANSI C and ANSI C++; the code will compile and run native under either C or C++.
Specification scripts are extended BNF with inherited and synthetic attributes. Scripts can be compiled in separate modules and linked later. Metalevel production rules are allowed in the scripts. The technology is essentially LL(oo) with optimizations.
Enhancements:
- A "debian" subdirectory has been added in order to allow the building of deb packages from the source archive.
<<lessSpecification scripts are extended BNF with inherited and synthetic attributes. Scripts can be compiled in separate modules and linked later. Metalevel production rules are allowed in the scripts. The technology is essentially LL(oo) with optimizations.
Enhancements:
- A "debian" subdirectory has been added in order to allow the building of deb packages from the source archive.
Download (0.33MB)
Added: 2007-06-27 License: LGPL (GNU Lesser General Public License) Price:
849 downloads
EduKT 0.29
EduKT, a multimedia content builder, which allows easly create interactive books with graphics, music, text, etc. more>>
EduKT, a multimedia content builder, which allows easly create interactive books with graphics, music, text and -off course- buttons events.
The goal is offer a simple solution for multimedia presentations/works/books for kids, teachers or simple users.
EduKT is a multiplatform software develop on Python, GTk and Glade.
<<lessThe goal is offer a simple solution for multimedia presentations/works/books for kids, teachers or simple users.
EduKT is a multiplatform software develop on Python, GTk and Glade.
Download (1.3MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Domingo 1.4
Domingo is a simple, consistent, object-oriented easy-to-use interface to the Lotus Notes/Domino Java-API. more>>
Domingo is a simple, consistent, object-oriented easy-to-use interface to the Lotus Notes/Domino Java-API.
Installation:
To install Domingo on your Notes Client or Domino server, please download a binary distribution, extract the file domingo-1.0.jar and choose one of the following instructions.
Notes/Domino R5
Copy the file domingo-1.0.jar to the folder of your local Notes installation.
Add the path to this file to the JavaUserClasses variable in your notes.ini file, e.g.
JavaUserClasses=C:LotusNotes6domino-1.0.jar
Notes/Domino R6/R7
Copy the file domingo-1.0.jar to the folder jvm/lib/ext in your Lotus Notes installation, e.g. C:LotusNotes6jvmlibext.
You do not have to change JavaUserClasses.
Configuration
Domingo can be configured by a properties file named domingo.properties that must be placed in the package de.bea.domingo. The following properties are supported. Usually you donot have to change these values, because the default values are appropriate for most cases.
de.bea.domingo.monitor.level Setup debug level of Domingo. Allowed values are FATAL, ERROR, WARN, INFO or DEBUG WARN
de.bea.domingo.threadpool.size Setup number of threads in thread pool. 1
de.bea.domingo.cache.threshold Threshold of weak cache before recycling unused notes objects. Extremly small values might worsen performance, extremly high values might result in out of memory errors. Allowed values are any integer bigger than zero
Enhancements:
- All known bugs were fixed and all feature requests were implemented.
- Many further new features were added.
<<lessInstallation:
To install Domingo on your Notes Client or Domino server, please download a binary distribution, extract the file domingo-1.0.jar and choose one of the following instructions.
Notes/Domino R5
Copy the file domingo-1.0.jar to the folder of your local Notes installation.
Add the path to this file to the JavaUserClasses variable in your notes.ini file, e.g.
JavaUserClasses=C:LotusNotes6domino-1.0.jar
Notes/Domino R6/R7
Copy the file domingo-1.0.jar to the folder jvm/lib/ext in your Lotus Notes installation, e.g. C:LotusNotes6jvmlibext.
You do not have to change JavaUserClasses.
Configuration
Domingo can be configured by a properties file named domingo.properties that must be placed in the package de.bea.domingo. The following properties are supported. Usually you donot have to change these values, because the default values are appropriate for most cases.
de.bea.domingo.monitor.level Setup debug level of Domingo. Allowed values are FATAL, ERROR, WARN, INFO or DEBUG WARN
de.bea.domingo.threadpool.size Setup number of threads in thread pool. 1
de.bea.domingo.cache.threshold Threshold of weak cache before recycling unused notes objects. Extremly small values might worsen performance, extremly high values might result in out of memory errors. Allowed values are any integer bigger than zero
Enhancements:
- All known bugs were fixed and all feature requests were implemented.
- Many further new features were added.
Download (0.96MB)
Added: 2007-06-20 License: LGPL (GNU Lesser General Public License) Price:
859 downloads
TargetAlert 0.8.9.8
TargetAlert is a Firefox extension that provides a visual cue for the destination of a hyperlink. more>>
TargetAlert is a Firefox extension that provides a visual cue for the destination of a hyperlink by appending a link with an icon that shows what type of file it leads to, or the effects it may have, such as opening a new window or leaving a secure site.
Icons can be set to appear only when mousing over a link (default), or they may be added to links automatically when the page loads. TargetAlert makes it easier to locate links to important document types while also providing warnings for links with undesired effects.
Supported locales: cs-CZ, de-DE, en-US, es-ES, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU.
<<lessIcons can be set to appear only when mousing over a link (default), or they may be added to links automatically when the page loads. TargetAlert makes it easier to locate links to important document types while also providing warnings for links with undesired effects.
Supported locales: cs-CZ, de-DE, en-US, es-ES, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU.
Download (0.065MB)
Added: 2007-06-19 License: MPL (Mozilla Public License) Price:
857 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mp3producer de 2.58 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed