Pinned Repositories
cool-mysql
A cool MySQL library for cool people
go-namecase
This package allows you to convert names into the correct case where possible.
go2ts
Online Golang Struct to TypeScript Interface Converter
mysql-get-url-param
MySQL UDF for parsing and returning a URL query string parameter
mysql-lambda
A small MySQL UDF library for making AWS Lambda calls from a real MySQL database.
mysql-sha3
A small MySQL UDF library for creating sha3 hashes, written in Golang.
mysql-trimmean
MySQL UDF implementation of the Excel TRIMMEAN function
mysql-xid
xid is a globally unique id generator thought for the web
php-murmur-hash
64bit Murmur hash for extension for PHP (MurmurHash64B, based on the Murmur hash function from Percona)
swoof
Just swoof it in
Stirling Marketing Group's Repositories
StirlingMarketingGroup/go-retry
A simple retry function written in Golang
StirlingMarketingGroup/mysql-b64u
MySQL extension for base64 encoding (URL variant, no `=` and `-_` instead of `+/`)
StirlingMarketingGroup/mysql-get-etld-p1
MySQL UDF to extract the effective top level domain plus one more from a URL
StirlingMarketingGroup/mysql-murmurhash3
MySQL UDF for generating MurmurHash3's as unsigned 32bit integers (pure C variant)
StirlingMarketingGroup/mysql-unb64u
MySQL UDF for decoding URL-variant base 64 encoded strings