Skip to content

Instantly share code, notes, and snippets.

View pokusew's full-sized avatar

Martin Endler pokusew

  • Czech Republic
  • 11:23 (UTC +02:00)
  • LinkedIn in/pokusew
View GitHub Profile
@tolgap
tolgap / cities.md
Created June 18, 2014 15:26
Dijkstra algorithm in Neo4j with example

Adding nodes and relationships to DB

CREATE (Rotterdam:City {title:'Rotterdam'})
CREATE (DenHaag:City {title:'Den Haag'})
CREATE (Leiden:City {title:'Leiden'})
CREATE (Delft:City {title:'Delft'})
CREATE (Amsterdam:City {title:'Amsterdam'})
CREATE (Utrecht:City {title:'Utrecht'})
CREATE (Arnhem:City {title:'Arnhem'})

CREATE (Groningen:City {title:'Groningen'})

@facultymatt
facultymatt / roles_invesitgation.md
Last active April 16, 2024 09:31
Roles and permissions system for Nodejs