Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
johnlindquist / CMUX_TUTORIAL.md
Last active August 4, 2026 21:51
cmux Power-User Tutorial — shortcuts, sidebar, browser, custom actions, Karabiner ⌘⇧Z→Zed recipe

cmux Power-User Tutorial

Built from Oracle research over ~/dev/cmux source. Every shortcut, file path, and JSON key in this doc is derived directly from Sources/KeyboardShortcutSettings.swift, the CLI handlers in CLI/cmux.swift, and the docs under ~/dev/cmux/docs/.


0. Big update: cmux has built-in "Open in Zed" (and a dozen other editors)

After deeper source inspection (Sources/App/TerminalDirectoryOpenSupport.swift), cmux already ships a Command Palette command:

@ashwch
ashwch / git-worktrees-zero-to-hero.md
Last active August 6, 2026 16:52
Git Worktrees: From Zero to Hero - A comprehensive guide to using Git worktrees with submodules
@iamaziz
iamaziz / LLM-from-scratch.ipynb
Created July 23, 2023 17:02
Building a large language model (LLM) from scratch (for learning and fun - inspired by Llama2).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HELWATANY
HELWATANY / Webstorm64.vmoptions
Last active August 5, 2026 18:16
[Updated 2025] JetBrains Custom VM Options Configuration Optimized For High Performance... Works with all JetBrains IDEs... JDK 8.x+ Recommended....
# Make sure to modify "-Xms", "Xmx", "CICompilerCount", and "ParallelGCThreads" according to your PC hardware configuration...
# -------------------------------------------
# Memory Settings (High-Memory Workstation)
# -------------------------------------------
# Set the initial heap size (this reduces resizing overhead)
-Xms2048m
# Set the maximum heap size (adjust depending on your system; 2048m or 4096m is good for modern machines)
@xjdrew
xjdrew / client.go
Last active February 25, 2026 03:05
golang tls client and server, require and verify certificate in double direction
package main
import (
"crypto/tls"
"crypto/x509"
"flag"
"io"
"io/ioutil"
"log"
"os"
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active March 21, 2026 02:30
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@nkbt
nkbt / .eslintrc.js
Last active May 28, 2026 08:17
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {
@glnster
glnster / Vertical-Center-Hacks.markdown
Created January 28, 2015 22:30
Vertical Center Hacks
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 23, 2026 07:25
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\