Skip to content

Instantly share code, notes, and snippets.

View dbzix's full-sized avatar

Siarhei Akhramenia dbzix

View GitHub Profile
@denguir
denguir / cuda_install.md
Last active May 26, 2025 22:00
Installation procedure for CUDA / cuDNN / TensorRT

How to install CUDA / cuDNN / TensorRT on Ubuntu

Install NVIDIA drivers

Update & upgrade

sudo apt update && sudo apt upgrade

Remove previous NVIDIA installation

@samuelcolvin
samuelcolvin / python-people.md
Last active January 26, 2025 17:16
An incomplete list of people in the Python community to follow on Twitter and Mastodon.

Python People

(Updated 2022-11-16 with suggestions from comments below, Twitter and Mastodon)

An incomplete list of people in the Python community to follow on Twitter and Mastodon.

With the risk that Twitter dies, I'd be sad to lose links to interesting people in the community, hence this list.

I would love you to comment below with links to people I've missed.

@goll
goll / README.md
Last active April 22, 2025 17:08
Docker nftables configuration for Debian 10
@zchee
zchee / actionlist.vim
Last active May 28, 2025 05:46
IdeaVim actionlist
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb <A-S-G>
$SelectAll <M-A>
$Undo <M-Z>