137 Topics

Member Avatar for
Member Avatar for white feather

[CODE] private Map<String , String> c = new HashMap<String , String>(); .... //regx to get mString c.put(mString.group() , mString.group()); ..... //regx to get mNumber c.put(mNumber.group() , mNumber.group()); ....... Set set = c.entrySet(); Iterator i = set.iterator(); while( i.hasNext() ) { Map.Entry me = (Map.Entry) i.next(); System.out.println(me.getKey() + " : " …

Member Avatar for white feather
0
174
Member Avatar for sohanw

I want to compare web map serving tools for response time when serving a variety of maps. Can you direct me to a free or if not proprietary tool to use for the tool comparison.

Member Avatar for articlewriter1
0
112
Member Avatar for fantum

hello, [B]I have an assignment for my one class at school where I am supposed to write a program that creates lists of people who have met. Each line of input is a space-separated list of the names of people who have met. If a person is in a group …

Member Avatar for Fbody
0
135
Member Avatar for PHPclown

Hello guys. Can someone give me an simple example, how to make when someone register in to my game, to set him in some place on the map. I dont have map right now, and thats my question. How to make browser game map ? Some kind of tutorial or …

Member Avatar for diafol
0
148
Member Avatar for tdjprj

Has anyone successfully created a heat map of the world using Google map? I read in few places that its possible but cannot seem to find the correct way to do it. I need to create a heat map which is based on the global map, and shows the performance …

Member Avatar for milo kiko
0
124
Member Avatar for polygon

Dear Folks, I am trying to use python-idiom to reverse a list of lists so that, for example, a = [[1, 2], ['apple', 'orange']] becomes b = [['orange', 'apple'], [2, 1]] My code for this at present is: [CODE] import copy a = [[1, 2], ["apple", "orange"]] if type(a) is …

Member Avatar for Gribouillis
0
2K
Member Avatar for fareast87

Good day everyone. Did you know how can I find where can I find how to do this something like this > [URL="http://www.cssplay.co.uk/menu/old_master.html#nogo"]http://www.cssplay.co.uk/menu/old_master.html#nogo[/URL]. They didn't teach how to do this and I can't find anything like this on the Net. Help is much appreciated.

Member Avatar for joyce69
0
114
Member Avatar for charlie363

I am acquiring a google earth image in vb.Net using the following: [code] imgImage.Load("http://maps.google.com/staticmap?center=" _ + dblLat.ToString + "," + dblLong.ToString + _ "&zoom=" + intZoom.ToString + _ "&size=512x512&maptype=satellite") [/code] where imgImage is a PictureBox .net object. I need to know what the width and height of the image returned …

0
91
Member Avatar for gauravkr

#ifndef _READFILE_H_ #define _READFILE_H_ #include<string> #include<vector> #include<map> using namespace std; class Readfile{ private: string str; vector <string> goArray; vector <string> strArray; vector <string> phyIntArray; vector <string> subArray; vector <string> proArray; /* member function */ void processString(string str); void processGoId(string); void processPhysicalInt(string); // void processMetabolicInt(string); public: typedef struct Info{ string uniprotID; …

Member Avatar for gauravkr
1
182
Member Avatar for sandeepani

I need to build a simple GIS or map view component for a larger system for my Final Year Project. But I have no prior experience in the field. Therefore I need to add this component as a additional feature only and with the least amount of effort and time. …

Member Avatar for Ezzaral
0
186
Member Avatar for markrezak

[CODE]ok ok i got it now right i copy it to vector and sort it..... here is the code #include <iostream> #include <fstream> #include <algorithm> #include <string> #include <map> #include <vector> using namespace std; typedef map<string,int> word_count_list; struct val_lessthan : binary_function < pair<string,int>, pair<string,int>, bool > { bool operator() (const …

Member Avatar for markrezak
0
269
Member Avatar for markrezak

ok ok i got it now right i copy it to vector and sort it..... here is the code #include <iostream> #include <fstream> #include <algorithm> #include <string> #include <map> #include <vector> using namespace std; typedef map<string,int> word_count_list; struct val_lessthan : binary_function < pair<string,int>, pair<string,int>, bool > { bool operator() (const …

Member Avatar for William Hemsworth
0
174
Member Avatar for marjan_m

Hi, Can any one please guide me how to create an interactive map of any country in FLASH? Or if you can suggest any other software for this purpose? Thanks & Regards,

Member Avatar for surindersharma
0
341
Member Avatar for slatk3y

I have worked with maps before and I have come to the point where I need to save a map when I quit an application and load it when I open application. How can I achieve this goal? Do I have to save it to a file upon exit and …

Member Avatar for slatk3y
0
138
Member Avatar for slfisher

[URL="http://earth.google.com/"]Google Earth[/URL] now supports the use of historical imagery -- back to 1945 in some areas -- that lets users see how certain areas have changed over time. As described by [URL="http://en.wikipedia.org/wiki/Google_earth"]Wikipedia[/URL], Google Earth is a virtual globe, map and geographic information program that was originally called Earth Viewer, and …

0
738
Member Avatar for GuyClapperton

This is excellent. A map of Britain in which the forthcoming extra-fast Internet is highlighted. It's [URL="http://www.guardian.co.uk/technology/blog/interactive/2009/mar/23/broadband-fibre-cabinet-bt-map"]here[/URL] on the Guardian website. A number of things become clear from this. First, unsurprisingly, there's a lot of concentration around London and Manchester, with Edinburgh getting a respectable look-in. This is pretty inevitable …

0
104
Member Avatar for happygeek

The tabloid newspapers are full of it, some here in the UK even have the [URL="http://www.thesun.co.uk/sol/homepage/news/article2255989.ece"]Google Ocean image[/URL] on the front page. Hardly surprising when you consider that it would appear the Google mapping app has discovered the mythical underwater city of Atlantis. The image, taken from the [URL="http://www.daniweb.com/blogs/entry3919.html"]recently launched[/URL] …

0
113

The End.