Skip to content
View MitalAshok's full-sized avatar
  • 15:37 (UTC +01:00)

Highlights

  • Pro

Block or report MitalAshok

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. Prints the hash of a file using vari... Prints the hash of a file using various hashing or checksum algorithms (Including CRC-32)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """A simple command line utility that takes a file and prints it's
    4
    hash given a hashlib algorithm. Also supports CRC-32 and Adler-32.
    5
  2. print print Public

    Header only Python like print function for C++ (C++11 compatible)

    C++ 1

  3. self_macro self_macro Public

    A C++14 macro to get the type of the current class without naming it

    C++ 17 2

  4. freestanding_mersenne_twister freestanding_mersenne_twister Public

    A single header reimplementing `std::mersenne_twister_engine`/`std::mt19937` with no absolutely dependencies

    C++