Skip to content

Instantly share code, notes, and snippets.

@denguir
denguir / cuda_install.md
Last active May 8, 2025 16:23
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

@possan
possan / rotozoom.cob
Created August 19, 2015 22:25
VT100 Rotozoomer in Cobol
IDENTIFICATION DIVISION.
PROGRAM-ID. ROTOZOOM.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 DUMMY PIC 9(1) BINARY VALUE 0.
01 FRAME PIC 9(10) VALUE 0.
01 WS-CNT PIC 9(3) VALUE 0.
01 WS-CNT2 PIC 9(3) VALUE 0.
01 TMP PIC 9(3) VALUE 0.