Skip to content
View jimn's full-sized avatar

Block or report jimn

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 250 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. bikeweather - a command line tool to... bikeweather - a command line tool to see upcoming weather and how wet the roads are likely to be
    1
    import requests, json
    2
    from datetime import datetime, timedelta
    3
    
                  
    4
    API_KEY = "<< weatherapi.com API key goes here >>"  
    5
    LAT = << latitude >>  # Approximately where home is
  2. gearinches gearinches Public

    a python command line gear inch calculator

    Python

  3. hedge-fund hedge-fund Public

    python trading app to make us all rich beyond our wildest dreams, or, alternately, lose all of our money pointlessly

    Python

  4. ttt ttt Public

    tic tac toe game

    Python