Skip to content

Instantly share code, notes, and snippets.

View DaveBben's full-sized avatar

Dave Bennett DaveBben

  • Philadelphia, PA
View GitHub Profile
@Artefact2
Artefact2 / README.md
Last active June 18, 2025 16:53
GGUF quantizations overview
@codediodeio
codediodeio / database.rules.json
Last active May 11, 2025 08:08
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@iwalpola
iwalpola / stm32_gpio_reg.md
Last active April 8, 2025 10:07
STM32 GPIO registers cheatsheet
@diorahman
diorahman / linux-kernel-make-menuconfig-yosemite.md
Last active April 28, 2025 17:57
Run linux kernel make menuconfig on osx yosemite

osx

install ncurses, via $ brew install ncurses

edit the scripts/kconfig/Makefile, put HOSTLOADLIBES_mconf += -L/usr/local/opt/ncurses/lib -ltinfo, where the libtinfo.dylib is just a symlink to libncurses.dylib

hit the scripts/kconfig/lxdialog/check-lxdialog.sh, this is ugly!

#!/bin/sh