注: SUS は今や Sliding Universal Score の略であり、 SeaUrchin Score ではありません。
- テキストデータであり、全て printable character で構成される。
- 拡張子:
*.sus - EOL: CRLF もしくは LF
- エンコード: 常に UTF-8
#で始まる行がデータとして意味を持ち、それ以外の行はコメントとして無視される。- 文字列データを指定する部分は
" ~ "でクォートする。
| #!/usr/bin/env rust-script | |
| //! ```cargo | |
| //! [dependencies] | |
| //! softbuffer = "0.4" | |
| //! winit = "0.30" | |
| //! windows = { | |
| //! git = "https://github.com/microsoft/windows-rs", | |
| //! ref = "1742a73cf7852414e0b304aca148d8b83a586546", | |
| //! features = ["Devices_Haptics"] | |
| //! } |
| ;; -*- fundamental -*- ; coding: utf-8 -*- | |
| ;; okuri-ari entries. | |
| いr /挿入/ | |
| かk /顔射/自慰/ | |
| きm /理性崩壊/ | |
| こk /自慰/ | |
| じこr /避妊失敗/ | |
| じこt /避妊失敗/ | |
| だs /射精/排卵/ | |
| でc /射精/排卵/ |
| #!/bin/bash | |
| # GitHub の PR 説明文に !automerge:2024-11-01 のようなディレクティブが記述されていたらその日時以降にマージするやつ | |
| # | |
| # 必須環境: | |
| # * ログイン済みの GitHub CLI | |
| # * Ripgrep | |
| # | |
| # 使い方: | |
| # 1. 自動マージさせたい PR のコメントに !automerge:XXXXXXXX と書いておく。XXXXXXXX は RFC3339 形式なら可 |
| /* | |
| DynamicNativeLibrary.cs by kb10uy | |
| This code is licensed under the CC0-1.0. | |
| You should have received a copy of the CC0 legalcode along with this work. | |
| If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
| */ | |
| using System; | |
| using System.Runtime.InteropServices; |
| @-moz-document url-prefix("https://accounts.booth.pm/orders/") { | |
| div.l-order-detail-by-shop | |
| > div.sheet-group | |
| > div.sheet | |
| > div.list | |
| > div.legacy-list-item:nth-child(even) { | |
| background-color: #eee; | |
| } | |
| } |
| { | |
| "id": "avtr_00000000-0000-0000-0000-000000000000", | |
| "name": "セフィラちゃん(夏稀風)", | |
| "parameters": [ | |
| { | |
| "name": "VRCLFeatureToggle", | |
| "input": { | |
| "address": "/avatar/parameters/VRCLFeatureToggle", | |
| "type": "Int" | |
| }, |
| #!/usr/bin/env rust-script | |
| //! ```cargo | |
| //! [dependencies] | |
| //! rcgen = "0.13.1" | |
| //! ``` | |
| use std::{env::args, process::exit}; | |
| use rcgen::{CertifiedKey, generate_simple_self_signed}; |