Skip to content

Instantly share code, notes, and snippets.

@andysolomon
andysolomon / workRoute.md
Last active February 27, 2023 01:30
Work Route
gantt
    title A Gantt Diagram
    dateFormat  hh:mm
    axisFormat %H:%M
    todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5

    section Mommy
		Home           :done, a1, 06:05, 06:45
 HE Holmes :crit, a2, after a1, 07:20
@andysolomon
andysolomon / draftAppDiagram.md
Created January 25, 2023 01:36
DraftMachine
classDiagram
    DraftApp <|-- User
    DraftApp <|-- Team
    DraftApp <|-- Prospect
    Team <-- Prospect

    DraftApp *--> TeamPick

 class TeamPick {
title
Walking Dog Concurrently
stateDiagram
    [*] --> waiting : LEAVE_HOME
    waiting --> walk : START_WALKING
 state walk {
---
title: Walking Dog
---
```mermaid
stateDiagram
[*] --> waiting : LEAVE_HOME
waiting --> walk : START_WALKING
state walk {
[*] --> walking
@andysolomon
andysolomon / index.html
Last active January 2, 2018 16:29
WOED
<div>
<div id="standardViewContent">
<div mui-row="">
<div id="detail-rail-container" class="details-page__sub-content mui-p-n-l mui-p-n-r animate-fast" mui-col="20/24">
<div mui-row="">
<header mui-col="1/5" class="detail-rail__info mui-p-l mui-m-b mui-p-t">
<h2 id="customer-name" class="gamma h2 mui-m-b">WO# 12344567</h2>
// This #include statement was automatically added by the Particle IDE.
#include "HttpClient/HttpClient.h"
int button_blue = D0;
int button_red = D1;
int button_reset = D2;
int led = D7;
bool latch_blue = false;
@andysolomon
andysolomon / SassMeister-input-HTML.html
Created May 13, 2015 22:40
Generated by SassMeister.com.
<ul class="rating">
<li class="star-1"><a href="#1">1 star</a></li>
<li class="star-2"><a href="#2">2 stars</a></li>
<li class="star-3"><a href="#3">3 stars</a></li>
<li class="star-4"><a href="#4">4 stars</a></li>
<li class="star-5"><a href="#5">5 stars</a></li>
</ul>
<ul class="rating2">
<li class="star-1"><a href="#1">1 star</a></li>
@andysolomon
andysolomon / SassMeister-input-HTML.html
Created May 13, 2015 22:39
Generated by SassMeister.com.
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
@andysolomon
andysolomon / SassMeister-input-HTML.html
Created March 2, 2015 01:08
Generated by SassMeister.com.
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
// Set up line-height and colour defaults for this mixin.
$line-height: 20px!default;
$line-color: #94d4ff!default;
/**
*
* Baseline Mixin
* Handy dandy mixin to provide a baseline for your typography.
*
* The mixin carries two arguments — the $baseline, which should match your line-height, and $baseline-color, the colour you want the lines to be.