Skip to content

Instantly share code, notes, and snippets.

View MarvinJWendt's full-sized avatar
😀
Vibing

Marvin Wendt MarvinJWendt

😀
Vibing
View GitHub Profile
@MarvinJWendt
MarvinJWendt / dot_new_domain_list.csv
Last active February 27, 2022 18:56
A list of `.new` doamins
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.
@MarvinJWendt
MarvinJWendt / delete_merged_branches.sh
Last active December 26, 2023 06:34
Deletes merged local branches, except "main" or "master".
git branch --merged | egrep -v "(^\*|main|master)" | xargs git branch -d
@MarvinJWendt
MarvinJWendt / hello-world.go
Created October 10, 2022 16:10
Golang Hello World
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}
@MarvinJWendt
MarvinJWendt / Go Module Count by Domain
Created April 8, 2024 23:35
Count of all Go modules by domain as of 2024.04.09
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
services:
minio:
image: minio/minio:latest
container_name: minio
volumes:
- /hdd/data:/data # big HDD drive
- cache:/cache # docker volume
command:
- server
- /data