Skip to content
View LoopsGod's full-sized avatar
💻
Coding
💻
Coding
  • Amsterdam, Netherlands

Highlights

  • Pro
Block or Report

Block or report LoopsGod

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. Open Finder in current location (MacOS) Open Finder in current location (MacOS)
    1
    #
    2
    # This gist shows how to open your finder in your current terminal
    3
    # directory.
    4
    #
    5
    open -a finder $(pwd)
  2. pollfish-callback-handler pollfish-callback-handler Public

    Example code of handling and parsing a Pollfish Server 2 Server (S2S) or webhook callback, using Flask.

    Python 1