Skip to content

Instantly share code, notes, and snippets.

View filipproch's full-sized avatar

Filip Prochazka filipproch

View GitHub Profile
@filipproch
filipproch / designer.html
Created November 30, 2014 13:45
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-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
<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">
@filipproch
filipproch / Hooked.java
Created January 28, 2012 11:59 — forked from nijikokun/Hooked.java
Hooking support for plugins, not just iConomy.
/**
* Hooked.java
* <br><br>
* Controls custom hook information by easily helping you figure out what is what without recieving errors on the matter.
*
* @author Nijikokun <nijikokun@gmail.com>
*/
public class Hooked {
public Hooked() {