I was going through this plagiarism detector and trying to write a program in Haskell which will read a file and replace some of its words with synonyms. Is there any dictionary available for this pur
In 开发者_运维技巧other words, is this giving me errors purely because it\'s impossible to actually do or am I just writing it wrong:
I have the following LINQ query: var allocations = from ta in dc.TransactionAllocations where ta.Allocated == false
playlist = {} playlist.update(position, title) here position and title are two strings. I am getting the following开发者_JS百科 error:
What is the best way to manage a very large amount of images (10,000+) in WPF? This is for a 2d tile map editor similar to this : http://www.mapeditor.org/ .
I am using GSON to deserialize JSON like this: Type mapType = new TypeToken<Map<Integer, MyClass> >() {}.getType(); // define generic type
I am using the following code to get my current location. But the problem I am facing is, it always returns 0.0 for latitude and longitude. I have turned on the GPS settings in the phone and set all t
Looking to the开发者_运维问答 do what the title says - produce a world map image that colors particular countries.I\'m open to platform - Processing or Python/Basemap preferable.Web based service ok i
I am facing a little performance problem with one of my data structures used for a bigger project in python.
Given a text, which is split into a list of words, I want to lookup each of the words in an dictionary of words, which too is read from a text-file and split(\'\\n\').