Quantcast
Channel: Happy Coding Journal » snippets about…
Browsing latest articles
Browse All 12 View Live

snippets about…Google Data (GData)

Google Data GData is a new protocol based on the Atom 1.0 and RSS 2.0 syndication formats, plus the Atom Publishing Protocol. [...] All sorts of services can provide GData feeds, from public services...

View Article


snippets about… Multiple hosts for assets in Rails

Multiple hosts for assets in Rails One other quick win Rails 2.0 will give you is multiple hosts for assets. Browsers will only have two concurrent connections open for any single host, but an easy way...

View Article


snippets about… Virtual Earth Development

Virtual Earth Development Virtual Earth Interactive SDK Virtual Earth examples at viavirtualearth.com

View Article

snippets about… Erlang

Erlang general-purpose concurrent programming language and runtime system [...] Erlang is used in several large telecommunication systems from Ericsson. [...] terminate every expression with a DOT...

View Article

snippets about… Starling

Starling Starling is a light-weight persistent queue server that speaks the MemCache protocol. It was built to drive Twitter’s backend, and is in production across Twitter’s cluster.

View Article


Detecting retarded browsers using Ruby on Rails

Here is a small code snippet to check for retarded browsers in Ruby on Rails: user_agent = request.user_agent unless user_agent[/msie/i].nil? session[:browser] = 'retarded' else session[:browser] =...

View Article

Extending HTML vocabulary with AngularJS

It’s quite hip today, but maybe some of you don’t know it. It’s Google’s AngularJS a nifty framework to extend the HTML vocabulary to add dynamic to your web documents. AngularJS is a toolset for...

View Article

Twitter lays some new API eggs

Twitter tries to get back full-control over their API accesses and will release a new API version soon. This means first that everyone needs to authenticate via OAuth before using any kind of API...

View Article


Image may be NSFW.
Clik here to view.

FourSquare Time Machine with nice visualisation

Nice data visualisation by Foursquare in their Time Machine. Shame on me that I’ve never used FourSquare. Time Machine Data visualisation. Another graph from their data visualisation.

View Article


EMR 4.0.0 in AWS Data Pipeline

I like the AWS Data Pipeline and love to start EMR clusters with it. Unfortunately it’s currently not possible to use the EMR-4.0.0 release when starting a EMR cluster using the pipeline. You currently...

View Article
Browsing latest articles
Browse All 12 View Live