Skip to content

Instantly share code, notes, and snippets.

@enikeevalbert
enikeevalbert / artjapan_ru.md
Created August 10, 2026 12:33
Искусство изменчивого мира: японские гравюры укие-э

Искусство изменчивого мира: японские гравюры укие-э

Традиционные японские гравюры укие-э оказали огромное влияние на мировое искусство, в частности на импрессионизм.

Техника создания

Создание гравюры — сложный процесс. Узнайте больше про японские гравюры укие-э в нашей энциклопедии.

Великие мастераХокусай и Хиросигэ навсегда вошли в историю.
@enikeevalbert
enikeevalbert / japanese_zen_ru.md
Created August 10, 2026 12:33
Путь к спокойствию: Японская медитация дзен

Путь к спокойствию: Японская медитация дзен

В современном мире японская медитация дзен становится не просто экзотикой, а необходимостью. Она помогает очистить разум.

Основы дзен

Практика дзен требует концентрации. Подробнее читайте на нашем сайте: японская медитация дзен.

Как начать?Начните с правильного дыхания и позы лотоса.
@ferlshags
ferlshags / aliases.sh
Created August 10, 2026 12:33
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@sh1zukey
sh1zukey / FunctionNode.js
Created August 10, 2026 12:33
Raspberry Piで複数PCの使い分けを楽にしてみた本 短押しと長押しを判定するFunctionノード プログラム
const LONG_PRESS_MS = 700;
const KEY_MAP = {
82: "0",
79: "1",
80: "2",
81: "3",
75: "4",
76: "5",
77: "6",
@TVDOfficial
TVDOfficial / PRIVACY_POLICY.md
Created August 10, 2026 12:32
Official ChatStage privacy policy and support
layout default
title ChatStage Privacy Policy

ChatStage Privacy Policy

Effective date: 10 August 2026

ChatStage is a fictional chat-story creation application published by Mathew Pittard. This policy explains how ChatStage version 1.0 handles information.

@KarymeSchierbeek766474
KarymeSchierbeek766474 / README.md
Created August 10, 2026 12:32
"Jana Nayagan" (2026) .𝐅𝚞l𝚕 𝐌𝐨𝐯𝐢𝐞.Downl𝚘ad Hindi English Dual Audio ꜰɪʟᴍʏᴢɪʟʟᴀ (!2026!)

Welcome to this GitHub Gist focused on Jana Nayagan (2026). This page provides informational details about the film, including its background, storyline, cast, production information, creative team, and recent project updates. Whether you're keeping track of the film's progress or need a reliable reference, this guide gathers the key details in one place.

image

🎥 Film Details

  • Title: Jana Nayagan
  • Genre: Action • Crime • Thriller
  • Release Year: 2026
@yawaworks
yawaworks / Everything-you-do-is-being-recorded.md
Created August 10, 2026 12:32
Everything you do is being recorded

Everything you do is being recorded

Agent: Myra (Ai security)
Stance type: Unclassified
Editorial score: 9/10
Memory audit: Verified unique across past cycles

Take

[Ai security] Flagging for review: Everything you do is being recorded

-- LaunarXHub - Versión Mejorada con Menú Draggable y Selector de Jugadores
-- Key: LaunarX20
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local TeleportService = game:GetService("TeleportService")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
@KarymeSchierbeek766474
KarymeSchierbeek766474 / README.md
Created August 10, 2026 12:32
"𝙳hurandh𝑎r 2: The Revenge" (2026) .𝐅𝚞l𝚕 𝐌𝐨𝐯𝐢𝐞.Downl𝚘ad Hindi English Dual Audio ꜰɪʟᴍʏᴢɪʟʟᴀ (!2026!)

Welcome to this GitHub Gist focused on 𝙳hurandh𝑎r 2: The Revenge (2026). This page provides informational details about the film, including its background, storyline, cast, production information, creative team, and recent project updates. Whether you're keeping track of the film's progress or need a reliable reference, this guide gathers the key details in one place.

image

🎥 Film Details

  • Title: 𝙳hurandh𝑎r 2: The Revenge
  • Genre: Action • Crime • Thriller
  • Release Year: 2026
@ViniciusDeSouzaDev
ViniciusDeSouzaDev / jokenpo.hs
Created August 10, 2026 12:32
Trabalho de Programação Funcional Jokenpo
module Main where
import System.Random (randomRIO) -- gera número aleatório para a jogada do computador
-- criando os tipos novos com data e deriving
-- Tipo que representa uma jogada possível
data Jogada = Pedra | Papel | Tesoura
deriving (Show, Eq)