Skip to content

Instantly share code, notes, and snippets.

View julienstroheker's full-sized avatar
💭
🚀

Julien Stroheker julienstroheker

💭
🚀
View GitHub Profile
@julienstroheker
julienstroheker / 0_VSTS-PAT.MD
Last active July 5, 2018 11:24
Visual Studio Team Services (VSTS) - Personal Access Token (PAT)

Note - Create a Personal Access Token (PAT) in Visual Studio Team Services (VSTS)

1. Go to your account home page:

https://<account>.visualstudio.com

2. Click on your name the top right of the page and then on security

@renshuki
renshuki / ubuntu_agnoster_install.md
Last active December 30, 2024 16:16
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 3, 2025 16:10
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@jboner
jboner / latency.txt
Last active July 6, 2025 21:54
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD