Skip to content
View janickr's full-sized avatar

Block or report janickr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. kaspersmicrobit kaspersmicrobit Public

    A 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 26 1

  2. myprotosql myprotosql Public

    Read protobuf binary data using vanilla mysql stored functions

    Python 3

  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
    1
    with recursive generation1(x,y) as (   --the initial board setup
    2
      select 2, 3
    3
      union
    4
      select 3, 3
    5
      union
  4. Transducers in java. An exercise bas... Transducers in java. An exercise based on http://phuu.net/2014/08/31/csp-and-transducers.html
    1
    import java.util.ArrayList;
    2
    import java.util.Arrays;
    3
    import java.util.Collection;
    4
    import java.util.List;
    5
    import java.util.function.BiFunction;
  5. bubblegum bubblegum Public

    java micro web framework

    Java 2 2

  6. shortcuttranslator shortcuttranslator Public

    Intellij plugin to translate shortcuts between keymaps

    Java 12 1