Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am PaulNendick on github.
* I am paulnendick (https://keybase.io/paulnendick) on keybase.
* I have a public key whose fingerprint is B3C4 601D B501 E12F 85F8 EE58 FC06 0CC0 F8A0 DF47
To claim this, I am signing this object:
@PaulNendick
PaulNendick / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@PaulNendick
PaulNendick / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="../cool-clock/cool-clock.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
Oh hey der!
import logging
import logging.config
import sumologger
from sumologger import SumoHTTPHandler
logging.config.dictConfig(sumologger.LOGGING)
logger = logging.getLogger("sumologger")
logger.debug("Nifty log message")
sup