Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segararai/erisan
ERISA-N符号のエンコードとデコードを行うプログラム
https://github.com/segararai/erisan
visual-novel
Last synced: 17 days ago
JSON representation
ERISA-N符号のエンコードとデコードを行うプログラム
- Host: GitHub
- URL: https://github.com/segararai/erisan
- Owner: SegaraRai
- Created: 2019-09-11T12:49:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T13:00:19.000Z (over 5 years ago)
- Last Synced: 2024-11-04T00:02:27.468Z (2 months ago)
- Topics: visual-novel
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erisan
ERISA-N符号のエンコードとデコードを行うプログラム
## 使い方
```text
erisan [e|d] infile outfile
```第一引数を`e`にするとエンコードを、`d`にするとデコードを行います。
infileは元ファイルを、outfileは出力先ファイルを指定します。
infileに`-`を指定すると標準入力を読み込みます。
outfileに`-`を指定すると標準出力に書き出します。