Skip to content
View senko's full-sized avatar

Organizations

@dobarkod
Block or Report

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

  1. python-video-converter python-video-converter Public

    Python Video Converter (ffmpeg wrapper)

    Python 468 193

  2. tornado-proxy tornado-proxy Public

    Asyncronous HTTP proxy with tunnelling (CONNECT) support

    Python 332 119

  3. Hasenpfeffer Hasenpfeffer Public

    A toy/educational operating system on top of L4 microkernel

    C 7

  4. calcc calcc Public

    A tiny compiler for a toy C-like language

    C 5 1

  5. fiskal-hr fiskal-hr Public

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

    Python 5 3

  6. 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
    #