Skip to content
View senko's full-sized avatar

Organizations

@dobarkod

Block or report senko

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

    A zero-setup, easy to use document store for Python

    Python 29

  2. fiskal-hr fiskal-hr Public

    Python 3 package providing client for the Croatian tax authorities' Fiskalizacija service

    Python 8 3

  3. OnChange - Watch current directory a... OnChange - Watch current directory and execute a command if anything in it changes
    1
    #!/bin/bash
    2
    #
    3
    # Watch current directory (recursively) for file changes, and execute
    4
    # a command when a file or directory is created, modified or deleted.
    5
    #