Skip to content

Instantly share code, notes, and snippets.

View GoogilyBoogily's full-sized avatar

Derek Mayer GoogilyBoogily

  • United States
View GitHub Profile
/* ===[ General ]=== */
body {
background: #2A2E39;
color: #c0c0c0; }
a, a:link, a:visited {
color: #6ecff6 }
a:hover, a:active, a:focus {

Keybase proof

I hereby claim:

  • I am googilyboogily on github.
  • I am googilyboogily (https://keybase.io/googilyboogily) on keybase.
  • I have a public key ASAK0awCUD0KWMRw3-RBolMLwNruaNl3eiMKkG3mDZDuHAo

To claim this, I am signing this object:

Verifying that +googilyboogily is my blockchain ID. https://onename.com/googilyboogily
import streams, parsexml, re, strutils, unicode, parseopt2
# Wikitext handling
# -----------------
# This regex matches anywhere in the text that there *might* be wiki syntax
# that we have to clean up.
let ANYTHING_INTERESTING_RE: Regex = re"[*#:;|!{['_]"
# We skip the contents of these HTML tags entirely, and they don't nest
@GoogilyBoogily
GoogilyBoogily / 0_reuse_code.js
Last active August 29, 2015 14:08
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
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;