Skip to content
View mdukat's full-sized avatar
Block or Report

Block or report mdukat

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. manual-apt-cdrom manual-apt-cdrom Public

    Build CD-ROM image with specified apt packages and their dependencies

    Shell

  2. OrangeFunBox3-CLI-Tools OrangeFunBox3-CLI-Tools Public

    CLI tools for gathering data from Orange FunBox 3.0

    Python 1

  3. ZTE_MF971V_CurlAuth ZTE_MF971V_CurlAuth Public

    PIN and Password authentication of ZTE MF971V with curl

    Shell 3

  4. mmap-malloc mmap-malloc Public

    mmap()-based malloc() implementation for fun and wasted memory

    C

  5. Git alias, to create local release tar Git alias, to create local release tar
    1
    alias git-release='git status >/dev/null && TARNAME=$(basename $(pwd))-$(git branch --show-current)-$(git rev-parse --short HEAD).tar && tar cf ${TARNAME} $(git ls-tree -r HEAD --name-only | tr "\n" " ") && echo "${TARNAME}"'
  6. simple-celery-rabbitmq-example simple-celery-rabbitmq-example Public

    Very simple Celery + RabbitMQ example in Python 3.10

    Python