Skip to content
View gpolic's full-sized avatar

Block or report gpolic

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 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. kmeans-excel kmeans-excel Public

    k-means clustering implementation for Excel VBA

    VBA 18 13

  2. Sorted day names in Looker Studio Sorted day names in Looker Studio
    1
    case WEEKDAY(date) 
    2
        When 0 then '     Sunday'
    3
        When 1 then 'Monday'
    4
        When 2 then ' Tuesday'
    5
        When 3 then '  Wednesday'
  3. Android-Arduino-Temperature-Monitor Android-Arduino-Temperature-Monitor Public

    Android-Arduino project for temperature monitoring

    Java

  4. bigquery-data-validator bigquery-data-validator Public

    JavaScript

  5. expenses_php_tailwind expenses_php_tailwind Public

    Expense tracker UI on PHP / Tailwind

    PHP