TechPenguineer / ubuntu-cruncher

Crunch strings or integers with Ubuntu Linux; or any other Linux distros

Repository from Github https://github.comTechPenguineer/ubuntu-cruncherRepository from Github https://github.comTechPenguineer/ubuntu-cruncher

Ubuntu Cruncher

How to use


Parse Integer


cruncher 13

Result:
> 13
> 31

Parse String


cruncher Hey

Result:
> Hey
> eyH
> yHe

How it works

The program is very simple. It just takes the word and gets the number of characters in the word. It then loops deppending on the amount of character. Each time it runs through it takes the 0 index and puts it in the last. So the word "Hey" would turn into "eyH" and will continue to do that untill index 0 is back at index 0

About

Crunch strings or integers with Ubuntu Linux; or any other Linux distros


Languages

Language:Julia 100.0%