Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[{"@context":{"iso639":"dpla:iso639","LCSH":"http://id.loc.gov/authorities/subjects","@vocab":"http://purl.org/dc/terms/","start":{"@type":"xsd:date","@id":"dpla:start"},"dpla":"http://dp.la/terms/","name":"xsd:string","state":"dpla:state","dplaSourceRecord":"dpla:sourceRecord","iso3166-2":"dpla:iso3166-2","coordinates":"dpla:coordinates","end":{"@type":"xsd:date","@id":"dpla:end"},"dplaContributor":"dpla:contributor"},"spatial":[{"name":"Minneapolis","coordinates":"44.97997,-93.26384"},{"name":"Hennepin"},{"name":"Minnesota","coordinates":"46.02,-95.33"},{"name":"United States","coordinates":"38,-97"},{"name":"44.9799654; 44.9405210; 45.0077434; 45.0171874"},{"name":"-93.2638361; -93.2282789; -93.2280020; -93.2974488"}],"subject":[{"name":"Newspapers; Labor unions -- Organizing; Strikes and lockouts"},{"name":"General Drivers, Helpers, Petroleum and Inside Workers Union. Local 574 (Minneapolis, Minn.) -- Newspapers; Labor unions -- Minnesota -- Minneapolis -- Newspapers; Minneapolis (Minn.) -- Newspapers; He
[{"id":"aa09bf3ba6a344af8bbb54587101e79c","url":["organizer_009a","sn 90-60200","1643374","http://server16022.contentdm.oclc.org/u?/p16022coll2,11168"]},{"id":"aa09bf3ba6a344af8bbb54587101fb0d","url":["organizer_010a","sn 90-60200","1643374","http://server16022.contentdm.oclc.org/u?/p16022coll2,11171"]},{"id":"aa09bf3ba6a344af8bbb545871020d28","url":["organizer_011","sn 90-60200","1643374","http://server16022.contentdm.oclc.org/u?/p16022coll2,11174"]},{"id":"aa09bf3ba6a344af8bbb5458711080eb","url":["bdj_1990","sn2001061867","25931514","http://server16022.contentdm.oclc.org/u?/p16022coll2,11642"]},{"id":"aa09bf3ba6a344af8bbb545871021fb6","url":["organizer_012","sn 90-60200","1643374","http://server16022.contentdm.oclc.org/u?/p16022coll2,11177"]},{"id":"aa09bf3ba6a344af8bbb54587102418a","url":["organizer_013","sn 90-60200","1643374","http://server16022.contentdm.oclc.org/u?/p16022coll2,11180"]},{"id":"aa09bf3ba6a344af8bbb54587100bbe2","url":["organizer_001","sn 90-60200","1643374","http://server16022.contentdm.
name,lat,long,description
"The Organizer (Minneapolis, Minnesota), 1934-07-24",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Organizer (Minneapolis, Minnesota), 1934-07-25",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Organizer (Minneapolis, Minnesota), 1934-07-26",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Ojibwe News (Bemidji, Minnesota), 1990-12-19",47.47356,-94.88028,Indians of North America; Ojibwa Indians; Community newspapers; Indians of North America -- Newspapers
"The Organizer (Minneapolis, Minnesota), 1934-07-27",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Organizer (Minneapolis, Minnesota), 1934-07-28",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Organizer (Minneapolis, Minnesota), 1934-06-25",44.97997,-93.26384,Newspapers; Labor unions -- Organizing; Strikes and lockouts
"The Organizer (Minneapolis
#!/usr/bin/env ruby
$: << File.expand_path(File.join(__FILE__,"..","..", "lib"))
require 'paula/mdxmini'
require 'paula/xmp'
require 'open3'
# player = Paula::XMP::Player.new ARGV[0], frequency: 44100, loops: 1
player = Paula::MDXMini::Player.new ARGV[0], frequency: 44100, loops: 1
stdin, stdout, stderr, thr = Open3.popen3(*%w[play -b 16 -r 44100 -c 2 -e signed-integer -t raw -q -])
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Exempi + XMP Core 5.1.2">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
<tiff:Make>Sony</tiff:Make>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
@mistydemeo
mistydemeo / python-nfs-shutil.diff
Last active December 10, 2015 00:09
Python 2.7.3: fix shutil.copystat() for nfs, etc.
# HG changeset patch
# User Ned Deily <[email protected]>
# Date 1336697149 25200
# Node ID e12efebc3ba6fb2f5b2a787d894e479d19721271
# Parent 63bde882e311ad1970c97c4ad3dbddf2d1e4be15
Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations. (Patch by Hynek Schlawack)
diff --git a/Lib/shutil.py b/Lib/shutil.py
--- a/Lib/shutil.py
@mistydemeo
mistydemeo / gist:4544416
Created January 16, 2013 03:24
OpenXCOM build failure
==> make -f Makefile.simple
make -f Makefile.simple
c++ -Wall -O2 -rdynamic -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/Cellar/yaml-cpp/0.5.0/include -c -o ../obj/lodepng.o lodepng.cpp
brew: superenv removed: -Wall -O2
c++ -Wall -O2 -rdynamic -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/Cellar/yaml-cpp/0.5.0/include -c -o ../obj/main.o main.cpp
brew: superenv removed: -Wall -O2
c++ -Wall -O2 -rdynamic -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/Cellar/yaml-cpp/0.5.0/include -c -o ../obj/BaseInfoState.o Basescape/BaseInfoState.cpp
brew: superenv removed: -Wall -O2
c++ -Wall -O2 -rdynamic -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/Cellar/yaml-cpp/0.5.0/include -c -o ../obj/BaseView.o Basescape/BaseView.cpp
brew: superenv removed: -Wall -O2
Started GET "/iqvoc/en/concepts/_00000076/edit.html?published=0" for 10.1.51.0 at 2013-04-10 11:38:37 -0500
Processing by ConceptsController#edit as HTML
Parameters: {"published"=>"0", "lang"=>"en", "id"=>"_00000076"}
Rendered concepts/_header.html.erb (4.5ms)
Rendered concepts/sidebars/_singular.html.erb (3.0ms)
Rendered concepts/notifications/_referenced_concepts.html.erb (4.8ms)
Rendered partials/labeling/skos/_edit_base.html.erb (40.5ms)
Rendered partials/labeling/skos/_edit_base.html.erb (6.2ms)
Rendered partials/labeling/skos/_edit_base.html.erb (8.0ms)
Rendered partials/labeling/skos/_edit_base.html.erb (7.1ms)
@mistydemeo
mistydemeo / 01.configure
Created April 13, 2013 04:37
tokyo-cabinet 1.4.47 build failure on Tiger/PPC/gcc-4.0
#================================================================
# Configuring Tokyo Cabinet version 1.4.47.
#================================================================
checking for gcc... /usr/bin/gcc-4.0
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
@mistydemeo
mistydemeo / opensmtpd.rb
Last active December 17, 2015 00:10
Homebrew OpenSMTPD formula
require 'formula'
class Opensmtpd < Formula
homepage 'http://www.opensmtpd.org'
url 'http://www.opensmtpd.org/archives/opensmtpd-5.3.1p1.tar.gz'
sha256 '64e0aaa5145894af23a1e28cba7e8435931a6c4e671db7669327478e01a1c28e'
version '5.3.1p1'
depends_on :autoconf
depends_on :automake