Skip to content

Instantly share code, notes, and snippets.

View devinhalladay's full-sized avatar
🌱
running my fingers through the grass

devin devinhalladay

🌱
running my fingers through the grass
View GitHub Profile
Course PDP*
Join via nav -> Onboarding
Default
add to cart -> Checkout
Sold Out & Past
sign up for mailing list
Purchased
view course -> Course Portal
@devinhalladay
devinhalladay / SketchSystems.spec
Created July 13, 2021 22:11
Individual Service
Individual Service
TimeTable*
Today*
Future
SlotsForProvider
Remove Filter -> TimeTable
Today Provider Avail
Next Date -> Future Provider Avail
Future Provider Avail
Previous Date -> Today Provider Avail
@devinhalladay
devinhalladay / SketchSystems.spec
Last active July 7, 2021 23:26
Individual Service
Individual Service
TimeTable*
Today
Future
SlotsForProvider
Select Slot -> SlotProvidersModal
Remove Filter -> TimeTable
Next Date -> Future
Previous Date -> Today
Sign In to MTTR*
Email Address
no account for email -> Join MTTR
has account -> Password
Password
submit -> Authenticated
Join MTTR
_Email Address
has account -> Sign In to MTTR
/*
Theme: Roam Lux Theme
Edits by: Cal Robert Lee (https://www.calrobert.com/)
Colors by: Cal Robert Lee
Version: v1.1.7
Import: @import url('https://calrobertlee.github.io/roam-themes/lux.css');
Quickfix: - fixed search position, thanks diverbroski!
- fixed search results alignment
@devinhalladay
devinhalladay / p5_click.js
Created December 20, 2019 00:11
handle clicks on objects in p5. handles circles and rectangles
function Square(x, y, w, h) {
this.x = x;
this.y = y;
this.w = w;
this.h = h;
// this.[thing] syntax is used to scope a variable locally to the class
// again using this. to scope this function locally so you can call it with [squareInstance].display();
this.display = function() {
stroke(255);
let arena = new Arena({ accessToken: auth_token });
var config = {
headers: {
'Authorization': "bearer " + auth_token,
"Content-Type": "application/x-www-form-urlencoded",
'X-AUTH-TOKEN': auth_token
// I suspect the issue is with the token — what's the proper header to use?
}
};
@devinhalladay
devinhalladay / copydom.js
Created August 22, 2016 21:05
Copies the entire DOM to the clipboard, for use in the development of Spotio
window.addEventListener("keydown", checkKeyPressed, false);
function checkKeyPressed(e) {
if (e.keyCode == "17") {
var markup = document.documentElement.innerHTML;
input = document.createElement('input');
input.style.position = 'fixed';
input.style.opacity = 0;
input.value = markup;
document.body.appendChild(input);
(function(){function r(){(window.instaUnread=function(){if(window.location!=window.ipURL){window.location=window.ipURL;alert("InstaUnread needs to be on your Instapaper Unread page. Redirecting you now.\n\nPlease press the bookmarklet again after the page loads.")}else{var e="(Counting...) ";if($("#count").length!=0)$("#count").html(e);else{$("#unread_nav").append(" "+e+"")}i(1,0)}})()}function i(e,t){$.ajax({url:"/u/"+e,success:function(n,r,s){var o=s.responseText.split('
').length-1;t+=o;if(o==0)$("#count").html("("+t+") ");else i(++e,t)},dataType:"html"})}var e="1.5";if(window.jQuery===undefined||window.jQuery.fn.jquery

Keybase proof

I hereby claim:

  • I am devinhalladay on github.
  • I am dh (https://keybase.io/dh) on keybase.
  • I have a public key whose fingerprint is E319 2AAB F52C 97A4 A091 EF96 2C88 B40D F320 19AC

To claim this, I am signing this object: