Ralgo
Script to convert large .txt files (or any other format) to .csv via a regular expression.
Encode text or file into a pseudo-random sequence, and decode it despite the random aspect.
Installation
From Sources
$ git clone https://github.com/Rom1-J/Ralgo
$ cd Ralgo
$ make build # assuming you already have go installed on your systemThen you can find the executable inside dist/ directory.
From Builds
- Download the latest release compatible with your system
Usage
$ ./ralgo -h
# -input string
# Input text
# -output string
# Output file (default "stdout")Examples
$ time ./ralgo
# todo
$ cd extra/example
$ python verify.py
# Test passed!Performances tests
Specs:
- CPU:
Intel i7-9750H (12) @ 4.500GHz - Disk:
NVMe - Memory:
32GB
Sample:
- todo
Runs:
- todo
License
- todo