Skip to content
View rheard's full-sized avatar
  • Claymont, DE

Block or report rheard

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rheard/README.md

Hello, Mars! 👋

I'm a passionate a software engineer who likes fast Python and weird math.

Current obsessions are number theory, factorization, optimizations, and useful apps.

📚 Important Repos

  • twosquares: A Python package for computing all solutions of the form $n = x^2 + y^2$ for any $n$ as efficiently as possible.
  • quadint: A Python package for quadratic integers, including a version of Python's complex backed by int instead of double.
  • pixmatch: A modern VisiPics replacement—cross-platform duplicate-image finder that scans folders + ZIPs for visually similar images (including GIFs/animated WebP) and lets you quickly keep/ignore/delete.
  • Magic Square of Squares: A solution for the magic square of squares problem.

📦 Other stuff

  • quatint: Similar to quadint, this is a package for dealing with quaternions that have all integer or all half-integer values. Feature packed and performant!
  • Python NetForms: A Pythonic library for using NetForms.
  • Python Net GUI Automation: A Pythonic library for using C# GUI Automation libraries.

🏺 Ancient Repos

While these are important repositories, this is work that I haven't touched in a long time and are more useful as archives.

🎈 Open-Source Contributions

I believe in the power of collaboration and contribute to open-source projects like Django.

📫 How to reach me

Feel free to connect with me:

LinkedIn: https://www.linkedin.com/in/ryan-heard-1a16a5192/

Let's create something awesome together! 😊

Pinned Loading

  1. The-Tesseract-on-Xbox-360-for-Black-Ops-2 The-Tesseract-on-Xbox-360-for-Black-Ops-2 Public

    C 14 4

  2. ProjectEuler ProjectEuler Public

    Holds my solutions for ProjectEuler

    Python

  3. Xbox360DiscIntegrityChecker Xbox360DiscIntegrityChecker Public

    Used to verify that Xbox 360 discs can be read and fully played.

    C++ 1

  4. magic_sq magic_sq Public

    An attempt at solving the magic square of squares problem

    Python

  5. pynetforms pynetforms Public

    A Python wrapper around the Window's Forms libraries

    Python

  6. pynetauto pynetauto Public

    A light Pythonic wrapper around .NET's Automation libraries.

    Python