Skip to content
View malcops's full-sized avatar

Block or report malcops

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
malcops/README.md

malcops

python go docker git jenkins github actions

GitHub followers GitHub stars

Python development and automation

Go (golang) development and automation

CI/CD pipelines - C, C++, make

Test pipelines - pytest, Googletest, hardware-in-the-loop (HIL) testing

Homelabbing and self-hosting services

Pinned Loading

  1. advent-of-code-2020 advent-of-code-2020 Public

    Python

  2. advent-of-code-2021 advent-of-code-2021 Public

    C++

  3. tdd-examples tdd-examples Public

    C++

  4. Create Debian from Python script usi... Create Debian from Python script using pyinstaller
    1
        #!/bin/sh
    2
    
                  
    3
        NAME="hello"
    4
        SCRIPT_NAME="script.py"
    5
        VERSION="0.1"