Wed Dec 28 23:54:31 HKT 2011
From
/weblog/google/development
Google + API -
http://developers.google.com/ 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 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 28 23:54:14 HKT 2011
From
/weblog/google/development
Using collection transformer -
http://codemunchies.com[..]ordering-with-google-collections-part-3/ Optional -
http://kerflyn.wordpress.com[..]12/05/from-optional-to-monad-with-guava/ Pre-condition -
http://marxsoftware.blogspot.com[..]m/2011/10/guava-preconditions-class.html 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
(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)