Skip to content

Instantly share code, notes, and snippets.

View itsashis4u's full-sized avatar

Ashish Kumar Badtiya itsashis4u

View GitHub Profile
@itsashis4u
itsashis4u / designer.html
Created December 23, 2014 20:48
designer
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
<link rel="import" href="../paper-toast/paper-toast.html">
<polymer-element name="my-element">
@itsashis4u
itsashis4u / designer.html
Last active August 29, 2015 14:12
designer
<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="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@itsashis4u
itsashis4u / designer.html
Created December 27, 2014 12:04
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">
<div id="event_SEO" title="true false">
<div title="About">
A SEO contest is a prize-awarding activity which challenges search engine optimization (SEO) practitioners to achieve high ranking under major search engines such as Google, Yahoo and Bing using certain keyword(s).
</div>
<div title="Problem Statement">
The <b>KEYPHRASE</b> to optimize for this years SEO contest is : <b style="color:rgb(130,13,21)">'readysteadyseo'</b>.<br/><br/>
<ul>
<li>Your domain(blogger, wordpress etc) should contain the following keyphrase along with some addition.</li>
<li>The target is to rank as high as possible on the search engine 'Google'.</li>
<li>Everything should be done according to rules.</li>
@itsashis4u
itsashis4u / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@itsashis4u
itsashis4u / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.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-header-panel/core-header-panel.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
@itsashis4u
itsashis4u / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.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-header-panel/core-header-panel.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
@itsashis4u
itsashis4u / designer.html
Created January 13, 2015 17:35
designer
<link rel="import" href="../topeka-elements/avatars.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
@itsashis4u
itsashis4u / template
Created January 23, 2015 18:49
Template
<!-- 15-La Mode -->
<section>
<div class="event_card" hero-id="15" hero >
<paper-fab class="eventAdd" icon="{{eventCalled ? 'add': 'check'}}"
on-tap="{{addEvent}}"></paper-fab>
<paper-tabs selected="{{select}}">
<paper-tab>Description</paper-tab>
<paper-tab>Rules</paper-tab>
<paper-tab>Coordinators</paper-tab>
oS Lab 24th Jan 2014- Program 3 2 child process
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <stdlib.h>