Skip to content

Instantly share code, notes, and snippets.

View andrexus's full-sized avatar

Andriy Tarasenko andrexus

View GitHub Profile
@andrexus
andrexus / marshal_bson.go
Created May 28, 2019 12:50
(Un)MarshalBSONValue for enum
/*
GrantType enum
ENUM(
authorization_code
client_credentials
implicit
password
refresh_token
)
*/
@andrexus
andrexus / window.sh
Created August 9, 2018 15:34
Bash command to change size of bash window (useful when using docker exec)
# resize the window to 100x40 characters
printf '\033[8;40;100t'