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.479.937 Times

Aol Aim Quotes freeware
Filter: All | Freeware | Demo
 

Aol Aim Quotes

< 1 2 3 4 5 
Added: August 17, 2008 | Visits: 1.207

AIM Instant Messenger AIM Instant Messenger 6.5 is an instant messaging program from which you can chat, talk via microphone, by video and send all types of file. It is also intuitive and easy to use. Platforms: Windows

License: Freeware Size: 1024 B Download (105): AIM Instant Messenger Download

Added: January 18, 2010 | Visits: 1.309

Aimwatch 0.9.1 Aimwatch is a packet sniffer designed to reconstruct AOL Instant Messenger and ICQ information by passively collecting packets from the network.. Platforms: *nix

License: Freeware Size: 32.77 KB Download (121): Aimwatch 0.9.1 Download

Added: January 14, 2010 | Visits: 897

bigquotes bigquotes is a quotes database based on the bpquotes project, with some minor (for the moment) enhancements. bigquotes is designed to let IRC users add funny quotes for others to see. A banning system, Web-configurable options (session support, registratuib, admins, timeout for voting, etc.),... Platforms: *nix

License: Freeware Size: 13.31 KB Download (105): bigquotes Download

Added: March 17, 2010 | Visits: 861

fortune-fgump fortune-fgump project consists of some quotes from the movie Forrest Gump. This collection of quotes is for use with the fortune program.. Platforms: *nix

License: Freeware Size: 2.05 KB Download (101): fortune-fgump Download

Added: April 23, 2010 | Visits: 1.028

fortune-xfiles fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program. To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes). To use it, simply type: # fortune xfiles Example: Mulder: You know, I... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): fortune-xfiles Download

Added: March 18, 2010 | Visits: 1.094

fortune-starwars fortune-starwars project is a collection of mod-fortune quotes from Star Wars. fortune-starwars is a collection of quotes from the movies "Star Wars", "The Empire Strikes Back", and "Return Of The Jedi". It does not contain quotes from Episodes One to Three, because I don’t really like... Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): fortune-starwars Download

Added: May 18, 2010 | Visits: 867

fortune-discworld fortune-discworld project consists of quotes from the "Discworld" novels by Terry Pratchett. They were the observers of the operation of the universe, its clerks, its auditors. They saw to it that things spun and rocks fell. And they believed that for a thing to exist it had to have a position... Platforms: *nix

License: Freeware Size: 80.9 KB Download (91): fortune-discworld Download

Added: January 04, 2010 | Visits: 1.018

fortune-hitchhiker fortune-hitchhiker project consists of quotes from the "Hitchhikers Guide to the Galaxy". "Zaphod grinned two manic grins, sauntered over to the bar and bought most of it." -- Zaphod in paradise. To install these fortunes, copy the .dat file to your fortunes directory. (possibly... Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): fortune-hitchhiker Download

Added: August 27, 2010 | Visits: 1.072

ptyaim ptyaim is a very simple, extra special curses client for AOLs Instant Messenger (AIM) and ICQ services, plus Internet Relay Chat (IRC). ptyaims project interface is somewhat inspired by naim. However, it uses no code from naim. The latest version of ptyaim has been tested on Linux, FreeBSD,... Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): ptyaim Download

Added: May 26, 2010 | Visits: 1.303

BIM BIM version 1.00 is a free Java based AOL instant messenger client. BIM is a Java based AOL Instant Messenger Client with encryption support. It has a small code base (617KB w/encryption libs) and can be easily run on wide array of operating systems. BIM has been tested on OSX, Windows XP,... Platforms: *nix

License: Freeware Size: 624.64 KB Download (93): BIM Download

Added: August 13, 2010 | Visits: 713

BSFlite BSFlite is a minimalistic, line-based AIM client for Unix. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows. BSFlite runs on UNIX (including Linux, all of the... Platforms: *nix

License: Freeware Size: 55.3 KB Download (90): BSFlite Download

Added: March 20, 2010 | Visits: 1.652

Finance::YahooQuote Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance. SYNOPSIS use Finance::YahooQuote; # setting TIMEOUT and PROXY is optional $Finance::YahooQuote::TIMEOUT = 60; $Finance::YahooQuote::PROXY = "http://some.where.net:8080"; @quote = getonequote $symbol; # Get... Platforms: *nix

License: Freeware Size: 22.53 KB Download (104): Finance::YahooQuote Download

Added: November 22, 2010 | Visits: 1.423

Finance::Quote Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; $q->timeout(60); $conversion_rate = $q->currency("AUD","USD"); $q->set_currency("EUR"); # Return all info in Euros.... Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote Download

Added: January 02, 2010 | Visits: 1.224

Finance::Quote::ASX Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("asx","BHP"); # Only query ASX. %stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK. This... Platforms: *nix

License: Freeware Size: 92.16 KB Download (128): Finance::Quote::ASX Download

Added: February 08, 2010 | Visits: 1.831

Finance::Quote::Yahoo::Australia Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only. my %info = $q->fetch("australia","BHP"); # Failover with other... Platforms: *nix

License: Freeware Size: 92.16 KB Download (107): Finance::Quote::Yahoo::Australia Download

Added: February 18, 2010 | Visits: 1.554

Finance::Quote::Yahoo::Brasil Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only. my %info = $q->fetch("brasil","BHP"); # Failover with other methods.... Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.852

Finance::Quote::Yahoo::nz Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. This module allows... Platforms: *nix

License: Freeware Size: 92.16 KB Download (126): Finance::Quote::Yahoo::nz Download

Added: July 21, 2010 | Visits: 1.073

fortune-mod-calvin fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes. fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip. The quotes have been compiled from various sources on the Web.. Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): fortune-mod-calvin Download

Added: October 26, 2010 | Visits: 768

Incollector Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged. Application can also search and browse entries easly. Incollector is very young project. There can be some... Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): Incollector Download

Added: July 15, 2010 | Visits: 1.418

Finance::Quote::Yahoo::Asia Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok. %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only. This module fetches... Platforms: *nix

License: Freeware Size: 92.16 KB Download (108): Finance::Quote::Yahoo::Asia Download

< 1 2 3 4 5