Skip to content

Instantly share code, notes, and snippets.

View aalind0's full-sized avatar
🎯
Focusing but available.

Aalind Singh aalind0

🎯
Focusing but available.
View GitHub Profile
@aalind0
aalind0 / Install NVIDIA Driver and CUDA.md
Created January 23, 2019 05:30 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 9.0 on Ubuntu 16.04.4 LTS
@aalind0
aalind0 / README.md
Created April 6, 2017 13:49 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})