Skip to content

Instantly share code, notes, and snippets.

View olayinkasf's full-sized avatar
🛡️
Oak and iron, guard me well.

Olayinka olayinkasf

🛡️
Oak and iron, guard me well.
View GitHub Profile
@olayinkasf
olayinkasf / .env
Created January 7, 2021 10:35
.env
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/user/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
<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">
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:22
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-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="home-page" attributes="smt">
<template>
<style>
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:22
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-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="home-page" attributes="smt">
<template>
<style>
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="https://polymer-designer.appspot.com/components/core-scaffold/core-scaffold.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-header-panel/core-header-panel.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-menu/core-menu.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-item/core-item.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-icon-button/core-icon-button.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-toolbar/core-toolbar.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-menu/core-submenu.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-icons/core-icons.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/core-icon/core-icon.html">
<link rel="import" href="https://polymer-designer.appspot.com/components/co
using namespace std;
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
/* Author: Cheng-Shih Wong
* Prob. name: Jacquard Circuits
* Prob. source: World Final 2007
* Prob. URL: http://goo.gl/wT9O6B
* Prob. catogory: Computaional Geometry
* Date: 2014/05/18
*/
#include <iostream>
#include <cstdio>
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:15
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">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:15
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">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
@olayinkasf
olayinkasf / designer.html
Last active August 29, 2015 14:14
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">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../paper-button/paper-button.html">