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

Random Mac Quote freeware
Filter: All | Freeware | Demo
 

Random Mac Quote

< 1 2 3 4 5 > 
Released: May 11, 2006  |  Added: May 18, 2006 | Visits: 5.057

FREE Quick Quote FREE Quote Watchlist Software for over 50 exchanges worldwide. Keep track of your trades with this easy to use quote watchlist tool, data feeds are free so you can monitor your trades with zero cost. Quick Quote enables you to monitor your trading/investment portfolio with auto-refresh... Platforms: Windows

License: Freeware Size: 1.3 MB Download (806): FREE Quick Quote Download

Added: January 10, 2006 | Visits: 8.196

SWF Movie Player for Mac SWF Movie Player is a new free SWF player for Mac OS based on Macromedia Flash player which helps you to get best experience from flash movies. SWF Movie Player by Eltima Software offers advanced and unique features that allow you to play, rewind, fast-forward and preview SWF files... Platforms: Mac

License: Freeware Size: 1.97 MB Download (2036): SWF Movie Player for Mac Download

Released: June 02, 2015  |  Added: July 21, 2015 | Visits: 13.028

SWF & FLV Player for Mac SWF & FLV Player is a free and smart Flash movie player. It is the only stand-alone application for Mac OS that is able to playback SWF and FLV files with plenty of bonus features. It supports FLV and other video formats, provides you with basic playback controls such as play, pause, rewind and... Platforms: Mac

License: Freeware Size: 34.35 MB Download (1503): SWF & FLV Player for Mac Download

Released: November 09, 2007  |  Added: December 31, 2007 | Visits: 3.811

NTRconnect Remote Access for Mac Secure remote access to your PC or Mac from any computer at any time. NTRconnect Free offers easy access free of charge to all your applications, files, folders and email for up to two computers. NTRconnect Pro includes all the features of NTRconnect Free plus file transfer, advanced keycard... Platforms: Mac

License: Freeware Size: 564.25 KB Download (166): NTRconnect Remote Access for Mac Download

Released: March 05, 2014  |  Added: March 18, 2014 | Visits: 3.240

Random Password Generator Random Password Generator is designed to create a much securer environment for either important data storage or privacy protection. It is able to generate highly secure random passwords that are almost impossible to cyber crime. This smart and secure password generator also includes a useful... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.1 MB Download (194): Random Password Generator Download

Released: February 24, 2012  |  Added: April 17, 2012 | Visits: 2.530

Wavepad Audio Editor for Mac WavePad is a sound editor program for Mac OS X. This software lets you make and edit voice and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction. Sound editing functions include cut, copy, paste,... Platforms: Mac

License: Freeware Size: 1.42 MB Download (191): Wavepad Audio Editor for Mac Download

Released: July 01, 2009  |  Added: September 16, 2009 | Visits: 2.645

Random Number Software Random number Software is an powerful & easy to operate program to generate a list of random numbers. Random number Software is cultivated on windows platform, software supported on all the Windows OS versions. Software also provides you the feature to create list of sequential numbers and... Platforms: Windows

License: Freeware Size: 960.41 KB Download (242): Random Number Software Download

Added: October 01, 2010 | Visits: 2.159

Mac menubar for GNOME/Xfce Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce. This is not one app, but 3 pieces of mutual-dependent softwares: 1.patch for gtk2 (2.10.x and 2.8.x) 2.gnome panel applet 3.xfce panel plugin (for 4.4+ only) The sources are hosted on AUR (Arch User Repository),... Platforms: *nix

License: Freeware Download (160): Mac menubar for GNOME/Xfce Download

Added: October 23, 2010 | Visits: 2.991

Mac OS X Bundle Mac OS X Bundle provides a Mac OS X-like theme for GTK. "Mac OS X Bundle" includes:. Mac OS X Bundle GNOME-Look.org Community Portal for Gnome Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens News Forum GUI Polls Links Downloads GTK Look News Mouse X11... Platforms: *nix

License: Freeware Download (409): Mac OS X Bundle Download

Added: March 03, 2010 | Visits: 1.669

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (104): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.190

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my... Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.181

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now... Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: April 15, 2010 | Visits: 1.282

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: July 12, 2010 | Visits: 1.281

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: November 22, 2010 | Visits: 1.422

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

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

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

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

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: February 04, 2010 | Visits: 1.710

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the... Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::USA Download

< 1 2 3 4 5 >