I hereby claim:
- I am unknwon on github.
- I am unknwon (https://keybase.io/unknwon) on keybase.
- I have a public key ASBCrPsvKjbtJGuoh-dcI-k4KiD5cDbks_i70U-HOJw6kAo
To claim this, I am signing this object:
| module goproxy | |
| go 1.17 | |
| require ( | |
| github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac | |
| github.com/elazarl/goproxy/ext v0.0.0-20220115173737-adb46da277ac | |
| ) |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "os" | |
| "path" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/credentials" |
| #! /bin/bash | |
| URL=$1 | |
| if [ -z "$URL" ]; then | |
| echo "Please enter an URL: " | |
| read URL | |
| fi | |
| if [[ $URL != http://* && $URL != https://* ]]; then | |
| URL="http://$URL" |
I hereby claim:
To claim this, I am signing this object:
| yum install -y libpng | |
| yum install -y libjpeg | |
| yum install -y openssl | |
| yum install -y icu | |
| yum install -y libX11 | |
| yum install -y libXext | |
| yum install -y libXrender | |
| yum install -y xorg-x11-fonts-Type1 | |
| yum install -y xorg-x11-fonts-75dpi |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| ) | |
| var printFn = func(idx int, bean interface{}) error { | |
| fmt.Printf("%d: %#v\n", idx, bean.(*Account)) | |
| return nil |
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| const prompt = `Please enter number of operation: | |
| 1. Create new account | |
| 2. Show detail of account | |
| 3. Deposit |
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| const prompt = `Please enter number of operation: | |
| 1. Create new account | |
| 2. Show detail of account | |
| 3. Deposit |
| func getReposFiles(userName, repoName, commitId string, rpath string) ([]*RepoFile, error) { | |
| repo, err := git.OpenRepository(RepoPath(userName, repoName)) | |
| if err != nil { | |
| return nil, err | |
| } | |
| commit, err := repo.GetCommit(commitId) | |
| if err != nil { | |
| return nil, err | |
| } |
| google=www.google.com | |
| search=http://%(google)s | |
| ; Here are Comments | |
| ; Second line | |
| [Demo] | |
| # This symbol can also make this line to be comments | |
| key1=Let's us goconfig!!! |