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

Sedona Vortex Map freeware
Filter: All | Freeware | Demo
 

Sedona Vortex Map

< 1 2 3 4 5 > 
Added: August 02, 2010 | Visits: 1.218

Bio::Map::MappableI Bio::Map::MappableI is an object that can be placed in a map. SYNOPSIS # get a Bio::Map::MappableI somehow my $position = $element->map_position(); # these methods will be important for building sorted lists if( $position->equals($p2) ) { # do something } elsif( $position->less_tha($p2)...



Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Map::MappableI Download

Added: January 18, 2010 | Visits: 1.194

Geography::States Geography::States is a Perl module with map states and provinces to their codes, and vice versa. SYNOPSIS use Geography::States; my $obj = Geography::States -> new (COUNTRY [, STRICT]); EXAMPLES my $canada = Geography::States -> new (Canada); my $name = $canada -> state (NF); #...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): Geography::States Download

Added: March 22, 2010 | Visits: 1.209

Yet Another Dungeon-game Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins. Installation: yad/ $ ./configure yad/ $ make (as per usual) Now, to run it -- The environment variable YAD_MODULES needs to point to the full path of interface/.libs in the...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (108): Yet Another Dungeon-game Download

Added: January 18, 2010 | Visits: 1.212

Vortex Library Vortex Library is a BEEP Core protocol implementation, following the standard definitions in RFC 3080 and RFC 3081. Vortex Library has a clean and easy-to-use API that allows you to write new protocols or user applications. Vortex Library has been developed within the Af-Arch project, and it...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (107): Vortex Library Download

Added: October 07, 2010 | Visits: 916

DrasticTools DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). The grid supports pagination, sorting, and in-line editing of data. DrasticTools project is the successor of MySQLPHPGrid. Whats New in This Release: - "showcols", "showcolsnot", and...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (106): DrasticTools Download

Added: April 13, 2010 | Visits: 1.051

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Application::Pipeline Download

Added: October 02, 2010 | Visits: 882

DarkMaps DarkMaps project is a program to create a 3D map from a 2D image..


Platforms: *nix

License: Freeware Size: 61.44 KB Download (105): DarkMaps Download

Added: March 22, 2010 | Visits: 1.117

GNUstep Database Library 2 GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS). GNUstep Database Library 2 aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc..


Platforms: *nix

License: Freeware Size: 593.92 KB Download (105): GNUstep Database Library 2 Download

Added: February 13, 2010 | Visits: 1.559

Firelight Filelight creates an interactive map of concentric segmented-rings that helps visualize disk usage on your computer. It is like a pie-chart, but the segments nest, allowing you to see not only which directories take up all your space, but which directories and files inside those directories are...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (105): Firelight Download

Added: April 03, 2010 | Visits: 903

Gtk2::Ex::MindMapView Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView SYNOPSIS #!/usr/bin/perl -w use strict; use...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (104): Gtk2::Ex::MindMapView Download

Added: November 24, 2010 | Visits: 1.065

NestedMap NestedMap is a module to make nesting map{}s inside map{}s easierc. SYNOPSIS # show all combinations of (A,B,C) (a,b,c) and (1,2,3) print join("n", nestedmap { nestedmap { nestedmap { join(,@NestedMap::stack[0..2]) } qw(A B C) } qw(a b c) } qw(1 2 3) ); # a zip() function for any...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): NestedMap Download

Added: April 11, 2010 | Visits: 946

Gridarta Gridarta project is a 2D MMORPG map editor for Crossfire and Daimonin. Gridarta currently supports Angelion, Crossfire, and Daimonin. Whats New in This Release: - Removed todo (thats done). - Cosmetic: Declared a var final. - Substantial improvement of ArchObjectContainer: * Made it fail...


Platforms: *nix

License: Freeware Download (100): Gridarta Download

Added: November 25, 2010 | Visits: 943

OSGlobeLAN OSGlobeLAN project is a Web portal for LAN parties, featuring a seat map system, registration, and more. Whats New in This Release: - A lot of changes have been made, but this release is primarily to announce that work on the pre-1.0 codebase of OSGL has been stopped, and will no longer be...


Platforms: *nix

License: Freeware Download (99): OSGlobeLAN Download

Added: August 18, 2010 | Visits: 889

Shazou Shazou (pronounced Shazoo it is Japanese for mapping) enables the user with one-click to map and geo-locate any website they are currently viewing. Shazou was developed as a tool to improve the awareness for people surfing the internet about where and who they are interacting with every click...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Shazou Download

Added: March 22, 2010 | Visits: 1.047

Class::DBI::DataMigration::Mapping Class::DBI::DataMigration::Mapping is an abstract parent class for objects that map a single column in a single row from the source database to the target database. Synopsis use Class::DBI::DataMigration::Mapping; # ... Later, when building $mappings hashref for use by a #...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Class::DBI::DataMigration::Mapping Download

Released: February 07, 2012  |  Added: February 26, 2012 | Visits: 1.139

DataPult Desktop Free standalone software DataPult Desktop creates heat maps from your data quickly and efficiently. Key features: Direct data import from MS Excel with one click. The ability to create animated maps of data over several years. Interactive maps and diagrams. 39 map...


Platforms: Windows

License: Freeware Size: 20.96 MB Download (95): DataPult Desktop Download

Added: July 18, 2010 | Visits: 922

wad2svg wad2svg project is a tool which draws a map of a Doom level as an SVG graphic. A Doom level can be represented by a two-dimensional top-down map, such as that shown on the in-game automap display. Various standalone utilities exist for drawing a map of a Doom level. However no direct utility...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): wad2svg Download

Added: January 18, 2010 | Visits: 876

Turbulence Turbulence is a general BEEP server built on top of Vortex Library, that provides many site administration features. The application is extensible through modules and allows to implement server side profiles that are used and combined later with other profiles through run time configuration....


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): Turbulence Download

Added: August 09, 2010 | Visits: 936

PloneSiteMap PloneSiteMap provides a Plone product that generates a site map for your website. PloneSiteMap : A Plone product that give you a simple access to the map of your site. The map is drawn by the getSiteMap method. To change these default parameters, you only have to customize plonesitemap...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (89): PloneSiteMap Download

Added: September 22, 2010 | Visits: 598

ModPerl::PackageRegistry ModPerl::PackageRegistry is a Perl module to map URIs to perl package namespaces. SYNOPSIS Apache: < Location /dynamic > SetHandler perl-script PerlResponseHandler ModPerl::PackageRegistry PackageNamespace MyWebsite::pages PackageBase /dynamic PackageIndex index PackageHandler ->page...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): ModPerl::PackageRegistry Download

< 1 2 3 4 5 >