Skip to content
View koalatux's full-sized avatar
Block or Report

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. du7f du7f Public

    web based poll tool

    Ruby 3 1

  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. btrfsbuilder btrfsbuilder Public

    use btrfs snapshots for pbuilder

    Shell 1

  4. odhcp6c odhcp6c Public archive

    Forked from openwrt/odhcp6c

    This repository is a mirror of https://git.openwrt.org/?p=project/odhcp6c.git. It is for reference only and is not active for checks-ins or reporting issues; issues should be reported at: https://b…

    C

  5. rust-lang/rust rust-lang/rust Public

    Empowering everyone to build reliable and efficient software.

    Rust 94.9k 12.2k