Skip to content
View kammererN's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kammererN

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

  1. kammr.com kammr.com Public

    Portfolio webpage. Built with HTML5, Bootstrap & jQuery.

    HTML 1

  2. pycipher-cli pycipher-cli Public

    Python command-line encryption tool for plaintext files.

    Python 1

  3. DiscographyBrowser DiscographyBrowser Public

    Browse Any Spotify Artist's Discography. Built with React.

    JavaScript 2

  4. pwgen pwgen
    1
    from secrets import randbelow
    2
    from sys import argv
    3
    
                  
    4
    PW_LENGTH = 18
    5