├── .gitignore ├── LICENSE ├── README.md ├── ff.ahk ├── ff.cfg ├── ff.gif ├── ff.nim ├── ff.nimble └── tests └── fftest.nim /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/README.md -------------------------------------------------------------------------------- /ff.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/ff.ahk -------------------------------------------------------------------------------- /ff.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/ff.cfg -------------------------------------------------------------------------------- /ff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/ff.gif -------------------------------------------------------------------------------- /ff.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/ff.nim -------------------------------------------------------------------------------- /ff.nimble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/ff.nimble -------------------------------------------------------------------------------- /tests/fftest.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genotrance/ff/HEAD/tests/fftest.nim --------------------------------------------------------------------------------