Skip to content

Instantly share code, notes, and snippets.

View jrideout's full-sized avatar

Jacob Rideout jrideout

View GitHub Profile
FROM ubuntu:16.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt -y install software-properties-common
RUN add-apt-repository -y ppa:milter-manager/ppa
RUN apt update
RUN apt -y install milter-manager
WORKDIR /src
RUN ldd /usr/bin/milter-test-server | tr -s '[:blank:]' '\n' | grep '^/' | \
xargs -I % sh -c 'mkdir -p $(dirname deps%); cp % deps%;'

Keybase proof

I hereby claim:

  • I am jrideout on github.
  • I am jrideout (https://keybase.io/jrideout) on keybase.
  • I have a public key ASALx7l-jst7DOZXGnUYfraKYiPtbkYWaxdXNW22SDGwSQo

To claim this, I am signing this object:

diff --git a/container/config/schemas/email_log.avsc b/container/config/schemas/email_log.avsc
index e9a595c..45631f6 100644
--- a/container/config/schemas/email_log.avsc
+++ b/container/config/schemas/email_log.avsc
@@ -2,7 +2,7 @@
"namespace": "com.agari.ep.collector.model",
"type": "record",
"doc": "This Schema describes the email log model captured by Agari's Enterprise-Protect Collector",
- "name": "EMAIL_LOG",
+ "name": "EMAIL_LOG2",
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
ruby2.3 ruby-dev rubygems \
git build-essential ssh \
libpq-dev libxml2-dev libmagic-dev libcurl3-dev \
postgresql-client \
npm nodejs-legacy nodejs-dev \
&& apt-get clean autoclean \
AllCops:
RunRailsCops: true
Metrics/LineLength:
Enabled: true
Max: 150
Metrics/MethodLength:
Enabled: false
@jrideout
jrideout / README.md
Created October 29, 2013 19:11 — forked from mbostock/.block

A quick visual reference to every ColorBrewer scale; colors by Cynthia Brewer. Available in CSS and JS format. Click on a palette to log the constituent colors in hexadecimal RGB to the console.

@jrideout
jrideout / README.md
Last active December 26, 2015 06:59
Streaming CSV Reader test

Streaming CSV Reader test

@jrideout
jrideout / README.md
Last active December 24, 2015 16:19
DC Iris Demo

DC Iris Demo

A demo of dc.js exploring the standard Iris data set and using PCA from node-sylvester and pretty histogram binning from histogram-pretty.

@jrideout
jrideout / index.html
Last active December 23, 2015 23:29 — forked from jsundram/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>dc.js multi-line chart attempt</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="http://nickqizhu.github.io/dc.js/css/dc.css"/>
<link rel="stylesheet" type="text/css" href="http://nickqizhu.github.io/dc.js/css/bootstrap.min.css"/>