Skip to content

Instantly share code, notes, and snippets.

View YarmoM's full-sized avatar

Yarmo YarmoM

View GitHub Profile
@YarmoM
YarmoM / mbench.m
Last active August 9, 2017 15:28
Benchmark for matrix calculations (Matlab/Octave)
SAM = 3e4;
ROI = 300;
OCT = 2048;
m1 = rand(ROI, OCT);
m2 = rand(OCT, SAM);
m3 = rand(ROI, SAM);
s1 = whos('m1');
s2 = whos('m2');
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->