Page 1 of this Blog

We play Videos

20 November 2013

Ghink has a couple of Snippets to play video. Here are some examples of that.

Read the full post

comments

Show me code

20 November 2013

Ghink uses Google Code Prettify to render beautiful syntax highlighted code sections. Like this:

function bee(n) {
	var r=0;
	for(var i=0;i<n;i++) {
		r+=i^2;
	}
	return(r);
}

Languages are automatically identified.

To write code on a page use this syntax, as explained here:

``` var code = 42; ```

You can also change the highlighter theme by setting the prettify_theme global variable. See here to know how.

source for this page here.

Read the full post

comments

Check out this map

18 November 2013

Here’s a great map rendered by our Snippets:

It’s interactive too.

source for this page here.

Read the full post

comments