├── .github └── workflows │ ├── greetings.yml │ └── python-test-diff-versions.yml ├── LICENSE ├── README.md ├── output.matlab └── suid3num.py /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/.github/workflows/greetings.yml -------------------------------------------------------------------------------- /.github/workflows/python-test-diff-versions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/.github/workflows/python-test-diff-versions.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/README.md -------------------------------------------------------------------------------- /output.matlab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/output.matlab -------------------------------------------------------------------------------- /suid3num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/SUID3NUM/HEAD/suid3num.py --------------------------------------------------------------------------------