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

Dreamweaver Usa Map freeware
Filter: All | Freeware | Demo
 

Dreamweaver Usa Map

< 1 2 3 4 5 
Added: April 03, 2010 | Visits: 899

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: January 25, 2010 | Visits: 1.434

iActu USA iActu USA is a widget designed to benefit of Mac OS X power and technologies. It is a new way to be quickly informed. This widget inform the news of the six American newspapers : The New York Times USA Today The Washington Times Los Angeles Times Chicago Sun-Times The Wall Street JournalThis...





Platforms: Mac

License: Freeware Download (103): iActu USA 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: February 04, 2010 | Visits: 1.705

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::USA Download

Added: March 05, 2010 | Visits: 1.276

HTML::DWT HTML::DWT is a Perl module with DreamWeaver HTML Template. INSTALLATION Unzip/tar the archive: tar xvfz HTML-DWT-2.08 Create the makefile perl Makefile.PL Make the module (must have root access to install) make make test make install SYNOPSIS use HTML::DWT; $template = new...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): HTML::DWT Download

Added: November 24, 2010 | Visits: 1.063

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: 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

Added: November 25, 2010 | Visits: 937

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: 885

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

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

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: 918

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

Released: October 17, 2018  |  Added: October 25, 2018 | Visits: 621

USA Radars Weather Browser USA Radars Weather Browser is one of the fastest and best ways to view the latest weather conditions. Free weather radars & forecasting browser for Windows. Originally started in 2008, created to bring together some of the latest and most reliable weather information on the internet into one easy...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.9 MB Download (92): USA Radars Weather Browser Download

Added: August 09, 2010 | Visits: 933

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: 593

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

Added: November 02, 2010 | Visits: 1.329

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

Released: January 14, 2014  |  Added: January 26, 2014 | Visits: 900

Edraw Mind Mapping 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: 19.11 MB Download (80): Edraw Mind Mapping Download

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

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

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 626

Height Map Editor Height Map Editor is a program meant for editing, generating and manipulating height maps (terrains) that can be used in terrain rendering engines, or even as clouds.


Platforms: Windows, Mac, Linux

License: Freeware Size: 253.5 KB Download (73): Height Map Editor Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 949

Interactive Flash World Map A professional-quality interactive world map that can be customized for your unique needs. This is the ideal solution for displaying global offices, travel information, dealer locations, or just visualizing country statistics. You can easily customize almost every aspect of the map and we've...


Platforms: Not Applicable

License: Freeware Size: 864 KB Download (72): Interactive Flash World Map Download

< 1 2 3 4 5