An open API service indexing awesome lists of open source software.

https://github.com/sahilbansal17/awesome-gists

awesome-gists
https://github.com/sahilbansal17/awesome-gists

List: awesome-gists

Last synced: 3 months ago
JSON representation

awesome-gists

Awesome Lists containing this project

README

          

# 🚀 Awesome Gists [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[![GitHub stars](https://img.shields.io/github/stars/sahilbansal17/awesome-gists?style=social)](https://github.com/sahilbansal17/awesome-gists/stargazers)

A hand-picked list of star-worthy **gists**: language-agnostic code snippets, system-design diagrams, CLI hacks & interview helpers.

## 📋 Table of Contents

- [🔧 Development Tools & Cheatsheets](#-development-tools--cheatsheets)
- [🗃️ Version Control (Git)](#️-version-control-git)
- [💾 Databases](#-databases)
- [🎯 Programming Languages](#-programming-languages)
- [💼 Career & Interviews](#-career--interviews)
- [🏗️ System Design & Architecture](#️-system-design--architecture)
- [🔒 Security & Reverse Engineering](#-security--reverse-engineering)
- [🤖 AI & Prompts](#-ai--prompts)
- [🎨 Frontend & Design](#-frontend--design)
- [📚 Learning Resources](#-learning-resources)
- [🛠️ DevOps & Infrastructure](#️-devops--infrastructure)
- [💡 Project Ideas](#-project-ideas)

---

## 🔧 Development Tools & Cheatsheets

- [ANSI Escape Codes](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797) - Reference for terminal text formatting using ANSI codes (by @fnky)
- [Common Terminal Commands](https://gist.github.com/bradtraversy/cc180de0edee05075a6139e42d5f28ce) - Essential terminal commands every developer should know (by @bradtraversy)
- [Complete list of github markdown emoji markup](https://gist.github.com/rxaviers/7360908) - All GitHub markdown emoji codes in one place (by @rxaviers)
- [Ffmpeg usages](https://gist.github.com/protrolium/e0dbd4bb0f1a396fcb55) - Comprehensive FFmpeg command examples for video/audio processing (by @protrolium)
- [Keyboard-only Mac Cheatsheet](https://gist.github.com/lornajane/3892c39098cf70baa9c7a1874cddf233) - Complete guide for navigating Mac using only keyboard shortcuts (by @lornajane)
- [List of Apple's mobile device codes](https://gist.github.com/adamawolf/3048717) - Mapping of iOS device identifiers to product names (by @adamawolf)
- [마크다운(Markdown) 사용법](https://gist.github.com/ihoneymon/652be052a0727ad59601) - Guide to Markdown syntax in Korean (by @ihoneymon)
- [Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md](https://gist.github.com/n1snt/454b879b8f0b7995740ae04c5fb5b7df) - Setup for advanced ZSH features (by @n1snt)
- [set -e, -u, -o, -x pipefail explanation](https://gist.github.com/mohanpedala/1e2ff5661761d3abd0385e8223e16425) - Explanation of useful bash flags for scripting (by @mohanpedala)
- [OS X Screencast to animated GIF](https://gist.github.com/dergachev/4627207) - (by @dergachev)
- [An iTerm2 Cheatsheet](https://gist.github.com/squarism/ae3613daf5c01a98ba3a) - (by @squarism)
- [VSCode Settings (Updated)](https://gist.github.com/diego3g/b1b189063d21b96d6144ca896755be64) - (by @diego3g)
- [A guide to Markdown on Discord.](https://gist.github.com/matthewzring/9f7bbfd102003963f9be7dbcf7d40e51) - (by @matthewzring)
- [EMOJI cheatsheet](https://gist.github.com/roachhd/1f029bd4b50b8a524f3c) - (by @roachhd)
- [Bash keyboard shortcuts](https://gist.github.com/tuxfight3r/60051ac67c5f0445efee) - (by @tuxfight3r)
- [jq Cheet Sheet](https://gist.github.com/olih/f7437fb6962fb3ee9fe95bda8d2c8fa4) - (by @olih)
- [A list of countries in JSON](https://gist.github.com/keeguon/2310008) - (by @keeguon)
- [A curated list of command-line utilities written in Rust](https://gist.github.com/sts10/daadbc2f403bdffad1b6d33aff016c0a) - (by @sts10)
- [List of markdown presentation tools](https://gist.github.com/johnloy/27dd124ad40e210e91c70dd1c24ac8c8) - (by @johnloy)
- [Screen Cheatsheet](https://gist.github.com/jctosta/af918e1618682638aa82) - (by @jctosta)
- [Convert Movie(.mov) file to Gif(.gif) file in one command line in Mac Terminal](https://gist.github.com/SheldonWangRJT/8d3f44a35c8d1386a396b9b49b43c385) - (by @SheldonWangRJT)
- [IdeaVim actionlist](https://gist.github.com/zchee/9c78f91cc5ad771c1f5d) - (by @zchee)
- [A list of free email provider domains.](https://gist.github.com/tbrianjones/5992856) - (by @tbrianjones)
- [Load environment variables from dotenv / .env file in Bash](https://gist.github.com/mihow/9c7f559807069a03e302605691f85572) - (by @mihow)
- [country bounding boxes](https://gist.github.com/graydon/11198540) - (by @graydon)
- [5 entertaining things you can find with the GitHub Search API](https://gist.github.com/jasonrudolph/6065289) - (by @jasonrudolph)
- [Country and Dial or Phone codes in JSON format](https://gist.github.com/anubhavshrimal/75f6183458db8c453306f93521e93d37) - (by @anubhavshrimal)
- [常用 URL Schemes 收集。](https://gist.github.com/zhuziyi1989/3f96a73c45a87778b560e44cb551ebd2) - (by @zhuziyi1989)
- [VSCode config to disable popular extensions' annoyances (telemetry, notifications, welcome pages, etc.)](https://gist.github.com/hyperupcall/99e355405611be6c4e0a38b6e3e8aad0) - (by @hyperupcall)
- [Clear CocoaPods cache, re-download and re-install all pods](https://gist.github.com/mbinna/4202236) - (by @mbinna)
- [含参数的 URL Scheme 收集.md](https://gist.github.com/JamesHopbourn/046bc341e7debfd0c86e3b388d983c53) - (by @JamesHopbourn)
- [Adb useful commands list](https://gist.github.com/ernestkamara/d0a11cc36f331ebb8a41aa36991eee9a) - (by @ernestkamara)
- [Install Android SDK on Windows Bash (WSL)](https://gist.github.com/jjvillavicencio/18feb09f0e93e017a861678bc638dcb0) - (by @jjvillavicencio)
- [Add Git Branch Name to Terminal Prompt (MacOS zsh)](https://gist.github.com/reinvanoyen/05bcfe95ca9cb5041a4eafd29309ff29) - (by @reinvanoyen)
- [Extracting / Exporting custom emoji from Slack](https://gist.github.com/lmarkus/8722f56baf8c47045621) - (by @lmarkus)
- [Шпаргалка по Markdown](https://gist.github.com/fomvasss/8dd8cd7f88c67a4e3727f9d39224a84c) - (by @fomvasss)
- [Countries with their (ISO 3166-1) Alpha-2 code, Alpha-3 code, UN M49, average latitude and longitude coordinates](https://gist.github.com/tadast/8827699) - (by @tadast)
- [Xcode clang version record](https://gist.github.com/yamaya/2924292) - (by @yamaya)
- [“Open in Visual Studio Code” in macOS context-menu](https://gist.github.com/idleberg/bc65021a736e9139e3e31f7f2c761d5d) - (by @idleberg)
- [Basic Instrumentation Profiler](https://gist.github.com/TheCherno/31f135eea6ee729ab5f26a6908eb3a5e) - (by @TheCherno)
- [验证中国身份证 前6位对应地区码](https://gist.github.com/mayufo/4207ed3fa925e6b3df7559832af85165) - (by @mayufo)
- [ANSI Escape Sequences cheatsheet](https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b) - (by @ConnerWill)
- [Byte formatting for Google Sheets](https://gist.github.com/loganvolkers/933af8513ed8c2268f59c85a31761a43) - (by @loganvolkers)
- [Keyboard shortcuts for bash/zsh](https://gist.github.com/2KAbhishek/9c6d607e160b0439a186d4fbd1bd81df) - (by @2KAbhishek)
- [Sublime Text 2/3: Snippet scopes](https://gist.github.com/J2TEAM/a54bafb082f90c0f20c9) - (by @J2TEAM)
- [This is a public resource designed to help people get started with Siri Shortcuts & the Shortcuts app.](https://gist.github.com/brucebentley/19d744dc7371309a9ec8028a880a2692) - (by @brucebentley)
- [Vim: pushing built-in features beyond their limits](https://gist.github.com/romainl/047aca21e338df7ccf771f96858edb86) - (by @romainl)
- [How to compress PDF with ghostscript](https://gist.github.com/ahmed-musallam/27de7d7c5ac68ecbd1ed65b6b48416f9) - (by @ahmed-musallam)
- [vim folding cheatsheet](https://gist.github.com/lestoni/8c74da455cce3d36eb68) - (by @lestoni)
- [Visual C++ Redistributable Packages](https://gist.github.com/ChuckMichael/7366c38f27e524add3c54f710678c98b) - (by @ChuckMichael)
- [Debug ROS2 C++ node on VSCode (Ubuntu)](https://gist.github.com/JADC362/a4425c2d05cdaadaaa71b697b674425f) - (by @JADC362)
- [Download an entire website for offline use with wget.](https://gist.github.com/stvhwrd/985dedbe1d3329e68d70) - (by @stvhwrd)
- [Roo Code Setup and Workflow for the best $0 development](https://gist.github.com/livecodelife/6c97dc64ee1a12687a554ada9dd579dd) - (by @livecodelife)
- [Phone Masks by Country Code JSON](https://gist.github.com/mikemunsie/d58d88cad0281e4b187b0effced769b2) - (by @mikemunsie)
- [Chocolatey Cheat Sheet](https://gist.github.com/yunga/99d04694e2466e017c5502d7c828d4f4) - (by @yunga)
- [⚡️ Full Markdown Example](https://gist.github.com/allysonsilva/85fff14a22bbdf55485be947566cc09e) - (by @allysonsilva)
- [tmux shortcuts & cheatsheet](https://gist.github.com/MohamedAlaa/2961058) - tmux keyboard shortcuts and quick reference (by @MohamedAlaa)
- [curl POST examples](https://gist.github.com/subfuzion/08c5d85437d5d4f00e58) - Examples for making POST requests with curl (by @subfuzion)
- [Export TOTP tokens from Authy](https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d958c93) - Guide to exporting TOTP tokens from Authy (by @gboudreau)
- [Stripe keys and IDs](https://gist.github.com/fnky/76f533366f75cf75802c8052b577e2a5) - Reference for Stripe API keys and IDs (by @fnky)
- [Vagrant Cheat Sheet](https://gist.github.com/wpscholar/a49594e2e2b918f4d0c4) - Vagrant commands and options quick reference (by @wpscholar)
- [PowerShell Cheat Sheet / Quick Reference](https://gist.github.com/pcgeek86/336e08d1a09e3dd1a8f0a30a9fe61c8a) - PowerShell commands and syntax (by @pcgeek86)

## 🗃️ Version Control (Git)

- [Git cheatsheet](https://gist.github.com/leocomelli/2545add34e4fec21ec16) - Quick reference for Git commands (by @leocomelli)
- [Conventional Commit messages](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) - Guide to writing consistent and meaningful commit messages (by @qoomon)
- [Git commit template](https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733) - Template for structuring Git commit messages (by @lisawolderiksen)
- [Methods of Signing Git Commits on MacOS](https://gist.github.com/troyfontaine/18c9146295168ee9ca2b30c00bd1b41e) - Complete guide to GPG signing commits on Mac (by @troyfontaine)
- [Git Commit Freeze Due to GPG Lock Issues](https://gist.github.com/bahadiraraz/f2fb15b07e0fce92d8d5a86ab33469f7) - Solution for GPG-related Git commit problems (by @bahadiraraz)
- [GitHub Standard Fork & Pull Request Workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962) - Recommended workflow for contributing on GitHub (by @Chaser324)
- [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) - How to craft descriptive commit messages (by @joshbuchea)
- [Some common .gitignore configurations](https://gist.github.com/octocat/9257657) - Useful .gitignore templates for various projects (by @octocat)
- [Using multiple github accounts with ssh keys](https://gist.github.com/oanhnn/80a89405ab9023894df7) - Manage multiple GitHub accounts via SSH (by @oanhnn)
- [How To Work With Multiple Github Accounts on your PC](https://gist.github.com/rahularity/86da20fe3858e6b311de068201d279e3) - (by @rahularity)
- [Commit message guidelines](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53) - (by @robertpainsi)
- [Moving git repository and all its branches, tags to a new remote repository keeping commits history](https://gist.github.com/niksumeiko/8972566) - (by @niksumeiko)
- [The Ultimate Git Alias Setup](https://gist.github.com/mwhite/6887990) - (by @mwhite)
- [A complete .gitignore file for Java.](https://gist.github.com/dedunumax/54e82214715e35439227) - (by @dedunumax)
- [How to understand the `gpg failed to sign the data` problem in git](https://gist.github.com/paolocarrasco/18ca8fe6e63490ae1be23e84a7039374) - (by @paolocarrasco)
- [Count number of code lines in git repository per user](https://gist.github.com/amitchhajer/4461043) - (by @amitchhajer)
- [Git Subtree basics](https://gist.github.com/SKempin/b7857a6ff6bddb05717cc17a44091202) - (by @SKempin)
- [Set up a GPG key for signing Git commits on MacOS (M1)](https://gist.github.com/phortuin/cf24b1cca3258720c71ad42977e1ba57) - (by @phortuin)
- [.gitignore for Unity3d project](https://gist.github.com/FullStackForger/20bbf62861394b1a3de0) - (by @FullStackForger)
- [Tutorial for automatically syncing an Obsidian vault with Git on an Android device](https://gist.github.com/Makeshift/43c7ecb3f1c28a623ea4386552712114) - (by @Makeshift)
- [Remove unwanted files from a git repo AFTER adding a .gitignore.](https://gist.github.com/jeffjohnson9046/80bc182db7ae2f4a6150) - (by @jeffjohnson9046)
- [Create a private fork of a public repository](https://gist.github.com/0xjac/85097472043b697ab57ba1b1c7530274) - How to privately fork public repos (by @0xjac)
- [Set up GitHub push with SSH keys](https://gist.github.com/xirixiz/b6b0c6f4917ce17a90e00f9b60566278) - Guide for SSH-based GitHub pushes (by @xirixiz)
- [Git Tips and Git Commit Best Practices](https://gist.github.com/luismts/495d982e8c5b1a0ced4a57cf3d93cf60) - Tips and best practices for Git commits (by @luismts)

## 💾 Databases

- [Postgres Cheatsheet](https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546) - PostgreSQL commands and queries reference (by @Kartones)
- [MySQL CLI Cheatsheet](https://gist.github.com/hofmannsven/9164408) - (by @hofmannsven)
- [MySQL Cheat Sheet](https://gist.github.com/bradtraversy/c831baaad44343cc945e76c2e30927b3) - (by @bradtraversy)
- [Postgres is Enough](https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb) - (by @cpursley)
- [1000+ PostgreSQL EXTENSIONs](https://gist.github.com/joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47) - (by @joelonsql)
- [How to reset PG Database on Heroku (for Rails app)?](https://gist.github.com/zulhfreelancer/ea140d8ef9292fa9165e) - (by @zulhfreelancer)
- [Arel cheatsheet on Steroids](https://gist.github.com/ProGM/c6df08da14708dcc28b5ca325df37ceb) - (by @ProGM)
- [Modern SQL Style Guide](https://gist.github.com/mattmc3/38a85e6a4ca1093816c08d4815fbebfb) - (by @mattmc3)
- [Functions for generating UUIDv6 and UUIDv7 on PostgreSQL](https://gist.github.com/fabiolimace/515a0440e3e40efeb234e12644a6a346) - (by @fabiolimace)
- [phpMyAdmin Export Filename Template, Including Date and Time](https://gist.github.com/iamphilrae/d538d5b48608de290bfee791df3e6f54) - Custom export filename templates for phpMyAdmin (by @iamphilrae)

## 🎯 Programming Languages

- [begin(c++): Resources for C++ Beginners](https://gist.github.com/johnmcfarlane/1b2d9c83e4d3f700ba61e2df4077c613) - Comprehensive C++ learning resources for beginners (by @johnmcfarlane)
- [Pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - (by @sindresorhus)
- [GPU Optimization for GameDev](https://gist.github.com/silvesthu/505cf0cbf284bb4b971f6834b8fec93d) - (by @silvesthu)
- [Basics of BrainFuck](https://gist.github.com/roachhd/dce54bec8ba55fb17d3a) - (by @roachhd)
- [Theo's preferred way of handling try/catch in TypeScript](https://gist.github.com/t3dotgg/a486c4ae66d32bf17c09c73609dacc5b) - (by @t3dotgg)
- [V8 Installation and d8 shell usage](https://gist.github.com/kevincennis/0cd2138c78a07412ef21) - (by @kevincennis)
- [PHP style guide with coding standards and best practices.](https://gist.github.com/ryansechrest/8138375) - (by @ryansechrest)
- [난해한 혀엉.... 언어](https://gist.github.com/xnuk/d9f883ede568d97caa158255e4b4d069) - (by @xnuk)
- [Wordpress Disable Comments (add to function.php)](https://gist.github.com/mattclements/eab5ef656b2f946c4bfb) - (by @mattclements)
- [Python Numpy functions for most common forecasting metrics](https://gist.github.com/bshishov/5dc237f59f019b26145648e2124ca1c9) - (by @bshishov)
- [Unity3D: script to save an AudioClip as a .wav file.](https://gist.github.com/darktable/2317063) - (by @darktable)
- [Node con TypeScript - TS-Node-dev simplificado](https://gist.github.com/Klerith/3ba17e86dc4fabd8301a59699b9ffc0b) - (by @Klerith)
- [Awesome PHP Libraries and Resources](https://gist.github.com/llbbl/7607016) - (by @llbbl)
- [Note + TypeScript + Jest = Testing](https://gist.github.com/Klerith/98d7b1bc0f1525e892f260813cad1007) - TypeScript and Jest testing patterns (by @Klerith)
- [Introduction to "Fun" C (using GCC)](https://gist.github.com/eatonphil/21b3d6569f24ad164365) - (by @eatonphil)
- [Dub techno in Sonic Pi](https://gist.github.com/jindrichmynarz/f233f75c719abe6a6c81) - (by @jindrichmynarz)
- [Swift Keyboard Keycodes](https://gist.github.com/swillits/df648e87016772c7f7e5dbed2b345066) - (by @swillits)
- [A Rust Syntax Guide](https://gist.github.com/brson/9dec4195a88066fa42e6) - (by @brson)
- [Jetpack Compose OverlayService](https://gist.github.com/handstandsam/6ecff2f39da72c0b38c07aa80bbb5a2f) - (by @handstandsam)
- [MacBook Air M1 Zhuyin Keyboard written with SwiftUI ~=300 LOC, < 4hrs](https://gist.github.com/ethanhuang13/8587d10689e3735354f975f6a25ef9fa) - (by @ethanhuang13)
- [VBA Function to get the local path of a OneDrive/SharePoint synchronized Microsoft Office file](https://gist.github.com/guwidoe/038398b6be1b16c458365716a921814d) - VBA for OneDrive/SharePoint file paths (by @guwidoe)
- [Shuffle Array - JavaScript ES2015, ES6](https://gist.github.com/guilhermepontes/17ae0cc71fa2b13ea8c20c94c5c35dc4) - (by @guilhermepontes)
- [How I implement SSA form](https://gist.github.com/pizlonator/cf1e72b8600b1437dda8153ea3fdb963) - (by @pizlonator)

## 💼 Career & Interviews

- [Facebook Production Engineering Interview](https://gist.github.com/ameenkhan07/4f0a65fb2bdec58656850f09ef8e2c48) - Interview questions and preparation guide for Facebook PE role (by @ameenkhan07)
- [Grokking the coding interview equivalent leetcode problems](https://gist.github.com/tykurtz/3548a31f673588c05c89f9ca42067bc4) - LeetCode problems mapped to Grokking the Coding Interview patterns (by @tykurtz)
- [Effective Engineer Notes](https://gist.github.com/rondy/af1dee1d28c02e9a225ae55da2674a6f) - Notes from "The Effective Engineer" (by @rondy)

## 🏗️ System Design & Architecture

- [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832) - Essential latency numbers for system design (by @jboner)
- [Kafka crash course](https://gist.github.com/piyushgarg-dev/32cadf6420c452b66a9a6d977ade0b01) - Quick introduction to Apache Kafka (by @piyushgarg-dev)
- [Programming as Theory Building](https://gist.github.com/onlurking/fc5c81d18cfce9ff81bc968a7f342fb1) - Classic essay on programming philosophy (by @onlurking)
- [Falsehood programmers believe about time](https://gist.github.com/timvisee/fcda9bbdff88d45cc9061606b4b923ca) - Common misconceptions about time in programming (by @timvisee)
- [System Design Cheatsheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f) - Quick reference for designing scalable systems (by @vasanthk)
- [クリーンアーキテクチャ完全に理解した](https://gist.github.com/mpppk/609d592f25cab9312654b39f1b357c60) - (by @mpppk)
- [Mobile Systems Design](https://gist.github.com/atierian/610538f39a4844881e20b673f4c8e8dc) - (by @atierian)

## 🔒 Security & Reverse Engineering

- [Google dork cheatsheet](https://gist.github.com/sundowndev/283efaddbcf896ab405488330d1bbc06) - Advanced search queries for security research (by @sundowndev)
- [Pwntools Cheatsheet](https://gist.github.com/anvbis/64907e4f90974c4bdd930baeb705dedf) - Quick reference for pwntools CTF framework (by @anvbis)
- [Reverse Engineering / Deobfuscating Web App Code](https://gist.github.com/0xdevalias/d8b743efb82c0e9406fc69da0d6c6581) - Tools and techniques for analyzing obfuscated JavaScript (by @0xdevalias)
- [Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication](https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc) - (by @zmts)
- [xz-utils backdoor situation (CVE-2024-3094)](https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27) - (by @thesamesam)
- [How to start in Infosec](https://gist.github.com/mubix/5737a066c8845d25721ec4bf3139fd31) - (by @mubix)
- [Download Cradles](https://gist.github.com/HarmJ0y/bb48307ffa663256e239) - (by @HarmJ0y)
- [1 bug, $50,000+ in bounties, how Zendesk intentionally left a backdoor in hundreds of Fortune 500 companies](https://gist.github.com/hackermondev/68ec8ed145fcee49d2f5e2b9d2cf2e52) - (by @hackermondev)
- [Options for hardening systemd service units](https://gist.github.com/ageis/f5595e59b1cddb1513d1b425a323db04) - Security options for systemd units (by @ageis)
- [ELF Format Cheatsheet](https://gist.github.com/x0nu11byt3/bcb35c3de461e5fb66173071a2379779) - ELF binary format reference (by @x0nu11byt3)
- [Technical guide for using YubiKey series 4 for GPG and SSH](https://gist.github.com/ageis/14adc308087859e199912b4c79c4aaa4) - (by @ageis)
- [full English translation of Phineas Fisher's account of how he took down HackingTeam](https://gist.github.com/jaredsburrows/9e121d2e5f1147ab12a696cf548b90b0) - (by @jaredsburrows)
- [YARA Performance Guidelines](https://gist.github.com/Neo23x0/e3d4e316d7441d9143c7) - (by @Neo23x0)
- [linuxprivchecker.py -- a Linux Privilege Escalation Check Script](https://gist.github.com/sh1n0b1/e2e1a5f63fbec3706123) - (by @sh1n0b1)
- [Escaping nodejs vm](https://gist.github.com/jcreedcmu/4f6e6d4a649405a9c86bb076905696af) - (by @jcreedcmu)
- [openlgtv webOS hacking notes](https://gist.github.com/Informatic/1983f2e501444cf1cbd182e50820d6c1) - (by @Informatic)
- [Cryptography material conversion and verification commands](https://gist.github.com/tuansoibk/0b1f279be5c1b782d95f4e15af1442cb) - (by @tuansoibk)
- [Instructions to get a useful decompilation out of an il2cpp game.](https://gist.github.com/BadMagic100/47096cbcf64ec0509cf75d48cfbdaea5) - (by @BadMagic100)
- [How to resign an .ipa](https://gist.github.com/ryantan/ef536cad1189228dc0b36aaf5e13abf2) - (by @ryantan)

## 🤖 AI & Prompts

- [Cluely System Prompt](https://gist.github.com/cablej/ccfe7fe097d8bbb05519bacfeb910038) - System prompt examples and best practices (by @cablej)
- [Manus tools and prompts](https://gist.github.com/jlia0/db0a9695b3ca7609c9b1a08dcbf872c9) - Collection of Manus-related AI prompts (by @jlia0)
- [Normcore LLM Reads](https://gist.github.com/veekaybee/be375ab33085102f9027853128dc5f0e) - Recommended readings on language models (by @veekaybee)
- ["Contemplative reasoning" response style for LLMs like Claude and GPT-4o](https://gist.github.com/Maharshi-Pandya/4aeccbe1dbaa7f89c182bd65d2764203) - (by @Maharshi-Pandya)
- [Cursor Memory Bank](https://gist.github.com/ipenywis/1bdb541c3a612dbac4a14e1e3f4341ab) - (by @ipenywis)
- [Prompt to leak every LLM system prompt including cursor.com, v0.dev, claude.ai, chatgpt.com, perplexity.ai](https://gist.github.com/lucasmrdt/4215e483257e1d81e44842eddb8cc1b3) - (by @lucasmrdt)
- [Rock solid: turn Cursor into a rock-solid software engineering companion](https://gist.github.com/boxabirds/4a8a8a16b1f8431fd64a790209452380) - (by @boxabirds)
- [토스 프론트엔드 가이드라인 기반으로 만든 Cursor rule](https://gist.github.com/toy-crane/dde6258997519d954063a536fc72d055) - (by @toy-crane)
- [GGUF quantizations overview](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) - (by @Artefact2)
- [Cursor AI Prompting Rules](https://gist.github.com/aashari/07cc9c1b6c0debbeb4f4d94a3a81339e) - (by @aashari)
- [Cursor Agent System Prompt (March 2025)](https://gist.github.com/sshh12/25ad2e40529b269a88b80e7cf1c38084) - (by @sshh12)
- [ChatGPT streaming with ruby-openai, Rails 7, Hotwire, Turbostream, Sidekiq and Tailwind!](https://gist.github.com/alexrudall/cb5ee1e109353ef358adb4e66631799d) - (by @alexrudall)
- [REALITY FILTER — A LIGHTWEIGHT TOOL TO REDUCE LLM FICTION WITHOUT PROMISING PERFECTION](https://gist.github.com/iamnolanhu/0aa559ef8a9988aaf9cf3e2cb637f06c) - Reduce LLM hallucinations (by @iamnolanhu)
- [The Claude-SPARC Automated Development System is a comprehensive, agentic workflow for automated software development using the SPARC methodology with the Claude Code CLI](https://gist.github.com/ruvnet/e8bb444c6149e6e060a785d1a693a194) - (by @ruvnet)
- [The Iris Dataset](https://gist.github.com/curran/a08a1080b88344b0c8a7) - (by @curran)
- [Unminified prompts and tool definitions for Claude Code](https://gist.github.com/transitive-bullshit/487c9cb52c75a9701d312334ed53b20c) - (by @transitive-bullshit)
- [Best Laravel AI Prompt to use with Claude](https://gist.github.com/diogogpinto/5e302bf2616cc2b0fefc40029b270e47) - (by @diogogpinto)
- [Collection of useful Stable Diffusion prompt modifiers](https://gist.github.com/thesephist/376afed2cbfce35d4b37d985abe6d0a1) - (by @thesephist)
- [reflection.md - a way to have claude-code self improve its context.](https://gist.github.com/a-c-m/f4cead5ca125d2eaad073dfd71efbcfc) - (by @a-c-m)
- [An overview of action recognition datasets and their detection classes](https://gist.github.com/jin-zhe/3a6054e99162bc9277940867f942bba2) - (by @jin-zhe)
- [Export Tofu TOTP tokens](https://gist.github.com/namazso/29edc56a0095ea2b9e9d0e27e4d52d7d) - Exporting Tofu TOTP tokens (by @namazso)

## 🎨 Frontend & Design

- [Hexadecimal color code for transparency](https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4) - Alpha transparency values in hex format (by @lopspower)
- [What forces layout/reflow. The comprehensive list.](https://gist.github.com/paulirish/5d52fb081b3570c81e3a) - Guide to browser rendering triggers (by @paulirish)
- [A collection of WebGL and WebGPU frameworks and libraries](https://gist.github.com/dmnsgn/76878ba6903cf15789b712464875cfdc) - (by @dmnsgn)
- [Useful Resources for Rendering Volumetric Clouds](https://gist.github.com/pixelsnafu/e3904c49cbd8ff52cb53d95ceda3980e) - (by @pixelsnafu)
- [Leaflet shortcuts for common tile providers](https://gist.github.com/mourner/1804938) - (by @mourner)
- [An example of full iOS PWA startup image (splash screen) support.](https://gist.github.com/EvanBacon/7fd4dc3be3d00096579bb0b134c56ec7) - (by @EvanBacon)
- [INOFFICIAL RGB and HEX color codes of TUM colors](https://gist.github.com/lnksz/51e3566af2df5c7aa678cd4dfc8305f7) - (by @lnksz)
- [Quarks: Graphical user interface](https://gist.github.com/vurtun/c5b0374c27d2f5e9905bfbe7431d9dc0) - (by @vurtun)
- [About YUV formats](https://gist.github.com/Jim-Bar/3cbba684a71d1a9d468a6711a6eddbeb) - (by @Jim-Bar)

## 📚 Learning Resources

- [Quantopian Lectures Saved](https://gist.github.com/ih2502mk/50d8f7feb614c8676383431b056f4291) - Archived algorithmic trading and quantitative finance lectures (by @ih2502mk)
- [Summary of 'Clean code' by Robert C. Martin](https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29) - (by @wojteklu)
- [List of free resources to study computer graphics programming.](https://gist.github.com/notnotrobby/ceef71527b4f15869133ba7b397912e9) - (by @notnotrobby)
- [Linux Networking Reading List](https://gist.github.com/eenblam/2e610de9dd089188b354595f10f99823) - (by @eenblam)
- [Links for beginners willing to contribute to OpenSource projects](https://gist.github.com/stefanmaric/d5a03eeb89af81e5537e2efe7dd479cf) - (by @stefanmaric)
- [Stevey's Google Platforms Rant](https://gist.github.com/chitchcock/1281611) - Steve Yegge's famous Google rant (by @chitchcock)
- [SOLID Principles explained in Python with examples.](https://gist.github.com/dmmeteo/f630fa04c7a79d3c132b9e9e5d037bfd) - SOLID principles in Python (by @dmmeteo)
- [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) - A must-read guide to understanding Reactive Programming (by @staltz)

## 🛠️ DevOps & Infrastructure

- [国内的 Docker Hub 镜像加速器](https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6) - List of mainland China Docker Hub mirror services (by @y0ngb1n)
- [Best nginx configuration for improved security(and performance)](https://gist.github.com/plentz/6737338) - (by @plentz)
- [Simple Github -> Discord webhook](https://gist.github.com/jagrosh/5b1761213e33fc5b54ec7f6379034a22) - (by @jagrosh)
- [List of AWS Service Principals](https://gist.github.com/shortjared/4c1e3fe52bdfa47522cfe5b41e5d6f22) - (by @shortjared)
- [Jenkinsfile idiosynchrasies with escaping and quotes](https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4) - (by @Faheetah)
- [A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system](https://gist.github.com/mjkstra/96ce7a5689d753e7a6bdd92cdc169bae) - (by @mjkstra)
- [A Short IPv6 Guide for Home IPv4 Admins](https://gist.github.com/timothyham/dd003dbad5614b425a8325ec820fd785) - (by @timothyham)
- [GitHub Actions - Rust setup](https://gist.github.com/LukeMathWalker/5ae1107432ce283310c3e601fac915f3) - (by @LukeMathWalker)
- [Linux networking tools](https://gist.github.com/miglen/70765e663c48ae0544da08c07006791f) - (by @miglen)
- [This Guide will show you how to Install Windows Subsystem for Android or WSA on any Edition of Windows 11 non Insider release.](https://gist.github.com/HimDek/eb8704e2da1d98240153165743960e17) - (by @HimDek)
- [Best Zend OpCache Settings / Tuning / Configurations](https://gist.github.com/rohankhudedev/1a9c0a3c7fb375f295f9fc11aeb116fe) - (by @rohankhudedev)
- [k3s in LXC on Proxmox](https://gist.github.com/triangletodd/02f595cd4c0dc9aac5f7763ca2264185) - (by @triangletodd)
- [Btrfs guide to set up an LUKS-encrypted btrfs raid volume with included maintenance & recovery guide](https://gist.github.com/MaxXor/ba1665f47d56c24018a943bb114640d7) - (by @MaxXor)
- [Fluentd Fluent-bit FileBeat memory and cpu resources](https://gist.github.com/StevenACoffman/4e267f0f60c8e7fcb3f77b9e504f3bd7) - (by @StevenACoffman)
- [Docker Compose Cheatsheet](https://gist.github.com/jonlabelle/bd667a97666ecda7bbc4f1cc9446d43a) - (by @jonlabelle)
- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) - (by @br3ndonland)
- [How to install wsl2 ubuntu + docker + docker-compose](https://gist.github.com/martinsam16/4492957e3bbea34046f2c8b49c3e5ac0) - (by @martinsam16)
- [which file sytem to use for daily work? should we turn on btrfs compression?](https://gist.github.com/braindevices/fde49c6a8f6b9aaf563fb977562aafec) - (by @braindevices)
- [List of Direct Download links for Docker Desktop](https://gist.github.com/kupietools/2f9f085228d765da579f0f0702bec33c) - (by @kupietools)
- [A tutorial to use GUI in WSL2/WSLg replacing original Xorg by Xwayland](https://gist.github.com/tdcosta100/e28636c216515ca88d1f2e7a2e188912) - (by @tdcosta100)
- [Script to fix Docker iptables on Synology NAS](https://gist.github.com/pedrolamas/db809a2b9112166da4a2dbf8e3a72ae9) - (by @pedrolamas)
- [Using a rotary encoder as a volume control for the Raspberry Pi](https://gist.github.com/savetheclocktower/9b5f67c20f6c04e65ed88f2e594d43c1) - (by @savetheclocktower)
- [Force removal of VMware Tools, Program Files, and Windows Services](https://gist.github.com/broestls/f872872a00acee2fca02017160840624) - (by @broestls)
- [Getting Minikube on WSL2 Ubuntu working](https://gist.github.com/wholroyd/748e09ca0b78897750791172b2abb051) - (by @wholroyd)
- [Proxmox CIFS Share Mount Wizard Script](https://gist.github.com/NorkzYT/14449b247dae9ac81ba4664564669299) - (by @NorkzYT)
- [Purging old artifacts with GitHub Actions API](https://gist.github.com/qwe321qwe321qwe321/efae4569576006624c34f23b2dd76a58) - (by @qwe321qwe321qwe321)
- [Marlin Anet A8 config](https://gist.github.com/istepanov/e6e53879c0a359530917ef654b309a5c) - (by @istepanov)
- [oracle-cloud-free-tier-guide](https://gist.github.com/rssnyder/51e3cfedd730e7dd5f4a816143b25dbd) - Guide to Oracle Cloud free tier (by @rssnyder)
- [BusyBox cron container example](https://gist.github.com/andyshinn/3ae01fa13cb64c9d36e7) - Example of running cron jobs in BusyBox containers (by @andyshinn)

## 💡 Project Ideas

- [Project ideas](https://gist.github.com/MWins/41c6fec2122dd47fdfaca31924647499) - Collection of programming project ideas for skill development (by @MWins)
- [TheUrlist PRD](https://gist.github.com/burkeholland/24802296b5bfaaf7fb775c81cd626512) - (by @burkeholland)
- [A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources](https://gist.github.com/muff-in/ff678b1fda17e6188aa0462a99626121) - Assembly, reversing, malware, and game hacking resources (by @muff-in)

---

## 🤝 Contributing

Found an awesome gist that should be included? Please read the [contributing guidelines](CONTRIBUTING.md) and submit a pull request!

## 📄 License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.