Skip to content
View mikebc23's full-sized avatar

Block or report mikebc23

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. weather-cli weather-cli Public

    Simple command-line tool to check the weather

    Python

  2. secure-password-generator secure-password-generator Public

    Secure Password Generator

    Python

  3. qr-code-styling qr-code-styling Public

    Forked from kozakdenys/qr-code-styling

    Automaticly generate your styled QR code in your web app.

    TypeScript

  4. ncei-api-guide ncei-api-guide Public

    Forked from partytax/ncei-api-guide

    A guide to the NCEIs suite of climate data APIs

    Jupyter Notebook

  5. algorithms-for-fun algorithms-for-fun Public

    Algorithms

    PHP

  6. Ordering with SQL by nearest latitud... Ordering with SQL by nearest latitude & longitude coordinates (MySQL & SQLite)
    1
    ---
    2
    METHOD 1
    3
    
                  
    4
    This should roughly sort the items on distance in MySQL, and should work in SQLite.
    5
    If you need to sort them preciser, you could try using the Pythagorean theorem (a^2 + b^2 = c^2) to get the exact distance.