Skip to content

Instantly share code, notes, and snippets.

@jinjier
jinjier / javdb-top250.md
Last active December 18, 2025 09:28
JavDB top 250 movies list. [Updated on 2025/11]
@ProdeusUnity
ProdeusUnity / windowsimagecollection.md
Last active December 18, 2025 09:27
Windows ISO files
OS version Arch File Host Size Download Link Rate Limits
Windows 1.0 8086 Winworld (Kansas City, Missouri) 541KB Download ❌ Yes, 25 per day
Windows 2.0 386 Winworld (Kansas City, Missouri) 2.80MB Download ❌ Yes, 25 per day
Windows 3.0 8086/386
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 15.0,
"boost-amount": 0.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -80.01,
"hpf-frequency": 10.0,
@thoaster
thoaster / reset.sh
Last active December 18, 2025 09:24
Transmit 5 Trial Reset
#!/bin/sh
# Reset Transmit 5 Trial
# curl -fsSL https://gist.githubusercontent.com/thoaster/ca5b4fdb653b9cdb3930897045b78558/raw/reset.sh | bash
set +e
set -x
sudo rm -rf ~/Library/Caches/com.panic.Transmit
sudo rm -rf ~/Library/Application\ Support/com.panic.Transmit
sudo rm ~/Library/Preferences/com.panic.Transmit.plist
@jmanhype
jmanhype / SHOWCASE.md
Last active December 18, 2025 09:22
Agent Learning via Early Experience + ACE Integration - Production Framework for Continuous Agent Learning

Agent Learning via Early Experience + ACE Integration

Production-Ready Framework for Continuous Agent Learning

A complete implementation of reward-free reinforcement learning through world modeling, exploration, and self-reflection, with full ACE (Adaptive Context Engineering) integration for knowledge curation and semantic deduplication.


What Is This?

The Unofficial 37signals/DHH Rails Style Guide

About This Document

This style guide was generated by Claude Code through deep analysis of the Fizzy codebase - 37signals' open-source project management tool.

Why Fizzy matters: While 37signals has long advocated for "vanilla Rails" and opinionated software design, their production codebases (Basecamp, HEY, etc.) have historically been closed source. Fizzy changes that. For the first time, developers can study a real 37signals/DHH-style Rails application - not just blog posts and conference talks, but actual production code with all its patterns, trade-offs, and deliberate omissions.

How this was created: Claude Code analyzed the entire codebase - routes, controllers, models, concerns, views, JavaScript, CSS, tests, and configuration. The goal was to extract not just what patterns are used, but why - inferring philosophy from implementation choices.

@Raymo111
Raymo111 / Setup a Raspberry Pi.md
Last active December 18, 2025 09:20
How to Setup a Raspberry Pi

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation

@mildsunrise
mildsunrise / daikin.py
Last active December 18, 2025 09:19
Documentation / implementation of Daikin's IR protocol in Python
'''
This module implements the IR protocol for Daikin's air conditioning units.
It is based on this work:
<https://github.com/blafois/Daikin-IR-Reverse>
And contains some additional improvements, such as:
- Implementation of the low layer (IR signal protocol).
The low-level IR protocol is not explained very well by blafois;
no mention is made to the following: