An open API service indexing awesome lists of open source software.

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 '乱取り'

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 FFI

Rot13
``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.