Skip to content

Instantly share code, notes, and snippets.

@jinjier
jinjier / javdb-top250.md
Last active September 14, 2026 03:14
JavDB top 250 movies list. [Updated on 2026/01]
//
// ContentView.swift
// MapModeButton-Demo
//
// Created by Seb Vidal on 30/07/2025.
//
import SwiftUI
struct ContentView: View {
@k16shikano
k16shikano / SKILL.md
Last active September 14, 2026 03:04
cognitive-rhythm-writing/SKILL.md
name cognitive-rhythm-writing
description 説明的な文章に緩急を設計するための規範。緩急を装飾ではなく認知モードの切替(観察→逡巡→断定→再観察)と未回収の緊張の管理として扱い、文の拍、段落の密度波形、節の入り方、緩みと駄文の判別、執筆後の機械的な点検手順を定める。読み物として読ませたい章・記事・解説文を生成するとき、または「密度はあるが平坦でおもしろくない」文章を診断・修正するときに使用する。

認知リズムを生むための日本語ライティング規範

密度の高い文章が退屈になるのは、情報が多いからではなく、全文が同じ認知モードで書かれているからである。 この規範は、読者の認知モード(観察する、迷う、確信する、確かめ直す)を意図的に切り替え、常に「続きを読む理由」を維持することで、読み進める推進力を作る。

@Klerith
Klerith / instalaciones-opencode.md
Last active September 14, 2026 03:01
Instalaciones para el curso de OpenCode
opencode wordmark

OpenCode: Guía completa para desarrolladores de software

@khizar1556
khizar1556 / INSTRUCTIONS.md
Created April 12, 2026 11:57 — forked from justiceformahsa/INSTRUCTIONS.md
[VPN/How-To] How to setup a secure VPN using v2ray/x-ray with Reality protocol

[How To] Setup a private, secure V2Ray REALITY VPN

Step 1 around line ~89 is where the guide starts

Setup your own VPN that can be used privately, by your family members in Iran or other restricted countries - at only around $5/month.

This sets up V2Ray with REALITY protocol on port 443, the most effective method to bypass Iran's DPI (Deep Packet Inspection) systems. REALITY makes your VPN traffic completely indistinguishable from legitimate HTTPS connections to real websites.

What is this?

@nskforward
nskforward / mikrotik-vless.md
Last active September 14, 2026 02:54
Настройка VPN-туннеля VLESS на роутере MikroTik

Настройка VPN (VLESS + Reality) на роутере Mikrotik

Обновление от 08.01.2026

Инструкция предполагает, что ваш роутер сброшен до заводских настроек.

Инструкция проверена на RouterOS версии 7.20

Проверка поддержки контейнеров

Product Year Version Product Keys
Visual Studio 2026 18.x
Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK
Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V
https://x.com/massgravel/status/1988306014371008542
Visual Studio 2022 2021 17.x Professional:
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J
Enterprise:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pixelchrome
pixelchrome / fail2ban.md
Last active September 14, 2026 02:30
fail2ban - cheatsheet

fail2ban

Installation - Ubuntu / Debian

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fail2ban
@byteab
byteab / hand-drawn-character-creator.html
Created August 17, 2026 15:28
Seeded procedural animated hand drawn like characters, Canvas2D brush strokes on a Three.js rig.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Who are you?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">