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

Abstract Expressionism Define freeware
Filter: All | Freeware | Demo
 

Abstract Expressionism Define

< 1 2 3 4 5 > 
Added: May 04, 2010 | Visits: 996

Data::Region Data::Region Perl module can define hierarchical areas with behaviors. SYNOPSIS use Data::Region; $r = Data::Region->new( 8.5, 11, { data => PageObj->new() } ); $r->data( PageObj->new() ); foreach my $c ( $r->subdivide(2.5,3) ) { $a = $c->area(0.25,0.25, 2.25,2.75); $a2 =...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::Region Download

Added: July 14, 2010 | Visits: 665

ChouXiang ChouXiang is a GPL, abstract shooter. Controls: Left Ctrl= Fire Left Alt= Zapper (uses 1 life or 1 shield) Up Arrow= Up Down Arrow= Down Left Arrow= Left Right Arrow= Right P= Pause F= Show FPS, etc. ESC= Exit. Get ChouXiang at SourceForge.net. Fast, secure and free downloads from the...





Platforms: *nix

License: Freeware Size: 11.4 MB Download (94): ChouXiang Download

Added: June 23, 2010 | Visits: 610

libmpd libmpd is very new, I wrote it to abstract the mpd abstraction out of the code in gmpc. Therefor making gmpc code easier to read, but even more important easier to debug. Libmpd will now be released as a set of C files. The main goal is to make it a seperate library. Comments/suggestions are...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): libmpd Download

Added: February 20, 2010 | Visits: 1.010

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: January 18, 2010 | Visits: 760

Noiz2sa Noiz2sa is an abstract shooter game. It was created by Kenta Cho and ported to Linux by Evil Mr Henry. Installation: Download the data files, and the executable for your platform. Put noiz2sa in this directory. On most systems, simply open a console, switch to root, and run ./install.sh. If...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): Noiz2sa Download

Added: July 16, 2010 | Visits: 941

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: March 05, 2010 | Visits: 846

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: March 18, 2010 | Visits: 458

Parsec47 Parsec47 is an abstract shooter. I was created by Kenta Cho and ported to Linux by Evil Mr Henry. Installation: Parsec47 is entirely contained within this directory. There is no installation. To uninstall, simply delete this directory. Running: Type ./p47 to start the game. The...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (91): Parsec47 Download

Added: July 04, 2010 | Visits: 625

rRootage rRootage is an abstract shooter game. It was created by Kenta Cho and ported to Linux by Evil Mr Henry. Debian distro: apt-get install rrootage. Installation: Download the data files, and the executable for your platform. Put rr in this directory. On most systems, simply open a console,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (90): rRootage Download

Added: September 26, 2010 | Visits: 965

Bio::Location::CoordinatePolicyI Bio::Location::CoordinatePolicyI is an abstract interface for objects implementing a certain policy of computing integer-valued coordinates of a Location. SYNOPSIS # get a location, e.g., from a SeqFeature $location = $feature->location(); # examine its coordinate computation policy print...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (90): Bio::Location::CoordinatePolicyI Download

Added: August 11, 2010 | Visits: 705

Transcend Transcend can best be described as retro-style, abstract, 2D shooter. The graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games. First, its dynamic graphical engine, which can smoothly morph from one complex shape to another, produces...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (90): Transcend Download

Added: April 04, 2010 | Visits: 672

Libgtkol Libgtkol is GTK C++ Object Layer based on the libgenerics abstract services and the Gtk API. The project offers the developers a complete intuitive object API without restricting access to the Gtk functionalities themselves.. Get libgenerics at SourceForge.net. Fast, secure and free downloads...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (89): Libgtkol Download

Added: June 25, 2010 | Visits: 925

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: March 16, 2010 | Visits: 961

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores....


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: August 22, 2010 | Visits: 772

Config::Abstract Config::Abstract is a Perl extension for abstracting configuration files. SYNOPSIS use Config::Abstract; my $ini = new Config::Abstract(testdata.pl); Config::Abstract is the base class for a number of other classes created to facilitate use and handling of a variety of different...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Config::Abstract Download

Added: July 10, 2010 | Visits: 655

CORBA::IDLtreev CORBA::IDLtree is a Perl module that builds abstract syntax trees from CORBA IDL. The main export is sub Parse_File which takes an IDL input file name as the parameter, and returns a reference to an array of references to the root nodes constructed (or 0 if there were syntax errors.)...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (87): CORBA::IDLtreev Download

Released: June 02, 2020  |  Added: July 18, 2020 | Visits: 739

Plasma Flower Screensaver Fantastic OpenGL powered abstract screensaver with plasma effects. You will see all colors space palette in Plasma Flower free screensaver. Animation is very smooth and is compatible with all video cards. Plasma flower with fire leaves rotates with various speed and its brightness changes during...


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

License: Freeware Size: 1.31 MB Download (70): Plasma Flower Screensaver Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 977

Abstract Images Free Screensaver Decorate your screen with this amazing Abstarct Images Free Screensaver. It shows you off the long set of images having very unusual forms and nice pure colors and hues. You will definitely please your eyes watching this colorful images on the screen of your PC!


Platforms: Windows

License: Freeware Size: 3.73 MB Download (62): Abstract Images Free Screensaver Download

Added: June 07, 2013 | Visits: 684

External JS Using an external javascript file, you can simply define the rules for how each form field should be validated.And since it is it's own .js file, it's easy to use the code on every page of your site. Currently only validates text, numbers and e-mail addresses.


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (57): External JS Download

Added: May 10, 2013 | Visits: 551

Abstract Zones The Abstract Zones module provides an efficient way to associate products and categories with shipping, payment, order total modules and in general with the osCommerce catalog end. This module primary target is an association between the shipping modules and the catalog products. Shipping modules...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Abstract Zones Download

< 1 2 3 4 5 >