Skip to content
View dakalamin's full-sized avatar

Block or report dakalamin

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

    Scalable multi-cell Braille display system on Arduino

    C

  2. opengl_nurbs opengl_nurbs Public

    Simple & interactive NURBS-surfaces visualization app on OpenGL

    C++ 1 1

  3. micro_chess micro_chess Public

    Minimalistic chess engine for Arduino microcontrollers

    Python

  4. py_processing_lessons py_processing_lessons Public

    Python

  5. Script that ensures all packages fro... Script that ensures all packages from requirements.txt are installed. If not - finds/creates a venv, installs the packages and relaunches the script with same arguments from this venv. Non-venv pip is guaranteed not to be modified in any way.
    1
    import subprocess
    2
    import sys
    3
    from pathlib import Path
    4
    
                  
    5
    import pkg_resources