Skip to content
View PipKcK's full-sized avatar

Highlights

  • Pro

Block or report PipKcK

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. ChaseForage-CyberSecurity-Task3 ChaseForage-CyberSecurity-Task3 Public

    Jupyter Notebook

  2. Coder-Commands Coder-Commands Public

    Various Bash Scripts that can help a beginner programmer program faster.

    Shell

  3. FileTransferTCP-Python FileTransferTCP-Python Public

    Python program that allows for file transfer over TCP. It's a client-server architecture where the client sends a file to the server, and the server receives it and saves it under a different name.

    Python

  4. forage-jpmc-swe-task-3 forage-jpmc-swe-task-3 Public

    Forked from theforage/forage-jpmc-swe-task-3

    Starter repo for task 3 of JPMC's Forage program

    Python

  5. HashingStrings-Python HashingStrings-Python Public

    Using SHA-2 Family and hashlib to HASH a string in python

    Python

  6. Salting-Passwords Salting-Passwords Public

    This C++ Function uses Mersenne Twister 19937 (mt19937) which is a pseudorandom number generator (PRNG) included in the C++ Standard Library's <random> header. By utilizing the mt19937 generator, w…

    C++