Thu Jan 21 01:44:23 HKT 2010
From
/weblog/google/development
google sso -
http://dystopics.dump.be[..]es-of-x-google-token-and-why-it-matters/ google ajax server api -
http://blogs.cocoondev.org/dims/archives/004722.html Tips of google chat api -
http://www.diegoparrilla.com[..]g-google-chart-api-from-server-side.html http://googlemapsapi.blogspot.com[..]ing-chart-api-in-kml-for-quick-data.html Google Collection API
Some of the most noteworthy collections are:
1) BiMap - A Map that guarantees unique values, and supports an inverse view
2) Multiset - A Collection that may contain duplicate values like a List, yet has order-independent equality like a Set. Often used to represent a histogram.
3) Multimap - Similar to Map, but may contain duplicate keys. Has subtypes SetMultimap and ListMultimap providing more specific behavior.
4) ClassToInstanceMap - A specialized Map whose keys are class literals and whose values are instances of those types.
Google has also included a number of utility classes that also work with these new collections. Some of these include:
1) Comparators - Natural order, compound, null-friendly, ad-hoc . . .
2) Iterators and Iterables - Element-based equality, cycle, concat, partition, filter with predicate, transform with function . . .
3) Lists, Sets and Maps - A plethora of convenient factory methods and much more.
4) PrimitiveArrays - "boxing"/"unboxing" of primitive arrays
5) Object.equals and hashCode - Provide built-in null-handling.
-
http://www.infoq.com/news/2007/10/collections-api http://users.mafr.de/~matthias/articles/google-collections.html String s = URLEncoder.encode("Há tantos burros mandando em homens de inteligência, que, às vezes, fico pensando que a burrice é uma Ciência", "UTF-8");
URL url = new URL("http://ajax.googleapis.com/ajax/services/language/detect?v=1.0&q="+s);
JSONObject obj = (JSONObject) ((JSONObject)JSONValue.parse(url.getContentAsString())).get("responseData");
System.out.println(obj.get("language"));
System.out.println(obj.get("confidence"));
-
http://blog.furiousbob.com[..]2009/07/06/automatic-language-detection/ http://blog.0x1fff.com[..]oogle-open-source-projects-that-you.html
(google search)
(amazon search)
Wed Dec 30 11:43:56 HKT 2009
From
/weblog/google/development
if ("WebSocket" in window) {
var ws = new WebSocket("ws://example.com/service");
ws.onopen = function() {
// Web Socket is connected. You can send data by send() method.
ws.send("message to send"); ....
};
ws.onmessage = function (evt) { var received_msg = evt.data; ... };
ws.onclose = function() { // websocket is closed. };
} else {
// the browser doesn't support WebSocket.
}
http://blog.chromium.org[..]web-sockets-now-available-in-google.html
(google search)
(amazon search)
Wed Feb 25 22:57:27 HKT 2009
From
/weblog/google
How Bounce work
- The percentage of website visitors who see just one page on your site.
- The percentage of website visitors who stay on the site for a small amount of time (usually five seconds or less).
http://www.kaushik.net[..]ard-metrics-revisited-3-bounce-rate.html http://googleblog.blogspot.com[..]p-bouncing-tips-for-website-success.html
(google search)
(amazon search)
Wed Nov 26 16:57:48 HKT 2008
From
/weblog/google
Discussion about how google search in languages other than English -
http://googleblog.blogspot.com[..]ur-international-approach-to-search.html providing some insight about handling other language than English
(google search)
(amazon search)
Thu Jan 10 20:35:45 HKT 2008
From
/weblog/google
This blog saying that more and more people just use google productivity tools, like google doc, google calc. Is that true?
http://www.postneo.com/2008/01/07/google-apps-for-your-newsroom
(google search)
(amazon search)
Thu Mar 01 15:38:49 HKT 2007
From
/weblog/google
See if you qualify to work in google
A Guy call Mazel tov have, see if you interested about it.
The question:
http://www.7427466391.com/ The answer:
http://www.mkaz.com/math/google/ The announment:
http://www.google.com/labjobs/index.html News source:
http://forward.hkwebs.net/post/1/452
(google search)
(amazon search)
Tue Jan 03 18:14:45 HKT 2006
From
/weblog/google
Not sure how it meaningful for CJK language... But look interesting
http://google-blog.dirson.com/post.new/0325/
(google search)
(amazon search)