├── .gitignore ├── .travis.yml ├── COPYING ├── Makefile ├── README.md └── sfarkxtc.cpp /.gitignore: -------------------------------------------------------------------------------- 1 | sfArkXTm 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raboof/sfarkxtc/HEAD/.travis.yml -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raboof/sfarkxtc/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raboof/sfarkxtc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raboof/sfarkxtc/HEAD/README.md -------------------------------------------------------------------------------- /sfarkxtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raboof/sfarkxtc/HEAD/sfarkxtc.cpp --------------------------------------------------------------------------------