google

Removing google map markers using JQuery

Hi All, I've searched hi and low for info regarding this but to no avail. Basically I have a page that is loading a bunch of cateories as checkboxes, for example checkbox 1 is called 'Exhibitions' and when clicked on displays all the exhibitions on the map (I am passing the value of the checkbox to the JQuery function which then filter...

Does anyone know if you can get an API Key for javascript at Google WITHOUT a current URL?

I'm developing a webapp/website on my local machine and won't know the url I'm using for it, but I'd like to use Google's hosted javascript APIs. Anyone know how I'd go about doing this? ...

Google Earth API Moving a polygon

Hi, I just starting coding with Google Earth using the GEPlugin control for .Net and still got a lot to learn. What has got me puzzled is when I try to drag a polygon. The method below is called whenever the mousemove event fires and should be moving each point of the polygon while retaining the orginal shape of the polygon. The lat ...

Youtube PHP API - How do I add a specific video to a specific playlist using the PlaylistID

I'm trying to set up a quick PHP demo using the Youtube API that adds a video (using its ID) to a pre-created playlist (using its ID as well). The documentation for the PHP API doesn't specify how to do this. I'm referring to this documentation: http://code.google.com/apis/youtube/2.0/developers_guide_php.html#Adding_a_Playlist_Video Do...

Alternative to google map api, so that I can use it on a HTTPS/SSL encrypted website.

I did find a solution for this on Google map api page, and I made the following changes as mentioned in it. 1.Use Google Maps API for Flash version 1.9a or later. 2.Add the following to your Flash application before the map is instantiated: Security.allowInsecureDomain("maps.googleapis.com"); Ref:http://code.google.com/apis/maps/faq....

How could one create Google-Suggest style search suggestions with Javascript/AJAX?

How could one create Google-Suggest style search suggestions with Javascript/AJAX? References to articles would be much appreciated. I would like to retrieve the "suggestions" from a database. (Essentially just a list of keywords) Thank you. ...

Problems with Directions API in Google Maps V3 and jQuery

Hi, I'm trying to get Google Maps Directions API working with jQuery, and I have the following code.. http://pastebin.com/6jcGt706 Where #end is a select list in the HTML.. I'm Using jQuery 1.4.. I'm not sure as to what is going wrong.. Can you please help me with this... Would appreciate if any one could help me fix the problem with...

How to extract e-mail data into R ?

How could I export my e-mail database from Gmail (or Thunderbird) into R? Like there is the rgoogledocs package and twitteR, is there a gmailR package, or a standard format for exporting emails into stat packages ? Tal ...

Do we need to launch the virtual device from eclipse every time we want to test our code?

If yes, then is there any other method to make it a bit faster? ...

Getting all pdf files from a domain (for example *.adomain.com)

I need to download all pdf files from a certain domain. There are about 6000 pdf on that domain and most of them don't have an html link (either they have removed the link or they never put one in the first place). I know there are about 6000 files because I'm googling: filetype:pdf site:*.adomain.com However, Google lists only the fi...

Get link position on screen from google search results

I want to make an app in .net to search on google for a keyword and click on a specific link from the results. Like a bot. How can I get the coordinates of screen where the specific link appears in search results so I can do a click on it. The component where the page loads will have javascript enabled so just parsing the html is not e...

Is there an API that I can use to get historical and recent EOD stock quotes?

Hey I just need the link for the API that Google/Yahoo have (I know they have it but I cant find the link) that I can use to get historical and recent End of day stock quotes. For example I want to be able to query the quote for MSFT on Jan 15,2009 and get the moving averages and 52 week highs, etc. Can anyone point them out to me? Thank...

Getting service unavailable message when sending messages to google xmpp using wokkel

Hi, I made a wokkel (twisted python) bot to send and receive messages from the google xmpp service. Everything (auth, presence) etc works fine. One of the requirements of our project is that we need to send broadcast messages to everyone in the list. Normal messages and replies work fin, but when i send a broadcast message, i get this s...

Google Internship

Is it easy to switch between projects at google? ...

Looking for more details about "Group varint encoding/decoding" presented in Jeff's slides

I noticed that in Jeff's slides "Challenges in Building Large-Scale Information Retrieval Systems", which can also be downloaded here: http://research.google.com/people/jeff/WSDM09-keynote.pdf, a method of integers compression called "group varint encoding" was mentioned. It was said much faster than 7 bits per byte integer encoding (2X ...

Unable to migrate mails to "Trash"

Hi, I am migrating some mails to 'TRASH' in Google Apps. Using Google API Ver 2: Code Sample : MailItemEntry[] entries = new MailItemEntry[1]; entries[0] = new MailItemEntry(); entries[0].Rfc822Msg = new Rfc822MsgElement(msg); entries[0].MailItemProperties.Add(MailItemPropertyElement.TRASH); ...

PHP Summarize any URL

Hey guys, How can I, in PHP, get a summary of any URL? By summary, I mean something similar to the URL descriptions in Google web search results. Is this possible? Is there already some kind of tool I can plug in to so I don't have to generate my own summaries? I don't want to use metadata descriptions if possible. -Dylan ...

C++'s unordered_map / hash_map / Google's dense_hash - how to input binary data (buf+len) and insert operation.

Hi all, I have two questions about Google's dense_hash_map, which can be used instead of the more standard unordered_map or hash_map: How do I use an arbitrary binary data memory segment as a key: I want a buffer+length pair, which may still contain some NUL (\0) characters. I can see how I use a NUL-terminated char * string , but tha...

Does Google hire .NET developers?

I am a .NET developer looking for a job. I've talked to someone who works at Google and loves it there and I generally have a good feeling about working for that company because I love most of Google's products and services. But are they even interested in .NET developers? I had the impression they only use non-proprietary technologies. ...

how to delete sample app from android emulator

Somehow, I have deleted the code from for sample apps from workspace, but the apps still show up in android emulator. How do I delete them? ...