Skip to content

Instantly share code, notes, and snippets.

View rwxd's full-sized avatar
:shipit:

Florian rwxd

:shipit:
  • Hamburg, Germany
  • 20:38 (UTC +01:00)
View GitHub Profile
@rwxd
rwxd / main.go
Last active January 12, 2024 16:15
Simple http server that counts requests per second and total requests
package main
// simple http server that counts requests per second and total requests
import (
"flag"
"log"
"net/http"
"sync/atomic"
"time"
@rwxd
rwxd / dance.gif
Last active September 9, 2021 12:46
dance.gif
@rwxd
rwxd / tf2.gif
Created September 9, 2021 12:32
tf2.gif
@rwxd
rwxd / shrek.gif
Last active September 9, 2021 12:32
shrek.gif
@rwxd
rwxd / amogus.gif
Last active September 9, 2021 12:19
amogus.gif
@rwxd
rwxd / peepo.gif
Last active September 9, 2021 12:13
peepo.gif
@rwxd
rwxd / hello.gif
Last active September 9, 2021 12:31
hello.gif