Pinned Loading
-
-
tg-bot-template
tg-bot-template Public templateTemplate repo with boilerplate code to write Telegram bots in Go
Go 1
-
MySQL function for some semver versi...
MySQL function for some semver versions comparison 1CREATE FUNCTION `SEMVER_GTE`(_v1 VARCHAR(128), _v2 VARCHAR(128)) RETURNS TINYINT DETERMINISTIC
2BEGIN
3DECLARE _next_v1 TEXT DEFAULT NULL;
4DECLARE _next_v2 TEXT DEFAULT NULL;
5DECLARE _nextlen_v1 INT DEFAULT NULL;
-
MySQL Greatest Common Divisor function
MySQL Greatest Common Divisor function 1CREATE FUNCTION `GCD`(a INTEGER, b INTEGER) RETURNS int(11) DETERMINISTIC
2BEGIN
3DECLARE dividend INT;
4DECLARE divisor INT;
5DECLARE remainder INT;
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.