Skip to content

Instantly share code, notes, and snippets.

View ablwr's full-sized avatar
✌️
always

Ashley Blewer ablwr

✌️
always
View GitHub Profile
$ ng edu.harvard.hul.ois.fits.Fits -i tmp/empty.txt -o /tmp/output.txt > /dev/null
Oct 04, 2018 4:07:11 PM com.martiansoftware.nailgun.NGSession run
INFO: Server unexpectedly exited with unhandled exception
javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created
at java.xml/javax.xml.parsers.FactoryFinder.findServiceProvider(FactoryFinder.java:305)
at java.xml/javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:261)
at java.xml/javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:140)
at org.apache.commons.configuration.XMLConfiguration.createDocumentBuilder(XMLConfiguration.java:579)
at org.apache.commons.configuration.XMLConfiguration.load(XMLConfiguration.java:687)
at org.apache.commons.configuration.XMLConfiguration.load(XMLConfiguration.java:654)
7bit-jis
AdobeStandardEncoding
AdobeSymbol
AdobeZdingbat
ascii
ascii-ctrl
big5-eten
big5-hkscs
cp1006
cp1026
linux-vdso.so.1 (0x00007fff56be4000)
libavdevice.so.58 => /home/linuxbrew/.linuxbrew/lib/libavdevice.so.58 (0x00007f2efca17000)
libavcodec.so.58 => /home/linuxbrew/.linuxbrew/lib/libavcodec.so.58 (0x00007f2efb29c000)
libavformat.so.58 => /home/linuxbrew/.linuxbrew/lib/libavformat.so.58 (0x00007f2efae6b000)
libpostproc.so.55 => /home/linuxbrew/.linuxbrew/lib/libpostproc.so.55 (0x00007f2efac4f000)
libswscale.so.5 => /home/linuxbrew/.linuxbrew/lib/libswscale.so.5 (0x00007f2efa9c4000)
libavutil.so.56 => /home/linuxbrew/.linuxbrew/lib/libavutil.so.56 (0x00007f2efa6c7000)
libuchardet.so.0 => /home/linuxbrew/.linuxbrew/lib/libuchardet.so.0 (0x00007f2efa4a4000)
libX11.so.6 => /home/linuxbrew/.linuxbrew/lib/libX11.so.6 (0x00007f2efa189000)
libswresample.so.3 => /home/linuxbrew/.linuxbrew/lib/libswresample.so.3 (0x00007f2ef9f69000)
@ablwr
ablwr / bwf2.0
Created February 14, 2020 22:13
<!DOCTYPE html>
<html>
<head>
<title>BWF MetaEdit display</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
width: 100%;
let weatherInCascadiaNow = async function getWeather() {
return fetch('https://api.weather.gov/gridpoints/SEW/121,70/forecast')
.then(response => response.json())
.then(data => {
return data.properties.periods[0].shortForecast
})
.then(output => document.getElementById('h1').innerHTML = output)
};
weatherInCascadiaNow();
@ablwr
ablwr / make_ocr.sh
Last active May 14, 2020 15:01
make_ocr.sh
#!/bin/bash
basefolder="/home/ashley/Development/personal/vasulka-archive-archive/ocr"
for i in $(find * -iname '*.pdf');
do
if [ `dirname $i` != "." ]
then
dirpath="${i%/*}"
dir_arr=(`echo $dirpath | tr "/" "\n"`)
@ablwr
ablwr / make_json.sh
Created May 14, 2020 15:02
make_json.sh
#!/bin/bash
printf '['
#
LC_ALL=C
for i in $(find ocrarchive/ -iname '*.txt');
do
printf '{"title":"'
printf "$i"
@ablwr
ablwr / make_thumbs.sh
Created May 14, 2020 15:24
make_thumbs.sh
#!/bin/bash
basefolder="/home/ashley/Development/personal/vasulka-archive-archive/thumbs"
for i in $(find * -iname '*.pdf');
do
if [ `dirname $i` != "." ]
then
dirpath="${i%/*}"
dir_arr=(`echo $dirpath | tr "/" "\n"`)
@ablwr
ablwr / franklin-prioritization
Last active December 29, 2020 16:50
franklin-prioritization
“Technology needs to be examined as a method of power and control.”
“What needs to be emphasized is that technologies are developed and used within
a particular social, economic, and political context. They arise out of a social
structure, they are grafted to it, and they may reinforce it or destroy it,
often in ways that are neither foreseen nor foreseeable.”
“All these infrastructures could have been designed differently if the first
design priority had been human development rather than technological development.
Many technological systems, when examined for context and overall design, are