Skip to content

Instantly share code, notes, and snippets.

PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX : <http://dbpedia.org/resource/>
PREFIX dbpedia2: <http://dbpedia.org/property/>
PREFIX dbpedia: <http://dbpedia.org/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX : <http://dbpedia.org/resource/>
PREFIX dbpedia2: <http://dbpedia.org/property/>
PREFIX dbpedia: <http://dbpedia.org/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX : <http://dbpedia.org/resource/>
PREFIX dbpedia2: <http://dbpedia.org/property/>
PREFIX dbpedia: <http://dbpedia.org/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
@drcjar
drcjar / OpiateAnalysis.ipynb
Last active August 29, 2015 14:03
OpiateAnalysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@drcjar
drcjar / CCGPopulationDatas.ipynb
Last active August 29, 2015 14:04
CCGPopulationDatas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@drcjar
drcjar / projectbasics
Created July 29, 2014 13:17
Overview of project basics
0. git & virtualenv as per https://dont-be-afraid-to-commit.readthedocs.org/en/latest/
1. install the things you need - in my case matplotlib, pandas, and some other stuff... I copied https://gist.github.com/fyears/7601881
2. install non python matplotlib and scipy dependencies and repeat 1 so it actually works
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": "",
"signature": "sha256:04b30ba320a353b89132e56d777ef9e8c15306435f116f4cad53b3b7ece4ccfb"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@drcjar
drcjar / gist:5ce2a44b98e5bb957c21
Created May 8, 2015 13:29
fixing ubuntu alternate install too small boot partition
https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels
@drcjar
drcjar / gist:d03d2c4f9fbf1d5e1daa
Created June 2, 2015 11:26
networking ubuntu post upgrade (with a wired connection)
sudo stop network-manager
sudo ifconfig eth0 up
sudo dhclient eth0