Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.392.384 Times

Dicionario Da Lingua Portuguesa freeware
Filter: All | Freeware | Demo
 

Dicionario Da Lingua Portuguesa

< 1 2 3 4 5 > 
Added: July 05, 2010 | Visits: 1.527

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 08, 2010 | Visits: 1.489

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...





Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: June 16, 2010 | Visits: 942

I18N::AcceptLanguage I18N::AcceptLanguage is a Perl module that matches language preference to available languages. SYNOPSIS use I18N::AcceptLanguage; my $supportedLanguages = [( en-us, fr )]; my $acceptor = I18N::AcceptLanguage->new(); my $language = $acceptor->accepts($ENV{HTTP_ACCEPT_LANGUAGE},...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): I18N::AcceptLanguage Download

Added: May 22, 2010 | Visits: 1.255

man-db man-db is a manual page browser. This package provides the man command. This utility is the primary way of examining the on-line help files (manual pages). It uses the groff suite of programs to format and display the manual pages. Other utilities provided include the whatis and apropos...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (102): man-db Download

Added: February 04, 2010 | Visits: 729

Coy Coy is a Perl module like Carp only prettier. SYNOPSIS # In your application: # ==================== use Coy; warn "There seems to be a problem"; die "Looks like it might be fatal"; # You can add vocab in the $HOME/.coyrc file: # =========================================== noun {...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): Coy Download

Added: May 25, 2010 | Visits: 1.358

AltaVista::SearchSDK AltaVista::SearchSDK is a Perl extension for AltaVista Search Software Development Kit. SYNOPSIS use AltaVista::SearchSDK; avs_adddate(idx, yr, mo, da, startloc) avs_addfield(idx, pFname, startloc, endloc) avs_addliteral(idx, pWord, loc) avs_addvalue(idx, valtype, value, loc)...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): AltaVista::SearchSDK Download

Added: June 25, 2010 | Visits: 1.065

gnome-nettool 2.18.0 / gnome-nettool is a GNOME interface for various networking tools. GNOME Nettool is a set of front-ends to various networking command-line tools, like ping, netstat, ifconfig, whois, traceroute, finger. Whats New in 2.18.0 Stable Release: - Made gnome-nettool.desktop freedesktop compliant...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): gnome-nettool 2.18.0 / Download

Added: June 27, 2010 | Visits: 1.304

Locale::RecodeData::ISO_8859_14 Locale::RecodeData::ISO_8859_14 is a Perl module with conversion routines for ISO-8859-14. CHARACTER TABLE The following table is sorted in the same order as the original charmap. All character codes are in hexadecimal. Please read ISO-10646 as ISO-10646-UCS4. Local | ISO-10646 |...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::ISO_8859_14 Download

Added: November 14, 2010 | Visits: 502

InSilicoSpectro::InSilico::MSMSOutput InSilicoSpectro::InSilico::MSMSOutput is an object implementing common display/output methods for masses. ATTRIBUTES spectrum A reference to a hash such as computed by MassCalculator::getFragmentMasses or an object of class MSMSTheoSpectrum. expSpectrum A reference to an experimental...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (97): InSilicoSpectro::InSilico::MSMSOutput Download

Added: October 19, 2010 | Visits: 873

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

Added: August 19, 2010 | Visits: 913

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: February 07, 2010 | Visits: 786

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: July 05, 2010 | Visits: 1.255

JACK Meterbridge JACK Meterbridge is a meterbridge for the UNIX based JACK audio system. It supports a number of different types of meter, rendered using the SDL library and user-editable pixmaps. Supported meters PPM - Peak Program level Meters Approximatly conforming to BS 6840-10. These meters are...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (107): JACK Meterbridge Download

Added: March 04, 2010 | Visits: 781

Search::FreeText Search::FreeText is a free text indexing module for medium-to-large text corpuses. SYNOPSIS my $test = new Search::FreeText(-db => [DB_File, "stories.db"]); $text->open_index(); $text->clear_index(); $text->index_document(1, "Hello world"); $text->index_document(2, "World in motion");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Search::FreeText Download

Added: January 25, 2010 | Visits: 594

ShineBug! 3D Action! The life of the shine bug is not all booze, good times and fly ladies, watch out for insect bashing logs, lillypads and other enemies, as you fly and swim along the creek surface collecting bubbles of shine to keep your buzz! You da bug!


Platforms: Mac

License: Freeware Download (107): ShineBug! Download

Released: June 20, 2010  |  Added: June 23, 2010 | Visits: 1.051

SupercamBR See and record tvs, hear and record radios. # Assista e grave TVs, ouca e grave radios online - See and record TVs, hear and record online radios # Atualizacao automatica da lista de canais - Automatic channel list update # Ranking de usuarios e canais - User and channel ranking


Platforms: Windows

License: Freeware Size: 4.86 MB Download (197): SupercamBR Download

Released: January 15, 2013  |  Added: January 28, 2013 | Visits: 891

Soft4Boost AGrabby Soft4Boost AGrabby is intended for saving audio tracks from audio discs to computer in different audio formats. Now you don't need other converters as Soft4Boost AGrabby supports most of all known audio formats - MP3, AAC, WAV, MP2, OGG, M4A, WMA and etc. Soft4Boost AGrabby is CD/DVD-DA...


Platforms: Windows

License: Freeware Size: 23.31 MB Download (1772): Soft4Boost AGrabby Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 488

USeq USeq is a collection of software tools for for both low and high level analysis of next generation, ultra high throughput signature sequencing data from the Solexa, SOLiD, and 454 platforms. Initial emphasis: chIP-seq and RNA-Seq with FDR estimations. USeq is under continuous development at...


Platforms: Windows

License: Freeware Size: 7.6 MB Download (442): USeq Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 805

BBC Nebenkostenabrechnung Software zur Erstellung der jährlichen Nebenkosten-Abrechnungen / Betriebskosten-Abrechnungen für Ihre Mieter einschlieAzlich umfangreicher Auswertungen und Erstellung der Bescheinigung nach ç 35a EStG Die Software richtet sich an Vermieter von überschaubaren Immobilienbeständen. Dieser...


Platforms: Windows

License: Freeware Size: 41.86 MB Download (69): BBC Nebenkostenabrechnung Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 4.062

Quick Locale Switcher Quick Locale Switcher will allow you to quickly change and apply a different locale from the tools menu. Features: * Handy tool for all people involved with multilingual usage of Mozilla applications. * Switches the Mozilla User Interface language (general.useragent.locale preference) *...


Platforms: Windows

License: Freeware Download (52): Quick Locale Switcher Download

< 1 2 3 4 5 >