Skip to content
View koalatux's full-sized avatar

Block or report koalatux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. koubachi-pyserver koubachi-pyserver Public

    Python 15 11

  2. game-of-life-convolve.py game-of-life-convolve.py
    1
    from scipy.signal import convolve2d
    2
    
                  
    3
    KERNEL = [[2, 2, 2],
    4
              [2, 1, 2],
    5
              [2, 2, 2]]
  3. du7f du7f Public

    web based poll tool

    Ruby 3 1

  4. btrfsbuilder btrfsbuilder Public

    use btrfs snapshots for pbuilder

    Shell 1