Skip to content

Instantly share code, notes, and snippets.

View karelin's full-sized avatar

Nikolay Karelin karelin

View GitHub Profile
@karelin
karelin / train_label_coordinates.geojson
Created February 18, 2024 09:19
Google Landmarks GeoJSON Gist
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karelin
karelin / Dumper.py
Last active September 29, 2016 18:19 — forked from passos/Dumper.py
"""
A perl Data.Dumper clone for Python
Author: simon@log4think.com
2011-07-08
"""
#!/bin/env python
import sys
from types import *
@karelin
karelin / Dumper.py
Created September 24, 2013 15:13 — forked from passos/Dumper.py
"""
A perl Data.Dumper clone for Python
Author: simon@log4think.com
2011-07-08
"""
#!/bin/env python
import sys
from types import *