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

Mind Map Portable freeware
Filter: All | Freeware | Demo
 

Mind Map Portable

< 1 2 3 4 5 > 
Released: April 24, 2013  |  Added: May 12, 2013 | Visits: 2.317

Arm Map Explorer Arm Map Explorer recreates all the functionalities of Google Maps on your desktop while expanding them with new extras. Map Explorer lets you locate and view any place on the planet using dynamic interactive maps. These maps are draggable, which means there is no need for you to click and wait... Platforms: Windows

License: Freeware Size: 5.46 MB Download (203): Arm Map Explorer Download

Released: May 01, 2009  |  Added: May 05, 2009 | Visits: 8.821

Portable RDP 6 client Microsoft has annoyed the world with RDP 6 issues, bugs, difficulty to install it, requierements... RDP 6 portable is the very simple, easy to use program to blow-up all of these issues. It is a fully functionnal RDP 6 client standalone program. Less than 3 MB: no more need to install 350 MD of... Platforms: Windows, Windows CE

License: Freeware Size: 2.46 MB Download (2223): Portable RDP 6 client Download

Added: August 15, 2010 | Visits: 1.343

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>... Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: July 05, 2010 | Visits: 1.490

STL AVL Map STL AVL Map is an implementation of AVL-tree-based map, multimap, set and multiset containers for g++ 4.1.1. Almost everything on this library is based on libstdc++ v3 code, so the same license applies. The AVL operations (in lib/tree.cpp) were written by Daniel Köhler Osmari, and are under... Platforms: *nix

License: Freeware Size: 102.4 KB Download (128): STL AVL Map Download

Added: March 27, 2010 | Visits: 1.270

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );... Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: May 14, 2010 | Visits: 1.639

Portable Coroutine Library Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is... Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): Portable Coroutine Library Download

Added: January 13, 2010 | Visits: 1.370

Mind AI Mind AI project is an artificial mind based on some advanced concepts: - machine learning - representation - meta representation of concepts - concept reflection - reification - denotation Interaction with the AI is done via IRC. Whats New in This Release: - geo: start some... Platforms: *nix

License: Freeware Download (96): Mind AI Download

Added: June 13, 2010 | Visits: 1.157

Bio::Map::CytoMap Bio::Map::CytoMap is a Bio::MapI compliant map implementation handling cytogenic bands. SYNOPSIS use Bio::Map::CytoMap; my $map = new Bio::Map::CytoMap(-name => human1, -species => $human); foreach my $marker ( @markers ) { # get a list of markers somewhere $map->add_element($marker); }... Platforms: *nix

License: Freeware Size: 4.7 MB Download (124): Bio::Map::CytoMap Download

Added: November 02, 2010 | Visits: 1.336

QUAKE 4 Quakemas Map QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4. This Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0. This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps: Campgrounds Redux (q4dm9): With... Platforms: *nix

License: Freeware Size: 16.4 MB Download (85): QUAKE 4 Quakemas Map Download

Added: August 02, 2010 | Visits: 1.219

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: May 19, 2010 | Visits: 1.549

Standard Portable Library Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support.. Platforms: *nix

License: Freeware Size: 512 KB Download (102): Standard Portable Library Download

Added: August 25, 2010 | Visits: 2.006

Portable OpenSSH Portable OpenSSH is a Unix/Linux port of OpenBSDs excellent OpenSSH, a full implementation of the SSH1 and SSH2 protocols. Portable OpenSSH includes sftp client and server support. OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of... Platforms: *nix

License: Freeware Size: 911.36 KB Download (210): Portable OpenSSH Download

Added: July 20, 2010 | Visits: 2.078

PlayStation Portable Video Converter PlayStation Portable Video Converter (PSPVC) is a FFMPEG front-end to convert video files for the PSP. PlayStation Portable Video Converter allow you to queue severals conversions with different parameters for each. Formats: * MPEG4/SP (all firmware) * H264/AVC (firmware 2.0+). Platforms: *nix

License: Freeware Size: 2.6 MB Download (157): PlayStation Portable Video Converter Download

Added: March 04, 2010 | Visits: 1.259

Portable Object Compiler Portable Object Compiler project consists of a set of Objective-C class libraries and a precompiler (translator) that generates plain C code.. Platforms: *nix

License: Freeware Size: 839.68 KB Download (108): Portable Object Compiler Download

Added: April 14, 2010 | Visits: 1.427

GIFgraph::Map GIFgraph::Map can generate HTML map text. SYNOPSIS use GIFgraph::Map; $map = new GIFgraph::Map($gr_object); $map->set(key1 => value1, key2 => value2 ...); $HTML_map = $map->imagemap($gr_file, @data); Is a perl5 module to generate HTML map text for following graph objects GIFgraph::pie,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (152): GIFgraph::Map Download

Added: August 24, 2010 | Visits: 1.605

UO Web Map UO Web Map project is a Web-based map with user-defined markers for Ultima Online. UO Web Map is Web-based map over the different lands and dungeons in Ultima Online. It is possible for the users to zoom and add their own points of interest directly on the map.. Get UO Web Map at... Platforms: *nix

License: Freeware Download (134): UO Web Map Download

Added: November 09, 2010 | Visits: 1.362

SILC Map SILC Map is an utility which can be used to visualize the topology of a SILC network. This project can create maps which indicate the exact global position of the servers and it can create HTML pages out of the information it gathers from the servers. It is also possible to create a HTML map... Platforms: *nix

License: Freeware Size: 348.16 KB Download (150): SILC Map Download

Released: April 07, 2010  |  Added: May 10, 2010 | Visits: 2.269

Device Doctor Portable Device Doctor is a freeware Windows application that scans your computer hardware and checks to see if there are new driver updates available for your devices. It also locates drivers for Unidentified Devices in the Windows Device Manager. All this in a portable utility that can run off of a USB... Platforms: Windows

License: Freeware Size: 5.1 MB Download (410): Device Doctor Portable Download

Released: July 14, 2010  |  Added: July 17, 2010 | Visits: 1.720

Flash USA Map An interactive Flash USA map with all the features you need for your web site or project. This is the ideal solution for dealer maps, real-estate listings, or visualizing state statistics. Nearly every aspect of the map is customizable. However, unlike competing products, our map is very simple... Platforms: Not Applicable

License: Freeware Size: 93.75 KB Download (902): Flash USA Map Download

Released: May 01, 2011  |  Added: May 23, 2011 | Visits: 1.407

AnyChart Flash Map Converter Convert ESRI ShapeFiles (.SHP) geolocation data into AnyMap format to be used with AnyChart. AnyChart Flash Map Converter allows making use of a wide choice of maps with AnyChart Flash Component, a GIS visualization system that recognizes map data in AnyMap format only. AnyChart Flash Map... Platforms: Windows

License: Freeware Size: 1.62 MB Download (130): AnyChart Flash Map Converter Download

< 1 2 3 4 5 >