Scrapes emojis from Unicode's full emoji list, works as of 2022-04-14.
Designed for Node, though with a little bit of adaptation it will probably work on browsers.
Requires:
Scrapes emojis from Unicode's full emoji list, works as of 2022-04-14.
Designed for Node, though with a little bit of adaptation it will probably work on browsers.
Requires:
/* 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; |
{ | |
"$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": { |
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) |
[package] | |
name = "fuck-batojs" | |
version = "0.1.0" | |
edition = "2021" | |
[lib] | |
crate-type = ["cdylib"] | |
[dependencies] | |
aes = { version = "0.8", default-features = false } |
""" | |
[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 |
# 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; |
# 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 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.