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

Shooting Gallery Mac freeware
Filter: All | Freeware | Demo
 

Shooting Gallery Mac

< 1 2 3 4 5 > 
Added: October 23, 2010 | Visits: 2.978

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 (408): Mac OS X Bundle 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: September 01, 2010 | Visits: 3.289

Another Gallery Another Gallery is a PHP port of the Zgal gallery generator. Another Gallery project supports themes and rollover buttons. ImageMagick creates thumbs with a higher quality than GD2.x. If you want to use Perl and ImageMagick you need the Image::Size perl module to generate the thumbnails. It is...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (160): Another Gallery 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: March 15, 2010 | Visits: 2.017

Encaps Gallery Encaps Gallery project is photo album software which supports different skins (html-templates). The design of photo album is based on native PHP and HTML templates. Encaps photo Gallery software has 6 predefined skins. Photo album software back-end demo.


Platforms: *nix

License: Freeware Size: 225.28 KB Download (119): Encaps Gallery Download

Added: August 10, 2010 | Visits: 2.297

My Photo Gallery My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. It is easy to setup and even easier to maintain. Slick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (154): My Photo Gallery Download

Added: April 15, 2010 | Visits: 1.607

Infins Picture Gallery Infins Picture Gallery (IPG) is an image gallery system for Web sites that is easy to install, reads all files from a directory set in the config file. Infins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (130): Infins Picture Gallery Download

Added: June 11, 2010 | Visits: 1.627

GTK Photo Gallery GTK Photo Gallery is an album to manage small and medium-sized photograph collections. It is possible to upload images to an online laboratory. It allows quick management by processing multiple files together. Rotate, delete, move, and manage descriptions can be done for all files in one...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (118): GTK Photo Gallery 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 (172): Mac-on-Linux Download

Added: March 05, 2010 | Visits: 1.555

Gallery Uploader Gallery Uploader is a Python script that can upload pictures to Web Gallery (only versions 2.0 or above). Gallery Uploader supports multiple galleries. To do it so, you need to save URL, User and Password using the –save option, passing a name to the gallery. You can point to this gallery...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): Gallery Uploader 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: July 26, 2010 | Visits: 1.290

fastcgi-gallery fastcgi-galleryy is a Web gallery based on Apache::Gallery, but is hacked for usage with Perl FastCGI scripts. Therefore this version is about 10x quicker than Apache::Gallery. With best template system (Template-Toolkit) you can customize your gallery as you wish, for example you can create...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (113): fastcgi-gallery Download

Added: July 03, 2010 | Visits: 1.233

minimal Gallery minimal Gallery is an elegant picture gallery system that features a 30 second set-up, highly customizable modular architecture with CSS-based templates and PHP "tags" (functions). Whats New in This Release: - Completely rewritten file parsing code: no more bug where some files werent...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): minimal Gallery Download

Added: November 04, 2010 | Visits: 1.883

Firefox Companion for Kodak EasyShare Gallery Firefox Companion for Kodak EasyShare Gallery is a Firefox extension that can easily organize and share your pictures. Upload photos directly to your Kodak EasyShare Gallery, all within your browser. Drag, drop and arrange pictures adding photo titles, and create albums by multi-selecting...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (148): Firefox Companion for Kodak EasyShare Gallery Download

Added: October 04, 2010 | Visits: 1.125

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets Download

Added: January 15, 2010 | Visits: 1.990

Rails Gallery Generator Rails-gallery provides a generator for file upload gallerys. Theres no user management included; the generator just provides the skel for your agile Web gallery. Whats New in This Release: - Added model Gallery - Added multiple-gallery support - Index redirects to show-action - Added...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Rails Gallery Generator Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

< 1 2 3 4 5 >