Skip to content

Instantly share code, notes, and snippets.

View tetafro's full-sized avatar

Denis Krivak tetafro

View GitHub Profile
@tetafro
tetafro / Find corrupted row in PostgreSQL
Created March 23, 2017 12:13
Iterate over table rows to find corrupted one
Naming file
@tetafro
tetafro / Add line to all files in directory
Created February 26, 2019 12:18
Iterate over all files in directory and add a line between the 1st and the 2nd
Naming file
@tetafro
tetafro / Overwrite Kafka offsets
Last active November 24, 2020 09:18
Overwrite Kafka consumer group offsets
Naming file