Skip to content

Instantly share code, notes, and snippets.

View akollegger's full-sized avatar

Andreas Kollegger akollegger

View GitHub Profile
@akollegger
akollegger / index.html
Created November 30, 2018 16:03 — forked from Keith-Morris/index.html
three.js css3d - periodic table. info.
<div id="container"></div>
<div id="menu">
<button id="table">TABLE</button>
<button id="sphere">SPHERE</button>
<button id="helix">HELIX</button>
<button id="grid">GRID</button>
</div>
@akollegger
akollegger / .block
Created August 25, 2017 05:32 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 600
= Neo4j Graph Days =
:neo4j-version: 2.0.1
:author: Kenny Bastani
:bastardizer: Andreas Kollegger
:twitter: @kennybastani
== Create sample dataset
// setup
// hide
[source,cypher]