oscar de la hoya
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 458
OSCAR Cluster 5.0
OSCAR Cluster is a Linux cluster installer based on best known practices. more>>
OSCAR version 4.0 is a snapshot of the best known methods for building, programming, and using clusters. OSCAR Cluster project consists of a fully integrated and easy to install software bundle designed for high performance cluster computing.
Everything needed to install, build, maintain, and use a modest sized Linux cluster is included in the suite, making it unnecessary to download or even install any individual software packages on your cluster.
<<lessEverything needed to install, build, maintain, and use a modest sized Linux cluster is included in the suite, making it unnecessary to download or even install any individual software packages on your cluster.
Download (5.8MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1088 downloads
Net::Oscar 1.0
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.
<<less Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
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
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
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.
<<lessThanks 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.
Download (0.048MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
TVSpectre 0.6
TVSpectre reads the TV programme information provided by tvmovie.de. more>>
TVSpectre reads the TV programme information provided by tvmovie.de. Its GUI resembles that of the free, closed source Windows client TVGhost.
Installation:
- Create the directory "data" unter the installation directory.
- Modify TVSpectre.pm to find these directories.
- If the included Perl skripts should be callable from any directory, add use lib "installation directory"; to the top of them. Include the quotation marks.
<<lessInstallation:
- Create the directory "data" unter the installation directory.
- Modify TVSpectre.pm to find these directories.
- If the included Perl skripts should be callable from any directory, add use lib "installation directory"; to the top of them. Include the quotation marks.
Download (0.11MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1450 downloads
Page Curl 0.5
Page Curl plug-in does the well-known page curl effect (a la KPT). more>>
Page Curl plug-in does the well-known page curl effect (a la KPT).
It is likewhen you curl one of the corners of a sheet of paper.
<<lessIt is likewhen you curl one of the corners of a sheet of paper.
Download (MB)
Added: 2006-09-20 License: Perl Artistic License Price:
658 downloads
RFC822 Address Parser Library 1.2
RFC822 Address Parser Library provides application developers with a complete parser for RFC822 addresses. more>>
RFC822 Address Parser Library provides application developers with a complete parser for RFC822 addresses. Not only can you use the library to verify that RFC822 addresses are syntactically correct, you can also have an address split up into its semantic parts, what is needed when deciding where to route an address to, etc.
What is quite unique is that librfc822 does indeed parse all address types allowed by the standard. That includes such weird things as "address groups" or addresses with whitespace and comments throw in. Take a look at this beast to get an idea:
testing my parser : peter.simons@gmd.de,
(peter.)simons@rhein.de ,,,,,
testing my parser ,
it rules < @peti.gmd.de,@listserv.gmd.de:simons @ cys .de >
;
,
peter.simons@acm.org
That is indeed a legal e-mail address in RFC822 messages. It contains five separate addresses, which are grouped together. Heres the parsed result:
peter.simons@gmd.de
simons@rhein.de
simons@ieee.org
< @peti.gmd.de,@listserv.gmd.de:simons@cys.de >
peter.simons@acm.org
simons@rhein.de
simons@rhein.de
simons@rhein.de
In case you wonder: The strange looking address thats listed fourth is a so called "routing address" -- and yes, thats a legal e-mail address, too. These were popular in the early days of the Internet. Back then, every mail server that relayed an e-mail put its own address into this construct so that bounces could be routed the same way back that they originally went.
The address says that the mail should be send to the host peti.gmd.de, then to listserv.gmd.de, and from there it should be delivered (using any route) to the address simons@cys.de. These days, such addresses can hardly be used, because nobody relays for other recipients anymore. Still, these are legal.
librfc822 provides you with several routines that parse the different flavours of e-mail addresses as defined in the standard. The results will be placed in a rfc822address structure and returned. If constructs are parsed that may contain multiple addresses, you can pass a "committer" class to the function, which is called every time a correct address is found and may append it to a container of your choice.
Enhancements:
- The library has been re-released under an all-permissive license.
<<lessWhat is quite unique is that librfc822 does indeed parse all address types allowed by the standard. That includes such weird things as "address groups" or addresses with whitespace and comments throw in. Take a look at this beast to get an idea:
testing my parser : peter.simons@gmd.de,
(peter.)simons@rhein.de ,,,,,
testing my parser ,
it rules < @peti.gmd.de,@listserv.gmd.de:simons @ cys .de >
;
,
peter.simons@acm.org
That is indeed a legal e-mail address in RFC822 messages. It contains five separate addresses, which are grouped together. Heres the parsed result:
peter.simons@gmd.de
simons@rhein.de
simons@ieee.org
< @peti.gmd.de,@listserv.gmd.de:simons@cys.de >
peter.simons@acm.org
simons@rhein.de
simons@rhein.de
simons@rhein.de
In case you wonder: The strange looking address thats listed fourth is a so called "routing address" -- and yes, thats a legal e-mail address, too. These were popular in the early days of the Internet. Back then, every mail server that relayed an e-mail put its own address into this construct so that bounces could be routed the same way back that they originally went.
The address says that the mail should be send to the host peti.gmd.de, then to listserv.gmd.de, and from there it should be delivered (using any route) to the address simons@cys.de. These days, such addresses can hardly be used, because nobody relays for other recipients anymore. Still, these are legal.
librfc822 provides you with several routines that parse the different flavours of e-mail addresses as defined in the standard. The results will be placed in a rfc822address structure and returned. If constructs are parsed that may contain multiple addresses, you can pass a "committer" class to the function, which is called every time a correct address is found and may append it to a container of your choice.
Enhancements:
- The library has been re-released under an all-permissive license.
Download (0.094MB)
Added: 2007-05-13 License: Freeware Price:
895 downloads
Localizer 1.2.1
Localizer is a tool for building mutilingual Web sites. more>>
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.
<<less Download (0.20MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
1004 downloads
SmartTagFix 0.1
SmartTagFix is a simple utility that fills in missing ID3 tags for all MP3s within a directory structure. more>>
SmartTagFix is a simple utility that fills in missing ID3 tags for all MP3s within a directory structure. It uses the file name, directory name, and a bit of "common sense" to guess the correct labels.
Most MP3 players depend on the id3 tag to categorise the song. However when you download music from the internet half the time the tag information is missing, or incomplete. On top of that the files are named in a variaty of different standards, for example:
Massive Attack-Mezzanine/02-Risingson.met
08 - Young Americans - Best of Bowie - David Bowie.mp3
King Afrika-La Bomba.mp3
There are many great MP3 organisers available, which can generate tag data from the file name, however they can only bulk update if your files are named consistantly. For the above case youd have to enter the tag data manually (and Im sure you can think of better ways to spend your free time!)
SmartTagFix uses both the wxWidgets and id3lib open source libraries. Firstly, you will need to download the wxWidgets souce http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.4.2.tar.gz) and build and install it (you will need the GTK 1.2 development libraries and include files, read the installation instructions included with wxGTK for full details) Then you need to download and install id3lib (http://id3lib.sourceforge.net/), (either build the source or (easier) download the RPM). Check where you installed id3lib.la (by doing $locate id3lib.la). If its not in /usr/local/lib then you will need to modify tagfix/src/makefile.am to point to the correct location
To build the program use:
./configure
make
su
make install
ldconfig
exit
<<lessMost MP3 players depend on the id3 tag to categorise the song. However when you download music from the internet half the time the tag information is missing, or incomplete. On top of that the files are named in a variaty of different standards, for example:
Massive Attack-Mezzanine/02-Risingson.met
08 - Young Americans - Best of Bowie - David Bowie.mp3
King Afrika-La Bomba.mp3
There are many great MP3 organisers available, which can generate tag data from the file name, however they can only bulk update if your files are named consistantly. For the above case youd have to enter the tag data manually (and Im sure you can think of better ways to spend your free time!)
SmartTagFix uses both the wxWidgets and id3lib open source libraries. Firstly, you will need to download the wxWidgets souce http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.4.2.tar.gz) and build and install it (you will need the GTK 1.2 development libraries and include files, read the installation instructions included with wxGTK for full details) Then you need to download and install id3lib (http://id3lib.sourceforge.net/), (either build the source or (easier) download the RPM). Check where you installed id3lib.la (by doing $locate id3lib.la). If its not in /usr/local/lib then you will need to modify tagfix/src/makefile.am to point to the correct location
To build the program use:
./configure
make
su
make install
ldconfig
exit
Download (0.35MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1187 downloads
KinoSearch::Util::Class 0.13
KinoSearch::Util::Class is a Perl class building utility. more>>
KinoSearch::Util::Class is a Perl class building utility.
PRIVATE CLASS
This is a private class and the interface may change radically and without warning. Do not use it on its own.
SYNOPSIS
package KinoSearch::SomePackage::SomeClass;
use base qw( KinoSearch::Util::Class );
BEGIN {
__PACKAGE__->init_instance_vars(
# constructor params / members
foo => undef,
bar => {},
# members
baz => {},
);
}
KinoSearch::Util::Class is a class-building utility a la Class::Accessor, Class::Meta, etc. It provides four main services:
- A mechanism for inheriting instance variable declarations.
- A constructor with basic argument checking.
- Manufacturing of get_xxxx and set_xxxx methods.
- Convenience methods which help in defining abstract classes.
<<lessPRIVATE CLASS
This is a private class and the interface may change radically and without warning. Do not use it on its own.
SYNOPSIS
package KinoSearch::SomePackage::SomeClass;
use base qw( KinoSearch::Util::Class );
BEGIN {
__PACKAGE__->init_instance_vars(
# constructor params / members
foo => undef,
bar => {},
# members
baz => {},
);
}
KinoSearch::Util::Class is a class-building utility a la Class::Accessor, Class::Meta, etc. It provides four main services:
- A mechanism for inheriting instance variable declarations.
- A constructor with basic argument checking.
- Manufacturing of get_xxxx and set_xxxx methods.
- Convenience methods which help in defining abstract classes.
Download (0.21MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1147 downloads
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.
<<lessUsing 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.
Download (0.22MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1292 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
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
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.
<<lessDe-interlace plug-in does a simple interpolation between the odd or even fields in an image to correct this.
Download (0.005MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1131 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 oscar de la hoya 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