Skip to content

Instantly share code, notes, and snippets.

View ayoungh's full-sized avatar
:octocat:
Coffee and code

Anthony Young ayoungh

:octocat:
Coffee and code
View GitHub Profile
@ayoungh
ayoungh / README-Template.md
Created December 1, 2016 14:45 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@ayoungh
ayoungh / poll_for_element_helper_fn.js
Last active February 14, 2018 21:50 — forked from seanemmel-ba/poll_for_element_helper_fn.js
Helper function to poll for DOM els that don't exist on page load (helpful for Optimization platforms). The `this` context is set to the element you poll for in your callback function. Interval times out after 10s by default to prevent endless polling.
/**
* @package N/A
* @version 1.0
* @author Blue Acorn <[email protected]>, Sean Emmel <[email protected]>
* @copyright Copyright © 2015 Blue Acorn.
*/
/**
* @param {String} - the CSS selector for your element in question
@ayoungh
ayoungh / test
Created June 18, 2018 12:26
test
test
@ayoungh
ayoungh / Contract Killer 3.md
Created July 30, 2018 21:50
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

Keybase proof

I hereby claim:

  • I am ayoungh on github.
  • I am ayoungh (https://keybase.io/ayoungh) on keybase.
  • I have a public key ASCw7IsYZskH1ReMGqnUl2ESubn2MeURAEpcEDsRn9Rmjgo

To claim this, I am signing this object:

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?