Skip to content

Instantly share code, notes, and snippets.

@ryguyrg
ryguyrg / hillary_nlp.py
Created November 6, 2015 01:13
hillary_prismatic
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@ryguyrg
ryguyrg / northwind.sql
Created March 14, 2017 01:37
Northwind SQL Script
# ---------------------------------------------------------------------- #
# Target DBMS: MySQL 5 #
# Project name: Northwind #
# Author: Valon Hoti #
# Created on: 2010-07-07 20:00 #
# ---------------------------------------------------------------------- #
DROP DATABASE IF EXISTS northwind;
CREATE DATABASE IF NOT EXISTS northwind;
@ryguyrg
ryguyrg / guide-create-neo4j-browser-guide.adoc
Last active March 14, 2017 23:50 — forked from jexp/guide-create-neo4j-browser-guide.adoc
Create a Custom Neo4j Browser Guide

Create a Custom Neo4j Browser Guide