Skip to content

Instantly share code, notes, and snippets.

View drtobbe's full-sized avatar

Torbjörn Sjögren drtobbe

View GitHub Profile
#!/usr/bin/env python
# encoding: utf-8
'''
linkedin-query.py
Created by Thomas Cabrol on 2012-12-03.
Customised by Rik Van Bruggen
Customised by Torbjorn Sjogren
Copyright (c) 2012 dataiku. All rights reserved.
// to download RDF dumps of WordNet 3.0:
// git clone git://eculture.cs.vu.nl/home/git/public/vocs/wordnet.git
import com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph;
import com.tinkerpop.blueprints.oupls.sail.GraphSail;
import org.openrdf.model.Statement;
import org.openrdf.rio.RDFFormat;
import org.openrdf.rio.RDFHandler;
import org.openrdf.rio.RDFHandlerException;
import org.openrdf.rio.RDFParser;
@drtobbe
drtobbe / build.sh
Created March 26, 2012 15:15 — forked from bfleischer/build.sh
Workaround for NTFS-3G and Lion's CoreFoundation bug
#!/bin/sh -x
# These variables are always passed to build.sh
DIST_DIR="$1"
TMP_DIR="$2"
ROOT_DIR="$3"
PROJNAME="fuse_wait"
DESTDIR="usr/local/bin"