Skip to content

Instantly share code, notes, and snippets.

View LinuxSuRen's full-sized avatar
🎯
Focusing

Rick LinuxSuRen

🎯
Focusing
View GitHub Profile

API Testing Contributors License Agreement

NOTICE: This CLA originates from https://apache.org/licenses/icla.pdf

This has been changed with the following:

  1. We have replaced "The Apache Software Foundation" with API Testing.
  2. We have removed the physical formular.

Thank you for your interest in API Testing. In order to clarify the intellectual property license

@LinuxSuRen
LinuxSuRen / main.go
Last active July 28, 2022 08:43
猴子选大王
package main
import "fmt"
func main() {
count := 10
fmt.Printf("there are %d monkeys\n", count)
index := selectKing(count)
fmt.Println("the king is", index)
}
@LinuxSuRen
LinuxSuRen / cmd.md
Created June 20, 2022 06:34
Clone the whole org
gh api /orgs/jenkins-x/repos --paginate -q .[].name | xargs -I {} gh repo clone jenkins-x/{}

Ubuntu 16.04.7 LTS

sudo apt-get update -qq
sudo apt-get install -qq -y software-properties-common uidmap
sudo add-apt-repository -y ppa:projectatomic/ppa
sudo apt-get update -qq
sudo apt-get -qq -y install podman
@LinuxSuRen
LinuxSuRen / grunt-hugo-lunrjs.md
Created May 30, 2018 02:16 — forked from sebz/grunt-hugo-lunrjs.md
hugo + gruntjs + lunrjs = <3 search