Skip to content

Instantly share code, notes, and snippets.

@TheKinrar
TheKinrar / index.mjs
Created August 25, 2022 13:20
Script for converting Semgrep JSON output into CSV
import fs from 'fs';
import {format} from '@fast-csv/format';
const input = JSON.parse(fs.readFileSync(process.argv[2]));
const output = format();
output.pipe(process.stdout);
for(let result of input.results) {
output.write([
result.path.substring(result.path.lastIndexOf('/') + 1),
@TheKinrar
TheKinrar / gist:4cdbe9ee910d457118080212d9312d29
Created November 9, 2017 09:18
Down Mastodon instances during the OVH downtime 2017-11-09
socially.constructed.space
hostux.social
social.gestaltzerfall.net
social.alex73630.xyz
fern.surgeplay.com
witches.town
social.nasqueron.org
anticapitalist.party
social.snargol.com
mastodon.cloud
@TheKinrar
TheKinrar / gist:85afc828809c4b642e71a62c8d43bdd3
Last active November 4, 2017 22:10
Languages on instances.social
en 145
fr 75
ja 74
de 20
zh 14
pt 9
es 8
sv 5
nl 5
it 5

Keybase proof

I hereby claim:

  • I am thekinrar on github.
  • I am thekinrar (https://keybase.io/thekinrar) on keybase.
  • I have a public key ASBO1j4c8qHM1GNlMFzUnuhZZ-wQZs3XlHMieYLgjQfH0go

To claim this, I am signing this object: