Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import urllib2
import csv
import json
url = 'https://docs.google.com/spreadsheets/d/1t5sZiqTacunAXhfjcOnj4l81jNiCpswE8DlbVNqyKgU/export?gid=504231308&format=tsv'
def findIssueTitle(url):
text = urllib2.urlopen(url).read()
# FIXME: find cleaner solution than removing characters
@pdurbin
pdurbin / README.md
Last active May 27, 2016 17:13
2016-06-01 Setting Up Your Dataverse Development Environment

2016-06-01 Setting Up Your Dataverse Development Environment

Dataverse API Testing

@pdurbin
pdurbin / README.md
Last active October 15, 2015 18:25
Shiny installed via RPM

Shiny installed via RPM

After running vagrant up you should be able to visit http://localhost:3838/sample-apps/hello/ and see "Shiny installed via RPM" at the top and a histogram with black bins similar to the "screenshot.png" found in this directory.

The setup is done by setup.sh and operates on files within the Vagrant VM in "/shiny-setup". See Vagrantfile in this directory for details.

This proof of concept uses the following software versions:

  • CentOS 6.5
@pdurbin
pdurbin / arch-logo.png
Last active August 29, 2015 14:22
2015-06-09 Towards a Common Deposit API (the Dataverse example)
arch-logo.png
@pdurbin
pdurbin / branches.png
Last active August 29, 2015 14:22
Using GitHub at IQSS
branches.png
@pdurbin
pdurbin / apitest-deploy.png
Last active August 29, 2015 14:21
Build Tools at IQSS
apitest-deploy.png
@pdurbin
pdurbin / README.md
Last active August 29, 2015 14:09
Solr JOIN