Skip to content
View raro28's full-sized avatar
🈚
平常心
🈚
平常心
Block or Report

Block or report raro28

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. Create QEMU based VMs Create QEMU based VMs
    1
    #!/usr/bin/sh
    2
    
                  
    3
    SHORT=c:,s:,m:,a:,n:,o:,p:,v:
    4
    LONG=vcpus:,cpuset:,memory:,arch:,node:,outputdir:,project:,version:
    5
    OPTS=$(getopt --alternative --name mk-node --options $SHORT --longoptions $LONG -- "$@")
  2. Build Taiga Build Taiga
    1
    #!/usr/bin/sh
    2
    #https://medium.com/oracledevs/building-multi-architecture-containers-on-oci-with-podman-67d49a8b965e
    3
    registry_space="omv.lan:3000/raro28"
    4
    declare -A projects=(
    5
        ["front"]="7967"
  3. DesignPatternsPHP/DesignPatternsPHP DesignPatternsPHP/DesignPatternsPHP Public

    Sample code for several design patterns in PHP 8.x

    PHP 21.8k 4.6k