Skip to content

Instantly share code, notes, and snippets.

@jgpawletko
jgpawletko / aspace-v1.5.1-paths.md
Last active August 5, 2016 13:33
ArchivesSpace v1.5.1 API paths

ArchivesSpace v1.5.1 Paths

GET    /agents/corporate_entities
POST   /agents/corporate_entities
POST   /agents/corporate_entities/:id
GET    /agents/corporate_entities/:id
DELETE /agents/corporate_entities/:id
POST   /agents/families
GET    /agents/families
GET    /agents/families/:id

Characteristics of Effective Teams

from my daughter's class at Eastern Middle School

There is a clear unity of purpose.

There was free discussion of the objectives until members commit themselves to them; the objectives are meaningful to each group member.

The group is self-conscious about its own operations.

@rubinsztajn
rubinsztajn / binder_fire
Created December 13, 2012 16:01
Binder fire
if binders:
Burn 'em...
test:
if binders.ash?:
log = "Thank fucking god"
@avram
avram / csv2zotero.py
Created July 16, 2011 11:16
Script to batch-add items defined in a CSV file to Zotero
#!/usr/bin/python
# -*- coding: utf8 -*-
# We'll use the pyzotero project for server access
# See packages.python.org/Pyzotero/
from pyzotero import zotero
import sys
# Python's built-in CSV support is pretty nice