Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viral32111/gates
A collection of useful gates for use with Wiremod.
https://github.com/viral32111/gates
decoding encoding garrysmod gates wiremod
Last synced: about 1 month ago
JSON representation
A collection of useful gates for use with Wiremod.
- Host: GitHub
- URL: https://github.com/viral32111/gates
- Owner: viral32111
- License: other
- Created: 2020-06-26T17:24:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T10:56:12.000Z (about 3 years ago)
- Last Synced: 2024-11-05T11:44:06.709Z (3 months ago)
- Topics: decoding, encoding, garrysmod, gates, wiremod
- Language: Lua
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gates
A collection of useful gates for use with Wiremod.
## The included gates
* Encoding
* Base-2 Encode (Binary)
* Base-8 Encode (Octal)
* Base-10 Encode (Decimal)
* Base-16 Encode (Hex)
* Base-32 Encode
* Base-64 Encode
* URL Encode* Decoding
* Base-2 Decode (Binary)
* Base-8 Decode (Octal)
* Base-10 Decode (Decimal)
* Base-16 Decode (Hex)
* Base-32 Decode
* Base-64 Decode
* URL Decode* Bitwise
* Or (Many)
* And (Many)## License
Licensed under GNU AGPLv3, Copyright (C) 2020 - 2022 viral32111.