Skip to content

Instantly share code, notes, and snippets.

@pklaus
pklaus / brother_ql - Related and Unrelated Software.md
Last active January 19, 2026 07:38
brother_ql - Related and Unrelated Software
@tak-dcxi
tak-dcxi / typography.md
Last active January 19, 2026 07:36
タイポグラフィCSS

タイポグラフィ

汎用的な文章の折り返し指定

  • 下のような指定を:rootに指定しておく。
:where(:root) {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  /* word-break: initial; 単語の分割はデフォルトに依存(初期値のため指定しなくて良い) */
@anhtuank7c
anhtuank7c / activation.py
Created January 16, 2026 10:52
Sửa lỗi Antigravity Agent Terminated due to error
#!/usr/bin/env python3
"""
🏯 UItra License Activation Script
===================================
Activates UItra (PRO tier) license for specified email.
Stores license in ~/.mekong/license.json for offline CLI usage.
Usage:
python3 scripts/activate_uitra.py <email>
{
"name": "base-setup",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installOhMyZsh": true,
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/sshd:1": {}
@Dandanosolit
Dandanosolit / PROMPT_MAESTRO.txt
Last active January 19, 2026 07:48
PROMT MAESTRO
RESPUESTA__DANTE_PRO_V2:
PROMPT_PREFIX_PARA_PEGAR:
ES: >-
FORMATO (SIEMPRE, en este orden):
1) 🧠 RESUMEN MAESTRO (3–7 bullets; SOLO lo esencial).
2) 🎯 OBJETIVO+ÉXITO (reformula + criterios medibles).
3) 🧪 ANÁLISIS CRÍTICO 5 (supuestos→contra→perspectivas→test lógica→corrección).
4) ✅ ENTREGA (cuadros/tablas + organigramas si aplica; modular por contexto) Siempre entregar links para todo.
5) 🏁 RECOMENDACIÓN (TOP 1–3) + 📆 PLAN 24h/7d/30d + ⚠️ RIESGOS/LÍMITES + 🔺 QUÉ FALTA.
@sergebulaev
sergebulaev / .tmux.conf
Created January 14, 2026 11:46
Tmux config by Sergey Bulaev (bulaev.ai) | Telegram: https://t.me/sergiobulaev
# ============================================================================
# Конфиг tmux от Сергея Булаева (bulaev.ai)
# Телеграм канал на русском: https://t.me/sergiobulaev
# ============================================================================
#
# УСТАНОВКА:
# 1. Установить tmux: sudo apt install tmux (Ubuntu) / brew install tmux (Mac)
# 2. Установить TPM (менеджер плагинов):
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# 3. Скопировать этот файл в ~/.tmux.conf
@blessanm86
blessanm86 / german-driving-license.md
Last active January 19, 2026 07:19
Quick Ref Notes for German Driving License Test

This is unmaintained and was created for personal use. As I passed the exam I have no use to keep this up to date. Feel free to fork

What are the consequences for a person driving a motor vehicle under the influence of drugs (e.g. hashish, heroin, cocaine)?

[x] Confiscation of driving licence or driving ban
[x] Compulsory medical/psychological examination
[x] Fine and/or imprisonment

In which instances do you have to approach a pedestrian crossing with particular care?

@vanodevium
vanodevium / Caddyfile
Created December 8, 2023 11:20
Caddy server: enable CORS for any domain
(cors) {
@cors_preflight method OPTIONS
header {
Access-Control-Allow-Origin "{header.origin}"
Vary Origin
Access-Control-Expose-Headers "Authorization"
Access-Control-Allow-Credentials "true"
}
@Brli
Brli / fonts.reg
Last active January 19, 2026 07:17
Wine 專用中文化
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink]
"FontLinkControl"=dword:00004000
"FontLinkDefaultChar"=dword:00003000
/* 替換字型1 */
/* 安裝Wine不會提供字型,所以需要替換字型,我以Noto Sans CJK TC Medium替換 */
/* 取代字型 */
/* Wine 1.1.12 打補丁後也會有亂碼,所以要修改這裡 */
/* Wine 1.1.12 之前可以不用修改,改了應該也沒關係 */
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
@diyorbekrustamjonov
diyorbekrustamjonov / telegram-api-speed-test.sh
Last active January 19, 2026 07:18
Telegram API Speed Test Script - Test your server's connection to Telegram Bot API. Measures ping, DNS lookup, TCP connect, TLS handshake, and total response time. Perfect for choosing the best server location for your Telegram bot.
#!/bin/bash
#
# Telegram API Speed Test Script
#
# Tests your server's connection speed to Telegram Bot API
# Useful for choosing optimal server location for Telegram bots
#
# Usage:
# chmod +x telegram-api-speed-test.sh
# ./telegram-api-speed-test.sh