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

Block or report witalij-s

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. Measure the CPU and memory consumpti... Measure the CPU and memory consumption of your linux system with psutil
    1
    #!/usr/bin/env python
    2
    
                  
    3
    # Measure the CPU and memory of your linux system with psutil
    4
    #
    5
    # - Installation: The setup this system you need to run 'pip3 install psutil'
  2. wxpython-pyupdater-demo wxpython-pyupdater-demo Public

    A demo project using pyupdater and wxPython for creating a self updating linux desktop application.

    Python 2

  3. dragandbot/dnb_robot_movement_interface dragandbot/dnb_robot_movement_interface Public

    The robot movement interface definition as a standardized approach to send commands to robot controller. This is necessary to build robot driver compatible or independent of www.dragandbot.com

    Python