Skip to content
View tomronw's full-sized avatar
πŸ¦™
πŸ¦™

Block or report tomronw

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

Tom πŸ‘‹

About me 😁

Interests

  • WAF reverse engineering
  • Site exploitation
  • Automation
  • APIs

Languages/Tools I frequently use:

Linux Raspberry Pi

Projects

johgo

  • Free search engine built with React JS/Go!

haversine

  • Pure Go implementation of haversine. Computes the Haversine distance between two geo-coordinates, and checks if they're within a specified radius (in km) of each other.

Linux systemd service generator

  • Generates system services for .py and .go files!

Pinned Loading

  1. linux_service_generator linux_service_generator Public

    Python script to automatically generate a .service file in /systemd/system for a Python or Go program that will start on boot

    Python 1

  2. haversine haversine Public

    Haversine implementation in Go. Computes the Haversine distance between two geo-coordinates, and checks if they're within a specified radius (in km) of each other.

    Go