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

Tie Fighter Demo software
Filter: All | Freeware | Demo
 

Tie Fighter Demo

< 1 2 3 4 5 > 
Added: November 15, 2010 | Visits: 851

Tie::Hash::Sorted Tie::Hash::Sorted Perl module presents hashes in sorted order. SYNOPSIS use Tie::Hash::Sorted; my %ages = ( John => 33, Jacob => 29, Jingle => 15, Heimer => 48, Smitz => 12, ); my $sort_by_numeric_value = sub { my $hash = shift; [ sort {$hash->{$b} <=> $hash->{$a}} keys %$hash ];...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Tie::Hash::Sorted Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 752

Tie::DB_Lock Tie::DB_Lock Perl module can tie hashes to databases using shared and exclusive locks. SYNOPSIS use Tie::DB_Lock; use DB_File; tie(%hash, Tie::DB_Lock, $filename, rw); # Open for writing $hash{key} = value; untie %hash; tie(%hash2, Tie::DB_Lock, $filename); # Default is read-only...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): Tie::DB_Lock Download

Added: July 23, 2010 | Visits: 1.068

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: March 03, 2010 | Visits: 947

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 (91): Tie::File Download

Added: November 18, 2010 | Visits: 935

Tie::HashHistory Tie::HashHistory can track history of all changes to a tied hash. SYNOPSIS my $hh = tie %hash => Tie::HashHistory, PACKAGE, ARGS...; @values = $hh->history(KEY); Tie::HashHistory interposes itself between your program and another tied hash. Fetching and storing to the hash looks...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Tie::HashHistory Download

Added: May 06, 2010 | Visits: 972

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

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: May 05, 2010 | Visits: 843

Tie::FlatFile::Array Tie::FlatFile::Array is a Perl extension which treats a flatfile database as an array of arrays. This module allows the programmer to treat a flatfile database as as array of arrays. For example, lets say you have a datafile that has fixed-length records like so: Field-name Type URL ASCII...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Tie::FlatFile::Array Download

Added: February 21, 2010 | Visits: 1.126

Adanaxis Control Demo Adanaxis Control Demo lets you play a 4D first person shooter. Its the first release from the Adanaxis project, a game which Ive been developing since Tesseract Trainer was released in May. Its a long way from complete, but it does prove the principle - you can play a 4D shooter with all ten...


Platforms: *nix

License: Shareware Cost: $18.00 USD Download (103): Adanaxis Control Demo Download

Added: May 21, 2010 | Visits: 934

Tie::Form Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::Form; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE, Tie::Form,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (92): Tie::Form Download

Added: November 24, 2010 | Visits: 958

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Added: April 15, 2010 | Visits: 1.581

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: March 24, 2010 | Visits: 882

Tie::FormA Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::FormA; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE,...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (92): Tie::FormA Download

Added: August 22, 2010 | Visits: 927

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: June 19, 2010 | Visits: 777

Tie::Eudora Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email); $encoded_email = encode_field (@email); $mailbox_email =...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (93): Tie::Eudora Download

Added: February 14, 2010 | Visits: 1.123

Docs::Site_SVD::Tie::FormA Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language. The "Tie::Form"...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (91): Docs::Site_SVD::Tie::FormA Download

Added: May 08, 2010 | Visits: 767

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Added: February 13, 2010 | Visits: 2.019

Postal 2: Share the Pain DEMO Postal 2: Share the Pain DEMO is a FPS game for Linux. "Share the Pain" adds multiplayer gametypes to the previously single-player only Postal 2, with its mature-rated attitude (Capture the Flag is called "Snatch", and involves stealing the other teams, uh, mascot...you get the point). The...


Platforms: *nix

License: Freeware Size: 167.3 MB Download (179): Postal 2: Share the Pain DEMO Download

Released: February 26, 2024  |  Added: March 14, 2024 | Visits: 8.876

IObit Malware Fighter As a potent and all-inclusive anti-malware and anti-virus tool, IObit Malware Fighter can detect and crush the latest spyware, adware, ransomware, Trojans, keyloggers, bots, worms, hijackers, viruses, etc. that other antivirus software may overlook. With the upgraded IObit Anti-malware Engine,...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 54.72 MB Download (2205): IObit Malware Fighter Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 739

SentiSight algorithm demo (for Windows) Object recognition technology demo applications for Microsoft Windows. The technology supports webcams, surveillance cameras, media files with still images and video, and is able to perform real-time video stream processing. The recognition algorithm is tolerant to object scale, rotation, pose,...


Platforms: Windows

License: Shareware Cost: $479.00 USD Size: 10.57 MB Download (53): SentiSight algorithm demo (for Windows) Download

< 1 2 3 4 5 >