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 / 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 &&
@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 / README.md
Created October 26, 2017 11:38 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet