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

Map Skydrive Account freeware
Filter: All | Freeware | Demo
 

Map Skydrive Account

1 2 3 4 5 > 
Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 463

SDExplorer Base SDExplorer Base is an easy-to-use yet powerful extension for Windows Explorer. With SDExplorer you can make any every-day operations with your documents from Microsoft Live SkyDrive service using Windows Explorer, as if they were on your computer. Moreover you don't need to install and configure...



Platforms: Windows

License: Freeware Size: 4.7 MB Download (49): SDExplorer Base Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 478

SDExplorer SDExplorer is an easy-to-use yet powerful extension for Windows Explorer. With SDExplorer you can make any every-day operations with your documents from Microsoft Live SkyDrive service using Windows Explorer, as if they were on your computer. Moreover you don't need to install and configure any...





Platforms: Windows

License: Freeware Size: 1.5 MB Download (43): SDExplorer Download

Released: July 11, 2010  |  Added: August 12, 2010 | Visits: 1.302

AFBSoft-SkyDrive Products for users have the account of MicroSoft windows live skydrive service. AFBSoft series 1. This is the best tool to do realtime backup, one-click restoration, auto-save, management without any user's interaction. 2. This has the function that copy digital camera's photo-files...


Platforms: Windows

License: Freeware Size: 976.56 KB Download (128): AFBSoft-SkyDrive Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 413

FileBackup-SkyDrive Products for users have the account of MicroSoft windows live skydrive service. AFBSoft series 1. This is the best tool to do realtime backup, one-click restoration, auto-save, management without any user's interaction. 2. This has the function that copy digital camera's photo-files into...


Platforms: Windows

License: Freeware Size: 976 KB Download (49): FileBackup-SkyDrive Download

Released: February 01, 2006  |  Added: November 12, 2006 | Visits: 10.969

Karnaugh map This program is a software to minimalizatiom logic function by karnaugh map and use bool algebra. This program can minimalize, draw, write and convert logic function. We are support some PLCs and program can convert logic function to XPRO and HYPEL programs.


Platforms: Windows

License: Freeware Size: 253.91 KB Download (4140): Karnaugh map Download

Released: August 09, 2007  |  Added: August 11, 2007 | Visits: 8.977

Offline Site Map Generator Free Offline Site Map Generator for Windows creates sitemaps for your website. It scans the local folder with your web site copy to collect web site pages.It generates sitemaps of the Google Sitemap Protocol XML and/or the common Site Map HTML which are recognized by all search engines, including...


Platforms: Windows

License: Freeware Size: 568.6 KB Download (629): Offline Site Map Generator Download

Released: April 24, 2013  |  Added: May 12, 2013 | Visits: 2.310

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 (197): Arm Map Explorer Download

Released: September 25, 2014  |  Added: December 30, 2014 | Visits: 4.360

Edraw Mind Map Easy to create mind maps (graphical representations of thought processes) for brainstorming, problem solving, rational analysis, and decision marking. Easy to use drawing tools, many pre-drawn flowchart templates and more than 600 flowchart symbols and flowchart samples, drawing couldn't be...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 28.64 MB Download (792): Edraw Mind Map Download

Added: August 15, 2010 | Visits: 1.338

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.486

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: June 13, 2010 | Visits: 1.151

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.332

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.216

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: April 14, 2010 | Visits: 1.422

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.599

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.358

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: July 14, 2010  |  Added: July 17, 2010 | Visits: 1.714

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.403

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 (126): AnyChart Flash Map Converter Download

Released: August 01, 2014  |  Added: August 23, 2014 | Visits: 1.224

Netwrix Privileged Account Manager IT teams usually have many shared user IDs and passwords for managing servers and applications. With hundreds of systems and applications, the routine management of privileged accounts can become a real challenge, with significant productivity tradeoffs. Privileged Account Manager introduces...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 4.45 MB Download (139): Netwrix Privileged Account Manager Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 1.111

MUD Map Designer MUD Map Designer is a tool that was developed for MUD programmers that wish to make maps for plotting or simply beneficial reasons. All files can be exported to several different image types. You can create your own setup files and map icons to use to customize each game! Here are some key...


Platforms: Windows

License: Freeware Download (78): MUD Map Designer Download

1 2 3 4 5 >