Skip to content

Instantly share code, notes, and snippets.

@madhurimarawat
madhurimarawat / GATE-CSE-DS-Resources.md
Last active August 29, 2026 20:44
A collection of the best free GATE preparation resources for CSE & Data Science. Contributions are welcome!

📌 GATE Resources - CSE & Data Science

I have compiled all the resources that helped me in my GATE preparation, and I hope they help you too! 🚀

@sorend
sorend / Update firwmware WD Black SN770 firmware on Arch Linux.md
Last active August 29, 2026 20:41
Update firmware WD Black SN770 firmware on Arch Linux

Update firmware WD Black SN770 firmware on Arch Linux

Been having problems with my new SN770 drive, and decided to check if I can firmware update it on Linux. WD only provides a Windows tool, Western Digital Dashboard to download and install firmwares, but, it's possible to find the firmware and install it using Linux tooling as well.

1. Check that nvme-cli is installed:

❱ sudo pacman -S nvme-cli
@mysiak
mysiak / 2-reader-header.lua
Last active August 29, 2026 20:33
Koreader - user patch - fully customizable header status bar with progress bar
-- Based on these two patches:
-- https://github.com/oh1apps/koreader_header by @oh1apps
-- https://github.com/sebdelsol/KOReader.patches/blob/main/2-statusbar-thin-chapter.lua by @sebdelsol
-- Updated by @mysiak with Github Copilot and Claude Sonnet 4.5
-- Optimizations and code cleanup by Claude Opus 4.5
local Blitbuffer = require("ffi/blitbuffer")
local TextWidget = require("ui/widget/textwidget")
local CenterContainer = require("ui/widget/container/centercontainer")
local VerticalGroup = require("ui/widget/verticalgroup")
@tfournet
tfournet / hermes-buzz-setup.md
Last active August 29, 2026 20:32
Hermes Agent + Buzz setup guide (generic gateway integration)

Hermes Agent + Buzz setup guide

Generic runbook for connecting Hermes Agent to a Buzz community (Block’s Nostr-based human+agent workspace). Written from a real self-hosted bring-up; shaped so different usage patterns can still follow the same skeleton.

This is not official Nous or Block docs. Upstream APIs still move — treat version pins and PR numbers as snapshots, not eternal gospel.


What you’re building

@thehumanworks
thehumanworks / worktrees.ts
Last active August 29, 2026 20:26
worktrees.ts
import { spawnSync } from "node:child_process";
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
import path from "node:path";
import {
createBashTool,
createEditTool,
createFindTool,
createGrepTool,
createLocalBashOperations,
createLsTool,
@mohamedlalah
mohamedlalah / Android-TV-Dashboard-Guide-FR.md
Last active August 29, 2026 20:25
Android TV Dashboard — Guide complet d’installation sur Windows et connexion ADB sans fil

📺 Android TV Dashboard — Guide complet Windows & ADB sans fil

Guide préparé et testé par : Mohamed LALAH
YouTube : Secretofnet
Dernière mise à jour : 29 août 2026

Ce guide vous accompagne pas à pas pour installer Android TV Dashboard sur Windows, connecter votre Android TV / Google TV / Xiaomi Mi Box via ADB, puis passer à une connexion ADB sans fil afin de ne plus laisser le câble USB branché.


#https://github.com/bigbeartechworld/big-bear-casaos/tree/master/Apps/pterodactyl-panel
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/start-pterodactyl-panel/run.sh)"
@tarkodev
tarkodev / minecraft-blocky-special-characters.md
Created February 21, 2026 21:48
Minecraft Blocky Special Characters

image

tellraw @a "
Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ \n
Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ \n
ⓐ ⓑ ⓒ ⓓ ⓔ ⓕ ⓖ ⓗ ⓘ ⓙ ⓚ ⓛ ⓜ \n
ⓝ ⓞ ⓟ ⓠ ⓡ ⓢ ⓣ ⓤ ⓥ ⓦ ⓧ ⓨ ⓩ \n
① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ \n
₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ₊ ₋ ₌ ₍ ₎ \n
@Fadi002
Fadi002 / Crack Sublime Text.md
Created May 23, 2025 22:20
Crack Sublime Text 4.2.0.0 Build 4200 [latest version]
import sys
import os

NOP = 0x90
offsets_and_values = {
    0x00030170: 0x00,
    0x000A94D0: NOP, 0x000A94D1: NOP, 0x000A94D2: NOP, 0x000A94D3: NOP, 0x000A94D4: NOP, 0x000A94D5: NOP, 0x000A94D6: NOP, 0x000A94D7: NOP, 0x000A94D8: NOP, 0x000A94D9: NOP, 0x000A94DA: NOP, 0x000A94DB: NOP, 0x000A94DC: NOP, 0x000A94DD: NOP, 0x000A94DE: NOP, 0x000A94DF: NOP, 0x000A94E0: NOP, 0x000A94E1: NOP, 0x000A94E2: NOP, 0x000A94E3: NOP, 0x000A94E4: NOP, 0x000A94E5: NOP, 0x000A94E6: NOP, 0x000A94E7: NOP, 0x000A94E8: NOP, 0x000A94E9: NOP, 0x000A94EA: NOP, 0x000A94EB: NOP, 0x000A94EC: NOP, 0x000A94ED: NOP, 0x000A94EE: NOP, 0x000A94EF: NOP, 0x000A94F0: NOP, 0x000A94F1: NOP, 0x000A94F2: NOP, 0x000A94F3: NOP, 0x000A94F4: NOP, 0x000A94F5: NOP, 0x000A94F6: NOP, 0x000A94F7: NOP, 0x000A94F8: NOP, 0x000A94F9: NOP, 0x000A94FA: NOP, 0x000A94FB: NOP, 0x000A94FC: NOP, 0x000A94FD: NOP, 0x000A94FE: NOP, 0x000A94FF: NOP, 0x000A9500: NOP, 0x000A9501: NOP, 0x000A9502: NOP, 0x000A9503: NOP, 0x000A9504: NOP, 0x000A9505: NOP, 0x000A9506: NO
@DomPizzie
DomPizzie / README-Template.md
Last active August 29, 2026 20:18
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started