mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-12 15:51:11 +08:00
@@ -1,6 +1,8 @@
|
|||||||
# base16384
|
# base16384
|
||||||
> **Note**: This project used the awesome cross-platform binary compiling tool [cosmopolitan](https://github.com/jart/cosmopolitan)
|
> **Note**: This project used the awesome cross-platform binary compiling tool [cosmopolitan](https://github.com/jart/cosmopolitan)
|
||||||
|
|
||||||
|
> Alternatives: [Go](https://github.com/fumiama/go-base16384), [Python](https://github.com/synodriver/pybase16384), [Android](https://github.com/fumiama/android-base16384), [TypeScript](https://github.com/shigma/base16384.js), [Lua(binding)](https://github.com/synodriver/lua-base16384), [Lua(pure)](https://github.com/Yiwen-Chan/base16384), [C#](https://github.com/lc6464/Base16384Coder-Console)
|
||||||
|
|
||||||
Encode binary file to printable utf16be, and vice versa.
|
Encode binary file to printable utf16be, and vice versa.
|
||||||
|
|
||||||
## Description 说明
|
## Description 说明
|
||||||
@@ -19,7 +21,12 @@ Save more space and since the code 0x0000 is encoded to "一", finding zero spac
|
|||||||
|
|
||||||
## Usage 使用说明
|
## Usage 使用说明
|
||||||
|
|
||||||
### Install from my PPA in Ubuntu 直接安装
|
### Install from Debian sid 从Debian sid安装
|
||||||
|
```bash
|
||||||
|
sudo apt install base16384/unstable
|
||||||
|
```
|
||||||
|
|
||||||
|
### Install from my PPA in Ubuntu 从我的PPA安装
|
||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository ppa:fumiama/ppa
|
sudo add-apt-repository ppa:fumiama/ppa
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
@@ -73,9 +73,8 @@ This file is part of
|
|||||||
.IR "base16384" .
|
.IR "base16384" .
|
||||||
.LP
|
.LP
|
||||||
Base16384 is free software; you can redistribute it and/or modify it under the
|
Base16384 is free software; you can redistribute it and/or modify it under the
|
||||||
terms of the GNU General Public License as published by the Free Software
|
terms of the GNU General Public License Version 3 as published by the Free
|
||||||
Foundation; either version 3 of the License, or (at your option) any later
|
Software Foundation.
|
||||||
version.
|
|
||||||
.LP
|
.LP
|
||||||
Base16384 is distributed in the hope that it will be useful, but WITHOUT ANY
|
Base16384 is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||||
|
|||||||
Reference in New Issue
Block a user