├── Disclaimer.url ├── LICENSE ├── Loader └── loader.json ├── README.md ├── package.json └── src ├── Arrays.json ├── Misc.json ├── SVM.js └── Waves.json /Disclaimer.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/Disclaimer.url -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/LICENSE -------------------------------------------------------------------------------- /Loader/loader.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentlySelectedPreset":"null" 3 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/package.json -------------------------------------------------------------------------------- /src/Arrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/src/Arrays.json -------------------------------------------------------------------------------- /src/Misc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/src/Misc.json -------------------------------------------------------------------------------- /src/SVM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/src/SVM.js -------------------------------------------------------------------------------- /src/Waves.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostFenixx/SVM/HEAD/src/Waves.json --------------------------------------------------------------------------------