Skip to content
View matthewraaff's full-sized avatar
🖥️
🖥️

Sponsoring

@raysan5
Block or Report

Block or report matthewraaff

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
matthewraaff/README.md

👋 Hello, I'm Matthew Raaff, a software developer from England.

Top 3 active public projects

A small implementation of the minimax algorithm in Rust.

A CLI program to find contents of files, written to learn Rust.

File mirroring service software written in Python.

Pinned

  1. Haversine function written in Python... Haversine function written in Python 3.12
    1
    from math import radians, sin, cos, tan, sqrt, atan2
    2
    
                  
    3
    RADIUS = 6356.752
    4
    
                  
    5
    class Coordinate():
  2. yournovel/novel-client-py yournovel/novel-client-py Public

    A python client for the novel API

    Python 1