Skip to content

Instantly share code, notes, and snippets.

@oiotoxt
oiotoxt / cuda_installation_on_ubuntu_18.04
Created September 21, 2018 02:08 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
cuda 9.0 complete installation procedure for ubuntu 18.04 LTS
#!/bin/bash
## This gist contains step by step instructions to install cuda v9.0 and cudnn 7.2 in ubuntu 18.04
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
@oiotoxt
oiotoxt / orthodoxc++.md
Created May 20, 2018 04:36 — forked from bkaradzic/orthodoxc++.md
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.

Why not Modern C++?

#Requires -version 3.0
##############################################################################
# Filename : txt2utf8.ps1
# Version : v1.0
# Gist URL : https://gist.github.com/oiotoxt/5586ccbce94ba7018ba4
##############################################################################
#
# Convert text files recursively to UTF-8