Pinned Loading
-
kaspersmicrobit
kaspersmicrobit PublicA python package to connect to the Bluetooth LE GATT services of BBC micro:bit devices. Use your micro:bit as a wireless game controller!
Python 16
-
myprotosql
myprotosql PublicRead protobuf binary data using vanilla mysql stored functions
Python 3
-
conway's game of life in SQL (postgr...
conway's game of life in SQL (postgresql) - http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life 1with recursive generation1(x,y) as ( --the initial board setup
2select 2, 3
3union
4select 3, 3
5union
-
Transducers in java. An exercise bas...
Transducers in java. An exercise based on http://phuu.net/2014/08/31/csp-and-transducers.html 1import java.util.ArrayList;
2import java.util.Arrays;
3import java.util.Collection;
4import java.util.List;
5import java.util.function.BiFunction;
-
shortcuttranslator
shortcuttranslator PublicIntellij plugin to translate shortcuts between keymaps
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.