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

Horoscopes Match freeware
Filter: All | Freeware | Demo
 

Horoscopes Match

< 1 2 3 4 5 
Added: August 01, 2008 | Visits: 1.151

Glyphs Glyphs is a game of strategy and luck for 1-6 players, you must match glyphs based on their characteristics, trying to match as many tiles as possible. Glyphs is similar to traditional games played with dice, but with a few twists, you must be able to think ahead, and make decisions about which...



Platforms: Windows

License: Freeware Size: 47 KB Download (103): Glyphs Download

Added: August 20, 2008 | Visits: 1.473

Muddy Match Car race for two players or one against the computer. Contains a number of extras like turbos, mines and guns and a limited level designer. Note: Author's website has an Estonian language ad page that pops up, you need to click on the "Skip Advertisement" link at the bottom of the page to get to...





Platforms: Windows

License: Freeware Size: 2.8 MB Download (518): Muddy Match Download

Added: August 28, 2008 | Visits: 999

Slimy Pete's Singles Bar In Slimy Pete's Singles Bar you play the part of Cupid, try to match Jesse and Celine together. Do this by matching conversations, when you match three similar conversation bubbles in a row, they pop and Jesse and Celine move closer to each other. You can shut up a single person by moving the...


Platforms: Windows

License: Freeware Size: 4.8 MB Download (100): Slimy Pete's Singles Bar Download

Added: August 06, 2008 | Visits: 1.951

MB Astro Compatibility Test This unique compatibility test software calculates the match between two partners in a relationship. The matching process or level of compatibility is generated from the natal planetary positions in both the individuals' charts. Astrology based calculations are made to check if the partners are...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (501): MB Astro Compatibility Test Download

Added: August 13, 2008 | Visits: 930

Faind Faind is a Command prompt text search utility for finding files that match certain criteria and performing various operations on them. It searches for files in a directory hierarchy, archives and packed files, web servers (HTTP and FTP), local area network (built-in port scanner) and prints...


Platforms: Windows

License: Freeware Size: 2 MB Download (463): Faind Download

Added: August 08, 2008 | Visits: 2.228

Speed Racer l The Movie Wallpaper Speed Racer l The Movie Wallpaper is dedicated to the movie made of the classic Japanese series of the +60s, oMeteoro,o also known as Match Go Go Go.In this movie you can see the protagonist of Speed Racer, a young racing driver, driving his car Match 5 in an impressive competition. This...


Platforms: Windows

License: Freeware Size: 7 KB Download (155): Speed Racer l The Movie Wallpaper Download

Released: April 05, 2011  |  Added: April 24, 2011 | Visits: 1.849

Mahjong Mahjong Solitaire is a tile matching puzzle game. You may click on any "free" tiles (those that are on the edge) to select them, and match them with other free tiles with the same face to eliminate them from the board. Beat Mahjong by eliminating all tiles. Additionally, you may also match...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 5.47 MB Download (283): Mahjong Download

Released: September 25, 2015  |  Added: March 05, 2016 | Visits: 3.281

Match n Freq Pulse shaping filter program that finds the pole-zero locations of a transfer function, H(s), for a matched filter. H(s) equals a -desired- signal (Yout) divided by a given input signal (Yin). Both Yout and Yin are functions of frequency. Group delay may also be calculated to compliment a...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.6 MB Download (175): Match n Freq Download

Released: September 27, 2008  |  Added: October 16, 2008 | Visits: 1.588

CMeanGame-Promo The CMeanGame is a pattern matching puzzle/brain teaser game. This game is dynamic puzzle for people of 21st Century. Aim: Match every 3 of kind Yin Yang field substitutes any missing token. Built-in Hint helps you to win in any position. CMeanGame has 2 game playing modes applied on the game...


Platforms: Windows

License: Freeware Size: 10.68 MB Download (170): CMeanGame-Promo Download

Released: November 12, 2008  |  Added: November 24, 2008 | Visits: 1.892

