RSS feed [root] /google /weblog




login:

password:

title search:




 

Sun Aug 15 03:31:00 HKT 2010

google



(google search) (amazon search) second
download here

Sun Aug 15 03:32:07 HKT 2010 From /weblog/google/android

performance


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

(google search) (amazon search)


Thu Jan 21 01:44:23 HKT 2010 From /weblog/google/development

misc


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

socket


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 Aug 05 00:33:00 HKT 2009 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


(google search) (amazon search)


Wed Feb 25 23:00:15 HKT 2009 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

(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)


Sun May 06 13:18:19 HKT 2007 From /weblog/google

how google work


http://www.googleguide.com/google_works.html

search hint - http://www.google.com/help/refinesearch.html

(google search) (amazon search)


Mon Mar 19 02:21:31 HKT 2007 From /weblog/google

map


A short tutorial - http://today.java.net/lpt/a/332

Use google map on car - http://www.youtube.com/watch?v=MgTx9nUJfOc

(google search) (amazon search)


Sat Mar 10 16:20:50 HKT 2007 From /weblog/google

for educator


Google resource for teachers

http://www.google.com/educators/index.html
http://groups.google.com/group/google-for-educators
http://www.infinitethinking.org/
http://www.google.com/educators/activities.html

(google search) (amazon search)


Thu Mar 01 15:38:49 HKT 2007 From /weblog/google

interview


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 Dec 05 14:05:11 HKT 2006 From /weblog/google

cool post about google spam checking


http://www.mattcutts.com/blog/how-google-handles-hacked-sites/

(google search) (amazon search)



Tue Feb 28 14:40:15 HKT 2006 From /weblog/google

Google Dream Team


A detailed comment of business side of google: http://java.blogeasy.com/article.view.run?articleID=235535

(google search) (amazon search)


Mon Feb 20 19:41:02 HKT 2006 From /weblog/google

google ig modules


Wow~ it cooler than I think

http://www.googlemodules.com/
http://www.google.com/ig/directory

(google search) (amazon search)


Sun Feb 12 19:27:01 HKT 2006 From /weblog/google

how to prevent block from google


How to resume from block: http://www.yfs1.com[..]e-with-no-money-down-enquire-within.html

Adsense stop words: http://www.vaughns-1-pagers.com/internet/adsense-stop-words.htm

And you can convert word to image if you really need to have these: http://labnol.blogspot.com[..]vert-text-to-images-prevent-adsense.html

(google search) (amazon search)


Thu Jan 12 12:36:08 HKT 2006 From /weblog/google

comment of google video sell


The great clustering backend of google enable a lot of business idea, google video is one, see this comment: http://www.j2eegeek.com/blog/2006/01/10/google-video-blows/

(google search) (amazon search)


Tue Jan 03 18:14:45 HKT 2006 From /weblog/google

spelling checking for non-roman character


Not sure how it meaningful for CJK language... But look interesting

http://google-blog.dirson.com/post.new/0325/

(google search) (amazon search)