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

Swf Extractor Mac freeware
Filter: All | Freeware | Demo
 

Swf Extractor Mac

< 1 2 3 4 5 > 
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.184

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: April 15, 2010 | Visits: 1.276

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: March 07, 2010 | Visits: 1.817

Mac-on-Linux Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.. Mac-on-Linux is a Linux/PPC program that virtualises MacOS or MacOSX in Linux.


Platforms: *nix

License: Freeware Download (173): Mac-on-Linux Download

Added: June 16, 2010 | Visits: 1.306

XML Extractor XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files. The sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): XML Extractor Download

Added: April 07, 2010 | Visits: 2.351

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: June 11, 2010 | Visits: 1.175

Obscure-Extractor-GTK Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne. Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): Obscure-Extractor-GTK Download

Added: November 09, 2010 | Visits: 1.231

SWF::Builder::Character::EditText SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field; $field->place; ^This module creates dynamic...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): SWF::Builder::Character::EditText Download

Added: August 15, 2010 | Visits: 1.068

SWF::Element SWF::Element is a set of classes of SWF tags and elements. SYNOPSIS use SWF::Element; use SWF::BinStream; $swf_stream=SWF::BinStream::Write; .... $rect=SWF::Element::RECT->new; $rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100); $rect->pack($swf_stream); .... SWF::Element...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (229): SWF::Element Download

Added: July 10, 2010 | Visits: 955

SWF::Builder::ActionScript SWF::Builder::ActionScript is a SWF ActionScript object. SYNOPSIS $mc->frame_action(1)->compile( <place; $mc_i->on(KeyPress, )->compile(move_mc(-5)); $mc_i->on(KeyPress, )->compile(move_mc(5));...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (244): SWF::Builder::ActionScript Download

Added: November 23, 2010 | Visits: 1.076

SWF::Builder::Character::Sound SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (104): SWF::Builder::Character::Sound Download

Added: January 25, 2010 | Visits: 1.578

Mac mini 8 icons of the Mac mini in the Tiger's familly colors.


Platforms: Mac

License: Freeware Size: 204 KB Download (246): Mac mini Download

Released: October 19, 2010  |  Added: November 04, 2010 | Visits: 3.202

SWF & FLV Player Download free Flash player and gain total control over SWF and FLV animations. Play, pause, rewind and forward flash animations, view them frame-by-frame or zoom the animation in for more detailed view. SWF & FLV Player also lets you create and manage playlists according to your tastes. Gain...


Platforms: Windows

License: Freeware Size: 2.96 MB Download (361): SWF & FLV Player Download

Added: January 25, 2010 | Visits: 1.243

A New Mac Tip Every Day A New Mac Tip Every Day widget gives you the feed from the "A New Mac Tip Every Day" site right in your Dashboard.


Platforms: Mac

License: Freeware Download (114): A New Mac Tip Every Day Download

Released: July 27, 2010  |  Added: August 09, 2010 | Visits: 4.328

JiJi Self Extractor Self Extractor Includes RAR File Extractor Win32 Cabinet Self Extractor RAR File Extractor 7z Extractor Cab Extractor TAR Extractor Archive Extractor 7z Extractor ZIP Extractor ISO Extractor ARJ Extractor lZMA Extractor Z Extractor BZ2 Extractor GZ Extractor JAR Extractor NSIS Extractor CPIO...


Platforms: Windows

License: Freeware Size: 3.4 MB Download (3826): JiJi Self Extractor Download

Released: June 30, 2015  |  Added: August 03, 2015 | Visits: 3.176

WinX DVD Ripper Mac Free WinX DVD Ripper Mac Free helps you rip DVD on Mac OS to MP4, H.264, MPEG, FLV, iTunes and MP3. It's the best free DVD ripping software for Mac OS X Yosemite/Mavericks, etc. How to rip copy protected DVD on Mac? This app lets you rip DVD fast. Step 1. Import DVD Movie from Mac to this free...


Platforms: Mac, Other

License: Freeware Size: 36.29 MB Download (230): WinX DVD Ripper Mac Free Download

Released: September 23, 2011  |  Added: October 09, 2011 | Visits: 3.947

Flickr Gallery for Mac OS It's no secret that adding photos to your blog posts is one of the most effective ways to enhance your blog and attract attention to your writing. Flickr has millions of photos available in its database. FREE Mac tool called Flickr Gallery allows you to create a custom image gallery with a cool...


Platforms: Mac

License: Freeware Size: 34.56 MB Download (508): Flickr Gallery for Mac OS Download

Released: April 28, 2010  |  Added: May 12, 2010 | Visits: 4.117

Self Extractor Self Extractor Includes RAR File Extractor Win32 Cabinet Self Extractor RAR File Extractor 7z Extractor Cab Extractor TAR Extractor Archive Extractor 7z Extractor ZIP Extractor ISO Extractor ARJ Extractor lZMA Extractor Z Extractor BZ2 Extractor GZ Extractor JAR Extractor NSIS Extractor CPIO...


Platforms: Windows

License: Freeware Size: 3.4 MB Download (3636): Self Extractor Download

< 1 2 3 4 5 >