Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmelodie/based
A base64-like decoder but for any base
https://github.com/gmelodie/based
hacktoberfest
Last synced: 25 days ago
JSON representation
A base64-like decoder but for any base
- Host: GitHub
- URL: https://github.com/gmelodie/based
- Owner: gmelodie
- License: mit
- Created: 2020-08-13T14:51:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T15:52:44.000Z (about 4 years ago)
- Last Synced: 2024-05-02T03:19:50.340Z (6 months ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# based
A base64-like decoder but for any base## Installation
```bash
$ go get github.com/gmelodie/based
```## Usage
```bash
$ ./based
```**Example**
```bash
$ ./based 2 test.bin ans
$ cat ans
hello world
```