Skip to content

Instantly share code, notes, and snippets.

@jilm
jilm / soxplot.sh
Created March 10, 2018 14:21 — forked from notthetup/soxplot.sh
Whole file spectrum using SOX and gnuplot.
sox $1 -n stat -freq 2>&1 | sed -n -e :a -e '1,15!{P;N;D;};N;ba' | gnuplot -p -e 'set logscale x; plot "-" with linesp'
@jilm
jilm / template.xsl
Last active August 15, 2017 13:09
XSLT template
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"