Skip to content

Instantly share code, notes, and snippets.

View caleorourke's full-sized avatar

Michael O'Rourke caleorourke

View GitHub Profile
@caleorourke
caleorourke / weiherer-chnlog-20150725.txt
Last active August 29, 2015 14:25
Change Log for Weiherer Family Pedigree
CHANGE LOG
WEIHERER FAMILY PEDIGREE
Alphabetized by first name
ALBERT WEIHERER
..... Added DOD
..... Added wife BARBARA OTTO
ALFRED SEUBERT
/*
* Copyright © SoftLayer, an IBM Company
*
* guesstimate.js
* Urban's guesstimate.js script estimates how long it'll take to read a single page
* by converting the word count to minutes.
*
*/
(function($) {
@caleorourke
caleorourke / ancient-DNA.md
Last active August 29, 2015 14:24
Tabulated Ancient DNA results from GEDmatch.com

Ancient DNA

Source
Ancient DNA

Location > Dates

Countries where Ancient DNA was uncovered, along with estimated dates.

Russia
  • 43,000 BCE
/* ========================================================================
* Highlight.js
* https://highlightjs.org
* ========================================================================
* Copyright (c) 2006, Ivan Sagalaev
* Licensed under BSD (https://github.com/isagalaev/highlight.js/blob/master/LICENSE)
* ======================================================================== */
! function(e) {
"undefined" != typeof exports ? e(exports) : (window.hljs = e({}), "function" == typeof define && define.amd && define([], function() {
/*
* Copyright © SoftLayer, an IBM Company
*
* highlights.less
* Urban's highlight properties. Highlight properties should always be defined in highlights.less.
* This allows others to see the joined classes for specific languages. Highlights are handled by
* the js/vendor/highlight.js script. Remember to comb highlights.less before committing.
*
*/
@caleorourke
caleorourke / local_settings.py
Created April 23, 2015 13:29
local settings for Horizon located under ./horizon/openstack_dashboard/local/
import os
from django.utils.translation import ugettext_lazy as _
from openstack_dashboard import exceptions
DEBUG = True
TEMPLATE_DEBUG = DEBUG
@blue: #2980b9;
@green: #009445;
@magenta: #a90b84;
@navy: #34495d;
@orange: #f29c1e;
@purple: #800c7b;
@red: #e4423d;
@gray10: #231f20;
@gray20: #3b3e42;
@caleorourke
caleorourke / eurogenes-genealogy.md
Last active August 29, 2015 14:17
Tabulated Euro DNA results from GEDmatch.com

Introduction

In this document, the following roles are mentioned:

CLIENT: Also known as the Customer. The Client requests a service or product from us.

DEVELOPERS: Builds the website functionality and behavior. Translates designs produced by Designers to HTML/CSS + Business Code that drives the

Incremental Design

Rebecca Miller-Webster and Savannah Wolf

  • Rebecca: Developer, Savannah: Designer

  • How do you make design changes?

  • Big redesigns are often long and frustrating

  • Designers throw the design over the wall

  • Developers either are confused by it, or 'screw it up'

  • Redesigning page by page can lead to technical debt, and is awkward