Skip to content

Instantly share code, notes, and snippets.

View oxijoined's full-sized avatar
😲
кодирую сусликов

окси oxijoined

😲
кодирую сусликов
View GitHub Profile
@oxijoined
oxijoined / openclaw_api_reference.md
Created February 22, 2026 20:22
OpenClaw Gateway API Reference

OpenClaw Gateway API Reference

Источник: openclaw-assistant (Android) + openclaw-voice (Python)


Транспорт

WebSocketws://host:18789 (default port)
TLS: wss://host:18789

@oxijoined
oxijoined / index.pug
Created March 12, 2024 15:06
Sinusoid
script.
window.canvasOptions = {
autoClear: true,
autoCompensate: false,
autoPushPop: true,
canvas: true,
centered: true,
width: null,
height: null
};
import tkinter as tk
import sqlite3
def load_workers():
listbox.delete(0, tk.END)
cursor.execute("SELECT * FROM workers")
workers = cursor.fetchall()
for worker in workers:
listbox.insert(