Skip to content
View ajtga's full-sized avatar

Highlights

  • Pro

Block or report ajtga

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

Pinned Loading

  1. fire-incidents fire-incidents Public

    Automated open data pipeline and interactive map tracking CBMAL fire incidents in Alagoas, Brazil.

    Python

  2. apoena apoena Public

    A lightweight Windows PowerShell productivity assistant that logs focus sessions to local CSVs, enforces single-tasking via Daily Key Results (OKRs), and prompts periodic 20-20-20 eye rest wellness…

    PowerShell

  3. Python script to resolve shortened G... Python script to resolve shortened Google Maps URLs, extract latitude and longitude from the expanded redirect URL, and export the results to CSV.
    1
    import re
    2
    import time
    3
    import logging
    4
    import argparse
    5