Skip to content

Instantly share code, notes, and snippets.

View reilly3000's full-sized avatar

Chris Reilly reilly3000

  • Priceline.com
View GitHub Profile

Keybase proof

I hereby claim:

  • I am reilly3000 on github.
  • I am reilly3000 (https://keybase.io/reilly3000) on keybase.
  • I have a public key ASCCANDL5H1BseFqVKpYup13H5VzMfUUQ-XvHod5EDDW9Qo

To claim this, I am signing this object:

@reilly3000
reilly3000 / launch.json
Created April 7, 2020 22:05
VSCode Pulumi launch.json for interactive debugging
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/index.js",
"skipFiles": [
"<node_internals>/**"
@reilly3000
reilly3000 / district12 qgrid.ipynb
Created August 15, 2018 18:36
Congressional District 12 voter rolls
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 luminus: a template for creating Luminus applications
7 mala: A Leiningen template for Mala
1 maple: A leinginen template with MPL
3 mesos-framework: A template for setting up mesos-frameworks using component.
3 mies-brepl: A minimal ClojureScript project template with REPL
7 mies-node: A minimal ClojureScript Node.js project template
27 mies-om: A minimal Om project template
2 mies-weasel: A minimal ClojureScript project template with Weasel REPL, forked from mies.
40 mies: A minimal ClojureScript project template
3 mies: FIXME: write description
@reilly3000
reilly3000 / designer.html
Created January 11, 2015 19:23
designer
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../chart-js/chart-js.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@reilly3000
reilly3000 / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-ajax/core-ajax.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<polymer-element name="my-element">
<template>
<style>