Skip to content

Instantly share code, notes, and snippets.

View jrrickard's full-sized avatar

Jeremy Rickard jrrickard

  • VMware
  • Colorado Springs, co
View GitHub Profile
Nitro Head Ball Lock - http://www.northernbrewer.com/draft-brewer-nitro-snap-tap
Mini Nitro Regulator - https://www.midwestsupplies.com/mini-gas-regulator?gdffi=aa92829c2cf847b6a646261bd5b23c06&gdfms=924161FB5475446B98A9A98AB1209B67&gclid=CjwKEAjw85DIBRCy2aT0hPmS1jkSJAC1m9UvJO_vMIklDwTLCteVgYAPzkKx3Xs0Ibo4I732UAlughoCjtTw_wcB
Nitro Cartridge - https://www.midwestsupplies.com/18g-nitrogen-cartridge
Kit:
https://www.northernbrewer.com/jacked-up-nitro-cold-brew-keg-system?gdffi=81b9adfef4df417bb2f62ae5e3735948&gdfms=D6D6F466688A49D5BB2A8D9D1092ED3F&utm_medium=social&utm_source=facebook&utm_campaign=Product+Catalog&utm_content=All+Products+Single+Image

Keybase proof

I hereby claim:

  • I am jrrickard on github.
  • I am jrrickard (https://keybase.io/jrrickard) on keybase.
  • I have a public key ASDqdFfF26Ui57uR6NPnjXavGP_N-lR_Ao9KQH8N_1tegwo

To claim this, I am signing this object:

@jrrickard
jrrickard / README.md
Last active June 17, 2022 00:49
Creating a Docker Jenkins Slave Running on a VMware Photon VM

Let's setup a Docker based Jenkins slave using VMware Photon (currently using Tech Preview #2) as the docker host.

This assumes you have Jenkins installed.

Install Jenkins Plugin(s)

First, let's install the Jenkins Docker Plugin, plus all of it's dependencies (if you don't already have them):

@jrrickard
jrrickard / README.md
Last active August 29, 2015 14:23
Running lattice.cf on VMware AppCatalyst

I'll preface this by saying I don't think any of this is supported and AppCatalyst is a Tech Preview. But it's a great developer tool!

First, install AppCatalyst

Next, install the AppCatalyst Vagrant Provider

The Vagrant Provider needs the AppCatalyst REST API, so once installed, you need to start the AppCatalyst daemon: appcatalyst-daemon

start daemon

@jrrickard
jrrickard / index.html
Last active August 29, 2015 14:19
Example of unicode arrow
<!DOCTYPE html>
<title>an example</title>
<style type="text/css">
.tooltip {
background: black;
color: gray;
position: fixed;
top: 100px;
left: 100px;
width:200px;
@jrrickard
jrrickard / countries.json
Last active December 21, 2023 22:28
GeoJSON & TopoJSON Files for Oceans, World, States
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jrrickard
jrrickard / README.md
Last active August 29, 2015 14:02
Reading Rainbow Backers Sanke Diagram, Sat May 31st 08:36 PM MDT

This is a snapshot of the Reading Rainbow Kickstarter Campaign as of 8:36 PM MDT on May 30th, 2014.

Using the D3.js sankey plugin to visualize the breakdown of backers. On the left hand side, the total number of backers. The middle set of rectangles represents reward level (I used this as the pledge amount, but people may have pledged more to cover shipping or because they felt like giving more...) and the right side represents the total amount pledged so far.

Total backers : 70,911

Total amount : 3,152,039

@jrrickard
jrrickard / README.md
Last active August 29, 2015 14:02
Reading Rainbow Kickstarter Backers by Pledge at 9:07 PM, Friday, May 30, 2014 (MDT)

This is a snapshot of the Reading Rainbow Kickstarter Campaign as of 9:07 PM MDT on May 30th, 2014.

Using a simple bar chart using D3.js, you can quickly see where most of the backers cluster.

@jrrickard
jrrickard / PPRR Winter Series Choropleth
Last active August 29, 2015 14:01
Version two of the choropleth, with files run through mapshaper.
choropleth using d3.js and GeoJSON files generated from TIGER data
@jrrickard
jrrickard / PPRR Winter Series Choropleth
Last active August 29, 2015 13:57
PPRR Winter Series choropleth
choropleth using d3.js and GeoJSON files generated from TIGER data