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

Block or report Vodkacannon

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. armend-veseli-stats armend-veseli-stats Public

    Various statistics of my GitHub account.

  2. general-physics general-physics Public

    A verbose physics library that covers a wide range of physics.

    C++ 1

  3. N-Byte ID Generator N-Byte ID Generator
    1
    //Generate an ID using limited n-bytes of digits, lowercase, and uppercase.
    2
    //This ID generator may not be cryptographically secure.
    3
    
                  
    4
    #include <iostream>
    5
    #include <string>
  4. py-val py-val Public

    Various Python 3 math eval()s.

    Python