├── AUTHORS ├── CHANGES ├── LICENSE ├── README.md ├── THIRD-PARTY-NOTICES ├── VERSION ├── esa_matchfinder.c ├── esa_matchfinder.h └── libsais ├── CHANGES ├── LICENSE ├── VERSION ├── libsais.c └── libsais.h /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/AUTHORS -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/CHANGES -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/README.md -------------------------------------------------------------------------------- /THIRD-PARTY-NOTICES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/THIRD-PARTY-NOTICES -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.2.2 -------------------------------------------------------------------------------- /esa_matchfinder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/esa_matchfinder.c -------------------------------------------------------------------------------- /esa_matchfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/esa_matchfinder.h -------------------------------------------------------------------------------- /libsais/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/libsais/CHANGES -------------------------------------------------------------------------------- /libsais/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/libsais/LICENSE -------------------------------------------------------------------------------- /libsais/VERSION: -------------------------------------------------------------------------------- 1 | 2.10.4 2 | -------------------------------------------------------------------------------- /libsais/libsais.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/libsais/libsais.c -------------------------------------------------------------------------------- /libsais/libsais.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyaGrebnov/esa-matchfinder/HEAD/libsais/libsais.h --------------------------------------------------------------------------------