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

Safari Mac Emulator Mobile freeware
Filter: All | Freeware | Demo
 

Safari Mac Emulator Mobile

< 1 2 3 4 5 
Added: January 10, 2006 | Visits: 8.190

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 (2028): SWF Movie Player for Mac Download

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

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

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: February 01, 2008  |  Added: March 20, 2008 | Visits: 4.508

AVS Mobile Uploader Easily upload files and folders with media content to various portable devices - Sony PSP, Apple iPod, SanDisk Sansa, Archos DVR 500/600/700, Creative Zen Vision, iRiver H10, Portable Media Player (PMP), mobile phones for GSM and CDMA networks. AVS Mobile Uploader supports transport via...


Platforms: Windows

License: Freeware Size: 15.97 MB Download (891): AVS Mobile Uploader Download

Released: January 16, 2008  |  Added: April 01, 2008 | Visits: 6.167

COM Port Data Emulator If you are a software developer or a hardware engineer, you may often face situations when you need information about the ability of communication ports on a typical end-user system to handle large flows of data. If looking for a reliable COM port testing and analysis tool, look no further than...


Platforms: Windows

License: Freeware Size: 1.41 MB Download (1518): COM Port Data Emulator Download

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

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: June 15, 2009  |  Added: July 09, 2009 | Visits: 2.743

TreeSize Mobile Sometimes you get to a point where your smartphone runs out of disk space. The manual search for large files and folders can take a long time. TreeSize Mobile helps you to find these folders. The file system is represented in a tree view and it shows you the size of folders, including their...


Platforms: Windows, Handheld/Mobile Other

License: Freeware Size: 186 KB Download (719): TreeSize Mobile Download

Added: January 18, 2010 | Visits: 2.331

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: July 08, 2010 | Visits: 1.919

GNU MAC Changer GNU MAC Changer project consists of an utility for manipulating MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.. Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (148): GNU MAC Changer Download

Added: October 01, 2010 | Visits: 2.157

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: November 14, 2010 | Visits: 1.334

Mobile::Wurfl Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. SYNOPSIS my $wurfl = Mobile::Wurfl->new( wurfl_home => "/path/to/wurfl/home", db_descriptor => "DBI:mysql:database=wurfl:host=localhost", db_username => wurfl, db_password => wurfl, wurfl_url =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Mobile::Wurfl Download

Added: October 23, 2010 | Visits: 2.988

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

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

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

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: July 26, 2010 | Visits: 1.879

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent Download

Added: April 15, 2010 | Visits: 1.279

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

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: January 06, 2010 | Visits: 2.548

VT6530 Terminal Emulator VT6530 Terminal Emulator is a Java implementation of the proprietary terminal used with Tandem mainframes. The Tandem VT6530 is a proprietary terminal used with their Non-Stop(TM) series of mainframes. These high-reliability machines are popular in the banking industry. If youve ever used an...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (340): VT6530 Terminal Emulator Download

Added: September 03, 2010 | Visits: 2.260

Mobile Web Proxy Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (280): Mobile Web Proxy Download

< 1 2 3 4 5