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

Wikimapia Map freeware
Filter: All | Freeware | Demo
 

Wikimapia Map

< 1 2 3 4 5 
Added: November 21, 2013 | Visits: 381

lizard-map lizard-map is a software that provides basic map interaction for Django applications that use a lizard-ui user interface. We designed it at Nelen & Schuurmans for our geographical information websites (with water management information). It provides: * Openlayers (map javascript libary) map...



Platforms: *nix

License: Freeware Size: 2.01 MB Download (33): lizard-map Download

Added: October 03, 2013 | Visits: 662

Karnaugh Map Minimizer Karnaugh Map Minimizer is free (GPL) software for minimizing boolean functions using the graphic method of Karnaugh maps. I made it primarily for educational purposes so double check the output if you intend to use it for any "real" work. I hope it helps you with whatever you are doing.





Platforms: *nix

License: Freeware Size: 204.8 KB Download (53): Karnaugh Map Minimizer Download

Added: October 31, 2013 | Visits: 271

Switchport Map for Linux Switchport Map is a tool to automatically find, trace, and log used switch ports on a network as well as find relationships between switches.


Platforms: *nix

License: Freeware Size: 51.2 KB Download (33): Switchport Map for Linux Download

Added: November 18, 2006 | Visits: 3.845

eXactMapper Lite Create a professional site map for your Web pages without writing a single line of code. The process is fully automated and is based on the Navigational or directory structure of your website. eXactMapper Lite offers three different and totally customizable HTML/DHTML site map styles, including a...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (469): eXactMapper Lite Download

Released: October 20, 2011  |  Added: October 30, 2011 | Visits: 15.603

LanTopolog LanTopolog is a freeware application that provides physical network topology discovery, visualization and monitoring Key features: - Automatic physical network topology discovery based on SNMP - Provide detailed and searchable physical network topology map so you can quickly isolate...


Platforms: Windows

License: Freeware Size: 854.25 KB Download (4457): LanTopolog Download

Added: May 10, 2013 | Visits: 1.516

MagMap MagMap is a computer magnetic map program. It was designed for companies that need to keep track of the locations of large equipment inventories throughout a country or region. MagMap can also be used as an information board of any kind.


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

License: Freeware Download (300): MagMap Download

Released: May 28, 2010  |  Added: June 04, 2010 | Visits: 2.695

Copan for Windows Copan for Windows desktop/netbook is a very functional and easy-to-use geomatics engineering tool for computing and managing plane land surveying and mapping coordinates. It does numerous coordinate geometry (COGO) calculations, processes and adjusts raw field survey data, computes and...


Platforms: Windows

License: Freeware Size: 5.28 MB Download (824): Copan for Windows Download

Added: August 25, 2008 | Visits: 1.007

Mini Map Sidebar Mini Map Sidebar 0.1.4.8 is a new add-on for Mozilla Firefox which lets you browse simultaneously on the Internet and Google Maps. You can do this much quicker, and locate any geographic point you+ve found on a website you+ve entered.


Platforms: Windows

License: Freeware Size: 1024 B Download (128): Mini Map Sidebar Download

Added: January 18, 2010 | Visits: 1.188

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 (103): Geography::States Download

Added: January 18, 2010 | Visits: 1.395

Tiled Tiled is a general purpose tile map editor. Tiled is built to be easy to use, yet capable of catering to a host of varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled supports plugins to read and write map formats, in addition to its map format, to support map...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (116): Tiled Download

Added: April 04, 2010 | Visits: 1.287

Angelion: The Demon Conflict Angelion: The Demon Conflict project is an isometric MMORPG with map stacking, tile stretching, and online map editing. Angelion: The Demon Conflict is an isometric client/server based MMORPG featuring 2d+ (isometric map stacking), tile stretching (looks 3d), and real-time map editing. It uses...


Platforms: *nix

License: Freeware Size: 17.7 MB Download (114): Angelion: The Demon Conflict Download

Added: August 18, 2010 | Visits: 884

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: July 18, 2010 | Visits: 917

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: March 22, 2010 | Visits: 1.042

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

Added: October 02, 2010 | Visits: 877

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: November 24, 2010 | Visits: 1.062

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: October 07, 2010 | Visits: 910

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 (100): DrasticTools Download

Added: March 22, 2010 | Visits: 1.205

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: March 22, 2010 | Visits: 1.112

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: April 11, 2010 | Visits: 942

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 (99): Gridarta Download

< 1 2 3 4 5