Skip to content
View ptorre's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ptorre

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. easy-kvm-cluster easy-kvm-cluster Public

    Easy Kubernetes cluster creation using cloud-init and virtual machines (linux-KVMs)

    Shell 1

  2. crostini-lxc-cloud-containers crostini-lxc-cloud-containers Public

    Installing and using lxc cloud containers on ChromeOS

    1 1

  3. spring-boot-jib spring-boot-jib Public

    Build containerized spring boot application with jib.

    Java 1

  4. Configuring GoogleTest in CMakeList.... Configuring GoogleTest in CMakeList.txt (Building internally vs. using as installed on host).
    1
    ###
    2
    # Compiler flags (not required for using GoogleTest)
    3
    #
    4
    set(CMAKE_CXX_STANDARD 20)
    5
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wextra")