Skip to content

Instantly share code, notes, and snippets.

View pathouse's full-sized avatar
🐶

Pat McGee pathouse

🐶
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
Backend Name UoM NE MW WC FL
Arugula Baby lb 3.024 3.581 3.024 3.287
Arugula Baby (5-oz clamshell) each 1.617 2.405 2.058 1.712
Avocado (48-Ct) each 1.166 0.966 0.956 0.536
Baby Carrot Fresh (peeled, tops clipped) pound 2.573 3.465 2.835 2.835
Baby Lettuce Mix (5-oz clam) (Mesclun) each 1.617 2.405 2.058 1.712
Baby Lettuce Mix (Mesclun) pound 1.733 2.321 2.709 1.775
Boston Lettuce each 0.641 0.809 0.725 0.693
Butter Lettuce Hydroponic Clamshell each 1.512 1.890 1.491 1.470
Carrot Cello Pack (48/1-LB) pound 0.609 0.515 0.410 0.473
Delivery Schedule Ingredient Preferred Sourcing Unit Standard Unit NE Standard MW Standard WC Standard FL Standard Notes Owner Yield Loss Calc
1618 Acadian Redfish pound pound 7.9 7.9 7.9 7.9
1618 Almonds Slivered pound pound 9.5 9.5 9.5 9.5
1612 Arborio Rice pound pound 2.02 2.02 2.02 2.02
1613 Arugula Baby pound pound 5 5 5 5 x
1623 Asparagus (28/1-LB) pound pound 3.5 3.5 3.5 3.5
1624 Avocado (48-Ct) each each 1.15 1.15 1.15 1.15 x
1625 Baby Spinach (Organic Girl, 5-oz clam) each each 2.51 2.51 2.51 2.51
1612 Basil, Fresh (0.125 Clamshell) each each 0.34 0.34 0.34 0.34
1613 Basil, Fresh (0.25 OZ Clamshell) container container 0.43 0.43 0.43 0.43
Delivery Schedule Ingredient Preferred Sourcing Unit Standard Unit NE Standard MW Standard WC Standard FL Standard Notes Owner Yield Loss Calc
1618 Acadian Redfish pound pound 7.9 7.9 7.9 7.9
1618 Almonds Slivered pound pound 9.5 9.5 9.5 9.5
1612 Arborio Rice pound pound 2.02 2.02 2.02 2.02
1613 Arugula Baby pound pound 5 5 5 5 x
1623 Asparagus (28/1-LB) pound pound 3.5 3.5 3.5 3.5
1624 Avocado (48-Ct) each each 1.15 1.15 1.15 1.15 x
1625 Baby Spinach (Organic Girl, 5-oz clam) each each 2.51 2.51 2.51 2.51
1612 Basil, Fresh (0.125 Clamshell) each each 0.34 0.34 0.34 0.34
1613 Basil, Fresh (0.25 OZ Clamshell) container container 0.43 0.43 0.43 0.43
Delivery Schedule Ingredient Preferred Sourcing Unit Standard Unit NE Standard MW Standard WC Standard FL Standard Notes Owner Yield Loss Calc
1618 Acadian Redfish pound pound 7.9 7.9 7.9 7.9
1618 Almonds Slivered pound pound 9.5 9.5 9.5 9.5
1625 Aluminum Tin 4-oz/~3" each each 0.08 0.08 0.08 0.08
1611 Aluminum Tin Square 7" each each 0.07 0.07 0.07 0.07
1612 Arborio Rice pound pound 2.02 2.02 2.02 2.02
1613 Arugula Baby pound pound 5 5 5 5 x
1623 Asparagus (28/1-LB) pound pound 3.5 3.5 3.5 3.5
1624 Avocado (48-Ct) each each 1.15 1.15 1.15 1.15 x
1625 Baby Spinach (Organic Girl, 5-oz clam) each each 2.51 2.51 2.51 2.51
@pathouse
pathouse / README.md
Created July 13, 2014 17:53
Server Logging in Go

Server Event Logging in Go

Inspo

Many thanks to https://github.com/jadekler/git-go-websiteskeleton who got me started in this direction. Jadekler was in turn inspired by https://gist.github.com/cespare/3985516. Ultimately, this implementation has a lot more in common with cespare's. There are a few minor differences. I mainly wrote this one to teach myself exactly what was going on (hence all the comments) and to demonstrate the inclusion of the gorilla/mux framework without using Jadekler's technique of two separate http muxes.

@pathouse
pathouse / README.md
Last active January 3, 2016 17:59
medium properties products

###Medium Properties Bubble Chart

4th and last in this series of data discovery charts.

@pathouse
pathouse / README.md
Last active January 3, 2016 17:59
Surface Properties Products

###Surface Properties Bubble Chart

3rd in this series of data discovery charts.

@pathouse
pathouse / README.md
Last active January 3, 2016 17:39
Artwork Medium Tags - working

Medium Tags Bubble Chart

Another bubble chart in D3.js once again thanks to this example

@pathouse
pathouse / README.md
Last active January 3, 2016 17:29
Subject Tag Bubble Chart - Working

Artwork Subject Tags

Simple D3.js bubble chart of some Artsicle product tags based on this example