This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Domain name | Company | Description | |
---|---|---|---|
ar.new | Aircards | Easily create and deploy WebAR activation codes to use on your next augmented reality project. | |
io.new | Bit.io | Upload data to your Bit.io cloud database. | |
query.new | bit.io | Easily query bit.io data repositories. | |
pen.new | CodePen | Prototype your frontend code in CodePen's online development sandbox. | |
vue.new | CodeSandbox | Create a new vue.js project online with CodeSandbox. | |
ts.new | CodeSandbox | Create a new Typescript project online with CodeSandbox. | |
js.new | CodeSandbox | Create a new Javascript project online with CodeSandbox. | |
react.new | CodeSandbox | Create a new React project online with CodeSandbox. | |
ng.new | CodeSandbox | Create a new Angular project online CodeSandbox. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch --merged | egrep -v "(^\*|main|master)" | xargs git branch -d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
fmt.Println("Hello, World!") | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Total go modules: 1288407 | |
github.com: 1218651 | |
gitlab.com: 12372 | |
gitee.com: 8497 | |
gopkg.in: 5746 | |
go-micro.dev: 3494 | |
github.com: 3209 | |
github.com: 2487 | |
bitbucket.org: 2347 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
minio: | |
image: minio/minio:latest | |
container_name: minio | |
volumes: | |
- /hdd/data:/data # big HDD drive | |
- cache:/cache # docker volume | |
command: | |
- server | |
- /data |
OlderNewer