Skip to content

Instantly share code, notes, and snippets.

@anonhostpi
anonhostpi / ECE211_Midterm_Study_Guide.md
Last active March 14, 2026 12:19
ECE 211 Engineering Statics - Midterm Study Guide (Spring 2026)

ECE 211 - Engineering Statics: Comprehensive Midterm Study Guide

YOUR EXAM IS TODAY: Friday, March 13, 2026 | Ironwood 120 | Choose: 9-11 AM, 1-3 PM, or 6-8 PM


COMPANION FILES (also in this folder)

  • ECE211_Weak_Areas_Focus.md - Deep-dive tutorials on your 8 weakest topics (based on your Canvas grades)
  • ECE211_Video_Resources.md - All YouTube lecture & review videos, prioritized by your weak areas
  • Formula_sheet_statics_reactions_2D_3D-1.pdf - Textbook support reaction tables (in .playwright-mcp folder)

ELF Format Cheatsheet

Introduction

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

ELF

Compilation

@aldychris
aldychris / 00 - Setup.md
Last active March 14, 2026 12:17
GemNexus Final Stage
@backnotprop
backnotprop / tengu_pewter_ledger_proof.md
Created March 14, 2026 11:36
Evidence that Claude Code ships a GrowthBook-controlled A/B test (tengu_pewter_ledger) that silently restricts Plan Mode output for paying users

tengu_pewter_ledger — A/B Test Proof

Evidence that Claude Code ships a GrowthBook-controlled A/B test called tengu_pewter_ledger that silently restricts Plan Mode output for some users.


Source Files Examined

Version File Size
@daaa1k
daaa1k / Dockerfile
Last active March 14, 2026 12:05
Dockerfile for python AWS lambda with uv
FROM public.ecr.aws/lambda/python:3.12
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
ENV PATH="/app/.venv/bin:$PATH"
ENV UV_CACHE_DIR=/tmp/.uv_cache
COPY lambda_function.py logging.conf pyproject.toml uv.lock pytest.ini ${LAMBDA_TASK_ROOT}/
COPY tests ${LAMBDA_TASK_ROOT}/tests/
# test with all dependencies
@iamwildtuna
iamwildtuna / gist:7772b7c84a11bf6e1385f23096a73a15
Last active March 14, 2026 12:05
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Узлы
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// Подсети
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 14, 2026 12:01
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@mberman84
mberman84 / all_files.md
Created February 24, 2026 21:09
Matt's Markdown Files

OpenClaw: System Prompt File Templates

Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).

Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.


AGENTS.md

@XielQs
XielQs / Get_Discord_Token.md
Last active March 14, 2026 11:59
Get self discord token using console

How to get your discord token using browser console

  1. Open developer tools in browser (if you using desktop app use Ctrl+Shift+I shortcut)
  2. Switch current tab to Console
  3. Write this code and press enter
window.webpackChunkdiscord_app.push([[Symbol()],{},o=>{for(let e of Object.values(o.c))try{if(!e.exports||e.exports===window)continue;e.exports?.getToken&&(token=e.exports.getToken());for(let o in e.exports)e.exports?.[o]?.getToken&&"IntlMessagesProxy"!==e.exports[o][Symbol.toStringTag]&&(token=e.exports[o].getToken())}catch{}}]),window.webpackChunkdiscord_app.pop(),token;

It will return your Discord token!

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active March 14, 2026 11:59
Conventional Commits Cheatsheet