Skip to content

Instantly share code, notes, and snippets.

View mirzakhany's full-sized avatar
🎯
Focusing

Mohsen Mirzakhani mirzakhany

🎯
Focusing
View GitHub Profile
@maxclav
maxclav / tinyURL.go
Last active June 3, 2024 09:36
Simple Key Generation (using base62 encoded hash) for Tiny URL in Go (GoLang).
package tinuURL
import (
"crypto/md5"
"fmt"
"time"
"github.com/google/uuid"
"github.com/jxskiss/base62"
)
@subfuzion
subfuzion / curl.md
Last active October 11, 2025 00:58
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@bcremer
bcremer / gist:7524492
Last active March 21, 2025 16:45
My i3 config.
# .config/i3/config
set $mod Mod4
set $alt Mod1
font pango:Segoe UI 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
## Solarized colorshema