Skip to content
View camelbyte's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report camelbyte

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. object-detection object-detection Public

    This project demonstrates object detection using PyTorch and OpenCV. It allows detection on image and video files.

    Python 2

  2. database-connectors database-connectors Public

    SQL, NoSQL clients & connectors

    Go

  3. raspi raspi Public

    Rasberry Pi scripts and fun things : )

    Python 2

  4. stock-prediction stock-prediction Public

    US stock market analysis and machine learning with Python

    Jupyter Notebook 1

  5. Create a VLAN on Arch Linux system Create a VLAN on Arch Linux system
    1
    #Install iproute2 if you haven't already
    2
    sudo pacman -S iproute2
    3
    
                  
    4
    #Ensure the 8021q module is loaded, as this is necessary for VLAN tagging.
    5
    sudo modprobe 8021q
  6. regex-reference regex-reference Public

    Reference table of regular expression identifiers for PCRE, POSIX, BASH etc.