Skip to content

Instantly share code, notes, and snippets.

View cezary13k's full-sized avatar

CyberCezaryC13 cezary13k

View GitHub Profile
@cezary13k
cezary13k / Makefile
Created March 24, 2026 11:49 — forked from AntiKnot/Makefile
sample-go-rpc
run-server:
go run server/server.go
run-client:
go run client/client.go
@cezary13k
cezary13k / Makefile
Created March 24, 2026 11:49 — forked from AntiKnot/Makefile
sample-go-rpc
run-server:
go run server/server.go
run-client:
go run client/client.go

hi.

@cezary13k
cezary13k / snowden-ietf93.md
Created March 23, 2026 18:42 — forked from mnot/snowden-ietf93.md
Transcript of Edward Snowden's comments at IETF93.
@cezary13k
cezary13k / git.md
Created March 14, 2026 03:12 — forked from jonchurch/git.md
Git Tricks I Use

Viewing Commits

I want to look at commit history, individual commits, the changes a commit brought, etc.

I don't know the exact commit or range I want.

To see X number of commits, pass a numerical flag: git log -3 will output the last 3 commits.

Further filter by author:

@cezary13k
cezary13k / Cezary13k_OnGitHub.md
Last active January 27, 2026 11:01 — forked from seanpm2001/SeanPM_OnGitHub.md
My current experience with GitHub

Top

My current experience with GitHub

My Gist project that explains everything you need to know about my programming career and my time on GitHub. It now talks a lot about my personal life.

This section was last updated on July 28th 2020 (07.28.2020)