Skip to content
View vordimous's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report vordimous

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. 0 to productive in one script 0 to productive in one script
    1
    #!/bin/bash
    2
    # show hidden files
    3
    defaults write com.apple.finder AppleShowAllFiles YES;
    4
    # rubberband scrolling (doesn't affect web views)
    5
    defaults write -g NSScrollViewRubberbanding -bool false;
  2. awesome-data-engineering awesome-data-engineering Public

    Forked from igorbarinov/awesome-data-engineering

    A curated list of data engineering tools for software developers

  3. mqtt-simulator mqtt-simulator Public

    Forked from DamascenoRafael/mqtt-simulator

    Easy-to-configure MQTT simulator written in Python to simulate the sending of JSON objects from sensors or devices to a broker.

    Python

  4. wellageddev wellageddev Public

    HTML

  5. zilla zilla Public

    Forked from aklivity/zilla

    A multi-protocol edge and service proxy, designed for event-driven architectures. Securely interface web apps, IoT clients, and microservices to Apache Kafka® via declaratively defined, stateless A…

    Java

  6. aklivity/zilla-demos aklivity/zilla-demos Public

    Zilla Demos

    JavaScript 2 3