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 / 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.hscsec.cn: 3209
github.phpd.cn: 2487
bitbucket.org: 2347
@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 / 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 / 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 / Markdium-Go.go
Created July 12, 2021 21:31
Markdium-Hello World
package main
func main() {
os.Exit(1337)
}
@MarvinJWendt
MarvinJWendt / Markdium-TypeScript.ts
Created July 12, 2021 21:22
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@MarvinJWendt
MarvinJWendt / Markdium-Diff.diff
Created July 12, 2021 21:22
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}

Contributor License Agreement

The following terms are used throughout this agreement:

  • You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
  • Project - is an umbrella term that refers to any and all IOMED Medical Solution S.L. open source projects.
  • Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work.
  • Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with IOMED Medical Solution S.L., contributors or maintainers.

1. Grant of Copyright License.

callback(
[
{ "name": "[Q] More than one question asked", "description": "It is preferred if you can post separate questions instead of combining your questions into one. That way, it helps the people answering your question and also others hunting for at least one of your questions. Thanks!"},
{ "name": "[Q] Website is "broken", no code in question, just link to site", "description": "Please add meaningful code and a problem description here. Don't just link to the site that needs fixing — otherwise, this question will lose any value to future visitors once the problem is solved or if the site you're linking to is inaccessible. Posting a <a href=\"https://$SITEURL$/help/minimal-reproducible-example\">Minimal, Reproducible example (or MCVE)</a> that demonstrates your problem would help you get better answers. For more info, see <a href=\"https://meta.stackexchange.com/questions/125997/\">Something on my web site doesn't work. Can I just paste a link to it?</a> Thanks!"},
{ "name": "[Q] Needs to demonstrate