Skip to content
View freshskates's full-sized avatar
💭
hi hey hello
💭
hi hey hello
  • Amazon Web Services (AWS)
  • California

Organizations

@NVIDIAGameWorks
Block or Report

Block or report freshskates

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. algorithms.md algorithms.md
    1
    # Programming
    2
    
    
    3
    ### Table of Contents
    4
    1. [Quick Tricks](#quick-tricks)
    5
    2. [Binary Operations](#binary-operations)
  2. Test-memory-Program Test-memory-Program Public

    Test Program for my memory-value-changer if you have nothing else to test with

    C++

  3. memory-value-changer memory-value-changer Public

    warning: this code can modify any programs memory by accessing and overriding details of that program

    1

  4. Hex-Dump Hex-Dump Public

    Hex Dump: Input a file on any kind, supports images as well. Handle the hex format as you wish. Functions below.

    Python 1