├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── pull_request_template.md ├── LICENSE ├── README.md ├── docs ├── README.ar.md ├── README.de.md ├── README.es.md ├── README.fr.md ├── README.hi.md ├── README.id.md ├── README.it.md ├── README.ja.md ├── README.ko.md ├── README.pl.md ├── README.pt-BR.md ├── README.ru.md ├── README.th.md ├── README.tr.md ├── README.vi.md └── README.zh.md └── index.html /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/README.md -------------------------------------------------------------------------------- /docs/README.ar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.ar.md -------------------------------------------------------------------------------- /docs/README.de.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.de.md -------------------------------------------------------------------------------- /docs/README.es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.es.md -------------------------------------------------------------------------------- /docs/README.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.fr.md -------------------------------------------------------------------------------- /docs/README.hi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.hi.md -------------------------------------------------------------------------------- /docs/README.id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.id.md -------------------------------------------------------------------------------- /docs/README.it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.it.md -------------------------------------------------------------------------------- /docs/README.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.ja.md -------------------------------------------------------------------------------- /docs/README.ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.ko.md -------------------------------------------------------------------------------- /docs/README.pl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.pl.md -------------------------------------------------------------------------------- /docs/README.pt-BR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.pt-BR.md -------------------------------------------------------------------------------- /docs/README.ru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.ru.md -------------------------------------------------------------------------------- /docs/README.th.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.th.md -------------------------------------------------------------------------------- /docs/README.tr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.tr.md -------------------------------------------------------------------------------- /docs/README.vi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.vi.md -------------------------------------------------------------------------------- /docs/README.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/docs/README.zh.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThanhNguyxn/SheerID-Verification-Tool/HEAD/index.html --------------------------------------------------------------------------------