RSS feed [root] /weblog /google




login:

password:

title search:




 


Fri Nov 04 02:43:40 HKT 2011

google



(google search) (amazon search)
second
download zip of files only

Thu Feb 02 23:44:15 HKT 2012 From /weblog/google/android

development


http://mobile.tutsplus.com[..]ting-your-application-to-android-market/

(google search) (amazon search)


Tue Jan 10 23:36:09 HKT 2012 From /weblog/google/android

input


http://geekyninja.com[..]ow-to-type-faster-on-your-android-phone/

(google search) (amazon search)


Wed Dec 28 23:54:31 HKT 2011 From /weblog/google/development

misc


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

guava


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)


Thu Oct 13 01:12:01 HKT 2011 From /weblog/google/android

performance


Issue of Galaxy S, IO - http://forum.xda-developers.com/showthread.php?t=749649

Setup VM for development, for better performance - http://blogs.nuxeo.com[..]10/speeding-up-the-android-emulator.html

(google search) (amazon search)


Thu Oct 13 01:08:25 HKT 2011 From /weblog/google

chrome


Use tools with chrome:// - http://www.thegeekstuff.com/2011/10/google-chrome-commands/

(google search) (amazon search)


Tue Oct 04 23:56:07 HKT 2011 From /weblog/google/android

basic


http://www.script-tutorials.com[..]active-android-tutorials-for-developers/

http://www.learncomputer.com/what-is-dalvik/

http://www.jeanhsu.com[..]etting-started-with-android-development/

(google search) (amazon search)


Sat Jun 04 11:49:57 HKT 2011 From /weblog/google/development

finance


How to get historical data from google finance - http://www.smartquant.com/forums/viewtopic.php?t=5560

(google search) (amazon search)


Thu May 05 08:36:30 HKT 2011 From /weblog/google/development

gwt


A list of links - http://jroller.com/page/Trainer?entry=google_web_toolkit_linkdump

Package structure recommended - http://code.google.com[..]Guide.Fundamentals.ProjectStructure.html

Hint from Javaworld - http://www.javaworld.com[..]jw-04-2007/jw-04-gwt.html?fsrc=rss-index

Java Shared Transacted Memory - http://www.gwtwindowmanager.org/jstm/index.html http://jstm.sourceforge.net/

Reveling in Constraints - http://queue.acm.org/detail.cfm?id=1572457

Information of testing GWT - http://blog.codiform.com[..]building-testable-applications-with.html

Spitting the JavaScript generated - http://www.summa-tech.com[..]/05/03/a-pattern-for-gwt-code-splitting/

(google search) (amazon search)


Thu May 05 01:25:56 HKT 2011 From /weblog/google

analytics


A Google Analytics Cookie [Explained] - http://www.tutkiun.com[..]a-google-analytics-cookie-explained.html

(google search) (amazon search)


Mon Apr 04 23:37:24 HKT 2011 From /weblog/google

service


A list of projects at google sandbox - http://ruscoe.net/blog/2006/07/whats-in-googles-sandbox.asp

Strange Google Links - http://www.pipesnetwork.com/blog/archive/2006_03_03.php

Analysis website perforamnce - http://www.infoq.com/news/2011/04/Google-Page-Speed-Online-Mobile

(google search) (amazon search)


Tue Mar 22 14:28:54 HKT 2011 From /weblog/google

problem


Some problem of the UI of google - http://searchengineland.com[..]out-google-revisited-5-years-later-67969

(google search) (amazon search)


Wed Jan 12 18:31:08 HKT 2011 From /weblog/google/development

ai


Prediction API - http://code.google.com/apis/predict/

(google search) (amazon search)


Tue Oct 05 16:50:06 HKT 2010 From /weblog/google/development

chrome


Sample extensions - http://kurrik.github.com[..]ckathons/10-05-2010/image-grayscale.html http://code.google.com/chrome/extensions/

(google search) (amazon search)


Tue Oct 05 16:49:04 HKT 2010 From /weblog/google/development

buzz


Samples - http://code.google.com/p/buzz-codelabs/ http://code.google.com/p/buzz-mood/ http://code.google.com/apis/buzz/v1/oacurl.html http://code.google.com/apis/buzz/buttons_and_gadgets.html

Pubsubhubhub, A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS, heard of buzz - http://code.google.com[..]hubbub/wiki/DeveloperGettingStartedGuide

Door of buzz - http://oauth.net/documentation/getting-started/

(google search) (amazon search)


Tue Oct 05 16:44:58 HKT 2010 From /weblog/google/development

html5


GWT websocket - http://code.google.com/p/gwt-websockets/
Javascript websocket call - 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

Bounce


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

i18n


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)



Wed May 07 17:59:58 HKT 2008 From /weblog/google/development

scalability


http://highscalability.com/behind-scenes-google-scalability
http://highscalability.com/google-appengine-second-look

(google search) (amazon search)


Thu Jan 31 17:55:38 HKT 2008 From /weblog/google

gmail


A persistent search for gmail in firefox - http://blog.persistent.info[..]adding-persistent-searches-to-gmail.html

check mail via atom - http://mail.google.com/support/bin/topic.py?topic=1573

gmail tips - http://gmailblog.blogspot.com[..]10-little-known-gmail-features-part.html http://www.mattcutts.com/blog/9-power-tips-for-gmail/

(google search) (amazon search)


Thu Jan 31 16:28:06 HKT 2008 From /weblog/google

calendar


Tips - http://www.virtualhosting.com[..]cks-to-make-the-most-of-google-calendar/

(google search) (amazon search)


Thu Jan 10 20:35:45 HKT 2008 From /weblog/google

office


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)


Sun Aug 05 02:47:23 HKT 2007 From /weblog/google

research


http://labs.google.com/papers/mapreduce.html

http://www.infoq.com/news/2007/06/google-scalability

Big table - http://andrewhitchcock.org/?post=214 http://norfolk.cs.washington.edu[..]t/unrestricted/colloq/details.cgi?id=437

Jeffrey Dean work for both map reduce and big table - http://norfolk.cs.washington.edu[..]t/unrestricted/colloq/details.cgi?id=437

(google search) (amazon search)


Tue Jul 10 22:33:36 HKT 2007 From /weblog/google/development

gear


Google answer to network down for AJAX application - http://gears.google.com/

Start a framework with GEAR - http://dev.floriansweb.com/?p=34

Another report of GEAR - http://www.infoq.com/news/2007/06/googlegears

Short overview - http://pankap.com[..]/3-minutes-introduction-to-google-gears/

(google search) (amazon search)