Skip to content

Instantly share code, notes, and snippets.

View patrickmead's full-sized avatar

Patrick Mead patrickmead

  • Kohl's
View GitHub Profile
@patrickmead
patrickmead / navigation.adoc
Last active August 29, 2015 14:27 — forked from tekiegirl/navigation.adoc
A neo4j graph gist showing how satellite navigation mapping can be modelled in a graph.

Roads, Nodes and Automobiles

or 'How a sat-nav could use a graph database'


@patrickmead
patrickmead / gist:73e65c904f2df23ea3b1bd14272bcd85
Created December 8, 2023 00:46
pyproject.toml used to debug dependency management issue
[tool.poetry]
name = "count-inversions"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11 <3.12"