Skip to content

Instantly share code, notes, and snippets.

@Zayrick
Zayrick / GPON_HGU_B3_admin_password_cracker.py
Last active September 14, 2026 12:03
用于破解陕西广电GPON HGU B3型家庭网关(TBG300-0-04)的超级管理员密码的暴力破解脚本。
import requests
# 定义用户代理,用于模拟浏览器的请求头
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36"
# 定义登录和注销的URL
LOGIN_URL = "http://192.168.1.1/boaform/admin/formLogin"
LOGOUT_URL = "http://192.168.1.1/boaform/admin/formLogout"
# 遍历尝试的密码,从0到9999
@acidgreenservers
acidgreenservers / mindseeds.md
Last active September 14, 2026 12:02
Wisdom is not stored as documentation. It is distilled into Seeds

MindSeeds

Website: MindSeeds Seed Family: CogniSeeds · LinguaSeeds · ArchSeeds

Other Reference Site: Noosphere Nexus | Prompting For Cognition

Epistemic Compression Protocol · Public Domain

Wisdom is not stored as documentation. It is distilled into Seeds — compressed, generative heuristics that unfold into full reasoning frameworks on contact with a problem. Three families. One schema. Infinite application.

@acidgreenservers
acidgreenservers / cogniseeds.md
Last active September 14, 2026 12:02
CogniSeeds: First Principles for Adaptive Minds

CogniSeeds

Epistemic Compression Protocol · v1.0

Part of the Seeds family: CogniSeeds · LinguaSeeds · ArchSeeds

Wisdom is not stored as a SKILL.md. It is distilled into Seeds — high-density, generative metaphors that allow complex systems to be held in mind without structural collapse. Unlike instructions, seeds are not consumed — they grow.

Category: Epistemic Architecture / Prompt Optimization
Status: Experimental · Active
Compatibility: Human · LLM · System Prompt

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
T3ZWQ-P2738-3FJWS-YE7HT-6NA3K
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
65Z2L-P36BY-YWJYC-TMJZL-YDZ2S
SFZHH-2Y246-Z483L-EU92B-LNYUA
GSZVS-5W4WA-T9F2E-L3XUX-68473
FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS
Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4
DAZPH-G39D3-R4QY7-9PVAY-VQ6BU
KLZ5G-X37YY-65ZYN-EUSV7-WPPBS

Interview Questions

Node.js

Q1: What do you mean by Asynchronous API? ☆☆

Answer: All APIs of Node.js library are aynchronous that is non-blocking. It essentially means a Node.js based server never waits for a API to return data. Server moves to next API after calling it and a notification mechanism of Events of Node.js helps server to get response from the previous API call.

Source: tutorialspoint.com

深入理解DIP、IoC、DI以及IoC容器

摘要

面向对象设计(OOD,Object-Oriented Design)有助于我们开发出高性能、易扩展以及易复用的程序. 其中OOD有一个重要的思想那就是依赖倒置原则(DIP,Dependence Inversion Principle),并由此引申出IoC、DI以及IoC容器等概念.

目录

@astra1dev
astra1dev / i2cpp_ghidra.md
Last active September 14, 2026 11:41 — forked from BadMagic100/i2cpp_ghidra.md
Instructions to get a useful decompilation out of an il2cpp game. Or, "I spent hours to trial and error so hopefully you won't have to"

Decompiling IL2CPP Games with Il2CppInspectorRedux and Ghidra

This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.

Note

This is a fork of a gist by BadMagic100. I modified it to use Il2CppInspectorRedux instead of Il2CppDumper since newer Unity versions use newer IL2CPP metadata versions that are not supported by Il2CppDumper.

Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.

@jerodg
jerodg / windows_and_office_kms_setup.adoc
Last active September 14, 2026 11:40
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@He-Is-HaZaRdOuS
He-Is-HaZaRdOuS / lineageos_microg.md
Last active September 14, 2026 11:39
Installing LineageOS + microG with Working SMS/Geolocation and Passing SafetyNet Without Google Accounts

Installing LineageOS + microG with Working SMS/Geolocation and Passing PlayIntegrity Without Google Accounts

This guide documents the process of installing LineageOS with microG and passing PlayIntegrity without logging into any Google accounts. It also ensures SMS and GPS functionality while maintaining privacy.


Prerequisites

  • A device compatible with LineageOS.
  • Familiarity with unlocking bootloaders, flashing custom ROMs, and using terminal commands.