Skip to content

Instantly share code, notes, and snippets.

View aquila12's full-sized avatar

Lissa Moriarty aquila12

View GitHub Profile
@aquila12
aquila12 / Dockerfile
Created February 14, 2022 01:32
Dragonruby Wrapper, so that dragonruby-publish can work outside of the dragonruby install dir (so your repo doesn't need the runtime)
FROM ubuntu:latest
ENV PATH=/drb:${PATH}
RUN apt update; apt -y install libcurl4
@aquila12
aquila12 / chargeplot
Last active April 13, 2022 11:58
Battery charging plotter for Roomba 400 serial logs in gnuplot
#!/usr/bin/gnuplot -c
# Plot battery charge graph
logfile=ARG1
tmp=system("mktemp")
logname=system("basename '" .logfile. "'")
set terminal qt persist noraise size 400,600
set datafile separator ' '