Skip to content

Instantly share code, notes, and snippets.

View sajidahmed12's full-sized avatar

Md Sajid Ahmed sajidahmed12

View GitHub Profile

Step by step instruction how to install CUDA 12 Ubuntu 22.04

Clean all previous nvidia packages [optional step]

sudo apt purge nvidia*
sudo apt remove nvidia-*
sudo rm /etc/apt/sources.list.d/cuda*
sudo apt autoremove && sudo apt autoclean
@ECHO OFF
TITLE Generate A New AnyDesk ID
@ECHO Disabling the AnyDesk service...
SC.exe stop AnyDesk >NUL 2>&1
SC.exe failure AnyDesk reset= 86400 actions= // >NUL 2>&1
@sajidahmed12
sajidahmed12 / submarine_cable_map.R
Created September 4, 2022 07:18 — forked from tylermorganwall/submarine_cable_map.R
Submarine Cable Map Dataviz
library(geojsonsf)
library(sf)
library(rayrender)
#Data source: https://github.com/telegeography/www.submarinecablemap.com
cables = geojson_sf("cable-geo.json")
cablescene = list()
counter = 1
for(i in 1:length(cables$geometry)) {