aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-10adding a note on dependenciesDennis Eriksen1-0/+8
2023-11-10moving python-file to srcDennis Eriksen1-0/+12
so I can add ruff-config and venv without cluttering the main folder
2023-11-10trying out new project structureDennis Eriksen1-2/+2
2023-11-09Adding a python-verionDennis Eriksen1-22/+31
2023-09-14Updated build-instructions for go-versionDennis Eriksen1-1/+1
2023-09-14Updated build-instructions for rust-versionDennis Eriksen1-1/+1
2023-09-13Adding rust-versionDennis Eriksen1-17/+31
This needs a lot of cleanup and commenting, but it works. It's FAST. Even faster than the go-version.
2023-09-11Redid the sh-version.Dennis Eriksen1-15/+15
It's almost twice as fast now! Had to use some hacks because POSIX sh don't support arrays. Well, it supports *one*... Still needs some cleanup, but it now has the same functionality as the others!
2023-09-08Adding description to READMEDennis Eriksen1-29/+39
2023-09-08Updating README.mdDennis Eriksen1-18/+19
First and foremost - the \ got removed from the special characterset in the zsh-version (which atm is the authorative one) in commit 10f86a9. This is because it was sometimes interpreted as an escapecharacter when combined with certain other characters. This should probably have been solved some other way, but the easiest way was to just remove the character. I also don't have quotes in the special characterset for the same reason - it might get interpreted the wrong way. Secondly, I updated the example. Thirdly - updated the descriptions of the different versions a bit.
2023-09-07Redid makepass.bashDennis Eriksen1-14/+14
Without any polish... But makepass.bash is now about 5.5x faster than previously!
2023-09-07Redid the perl-versionDennis Eriksen1-1/+1
and fixed a typo in zsh and readme
2023-09-06WIP: Cleanup and standardization - Done?Dennis Eriksen1-21/+90
I think I'm getting there with this round. `makepass.zsh` might not look pretty, but it is beginning to look like something that might be standardized on. Next step is to rewrite some of the other scripts to match the zsh one.
2023-09-05adding golang-versionDennis Eriksen1-16/+42
2023-09-04adding readmeDennis Eriksen1-0/+107