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

Monopoly Slots freeware
Filter: All | Freeware | Demo
 

Monopoly Slots

< 1 2 3 4 5 
Added: January 09, 2010 | Visits: 788

GFC-UI GFC-UI is a C++ interface for GTK+. The GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-UI is the user interface library and includes C++ wrappers for most objects in the ATK, GDK, GTK, GdkPixbuf and Pango... Platforms: *nix

License: Freeware Size: 880.64 KB Download (92): GFC-UI Download

Added: April 15, 2010 | Visits: 872

GFC-Core GFC-Core is a C++ interface for the GLib library. The GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-Core is the core object and utility library that other GFC libraries such as GFC-UI are built on. GFC-Core... Platforms: *nix

License: Freeware Size: 880.64 KB Download (97): GFC-Core Download

Added: November 19, 2010 | Visits: 1.493

KDE 4.0 Beta KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. KDE is a network transparent contemporary... Platforms: *nix

License: Freeware Download (96): KDE 4.0 Beta Download

Added: September 15, 2010 | Visits: 3.068

KDE KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. KDE is a network transparent contemporary... Platforms: *nix

License: Freeware Download (94): KDE Download

Added: May 15, 2010 | Visits: 1.331

Freevo Freevo project is a Linux application that turns a PC with a TV capture card and/or TV-out into a standalone multimedia jukebox/VCR/PVR/HTPC/DVR/set-top box. It uses MPlayer and other apps to play and record audio and video. It is optimized for use with a TV and remote, but can be used with a... Platforms: *nix

License: Freeware Size: 16.1 MB Download (174): Freevo Download

Added: March 26, 2010 | Visits: 839

Language::Functional Language::Functional is a Perl module which makes Perl slightly more functional. SYNOPSIS use Language::Functional :all; print The first ten primes are: , show(take(10, filter { prime(shift) } integers)), "n"; Perl already contains some functional-like functions, such as map and grep. The... Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): Language::Functional Download

Added: April 21, 2010 | Visits: 831

Engine_pkcs11 Engine_pkcs11 is an implementation of an engine for OpenSSL. Engine_pkcs11 project can be loaded using code, config file or command line and will pass any function call by openssl to a PKCS#11 module. Engine_pkcs11 is meant to be used with smart cards and software for using smart cards in... Platforms: *nix

License: Freeware Size: 327.68 KB Download (112): Engine_pkcs11 Download

Added: June 03, 2010 | Visits: 1.211

The poster The poster plug-in is a Gimp plug-in that combines image layers by attaching them in rows and columns. This is useful especially for films. The plug-in attaches the layers of a RGB or grayscale image row by row from the left to the right. The frames are separated by lines of selectable width in... Platforms: *nix

License: Freeware Size: 18.43 KB Download (102): The poster Download

Added: March 24, 2010 | Visits: 1.089

clipsmm clipsmm is a C++ interface and library for CLIPS. CLIPS is an environment for creating rule-based and/or object-based expert systems. clipsmm extends the CLIPS C API in several ways: CLIPS Environments are encapsulated in an Environment object as are many of the other CLIPS concepts such as... Platforms: *nix

License: Freeware Size: 419.84 KB Download (129): clipsmm Download

Added: November 25, 2010 | Visits: 807

Class::ArrayObjects Class::ArrayObjects is a Perl utility class for array based objects. SYNOPSIS package Some::Class; use Class::ArrayObjects define => { fields => [qw(_foo_ _bar_ BAZ)], }; or package Other::Class; use base Some::Class; use Class::ArrayObjects extend => { class => Some::Class, with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Class::ArrayObjects Download

Added: September 16, 2010 | Visits: 601

PromoEngine PromoEngine is a product which allows the use of the PluggableAuthService in Plone. The Promo Engine developed by Six Feet Up provides a way to manage the syndication of static promotional content throughout a Plone site from a single centralized repository of "ads". The Promo Engine... Platforms: *nix

License: Freeware Size: 22.53 KB Download (94): PromoEngine Download

Added: April 14, 2010 | Visits: 1.061

Tango 0.98 Tango is a cross-platform open-source software library, written in D for D programmers. The project is structured as a cohesive and comprehensive library for general purpose usage, and is supported by a growing number of recognized D enthusiasts. As a team, we feel the availability of solid and... Platforms: *nix

License: Freeware Download (97): Tango 0.98 Download

Added: September 11, 2010 | Visits: 492

Tk::Tiler Tk::Tiler is a scrollable frame with sub-widgets arranged into rows. SYNOPSIS use Tk::Tiler; my $tl = $parent->Scrolled(Tiler, -columns => n, -rows => n); my $a = $tl->Xxxxx(...); my $b = $tl->Xxxxx(...); my $c = $tl->Xxxxx(...); $tl->Manage($a,$b,$c); Tiler is derived form... Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::Tiler Download

Added: July 13, 2010 | Visits: 917

giFToxic giFToxic provides a GTK 2-based client for giFT. At the moment it is under heavy development. giFT stands for giFT: Internet File Transfer. It is a daemon that is intended to act as a bridge to combine the capability of using several (peer-to-peer or otherwise) file sharing protocols for a... Platforms: *nix

License: Freeware Size: 368.64 KB Download (97): giFToxic Download

Added: August 21, 2010 | Visits: 1.573

Pen Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. Pen project allows several servers to appear as one to the outside. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable... Platforms: *nix

License: Freeware Size: 112.64 KB Download (123): Pen Download

Added: March 03, 2010 | Visits: 841

The SlotSig library The SlotSig library is a library that provides type-safe connections between C++ classes. When programming in C, its usual to use callback functions (moreover when you do GUI stuffs). In C++, we prefer to encapsulate things into classes, and usually we want a rather type-safety. This small... Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): The SlotSig library Download

Added: January 25, 2010 | Visits: 705

iSwipe iSwipe searches AND downloads from the Web, and the FTP, Hotline, Napster, OpenNapster and Gnutella networks. It also searches the Carracho network.It includes a download manager, featuring retries and resumable downloads, and 4 slots each for FTP, HTTP, Hotline and Napster downloads (Gnutella... Platforms: Mac

License: Freeware Download (98): iSwipe Download

Added: January 25, 2010 | Visits: 682

iSwipe X iSwipe searches AND downloads from the Web, and the FTP, Hotline, Napster, OpenNapster and Gnutella networks. It also searches the Carracho network. It includes a download manager, featuring retries and resumable downloads, and 4 slots each for FTP, HTTP, Hotline and Napster downloads (Gnutella... Platforms: Mac

License: Freeware Download (103): iSwipe X Download

Added: January 25, 2010 | Visits: 973

Robot Controller Robot Controller is an application for controlling and testing Lego Mindstorms robots using the RCX with firmware version 2, on Mac OS X version 10.1 or later. It is the ideal companion to Dave Baum's NQC.Robot Controller allows you to:Download firmware to the RCX;Control the three motor... Platforms: Mac

License: Freeware Download (134): Robot Controller Download

Added: January 25, 2010 | Visits: 829

miniCPUheat It's necessary to watch your Mac's CPU heat, because in a warm conditions broken fan system can cause overheat and damage of CPU. Platforms: Mac

License: Freeware Download (141): miniCPUheat Download

< 1 2 3 4 5