Skip to content

Instantly share code, notes, and snippets.

@karelin
karelin / 00-CLAUDE.md
Created March 19, 2026 10:48 — forked from gsamat/00-CLAUDE.md
Технический аудит с ИИ-помощником

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What This Is

Technical and architectural audit of a system. This is an evolving documentation vault, not a codebase.

Language

@karelin
karelin / train_label_coordinates.geojson
Created February 18, 2024 09:19
Google Landmarks GeoJSON Gist
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 *