Skip to content
View vherolf's full-sized avatar

Block or report vherolf

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. alias for virtual env alias for virtual env
    1
    # add to .zshrc or .bashrc
    2
    
                  
    3
    alias vnv='python3 -m venv venv --prompt . && source ./venv/bin/activate && pip install -U pip setuptools wheel pip-tootls &> /dev/null'
    4
    alias ae="source ./venv/bin/activate"
    5
    alias req="pip install -r requirements.txt"
  2. [guide] Automount cephfs with systemd [guide] Automount cephfs with systemd
    1
    # [guide] Automount cephfs with systemd
    2
    
                  
    3
    
                  
    4
    
                  
    5
    ## goal
  3. ffmpeg-helper-tools ffmpeg-helper-tools Public

    My ffmpeg helper scripts - for ffmpeg batch jobs

    Python 2

  4. Permanent ssh Tunnel home with Autos... Permanent ssh Tunnel home with Autossh/systemd/ssh user config
    1
    # [guide] Permanent SSH Tunnel home with Autossh/systemd/ssh user config
    2
    
                  
    3
    Scenario:
    4
    
                  
    5
    ```mermaid
  5. discover-switchport discover-switchport Public

    cisco cdp parser for remote switches in pure python

    Python 1

  6. VetMedUniViennaMesserli/Touchscreen VetMedUniViennaMesserli/Touchscreen Public

    Touchscreen-based cognitive training framework (PySide6/Qt) for behavioral research, with a browser-based version for human participants.

    Python 3