Skip to content

Instantly share code, notes, and snippets.

View dlamotte's full-sized avatar

Dan LaMotte dlamotte

View GitHub Profile
@dlamotte
dlamotte / gnuplot.txt
Last active December 19, 2015 00:29 — forked from kellabyte/gnuplot.txt
set term png transparent truecolor size 1920, 1080
set output "results.png"
set key outside
set key right top
set multiplot
set timefmt "%d-%m %H:%M:%S"
set format x "%H:%M:%S"
set grid
# CPU plot
@dlamotte
dlamotte / gondor.conf
Created June 15, 2011 01:37 — forked from ojii/example.html
base settings for django-cms and gondor project
[gondor]
site_key =
vcs = hg
[app]
; this path is relative to your project root (the directory .gondor is in)
requirements_file = requirements.txt
; this is a Python path and the default value maps to deploy/wsgi.py on disk
wsgi_entry_point = wsgi