Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trizen/raku-scripts
A small collection of Raku scripts.
https://github.com/trizen/raku-scripts
raku scripts
Last synced: 2 months ago
JSON representation
A small collection of Raku scripts.
- Host: GitHub
- URL: https://github.com/trizen/raku-scripts
- Owner: trizen
- License: gpl-3.0
- Created: 2015-09-21T22:42:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T04:59:50.000Z (9 months ago)
- Last Synced: 2024-04-30T05:46:02.765Z (9 months ago)
- Topics: raku, scripts
- Language: Raku
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raku-scripts
Several Raku scripts which prove some ideas or implement some useful practicability
# Summary
* Generators
* [Faulhaber's formula](./Generators/faulhaber_s_formula.raku)
* Math
* [Bernoulli numbers recursive](./Math/bernoulli_numbers_recursive.raku)
* [Mersenne twister](./Math/mersenne_twister.raku)
* Text
* [Smart word wrap](./Text/smart_word_wrap.raku)