Skip to content
View softwarespot's full-sized avatar

Block or report softwarespot

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. pausefy pausefy Public

    Pause Spotify when the "mute" key on the keyboard is pressed for Debian based OS'es

    Go

  2. poker-evaluator poker-evaluator Public

    This project showcases my proficiency in Go by creating a clear and readable poker hand evaluator

    Go

  3. go-helpers go-helpers Public

    Various helper funcs for Go

    Go

  4. public-holidays public-holidays Public

    This project showcases my proficiency in Go by creating a clear and readable public holidays API

    Go

  5. softwarespot.github.io softwarespot.github.io Public

    Official site of SoftwareSpot

    JavaScript 1

  6. Guard a function and execute a funct... Guard a function and execute a function guarded with optional zone information
    1
    // Guard a function, with optional zone information.
    2
    // Note: Any function which is guarded inside an already guarded function
    3
    // and does not provide any zone information, will inherit from the outer
    4
    // guarded function
    5