Skip to content

Instantly share code, notes, and snippets.

View Jonathhhan's full-sized avatar
🎥
Starting again...

Jonathan Frank Jonathhhan

🎥
Starting again...
  • Berlin
View GitHub Profile
@Jonathhhan
Jonathhhan / cuda_install.md
Created October 6, 2023 02:33 — forked from denguir/cuda_install.md
Installation procedure for CUDA & cuDNN

How to install CUDA & cuDNN on Ubuntu 22.04

Install NVIDIA drivers

Update & upgrade

sudo apt update && sudo apt upgrade

Remove previous NVIDIA installation

@Jonathhhan
Jonathhhan / recorderWorkletProcessor.js
Created December 8, 2021 04:06 — forked from flpvsk/recorderWorkletProcessor.js
An example of a recorder based on AudioWorklet API.
/*
A worklet for recording in sync with AudioContext.currentTime.
More info about the API:
https://developers.google.com/web/updates/2017/12/audio-worklet
How to use:
1. Serve this file from your server (e.g. put it in the "public" folder) as is.