Skip to content

Instantly share code, notes, and snippets.

View mahmud2011's full-sized avatar

S. M. Mahmudul Haque mahmud2011

View GitHub Profile
@mahmud2011
mahmud2011 / nomen.md
Last active August 17, 2026 18:19
Grammatik.md

Cutlery

das Messer - Knife

die Gabel - Fork

der Löffel - Spoon

Möbel (Furniture)

@mahmud2011
mahmud2011 / expressions.md
Last active August 16, 2026 17:39
deutsch a1
  • (Guten) Morgen (6-11)

  • Guten Tag (11-18)

  • (Guten) Abend (18-6)

  • freut mich - nice to meet you.

  • Ja, stimmt. - Yes, that's right.

@mahmud2011
mahmud2011 / settings.json
Last active August 21, 2026 19:00
Visual Studio Code user settings (Version: 1.102.1) [⌘ + ⇧ + P => Preferences: Open User Settings (JSON)]
{
"telemetry.telemetryLevel": "off",
"git.blame.editorDecoration.enabled": true,
"go.buildTags": "unit,integration,performance",
"go.testFlags": [
"-cover",
"-race",
"-tags=unit,integration,performance"
],
"go.lintTool": "golangci-lint-v2",
@mahmud2011
mahmud2011 / git.sh
Last active August 16, 2026 17:36
Git [chmod +x git.sh]
#!/usr/bin/env zsh
set -e
#TODO
user_name=""
user_email=""
global_gitignores=(
"https://raw.githubusercontent.com/github/gitignore/refs/heads/main/Global/Linux.gitignore"