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

Union Polygon freeware
Filter: All | Freeware | Demo
 

Union Polygon

< 1 2 3 4 5 
Added: October 14, 2010 | Visits: 1.016

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set...



Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: October 17, 2010 | Visits: 2.108

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and...





Platforms: *nix

License: Freeware Size: 49.15 KB Download (91): Set::Infinite::Basic Download

Added: May 20, 2010 | Visits: 1.038

OpenCSG OpenCSG project is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. OpenCSG-1.1.0 is the current version. What is CSG, anyway? CSG is short for Constructive...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (100): OpenCSG Download

Added: April 09, 2010 | Visits: 1.025

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): Unicode::Overload Download

Added: May 18, 2010 | Visits: 1.336

Worminator Worminator 3 is akin to many Apogee Software and ID Software classic action games such as Duke Nukem and Commander Keen. In Worminator game, you play as The Worminator (or as several other optional characters) and fight your way through many levels of madness and mayhem. It features nine...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (106): Worminator Download

Added: November 23, 2010 | Visits: 1.470

Mesh Viewer Mesh Viewer is an easy to use lightweight application to display triangular meshes from a variety of file formats (see 3D formats). Mesh Viewer uses the OpenGL API to render the models. The program was born under the need for quickly displaying reconstructed triangulated meshes. The Mesh Viewer...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (127): Mesh Viewer Download

Added: October 26, 2010 | Visits: 710

Tableutil Tableutil is a utility for converting, aggregating and performing operations (currently unions, differences, complements and intersections) on lists of IP-addresses. Tableutils primary use is to convert files into a format pfctl(8) can read, but if you find another use for it Id really like to...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Tableutil Download

Added: May 21, 2010 | Visits: 1.905

Geo::KML::PolyMap Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth. SYNOPSIS use Geo::KML::PolyMap qw(generate_kml_file generate_kmz_file); # Clusters "Total Population" data for "Foobar City" in $entities into 5 bins; # renders using...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (399): Geo::KML::PolyMap Download

Added: November 10, 2010 | Visits: 802

Gestinanna::Util Gestinanna::Util Perl module contains utility functions. SYNOPSIS use Gestinanna::Util qw(:path); my $regex = path2regex($path) my $cmp = path_cmp($path_a, $path_b); use Gestinanna::Util qw(:hash); my $new_hash = deep_merge_hash(@hashes); This module provides utility functions that...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (97): Gestinanna::Util Download

Added: May 22, 2010 | Visits: 1.105

Anvil Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files. QIF4 files are exported text files from Quicken and account files downloaded from your bank or credit union. We have a C++ library that uses the STL to read, write and query data. A SLang...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (91): Anvil Download

Added: April 03, 2010 | Visits: 1.416

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: September 02, 2010 | Visits: 1.034

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (95): Math::NumberCruncher Download

Added: June 21, 2010 | Visits: 1.115

Image::Imlib2 Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha channel support $image->has_alpha(1); # set a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (94): Image::Imlib2 Download

Added: June 13, 2010 | Visits: 1.138

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (94): GD::Simple Download

Added: November 05, 2010 | Visits: 3.022

Webmin OpenVpn Admin Module Webmin OpenVpm Admin Module allows you to create static or CA-based VPNs through a Web interface. Webmin is a valid web-based instrument for Linux/Unix system administrator. OpenVPN allows to create and manage VPN supplying wide possibilities of configuration. Their union, with also the...


Platforms: *nix

License: Freeware Download (232): Webmin OpenVpn Admin Module Download

Added: May 10, 2013 | Visits: 806

SQLAlchemy SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (98): SQLAlchemy Download

Added: May 22, 2010 | Visits: 1.002

Tk_CreateItemType Tk_CreateItemType is a Perl module that define new kind of canvas item. SYNOPSIS #include Tk_CreateItemType(typePtr) Tk_ItemType * Tk_GetItemTypes() ARGUMENTS Tk_ItemType *typePtr (in) Structure that defines the new type of canvas item. INTRODUCTION Tk_CreateItemType is...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk_CreateItemType Download

Added: August 17, 2010 | Visits: 651

pynfs pynfs consists of several Python tools for NFSv4: rpc.py: An enhanced version of rpc.py distributed with Python. rpcgen.py: A Python RPC protocol compiler. It generates Python code from a RPC protocol specification. It constructs classes from all structs and union definitions. nfs4lib.py: A...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (93): pynfs Download

Added: August 07, 2010 | Visits: 1.495

The Plastic File System The Plastic File System project is an LD_PRELOAD module for manipulating what the file system looks like for programs. This allows virtual file systems to exist in user space, without kernel hacks or modules. PlasticFS includes the following file systems: chroot The chroot filter may be...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (102): The Plastic File System Download

Added: July 17, 2010 | Visits: 794

WFMath WFMath is a math library that focus on geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices). Most of the library classes can be divided into two sorts. The first...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (92): WFMath Download

< 1 2 3 4 5