Skip to content

Instantly share code, notes, and snippets.

@damilarelana
damilarelana / main.m
Created March 24, 2017 14:12
Matlab Main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CODE WRITTEN BY LANA DAMILARE YOMI (Copyright November 2009) %
% FOR HIS MPHIL THESIS 2009 %
% AT THE %
% UNIVERSITY OF MANCHESTER %
% (Note that this code also contains some useful functions %
% written by my Supervisor Dr. Alexander Lanzon) %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
delete compareMsys.jpg
@damilarelana
damilarelana / graphite.bash
Created December 8, 2015 20:09 — forked from coderofsalvation/graphite.bash
feed metrics to graphite using bash
#!/bin/bash
# Set this hostname
HOSTNAME=`hostname --short`
# Set Graphite host
GRAPHITE=my.graphite.host
GRAPHITE_PORT=2003
# Loop forever