Skip to content

Instantly share code, notes, and snippets.

@jesskfullwood
jesskfullwood / svg_burndown.py
Created January 10, 2019 13:23
librsvg oxidation chart
import json
import os
import re
import pandas
import matplotlib.pyplot as plt
import dateutil
from subprocess import run, PIPE
repo = "/home/jess/repo/librsvg"
@jesskfullwood
jesskfullwood / Cargo.toml
Created August 25, 2018 13:36
Actix-web + futures 0.3 + async example
cargo-features = ["rename-dependency"]
[package]
name = "actix-async"
version = "0.1.0"
[dependencies]
actix-web = "0.7.4"
futures-preview = { version = "0.3.0-alpha.3", features = ["tokio-compat"] }
futures1 = { version = "0.1", package = "futures" }
@jesskfullwood
jesskfullwood / R info
Last active May 7, 2018 14:17
Write benchmarks - R and Rust
# R version
$ R --version
R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
# Start R repl and install data.table package
$ R
> install.packages("data.table")
# Run
$ Rscript writetest.R