Skip to content

Instantly share code, notes, and snippets.

View cheerfulstoic's full-sized avatar

Brian Underwood cheerfulstoic

View GitHub Profile
= Chess Games and Positions in Neo4j!!
:neo4j-version: 2.0.0
:author: Wes Freeman
:twitter: @wefreema
:tags: chess
Heya!
The goal is to load a bunch of chess games into Neo4j for further analysis. Scores listed are Stockfish's take on a position after a 25 move horizon (but this number can be deepened as the graph is filled out or as more processing is done). Positions can also be loaded as alternative moves (not connected to a game) based on suggestions from Stockfish. The positions are recorded as link:http://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation[FEN], a human-readable/compressed chess board state notation.
= Competitive Intelligence in Cancer Drug Discovery =
:neo4j-version: 2.0.0-RC1
:author: Wolfgang Hoeck
:twitter: @LiveDataConcept
:tags: life science domain:competitive intelligence in cancer drug discovery
Using the _Design for Queryability_ modeling approach by http://twitter.com/ianrobinson[Ian Robinson]
=== 1. Application/End-User Goals ===
@cheerfulstoic
cheerfulstoic / wiki.rb
Created July 7, 2011 12:57 — forked from federomero/wiki.rb
Simple script for testing http://xkcd.com/903/ alltext trivia
# encoding: UTF-8
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'graphviz'
target = 'Philosophy'
links = {}