Skip to content

Instantly share code, notes, and snippets.

View karelin's full-sized avatar

Mikalai Karelin karelin

  • EPAM Systems
  • Warsaw, Poland
  • 15:58 (UTC -12:00)
View GitHub Profile
@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 / 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 *