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

Mac Virtual Sms freeware
Filter: All | Freeware | Demo
 

Mac Virtual Sms

< 1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 2.606

SMS::Send::DE::MeinBMW SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. SYNOPSIS use SMS::Send; # Get the sender and login my $sender = SMS::Send->new(DE::MeinBMW, _login => xx@yyy.de, # your email address _password => mypasswd, # your reqistered password from www.meinbmw.de ); #...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (170): SMS::Send::DE::MeinBMW Download

Added: March 03, 2010 | Visits: 1.665

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 (98): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.183

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

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: November 06, 2010 | Visits: 2.056

Virtual Machine Manager Virtual Machine Manager (virt-manager for short package name) is a desktop application for managing virtual machines. It presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing performance & utilization...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (118): Virtual Machine Manager Download

Added: April 15, 2010 | Visits: 1.274

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

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: September 13, 2010 | Visits: 1.222

Virtual Cron Virtual Cron is a PHP library that can check whether it is time to run a periodical task. The class can be used to check whether it is time to run a task that must run from time to time. It creates a control file to keep track the last time the task was scheduled. The class can check the...


Platforms: *nix

License: Freeware Download (105): Virtual Cron Download

Added: July 18, 2010 | Visits: 1.382

Virtual Object System The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. Virtual Object System projects goal is to develop a open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Virtual Object System Download

Added: July 18, 2010 | Visits: 2.056

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: February 24, 2010 | Visits: 1.543

RPM Delta Compression Virtual Update Repository RPM Delta Compression Virtual Update Repository is an experiment to explore the possibility of significantly reducing the bandwidth required to apply updates to a Fedora installation. This software includes a server which provides a virtual update repository to clients such as yum, up2date, or...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (99): RPM Delta Compression Virtual Update Repository Download

Added: January 15, 2010 | Visits: 1.435

GSM::SMS::NBS GSM::SMS::NBS is a API for sending and receiving SMS messages. SYNOPSIS use GSM::SMS::NBS; my $nbs = GSM::SMS::NBS->new; $nbs->sendRTTTL(+32475000000, $rtttl_string); $nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, gif); $nbs->sendOperatorLogo_file($msisdn,...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (204): GSM::SMS::NBS Download

Added: January 21, 2010 | Visits: 1.246

joeq virtual machine Joeq is a virtual machine and compiler infrastructure designed to facilitate research in virtual machine technologies such as Just-In-Time and Ahead-Of-Time compilation, advanced garbage collection techniques, distributed computation, sophisticated scheduling algorithms, and advanced run time...


Platforms: *nix

License: Freeware Size: 1024 KB Download (97): joeq virtual machine Download

Added: April 07, 2010 | Visits: 2.350

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Added: September 25, 2010 | Visits: 987

labrea LaBrea is a intrusion detection / "sticky" honey pot technology using virtual servers to detect malware. LaBrea takes over unused IP addresses, and creates virtual servers that are attractive to worms, hackers, and other denizens of the Internet. The program answers to connection attempts in a...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (91): labrea Download

Added: May 06, 2010 | Visits: 1.449

Kool Virtual Decks Kool Virtual Decks project is a professional double CD player emulator like Virtual Turn Tables, BPM Studio or any other as you know. The idea is that you can mix two songs like a DJ would make in his/her dual cd player or in his/her turntables. Well this program is just a preview, and idea....


Platforms: *nix

License: Freeware Size: 266.24 KB Download (129): Kool Virtual Decks Download

Added: May 05, 2010 | Visits: 1.857

The Manhattan Virtual Classroom The Manhattan Virtual Classroom is a stable, fast and effective course management system that runs on Linux and other Unix-like systems. Its written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues-...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (242): The Manhattan Virtual Classroom Download

Added: January 16, 2010 | Visits: 1.097

Virtual AGC Virtual AGC project is a simulation of the Apollo Guidance Computer (AGC) used in the Apollo Command Modules and Lunar Modules in 1968-1972, as well as the Abort Guidance System (AGS) used in the LM. The project includes an emulated CPU, an emulated display/keyboard (DSKY), the AGCs original...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (119): Virtual AGC Download

Added: January 05, 2010 | Visits: 1.901

High Level Virtual Machine High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. The High Level Virtual Machine is: - Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (100): High Level Virtual Machine Download

Added: July 22, 2010 | Visits: 1.496

Parallel Virtual File System The goal of the Parallel Virtual File System (PVFS) Project is to explore the design, implementation, and uses of parallel I/O. PVFS serves as both a platform for parallel I/O research as well as a production file system for the cluster computing community. PVFS is currently targeted at clusters...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (111): Parallel Virtual File System Download

< 1 2 3 4 5 >