Skip to content
View zinthose's full-sized avatar
Block or Report

Block or report zinthose

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

  1. latlngtz latlngtz Public

    This is a Go package of a modular system of external API calls to get the timeZoneID (Ex. America/Los_Angeles) from a latitude / longitude coordinate set.

    Go

  2. RiteAidStoreSearch RiteAidStoreSearch Public

    This module is a wrapper for the RiteAid Store search API. The date and times are store location / timezone aware and will always be returned with the store locality in mind. This way calculations …

    Go

  3. thingproxy-docker thingproxy-docker Public

    Docker Container for thingproxy

    Dockerfile 1

  4. thingproxy thingproxy Public

    Forked from Freeboard/thingproxy

    A simple forward proxy server for processing API calls to servers that don't send CORS headers or support HTTPS.

    JavaScript 1

  5. thingproxy-deno thingproxy-deno Public

    Fetch alternative for Deno that forwards calls through a thingproxy server.

    TypeScript

  6. An over engineered static variable s... An over engineered static variable solution. This method allows you to define static variables in a function. This is useful for when you want to save a value for later use in the same function. Treat this as a proof of concept and not a serious solution. It's much easier to just attach a value too the function object. This is just a fun way to do it.
    1
    import inspect
    2
    import re
    3
    
    
    4
    def static(variable_or_default: any) -> any:
    5
        """