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

Black Tie Catering freeware
Filter: All | Freeware | Demo
 

Black Tie Catering

< 1 2 3 4 5 > 
Added: August 22, 2010 | Visits: 938

Tie::Gzip Tie::Gzip is a Perl module that can read and write gzip compressed files. SYNOPSIS require Tie::Gzip; tie filehandle, Tie::Gzip tie filehandle, Tie::Gzip, mode, filename tie filehandle, Tie::Gzip, filename tie filehandle, Tie::Gzip, %options tie filehandle, Tie::Gzip, mode, filename,... Platforms: *nix

License: Freeware Size: 71.68 KB Download (128): Tie::Gzip Download

Added: January 25, 2010 | Visits: 1.181

M-Audio Black Box M-Audio Black Box new driver update:More user-friendly control panelDSP firmware update option included*DSP firmware update procedure simplified*Note: The DSP firmware update process is not done during the driver installation. After the driver install is completed, you can update the firmware via... Platforms: Mac

License: Freeware Download (127): M-Audio Black Box Download

Added: August 16, 2008 | Visits: 942

Black Screen This security application will lock your desktop from unwanted users. There are several display options you can choose from, a totally black screen, capture the desktop, or display a specified bitmap. There is a setup screen where you can define the password, display type, mouse options, and... Platforms: Windows

License: Freeware Size: 180 KB Download (127): Black Screen Download

Added: March 05, 2010 | Visits: 1.231

ZatriX ZatriX is a black and green matrix theme for KDE created in Slackware 11.0 with KDE 3.5.4.. ZatriX KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT Look... Platforms: *nix

License: Freeware Size: 737.28 KB Download (122): ZatriX Download

Added: July 12, 2010 | Visits: 1.113

orange amp orange amp xmms is rebuilt from scratch orange version of my black amp theme. Now "xmms" button opens preferences for xmms {I meant to do that for black amp but forgot}.. GSM Amarok themes KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz... Platforms: *nix

License: Freeware Size: 460.8 KB Download (118): orange amp Download

Added: February 03, 2006 | Visits: 2.741

Filibuster Blackjack Are you dreaming to go on leave and to spend it on uninhabited island? Are you long for a rest in a pleasant place? Do you want people do not disturb you? Do you think it is impossible? So we advise you to play Island Black Jack! Island Black Jack gives every player the opportunity to play cards... Platforms: Windows

License: Freeware Size: 1.52 MB Download (117): Filibuster Blackjack Download

Added: November 19, 2010 | Visits: 1.605

Dark Plastik Dark Plastik is a nice little black theme I made, based on my DarkPlastik colour scheme. Has a debian wallpaper, but for those not running debian, wallpaper is easy to change To install: 1) Download the file 2) Go into kcontrol (control center), to Appearance & Themes --> Themes. 3) Click... Platforms: *nix

License: Freeware Download (117): Dark Plastik Download

Added: August 31, 2008 | Visits: 869

Black Hole Once a massive star starts to run out of fuel, its core collapses into a dense neutron star. If it is even more massive it may shrink into the densest, most exotic object known - a black hole. Platforms: Windows

License: Freeware Size: 4.08 MB Download (116): Black Hole Download

Added: July 23, 2010 | Visits: 1.075

Tie::Trace Tie::Trace can easy print debugging with tie. SYNOPSIS use Tie::Trace; my %hash; tie %hash, "Tie::Trace"; $hash{hoge} = hogehoge; # warn Hash => Key: hoge, Value: hogehgoe at ... my @array; tie @aray, "Tie::Trace"; push @array, "array"; # warn Array => Point: 0, Value: array at ...... Platforms: *nix

License: Freeware Size: 8.19 KB Download (114): Tie::Trace Download

Added: October 13, 2010 | Visits: 1.385

The Black Legacy The Black Legacy is an online RPG game project that uses OpenGL and the SDL libraries. Whats New in This Release: - The game style was changed. - A full playable level, volumetric weapons, ray casting collision, optimized collision using OBB+Ray cast, character rotation on shot mode, two... Platforms: *nix

License: Freeware Size: 40.5 MB Download (113): The Black Legacy Download

Added: April 25, 2010 | Visits: 3.028

Black Orion Enterprise Linux Desktop Black Orion Network is an update and system management platform for among others Black Orions redhat-compatible Enterprise Linux Distributions. Black Orion Enterprise Linux software distributions are offered to you by the open source community as free software. A program is free software if... Platforms: *nix

License: Freeware Size: 168 MB Download (110): Black Orion Enterprise Linux Desktop Download

Added: June 23, 2010 | Visits: 996

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: January 25, 2010 | Visits: 640

Black Shades Black Shades is a 3d psychic bodyguard game. It is a udevgame 2002 contest entry, go to idevgames.com for more games. Platforms: Mac

License: Freeware Download (104): Black Shades Download

Added: July 16, 2010 | Visits: 702

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: February 05, 2010 | Visits: 880

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: May 06, 2010 | Visits: 979

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)... Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: June 06, 2010 | Visits: 860

Tie::ListKeyedHash Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. SYNOPSIS use Tie::ListKeyedHash; [$X =] tie %hash, Tie::ListKeyedHash; my $live_key = [key,items,live]; $hash{$live_key} = Hello!; $hash{[key,trees,grow]} = Goodbye!; print... Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Tie::ListKeyedHash Download

Added: September 07, 2010 | Visits: 1.183

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: March 03, 2010 | Visits: 954

Tie::File Tie::File can access the lines of a disk file via a Perl array. SYNOPSIS # This file documents Tie::File version 0.96 use Tie::File; tie @array, Tie::File, filename or die ...; $array[13] = blah; # line 13 of the file is now blah print $array[42]; # display line 42 of the file $n_recs... Platforms: *nix

License: Freeware Size: 67.58 KB Download (97): Tie::File Download

Added: January 25, 2010 | Visits: 1.214

Black&Blue Icons Black&Blue Icons is an icon set of 6 Mac OS X application icons such as iChat, iPhoto, iTunes, in black and blue colors. Platforms: Mac

License: Freeware Download (97): Black&Blue Icons Download

< 1 2 3 4 5 >