Skip to content
View hackowitz's full-sized avatar
🤓
🤓

Block or report hackowitz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Assembly Fibonacci Sequence Assembly Fibonacci Sequence
    1
    # Compute the fibonacci sequence up to the largest unsigned 32-bit value, and print the results.
    2
    # Registers:
    3
    #	  $s0: The larger of the two most recent fibonaci numbers
    4
    #	  $s1: The smaller of the two most recent fibonaci numbers
    5
    #	  $s2: The maximum unsigned integer value
  2. resume.json resume.json
    1
    {
    2
      "basics": {
    3
        "name": "Noah Jackowitz",
    4
        "email": "noah.jackowitz@gmail.com",
    5
        "phone": "(530) 503-0398",
  3. wordle-solver wordle-solver Public

    Solver for the NY Times' Wordle game

    Python

  4. py-pdf/pypdf py-pdf/pypdf Public

    A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files

    Python 9.9k 1.6k