Skip to content
View joefg's full-sized avatar
🏍️
Carving the corners
🏍️
Carving the corners

Block or report joefg

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

Pinned Loading

  1. postgres-pgtle postgres-pgtle Public

    Adding pg_tle to a Postgres container.

    Dockerfile

  2. census-tools census-tools Public

    A suite of tools for interpreting census data through GIS.

    Shell

  3. UK food hygiene rating XML to GeoJSO... UK food hygiene rating XML to GeoJSON converter
    1
    import argparse
    2
    import json
    3
    import xml.etree.ElementTree
    4
    
                  
    5
    """
  4. SJCam C110+ Reverse Engineering Notes SJCam C110+ Reverse Engineering Notes
    1
    # SJCam C110+ Notes
    2
    
                  
    3
    > TL;DR I want to use this camera without using the app, there are no buttons or screens on
    4
    > the camera itself, and the camera app isn't that great to use. Can I liberate it?
    5
  5. Moongrep Standalone Moongrep Standalone
    1
    #!/usr/bin/env -S uv run --script
    2
    # /// script
    3
    # requires-python = ">=3.13"
    4
    # dependencies = [
    5
    #    "einops>=0.8.1",
  6. Joe's data wrangling guide Joe's data wrangling guide
    1
    # Data Wrangling 🤠
    2
    
                  
    3
    How to wrangle data from source to a data product.
    4
    
                  
    5
    ## Workflow