Version: 0.1 (Initial Draft) Status: Under active development
Elysium is a modern programming language that emphasizes readability, safety, and performance. This specification defines the syntax, semantics, and behavior of the Elysium language.
| #!/bin/bash | |
| # Claude Code Infrastructure Setup Script with Research Functionality | |
| # This script sets up a structured development environment with AI-powered workflow | |
| echo "🚀 Claude Code Infrastructure Setup (with Research)" | |
| echo "================================================" | |
| # Create .claude directory structure | |
| echo "📁 Creating .claude directory structure..." |
Version: 0.1 (Initial Draft) Status: Under active development
Elysium is a modern programming language that emphasizes readability, safety, and performance. This specification defines the syntax, semantics, and behavior of the Elysium language.
aspe:keyoxide.org:53LRCXONXJ2LZQWY6KZMILBJKQ
| # /etc/libinput/local-overrides.quirks | |
| [Device] | |
| MatchName=SynPS/2 Synaptics TouchPad | |
| MatchUdevType=touchpad | |
| MatchBus=ps2 | |
| # We need to add a valid DMI modalias match as required | |
| MatchDMIModalias=dmi:* | |
| # Disable the device by telling libinput to ignore its input properties |
| def with_std(&block) | |
| original_stdout = File.open("/dev/null") | |
| original_stdout.reopen(STDOUT) | |
| original_stderr = File.open("/dev/null") | |
| original_stderr.reopen(STDERR) | |
| stdout_reader, stdout_writer = IO.pipe | |
| stderr_reader, stderr_writer = IO.pipe |
| import { useState } from "preact/hooks"; | |
| export interface MessageInputProps { | |
| onSubmit: (message: { content: string; image: string | null }) => void; | |
| } | |
| const MessageInput = ({ onSubmit }: MessageInputProps) => { | |
| const [message, setMessage] = useState<string>(""); | |
| const [image, setImage] = useState<string | null>(null); |
| import re | |
| import argparse | |
| re_attention = re.compile(r""" | |
| \\\(| | |
| \\\)| | |
| \\\[| | |
| \\]| | |
| \\\\| | |
| \\| |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Danbooru Tag Copier | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Automatically copy all general tags from danbooru page to your clipboard | |
| // @author watzon | |
| // @match https://danbooru.donmai.us/posts/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=donmai.us | |
| // @grant none | |
| // ==/UserScript== |
| KNOWN_ID_MAP = { 2768409 => 1383264000000, 7679610 => 1388448000000, 11538514 => 1391212000000, 15835244 => 1392940000000, 23646077 => 1393459000000, 38015510 => 1393632000000, 44634663 => 1399334000000, 46145305 => 1400198000000, 54845238 => 1411257000000, 63263518 => 1414454000000, 101260938 => 1425600000000, 101323197 => 1426204000000, 111220210 => 1429574000000, 103258382 => 1432771000000, 103151531 => 1433376000000, 116812045 => 1437696000000, 122600695 => 1437782000000, 109393468 => 1439078000000, 112594714 => 1439683000000, 124872445 => 1439856000000, 130029930 => 1441324000000, 125828524 => 1444003000000, 133909606 => 1444176000000, 157242073 => 1446768000000, 143445125 => 1448928000000, 148670295 => 1452211000000, 152079341 => 1453420000000, 171295414 => 1457481000000, 181783990 => 1460246000000, 222021233 => 1465344000000, 225034354 => 1466208000000, 278941742 => 1473465000000, 285253072 => 1476835000000, 294851037 => 1479600000000, 297621225 => 1481846000000, 328594461 => 1482969000000, 337808429 = |