Skip to content
Ray M. Perry edited this page Feb 20, 2019 · 3 revisions

NumberPrinterApp.hx

Haxe: requires haxe, neko to build and run.

When run with the --max flag set to an safe positive integer, it will create a comprehension between 0 and --max, iterate over that comprehension, and print each number.

SummaryCombinator.hx

Haxe: requires haxe, neko to build and run.

When given a number of files (preferably .csv), it will concatenate the files into one while removing the first line.

Cat.hx

Haxe: requires haxe, neko to build and run.

If the destination exists, this will either copy or append a given file to said destination.

Find.hx

Haxe: requires haxe, neko to build and run.

Recursively tries to find a file based on a particular path.

ScryfallSearch.hx

Haxe: requires haxe, neko to build and run.

Searches the Scryfall database to find the information on a Magic: The Gathering card.

Clone this wiki locally