https://github.com/tensorflow/models/tree/master/syntaxnet
https://research.googleblog.com/2016/05/announcing-syntaxnet-worlds-most.html
Senin, 27 Juni 2016
Announcing SyntaxNet: The World’s Most Accurate Parser Goes Open Source
Rabu, 15 Januari 2014
Why does Google prepend while(1); to their JSON responses?
Jumat, 08 November 2013
Speeding up mobile pages with mod_pagespeed and ngx_pagespeed
Sabtu, 21 September 2013
goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
Minggu, 18 Agustus 2013
Learning the meaning behind words
Minggu, 23 Juni 2013
Loon Introducing Project Loon: Balloon-powered Internet access
The Internet is one of the most transformative technologies of our
lifetimes. But for 2 out of every 3 people on earth, a fast, affordable
Internet connection is still out of reach. And this is far from being a
solved problem.
There are many terrestrial challenges to Internet
connectivity—jungles, archipelagos, mountains. There are also major cost
challenges. Right now, for example, in most of the countries in the
southern hemisphere, the cost of an Internet connection is more than a
month’s income.
Solving these problems isn’t simply a question of time: it
requires looking at the problem of access from new angles. So today
we’re unveiling our latest moonshot from Google[x]: balloon-powered Internet access.
http://googleblog.blogspot.com/2013/06/introducing-project-loon.html
Jumat, 07 Juni 2013
gdocs2md : A simple Google Apps script to convert a properly formatted Google Drive Document to the markdown (.md) format.
Kamis, 06 Juni 2013
Rabu, 05 Juni 2013
Jumat, 24 Mei 2013
Minggu, 19 Mei 2013
Rabu, 08 Mei 2013
An HTTP & SPDY client for Android and Java applications
HTTP is the way modern applications network. It’s how we exchange data & media.
Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
OkHttp is an HTTP client that’s efficient by default:
- SPDY support allows all requests to the same host to share a socket.
- Connection pooling reduces request latency (if SPDY isn’t available).
- Transparent GZIP shrinks download sizes.
- Response caching avoids the network completely for repeat requests.
You can try OkHttp without rewriting your network code. The core module implements the familiar
java.net.HttpURLConnection API. And the optional
okhttp-apache module implements the Apache HttpClient API.OkHttp supports Android 2.2 and above. For Java, the minimum requirement is 1.5.
http://square.github.io/okhttp/ (Read More..)