Skip to content

Instantly share code, notes, and snippets.

View manjrekarom's full-sized avatar
:octocat:
Working from home

Omkar Manjrekar manjrekarom

:octocat:
Working from home
View GitHub Profile
@manjrekarom
manjrekarom / install-nvidia.txt
Created May 6, 2018 15:10
Updating/Installing proprietary NVidia drivers on Ubuntu/Linux
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-390
Taken from: https://websiteforstudents.com/install-proprietary-nvidia-gpu-drivers-on-ubuntu-16-04-17-10-18-04/
@manjrekarom
manjrekarom / README.md
Created October 26, 2017 11:38 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@manjrekarom
manjrekarom / invoice.js
Created July 28, 2017 12:34 — forked from maxkostinevich/invoice.js
PDFMake.js - Invoice Markup
// Invoice markup
// Author: Max Kostinevich
// BETA (no styles)
// http://pdfmake.org/playground.html
// playground requires you to assign document definition to a variable called dd
var dd = {
@manjrekarom
manjrekarom / octave.md
Created June 5, 2017 16:15 — forked from obstschale/octave.md
An Octave introduction cheat sheet.

Octave CheatSheet

GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
(via GNU Octave)

Basics

  • not equal ~=
  • logical AND &&