Skip to content

Instantly share code, notes, and snippets.

@0m15
0m15 / test.js
Created January 12, 2012 20:32
test 02
var x = 1;
x++;
@0m15
0m15 / videos.json
Created March 16, 2011 15:39
sample JSON file
{
"videos" : [
{
"videoId" : "ID",
"title" : "title"
"streamingURL" : "http://www.url-to-video.it/video.mp4",
"publishDate" : "MM/GG/AAAA HH:mm",
"tags" : ["tag1", "tag2", "tag3"],
"abstract" : "abstract",
}