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.

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

johgo_banner

๐Ÿ‘‹ Hey, I'm Tom

๐Ÿง  About Me

๐Ÿ›ก WAF Reverse Engineering
๐Ÿ›  Backend Dev
๐Ÿ“ Raspberry Pi Tinkerer
๐Ÿ–ฅ OS Enthusiast
๐Ÿ“Š Data Analytics & Visualisation


๐Ÿš€ Languages & Tools


๐Ÿงญ What I'm Up To

  • โš™๏ธ Building Johgo
  • ๐Ÿ“š Reading OS internals & kernel behavior
  • ๐Ÿงฎ Studying Neural Networks & Data Analytics

๐Ÿ“ Articles


๐Ÿงช Projects

Johgo Logo Johgo

UKโ€™s most popular TCG product search engine!

Haversine

Pure Go implementation of the haversine formula for geospatial distance checking.

Linux systemd service generator

Generates .service files for .py and .go executablesโ€”run anything like a native service.


Always building, always breaking.

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