✨
Making the world a better place
Pinned Loading
-
DiscordUnitCorrector
DiscordUnitCorrector PublicA fully functional public Discord bot that automatically corrects non-SI units (imperial, etc) to SI-ones (metric, etc)
-
DiscordHook-CC
DiscordHook-CC PublicThis is DiscordHook, an easy-to-use lua library for connecting ComputerCraft to Discord.
-
Bitwise operation macros (Compatible...
Bitwise operation macros (Compatible with C, C++, C#, etc...) 1#define isBitSet(byte, bit) ((byte) & (1 << (bit)))
23#define setBit(byte, bit) ((byte) |= (1 << (bit)))
4#define clearBit(byte, bit) ((byte) &= ~(1 << (bit)))
5#define toggleBit(byte, bit) ((byte) ^= (1 << (bit)))
-
SquidDev-CC/FAQBot-CC
SquidDev-CC/FAQBot-CC PublicA Discord bot for answering frequently asked questions regarding CC.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.