Skip to content

Instantly share code, notes, and snippets.

@KyleMit
KyleMit / CloneAllRepos.md
Last active April 2, 2026 21:04
How to clone all repos at once from GitHub?

Clone all repos from GitHub

Here's a play by play of kenorb's answer to 'How to clone all repos at once from GitHub?' with a breakdown for each command for people (like me) new to bash

TL;DR Run the following command, but replace Kylemit your own Github user name

UserName=Kylemit; \
curl -s https://api.github.com/users/$UserName/repos?per_page=1000 |\
jq -r '.[]|.clone_url' |\
xargs -L1 git clone
@avbor
avbor / CHAIN.md
Last active April 2, 2026 21:03
Цепочка из VPS с помощью AmneziaWG для telemt

Warning

Инструкция переехала в основной репозиторий telemt.
Здесь остается копия, но без гарантии актуальности.


Концепция

  • Сервер A (РФ):\
@bunsyy
bunsyy / Microsoft 365 with License for MacOS.md
Last active April 2, 2026 21:01
Microsoft 365 with License for MacOS Download & Installation Guide

Download & Installation Guide

Download

Microsoft Office 365

You can download Microsoft Office 365 via this link. After you have downloaded the Office, you just need to install it and don't open the yet.

Note: If you are not sure about the installation, you can just download it for now. You can follow the installation guide below later.

@jfarmer
jfarmer / python-hash.md
Created August 19, 2023 15:58
Explaining Python's hash() function and __hash__ magic method

Python's hash()

Authors's Note

This is an outline of how I'd explain hash to a novice programmer. I've given versions of this explanation hundreds of times to thousands of students, beginners and experts alike.

Students tell me they find it compelling because it helps them connect w/ what's really going on by emphasizing both the technical and human/design elements.

I'm assuming the student is comfortable with:

@XInTheDark
XInTheDark / claude_dr_prompt.md
Last active April 2, 2026 20:58
Custom Deep Research prompt for Claude

Notes

  • MCP servers enabled: Brave Search, Fetch, Puppeteer (optional).
  • Recommended way to use it: create a project "Deep Research" and add the prompt as custom instructions.
  • Recommended model: Sonnet 4 with Thinking. Sonnet vs Opus does not make much difference from experience.
  • (As of the time of writing,) Do not enable Claude's built-in web search feature!
    • I've compared the two versions and the quality difference is significant.
    • It seems that the built-in system prompt that gets enabled, is terrible for deep research. A few examples: It explicitly limits Claude to only running one or a few searches in most cases; it contains numerous instructions regarding never quoting directly,
@parmentf
parmentf / ConventionalCommitsEmoji.md
Last active April 2, 2026 20:54
Emoji for Conventional Commits
Type Emoji code
feat :sparkles:
fix 🐛 :bug:
docs 📚 :books:
style 💎 :gem:
refactor 🔨 :hammer:
perf 🚀 :rocket:
test 🚨 :rotating_light:
build 📦 :package:
@parmentf
parmentf / GitCommitEmoji.md
Last active April 2, 2026 20:53
Git Commit message Emoji
@istepanov
istepanov / Configuration.h
Last active April 2, 2026 20:53
Marlin Anet A8 config
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {