Skip to content
View ben-n93's full-sized avatar

Block or report ben-n93

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. geojson-shave geojson-shave Public

    A command-line tool for reducing the size of GeoJSON files.

    Python 51 1

  2. tab-pal tab-pal Public

    A TUI that makes it easier to add and edit custom colour palettes in Tableau.

    Python 19

  3. pyspaceweather pyspaceweather Public

    A Python wrapper for the Australian Bureau of Meteorology's Space Weather API.

    Python 16 1

  4. pg_scifi_twitter_bot pg_scifi_twitter_bot Public

    A Twitter bot that posts about public domain science fiction books.

    Python 3 1

  5. sydney_unemployment_rate sydney_unemployment_rate Public

    Sydney's unemployment rate by LGA

    Jupyter Notebook 1 1

  6. Snowflake UDF to extract FY from a d... Snowflake UDF to extract FY from a date.
    1
    CREATE OR REPLACE FUNCTION extract_fy(date_to_convert varchar, date_format varchar DEFAULT 'YYYY-MM-DD')
    2
    RETURNS VARCHAR
    3
    LANGUAGE SQL
    4
    AS
    5
    $$