Skip to content

Instantly share code, notes, and snippets.

View raghava's full-sized avatar

Raghava Bada Chinnappa raghava

  • Hola
  • Bengaluru, Karnataka INDIA
View GitHub Profile
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Form Submission</title>
<style>
body {
[
{
"id":"169313",
"title":"Conversation with Anagha",
"description":"Zoom call with Anagha",
"duration":"86",
"thumbURL":"https://cf-images.us-east-1.prod.boltdns.net/v1/jit/6170216133001/480fadb6-479b-4595-bdb4-114d1e94e480/main/160x90/2m2s580ms/match/image.jpg",
"imgURL":"https://cf-images.us-east-1.prod.boltdns.net/v1/jit/6170216133001/480fadb6-479b-4595-bdb4-114d1e94e480/main/1280x720/2m2s580ms/match/image.jpg",
"videoURL":"http:\/\/edge-vod-media.cdn01.net\/encoded\/0000169\/0169313\/video_1880k\/T7J66Z106.mp4?source=firetv&channel_id=13454",
"categories":[
@raghava
raghava / i18n-locale-codes
Last active August 29, 2015 14:23
i18n International local codes
/*
* i18n locale code & language-country names pulled from
* http://docs.oracle.com/cd/E23824_01/html/E26033/glset.html
*/
{
"af_ZA": "Afrikaans, South Africa",
"ar_AE": "Arabic, United Arab Emirates",
"ar_BH": "Arabic, Bahrain",
"ar_DZ": "Arabic, Algeria",
"ar_EG": "Arabic, Egypt",
@raghava
raghava / designer.html
Created December 22, 2014 23:00
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@raghava
raghava / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@raghava
raghava / ngIncludeView.js
Last active August 29, 2015 14:02
ngIncludeView.js it'a alternative to ng-include, which load the view & re uses the same scope
// ng-include-view
// - directive in module ng
//
// This works similar to ng-include and it won't create new scope,
// instead it uses the same level
//
// Example usage:
// <ng-include-view src=""></ng-include-view>