Skip to content

Instantly share code, notes, and snippets.

View NdauwaRafael's full-sized avatar
👨‍💻
Learning Java and it's Technologies (Spring Boot)

Raphael Ndauwa NdauwaRafael

👨‍💻
Learning Java and it's Technologies (Spring Boot)
  • Nairobi, Kenya
View GitHub Profile
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],
/*
A bracket is considered to be any one of the following characters: ‘(‘ and ‘)’
Given a string of brackets, determine whether the string is balanced.
If a string is balanced, return YES. Otherwise, return NO.
A string is considered balanced if for every opening bracket there is a closing bracket
in the correct order.
*/
/**
* Examples of balanced strings
@NdauwaRafael
NdauwaRafael / meta-tags.md
Last active September 24, 2019 09:39 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">