Skip to content

Instantly share code, notes, and snippets.

View BadLamb's full-sized avatar

Lambda BadLamb

View GitHub Profile
@BadLamb
BadLamb / designer.html
Last active November 18, 2015 09:54
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-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@BadLamb
BadLamb / designer.html
Last active November 11, 2015 16:29
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-scroll-header-panel/core-scroll-header-panel.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
@BadLamb
BadLamb / designer.html
Last active November 8, 2015 08:25
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@BadLamb
BadLamb / designer.html
Created November 7, 2015 20:44
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@BadLamb
BadLamb / designer.html
Last active November 8, 2015 07:59
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;
@BadLamb
BadLamb / bot.java
Last active August 29, 2015 14:26
ClaudiBot
package claudibot.main;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.jibble.pircbot.PircBot;
public class Bot extends PircBot {
static List < String > song = new ArrayList < String > ();