Skip to content

Instantly share code, notes, and snippets.

@spacepatcher
spacepatcher / Breach Compilation (1.4 billion credentials) in Postgres.md
Last active June 2, 2025 17:58
Breach Compilation (1.4 billion credentials) in Postgres.md

What would you need:

Hardware requirements

anonymous
anonymous / colour_ring.pde
Created May 19, 2016 15:14
// by davey whyte aka @beesandbombs
void setup(){
size(600,520,P3D);
colorMode(HSB,1);
noStroke();
}
float R = 160, r = 55;
int N = 720;
@murtra
murtra / ESP_adm2_fixed.json
Last active March 26, 2016 19:06
module4project: Post-bubble Spain
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natelandau
natelandau / .bash_profile
Last active May 12, 2025 15:55
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@goodtune
goodtune / ldif2csv.py
Created August 24, 2012 06:32
Script to convert LDIF input to CSV output - reads from stdin, writes to stdout
import csv
import ldif
import sys
def flatten(d, bar='|'):
"""
Take a regular dictionary, and flatten the value if it's a list.
"""
diff = {}