Skip to content

Instantly share code, notes, and snippets.

View LaurensWeyn's full-sized avatar

Laurens Weyn LaurensWeyn

View GitHub Profile
@kb10uy
kb10uy / sus-specification-2.7.md
Last active August 18, 2024 16:13
SUS フォーマット v2.7 仕様

SUS Format Specification v2.7 (rev2)

注: SUS は今や Sliding Universal Score の略であり、 SeaUrchin Score ではありません。

1. 概要

  • テキストデータであり、全て printable character で構成される。
  • 拡張子: *.sus
  • EOL: CRLF もしくは LF
  • エンコード: 常に UTF-8
  • # で始まる行がデータとして意味を持ち、それ以外の行はコメントとして無視される。
  • 文字列データを指定する部分は " ~ " でクォートする。
@gmag11
gmag11 / nodered-ssl.conf
Last active November 26, 2023 21:29
NodeRed 1.0 reverse proxy configuration with Apache 2.4
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
ServerName node.yourdomain.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html # this does not matter
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined