| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Map-cache |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | ALOV Map |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | UO Web Map |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | GIFgraph::Map 1.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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, GIFgraph::bars, GIFgraph::point and GIFgraph::linespoints. As a result of its work is created HTML code containing IMG and MAP tags. You simply need to insert this code into the necessary place of your page. In the inserted thus image, its certain parts are the references and at a choice their mouse in a status line of your browser displays the additional information.(See Samples). |
||||||||||||||
| 5 | Karnaugh map 1.2 |
windows | Home Education->Mathematics | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | Active Map 2 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | Map+ 1.1.0 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
View a map of a selected address in Firefox without changing windows or tabs using the right click command. The maps are generated in an iframe window using the Yahoo API. Aspects of the map display are customizable, including the height, window location and width. A custom address field is available for driving directions. |
||||||||||||||
| 8 | SILC Map 1.0 |
linux | Communications->Chat | Free |
View Detail
|
|||||||||
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 page which allows the user to click the servers on the map image to get more detailed information of the server. The links between the routers and servers can also be drawn on the map image. |
||||||||||||||
| 9 | EarthQuakes Map 1.01 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
View information about the earthquakes that happened in the past 7 days using the EarthQuake Map Opera widget The EarthQuakes Map widget for Opera browser displays information about the earthquakes from the past 7 days. The EarthQuakes Map Opera widget displays the time the earthquake took place, the location, depth and its magnitude. New earthquake data will show up when received from SSE server. Requirements: · Opera 9 or later |
||||||||||||||
| 10 | Buzztracker-Map 1.0 |
windows | Windows Widgets->Widget Miscellaneous | Free |
View Detail
|
|||||||||
Only the image of the mapped world news of buzztracker.org is shown and refreshed every half an hour or by the click of a link. Pretty handy to see by a glimpse where something is going on in the world. Buzztracker-Map widget displays, right on your desktop, the latest news and events shown directly on the world map. Now you can view the regions where something new or a special event is up. |
||||||||||||||
| 11 | Security Map 2007 |
windows | Security Privacy->Other Tools | $19.97 |
View Detail
|
|||||||||
Highlights of the poster: - All in one chart displays the network security risks in association with specific protocols, the most up-to-date technologies, and the product solutions such as firewalls, IDS/IPS, VPNs, as well as Anti-Virus Anti-Spyware/Anti-Adware Anti-Spam/Anti-Phishing systems. - Top vulnerabilities, threats in applications, operating systems and networks; layered defenses for complete information securities... All are well illustrated in the OSI 7-layers model. - Designed by experts with decades of experience in the networking and network security fields. - Large (27 in x 39 in) and high quality poster for offices, labs, class rooms and homes. |
||||||||||||||
| 12 | MLP-Map 1.0 |
windows | Software Development->Components Libraries | Free |
View Detail
|
|||||||||
Source code for fast training of multilayer perceptron for approximation. Example training and validation data files included. Source code for applying the trained network. Resulting networks can be pruned by NuMap7.06. The training algorithm can be modified to be better than BP. A readme file is provided. The classification version of this software, called MLP-Class, is also available. MLP-Map was developed by the Image Processing and Neural Networks Lab of Univ. of Texas at Arlington, and by Neural Decision Lab LLC. The software is meant to be a good starting point for people who like to develop their own code. Also, the saved networks can be pruned by our regular software, Numap7. For winzip password, go to: http://www-ee.uta.edu/eeweb/ip/Software/Software.htm |
||||||||||||||
| 13 | G [Google] Map Component |
script | Flash | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | Flash map effect |
script | Flash | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | Bio::Map::CytoMap 1.4 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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); } This is the simple implementation of cytogenetic maps based on Bio::Map::MapI. It handles the essential storage of name, species, type, and units as well as in memory representation of the elements of a map. For CytoMaps type is hard coded to be cytogeneticmap and units are set to but can be set to something else. |
||||||||||||||
| 16 | Weather Map 2.6.1 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
Weather Map is an AppleScript application made to download the current weather maps for your selected region of the USA. When you run "Weather Map" it looks at the preferences made by the "Weather Map Run First" application to determine what region you have selected. Then it downloads the weather maps for your region. It creates a folder on your desktop called Weather to store the maps. It then creates a sub folder for that download labeled with the date. It stores the maps for the day in that folder. "Weather Map" will ask you if you would like to keep the maps. If you dont want to save the maps, "Weather Map" will delete them for you. |
||||||||||||||
| 17 | Bio::Map::MappableI 1.4 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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) ) {} elsif( $position->greater_than($p2) ) { } This object handles the generic notion of an element placed on a (linear) Map. Elements can have multiple positions in a map such as is the case of Restriction enzyme cut sites on a sequence map. For exact information about an elements position in a map one must query the associate PositionI object which is accessible through the position() method. |
||||||||||||||
| 18 | Easy State Map |
script | Flash | $14.95 Additional Info: From $14.95 to $49.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | Map This 0.1.3 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
Map This is a useful extension for Firefox 1.5 and higher that lets you to map any address on website. Simply select the address and choose "Map This" from the right-click context menu. This will bring up a new tab in the browser with a map. Here are some key features of "Map This": · Choose between Yahoo! and Google Maps · Set start location in preferences and choose "Map To This" to get driving directions from start location · Support for US and UK (only Google for UK, sorry) |
||||||||||||||
| 20 | Map-IT SiteMapper 1.3 |
windows | Web Development->Site Management | $19.95 |
View Detail
|
|||||||||
Map-It Sitemapper allows you to create a site map of your website in xml format, ready to submit to Google for use with their Google Sitemaps program. Map-IT Features: Searches through your folders and creates a site map in seconds Include .html, .php, and .asp pages as well as a host of other file extensions Use the internal FTP client to upload your sitemap to your server Easily modify the priority and frequency settings of individual files |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
