RSS feed [root] /weblog /development /google




login:

password:

title search:




 


Thu Apr 06 06:33:01 GMT 2023

development



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

Sun Oct 11 11:16:50 GMT 2020 From /weblog/google/development

protobuf


https://itnext.io/protobuf-and-null-support-1908a15311b6

https://reasonablypolymorphic.com/blog/protos-are-wrong/

gRPC with Kotlin Coroutines - https://codingwithmohit.com/grpc/grpc-kotlin-coroutines

(google search) (amazon search)


Wed Jul 03 13:01:06 GMT 2019 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 cloud platform - https://cloud.google.com/products/compute-engine/

Google JSON library articles - http://blog.ajduke.in/tag/gson/

AI api - https://cloud.google.com/products/machine-learning/

GRPC - http://www.infoq.com/cn/articles/tidb-and-grpc https://www.alluxio.io[..]rift-to-grpc-a-perspective-from-alluxio/

Getting fix password for APP - https://myaccount.google.com/apppasswords

(google search) (amazon search)


Tue May 23 07:55:04 GMT 2017 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
pwa - https://developers.google.com/web/progressive-web-apps/


(google search) (amazon search)



Tue Dec 03 05:28:04 GMT 2013 From /weblog/google/development

spanner


http://highscalability.com[..]mers-building-apps-using-sql-semant.html

http://www.infoq.com/presentations/spanner-distributed-google

(google search) (amazon search)


Wed Feb 13 05:31:57 GMT 2013 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. There is also index() function to convert a list to multimap - http://google-collections.googlecode.com[..]Multimaps.html#index(java.lang.Iterable, com.google.common.base.Function)
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 . . . http://danhaywood.com[..]/02/02/using-google-guavas-ordering-api/
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

Example of filtering - http://marxsoftware.blogspot.com.au[..]/10/filtering-and-transforming-java.html

Helper for creating factory class - http://techneerajnandwana.blogspot.hk[..]hk/2012/02/guava-classtoinstancemap.html

(google search) (amazon search)


Tue Oct 02 12:48:55 GMT 2012 From /weblog/google/development

bigQuery


Some tools of bigQuery platform - http://martinfowler.com/articles/bigQueryPOC.html

(google search) (amazon search)


Sat Jun 04 03:49:57 GMT 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)


Tue Oct 05 08:50:06 GMT 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 08:49:04 GMT 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)