Skip to content
View Spoowy's full-sized avatar

Highlights

  • Pro

Block or report Spoowy

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

    Forked from erpuno/fin

    🏦 BANK: Financial Management

    JavaScript

  2. Make file Make file
    1
    ifeq ($(OS),Windows_NT)
    2
        SEPARATOR=;
    3
    else
    4
        SEPARATOR=:
    5
    endif
  3. bson-erlang bson-erlang Public

    Forked from henryj/bson-erlang

    BSON documents in Erlang, see bsonspec.org

    Erlang

  4. Upload screenshots to Google Drive f... Upload screenshots to Google Drive folder and copy url to clipboard
    1
    #!/bin/sh
    2
    
                  
    3
    # requires gdrive to work: https://github.com/gdrive-org/gdrive, see also: https://github.com/gdrive-org/gdrive/issues/426
    4
    # requires xclip to work
    5
    # requires inotifywait to work