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

https://github.com/angablue/ieeextreme-16

snowypeaks IEEEXtreme 16.0
https://github.com/angablue/ieeextreme-16

Last synced: about 1 year ago
JSON representation

snowypeaks IEEEXtreme 16.0

Awesome Lists containing this project

README

          

# 🏔️ `snowypeaks` IEEEXtreme 16.0

## Using Input Files
You can feed your input from a file (and have it be treated as `stdin`), then have `stdout` redirect to `out.txt` using the following command.

```
type ascii-dancer.txt | node ascii-dancer.js > out.txt
```

For Python programs, its very similar.

```
type pizza-cutter.txt | py pizza-cutter.py > out.txt
```