Skip to content
View kenrap's full-sized avatar

Block or report kenrap

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

    Forked from YiJeongseop/Tetris

    Tetris in Python

    Python 1

  2. networkmgr networkmgr Public

    Forked from ghostbsd/networkmgr

    NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD

    Python

  3. freebsd-ports freebsd-ports Public

    Forked from freebsd/freebsd-ports

    FreeBSD ports tree (read-only mirror)

    Makefile

  4. python_startup.py python_startup.py
    1
    import readline
    2
    import rlcompleter
    3
    from os.path import expanduser
    4
    
                  
    5