Make trees in Typst
This document describes the syntax for "standard" 3simai, based on how 3simai interpreted and played the chart file.
This is not intended to be an absolute guide, and you should adapt to whatever oddities your chart viewers/editors have.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: 0BSD | |
# (c) beerpsi 2022 | |
# | |
# Jank ass script to convert a maimai "classic" dump into simai charts. | |
# | |
# Requires imagemagick, ffmpeg and unxwb. | |
# | |
# Put this in the data folder, install maiconverter and pathvalidate, | |
# provide the encryption key (MiLK and FiNALE), then run. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: 0BSD | |
# Usage: cargo clippy --message-format=json | jq --arg WORKING_DIRECTORY "$WORKDIR" -rsf annotations.jq | |
def annotation_level(x): | |
if x == "help" or x == "note" then | |
"notice" | |
elif x == "warning" then | |
"warning" | |
else | |
"error" | |
end; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
beautifulsoup4 = "^4.11.1" | |
requests = "^2.28.0" | |
XlsxWriter = "^3.0.3" | |
""" | |
from datetime import datetime | |
from bs4 import BeautifulSoup | |
import requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "fuck-batojs" | |
version = "0.1.0" | |
edition = "2021" | |
[lib] | |
crate-type = ["cdylib"] | |
[dependencies] | |
aes = { version = "0.8", default-features = false } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; SPDX-License-Identifier: 0BSD | |
; IrfanView photo viewer registry | |
; | |
; Usage: | |
; $content = (Get-Content register-irfanview.reg).Replace('$IrfanViewBitness', $IrfanViewBitness) # either "32-bit" or "64-bit" | |
; .Replace('$IrfanViewBinary', $IrfanViewBinary) # either "i_view32.exe" or "i_view64.exe" | |
; .Replace('$pathIrfanViewEscaped', $pathIrfanView.Replace('\', '\\')) | |
; .Replace('$pathIrfanView', $pathIrfanView) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema", | |
"$comment": "https://github.com/compilekaiten/enmity-Themes-Color-Map", | |
"definitions": { | |
"hex_color": { | |
"type": "string", | |
"comment": "While Enmity does take #RRGGBBAA values, the alpha value is ignored when converting.", | |
"pattern": "#([0-9a-fA-F]{8}|[0-9a-fA-F]{6})" | |
}, | |
"rgba_color": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copied from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi */ | |
:root, | |
.__fb-light-mode { | |
--card-background: #2e3440; | |
--comment-background: #3b4252; | |
--comment-footer-background: #3b4252; | |
--card-background-flat: #3b4252; | |
--disabled-button-background: #434c5e; | |
--divider: #3b4252; |
NewerOlder