Skip to content

Instantly share code, notes, and snippets.

@domoritz
domoritz / beer.csv
Last active August 23, 2026 02:13
Beers Parquet Files
name style brewery_id abv ibu
#002 American I.P.A. American IPA 211 0.071 60
#004 Session I.P.A. American IPA 211 0.048 38
#9 Fruit / Vegetable Beer 303 0.051 20
077XX American Double / Imperial IPA 222 0.078 80
113 IPA American IPA 371 0.07 113
12th Round American Strong Ale 376 0.076 78
13 Rebels ESB Extra Special / Strong Bitter (ESB) 433 0.052 42
1327 Pod's ESB Extra Special / Strong Bitter (ESB) 380 0.056 37
14° ESB Extra Special / Strong Bitter (ESB) 75 0.056 32
@goshki
goshki / README.md
Last active August 23, 2026 02:09
macOS Universal Clipboard and Handoff reset (requires admin rights)

Script for macOS Continuity, Universal Clipboard, and Handoff reset – installation guide

This guide will help you create a standalone terminal command to reset macOS Continuity, Universal Clipboard, and Handoff. Once installed, you can trigger this fix from anywhere on your Mac.

Step 1: Download the handoff-reset script file attached to this gist

Step 2: Make the script executable

By default, text files cannot be run as programs. Grant execution permissions by running:

chmod +x handoff-reset
@ongkiii
ongkiii / IPA-Sources.md
Last active August 23, 2026 02:08
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@probonopd
probonopd / Wayland.md
Last active August 23, 2026 02:07
Think twice about Wayland. It breaks everything!

Think twice before abandoning X11. Wayland breaks everything!

tl;dr: Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.

Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating e

List of apps in a De-Googled Android OS. Most of the apps are FOSS from F-Droid. Also some tweaks for a more secure OS.

Android OS

  • GrapheneOS
  • CalyxOS
  • LineageOS with Microg (currently using)
  • DivestOS

Android Webview

  • Bromite ♥️🌱 Webview or any Webview needs root phone for installation and recognition to the ROM. Requires AnyWebView module enabled in LSPosed to be able to change the System Webview.
@mggates39
mggates39 / 1802OS.a18
Created August 23, 2026 02:02 — forked from thedrip/1802OS.a18
1802
BEGINNING equ 0x0000
.org BEGINNING
; for debuggin, 1 to disable delays/memory wipe
NODELAYS = 0
SKIPMEMORY = 0
.include jumptable.a18
.include definitions.a18
.include directives.a18
.include macros.a18
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 15.0,
"boost-amount": 0.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -80.01,
"hpf-frequency": 10.0,
@llamasoft
llamasoft / wordnet_parse.pl
Created December 6, 2016 18:14
Princeton WordNet Database Parser Example
#!/usr/bin/perl
use strict;
use warnings;
# Parses a synonym set line from a data.* file into a Synset hash
sub parse_synset($) {
my $line = shift(@_);
@NARKOZ
NARKOZ / README.MOTHERFUCKING.md
Last active August 23, 2026 01:59
This gist lists Motherfucking websites. Plain HTML. No frameworks. Read them, learn, stop overengineering.
@S22F5
S22F5 / main.c
Created June 17, 2025 14:05
Rosetta Stone 3 RSD Extract
// compile: x86_64-w64-mingw32-gcc -O3 main.c -o rsd_extract.exe
// based on DataInstaller.dll Version 1.1.5.0
#include <direct.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <wchar.h>