https://github.com/prsprsbk/randoripony
Randori is '乱取り'
https://github.com/prsprsbk/randoripony
pony-language ponylang
Last synced: about 1 month ago
JSON representation
Randori is '乱取り'
- Host: GitHub
- URL: https://github.com/prsprsbk/randoripony
- Owner: PrsPrsBK
- Created: 2019-03-14T07:45:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T21:52:03.000Z (about 6 years ago)
- Last Synced: 2025-01-25T00:24:12.148Z (3 months ago)
- Topics: pony-language, ponylang
- Language: Pony
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========================================
Randori Pony
========================================practice of Pony, on Windows OS.
----------------------------------------
Short Notes
----------------------------------------Collatz
Collatz Sequence. e.g. ``(begin) 11, 34, 17, 52, 26, 13, 40, 20, 10, 5, 16, 8, 4, 2, 1 (end)``Filer
etude of filer and FFIRot13
``Pony`` <-> ``Cbal``SternBrocot
Get ratio as approximation of floating point number, by walk on Stern-Brocot Tree (c.f. Farey Sequence).e.g. ``0.2777 => 5/18``
WebExtensions
Native Messaging with WebExtensions web browser add-on (Firefox).ActivePattern
trial for FSharp's Active Pattern, but not succeeded.