Skip to content

Instantly share code, notes, and snippets.

View danomanion's full-sized avatar

LaminarRainbow danomanion

View GitHub Profile
{"foo":"bar"}
require 'sinatra'
get '/hi' do
"Hello World!"
end
@danomanion
danomanion / product-diff.html
Created November 21, 2016 19:21
product diff
<article class="node node-t-shirt node-unpublished node-product-type node-t-shirt node-product-type-full node-t-shirt-full node-not-promoted node-not-sticky self-posted author-admin odd clearfix" id="node-t-shirt-102">
<div class="container-24 grid-14 prefix-1 clearfix">
</div>
<div class="container-24 grid-8 prefix-1">
<div class="content clearfix">
<header>
<h2 class="field field-name-title-field field-type-text field-label-hidden">
<a href="/tshirt/esa-jersey" class="active">ESA Jersey</a> </h2>
</header>
@danomanion
danomanion / hide-cursor.css
Created August 27, 2013 03:12
Hide the cursor. Webkit code.
:-webkit-full-screen .slides{
cursor:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==), auto;
}
@danomanion
danomanion / Testing out the API.md
Created January 19, 2017 14:58
Testing out the API

Yep.

@danomanion
danomanion / rainbow.txt
Created April 13, 2017 11:17
Example Text about Rainbows
A rainbow is a meteorological phenomenon that is caused by reflection, refraction and dispersion of light in water droplets resulting in a spectrum of light appearing in the sky. It takes the form of a multicoloured arc. Rainbows caused by sunlight always appear in the section of sky directly opposite the sun.
Rainbows can be full circles. However, the average observer sees only an arc formed by illuminated droplets above the ground,[1] and centred on a line from the sun to the observer's eye.
In a primary rainbow, the arc shows red on the outer part and violet on the inner side. This rainbow is caused by light being refracted when entering a droplet of water, then reflected inside on the back of the droplet and refracted again when leaving it.
In a double rainbow, a second arc is seen outside the primary arc, and has the order of its colours reversed, with red on the inner side of the arc.

Keybase proof

I hereby claim:

  • I am danomanion on github.
  • I am danomanion (https://keybase.io/danomanion) on keybase.
  • I have a public key whose fingerprint is 531E A674 9680 F1BA A9E2 5E40 899D 0A8D 2DB4 9DB2

To claim this, I am signing this object:

@danomanion
danomanion / file.svg
Created February 12, 2018 20:25
YouTube Error Monkey!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danomanion
danomanion / index.html
Created March 13, 2018 23:43
Random Quote Machine
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Bootstrap added via CodePens scripts -->
<title>Random Quote Machine</title>
</head>
<body>
<section>
<div id="quoteDisplay"></div>
<button onclick="return handleClick(event);">More Inspiration Please</button>
@danomanion
danomanion / index.html
Created March 13, 2018 23:44
Quote Machine
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Random Quotes</h1>
<p class="lead text-muted"><blockquote>
<p id="quote"></p>
<footer>
<cite id="author"></cite>
</footer>
</blockquote></p>