Tams11 Block Dominoes Try this fun yet simple domino game. You receive 7 dominoes. Match the exposing number on the domino at the end of the line. If you cannot make a match and there are dominoes left in the boneyard, you must draw a domino. The first player to rid his hand of all dominoes wins. Needs the Tams11...


Platforms: Windows

License: Freeware Size: 1.47 MB Download (185): Tams11 Block Dominoes Download

Added: October 18, 2013 | Visits: 897

RoboTournament RoboTournament is a RoboRally inspired game where players program their robots to vanquish their opponents. # RoboTournament features: Multiple Game Types: Death Match, Rally, and Capture The Flag # Multi-Player through TCP/IP # Six weapons including the BFG # Map Editor # Wide variety of board...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (100): RoboTournament Download

Added: August 09, 2010 | Visits: 780

Locale::Maketext::Fuzzy Locale::Maketext::Fuzzy is a Perl module for Maketext from already interpolated strings. SYNOPSIS package MyApp::L10N; use base Locale::Maketext::Fuzzy; # instead of Locale::Maketext package MyApp::L10N::de; use base MyApp::L10N; our %Lexicon = ( # Exact match should always be preferred...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Locale::Maketext::Fuzzy Download

Added: February 09, 2010 | Visits: 861

Regexp::Genex Regexp::Genex - get the strings a regex will match, with a regex. SYNPOSIS # first try: $ perl -MRegexp::Genex=:all -le print for strings(qr/a(b|c)d{2,3}e*/) $ perl -x `pmpath Regexp::Genex` #!/usr/bin/perl -l use Regexp::Genex qw(:all); $regex = shift || "a(b|c)d{2,4}?"; print...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Regexp::Genex Download

Added: January 13, 2010 | Visits: 690

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: May 19, 2010 | Visits: 838

SyslogScan::Daemon::SpamDetector::Filter SyslogScan::Daemon::SpamDetector::Filter contains filter reports. SYNOPSIS plugin SyslogScan::Daemon::SpamDetector as sd_ sd_plugin SyslogScan::Daemon::SpamDetector::Filter status spam match SpamAssassin field relayname acceptfirst 1 accept (?:bdynamicb|badsld*b|bcableb|.dhcp.|.dyn.) deny ....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): SyslogScan::Daemon::SpamDetector::Filter Download

Added: June 16, 2010 | Visits: 1.313

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: June 19, 2010 | Visits: 1.108

EDM EDM (Extended Death Match) project is a fork of the Sauerbraten FPS engine which adds new gameplay and engine features. Sauerbraten was written by Wouter van Oortmersen and others. Sauerbraten data was created by several authors, see the included readme files for more info. EDM code and data is...


Platforms: *nix

License: Freeware Size: 27.7 MB Download (101): EDM Download

Added: March 12, 2010 | Visits: 814

Apache::LogIgnore Apache::LogIgnore is a mod_perl log handler to ignore connections. SYNOPSIS in your httpd.conf file, put this in the mod_perl load block (if you have one) < Location / > PerlLogHandler Apache::LogIgnore PerlSetVar DebugFlag 1 #Turn Debugging on PerlSetVar IgnoreHost 192.168.0.2...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Apache::LogIgnore Download

Added: February 24, 2010 | Visits: 807

maRBL maRBL project is a policy daemon for Postfix that lets you trigger any Postfix action as a result of an RBL match. There are only a couple good, practical options for spam filtering, but none of them are 100% effective. Statistical filters can come very close to perfection, but at the cost of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): maRBL Download

Added: April 09, 2010 | Visits: 1.210

PIX::Walker PIX::Walker is a Perl module to process Cisco PIX configs and walk access-lists. SYNOPSIS PIX::Walker is an object that allows you to process PIX firewall configs and walk an access-list for matches. PIX OS versions 6 and 7 are supported. ** This module is still in very early development **...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): PIX::Walker Download

< 1 2 3 4 5