Skip to content

Instantly share code, notes, and snippets.

View JFriel's full-sized avatar

James Friel JFriel

  • Dundee, United kingdom
View GitHub Profile
"syntastic config
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
* Relational Algebra <- Do tutoriasl
* Embeded SQL
* Acertations
SRF Stick Setup Information
===========================
By Ramsey El-Naggar
===========================
Note this guide is not complete, and may contain unnecessary steps, but this
worked for my group, and should work no matter the initial configuration of your
SRF stick / Arduino.
Plug the SRF stick into a USB port on your dice machine.
BEGIN KEYBASE SALTPACK ENCRYPTED MESSAGE. kiXxI0Cp4MBEQrs K7GWO3e4f3UZ7wO zLvRhhcXhzybVmb 2fbWdGOgi57FW49 GDAlOIUrsn1D3nQ yaMD1w0Ro6ti0lS o2tMYaxxFs99IDG 2PndsYuED94c5ES PXShPJFgRxUXVrS ZYWpAE18MkVjc7s L9VX4xtsHYBPCrJ ycGnvllKREAN7sL EcSnGg6mkFWsv7u 151ggeeLxQzo6EX biFUs6AVCc5c9Zt oLmY2RdOCRpZBq0 USeM7FNQugX2Cgb EwqnuaQbVjPOOhb 04EdzhWv5KeD5C3 tIbz5njHD2k41Ro muDq0dK11fhLAUe 9zoOvCMeLkqUUzs iqEsuegtvU22qf7 JTTDiI4699k7Iar l0ytlrKkvetGHST HVSIuiYQ3jpkYGd fyCDQcCIsQdm1ky GrPmHYVWOXCybQv BffxJgVeJu11a9B 40BFDhdv2jU7kNa rvDZC6sKWrmfoOV E3vRJN8qmS5PGtr Paok7lOaCP4smNB pcUlx1O73mhNg4R UKkmmY9YR9SEZcu 8kWfSaYZY3KNHUC cGslNz0CvMS0VsM wWj7r0CmxUKuG9p QYYZJZgTSiWhBuY 96M107anYp7jqXZ XW5UkqeVnhwnHYd RnqWuLc0ZnnXpkn dEI5ESCCxHl333i ARYnnIC5z8ugECt 93RTMhUSCuHqjTT cbIpy3H18covqx3 bz1Vi0XfDUtwQW2 AnG9VdmcWUwQzuo Ff5arsPunK19S2p d1dDa8TMaQg31PK Ga3kHyZILBGqCtH nL5o0zwyOvrjpJd WbwRqzwKU81WfVj fenC2RaBJZkFyh6 NIlcTvemi1OEeaM aa9doqMiyNyIrxT J1Ky8EVTa5LBpEC plszobkb4peulRT RkMuJQTM3vyeCyi weTKiTfpB90wuzT RuE4kyGLNsUqIOz w5OuQU

Keybase proof

I hereby claim:

  • I am JFriel on github.
  • I am taggenblu (https://keybase.io/taggenblu) on keybase.
  • I have a public key whose fingerprint is CF1F B7FC 093A 6371 809F 2289 4207 324E 7CF2 9AA5

To claim this, I am signing this object:

@JFriel
JFriel / vimrc
Created February 27, 2016 10:07
execute pathogen#infect()
"syntastic config
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
im=imread (image);
Im1=im (:,:,1)*100+im (:,:,2)*10+im (:,:,3);
MostFrequent=mode (im1 (:));
MfR=MostFrequent/100;
MfG=(MostFrequent-MfR*100)/10;
<!doctype html><html lang="en"><head><link rel="canonical" href="http://www.annsummers.com" /><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Ann Summers Official | Sex Toys, Lingerie & More</title><link href="http://demandware.edgesuite.net/aaux_prd/on/demandware.static/Sites-AS-GB-Site/-/default/dw1b4f1ff1/images/favicon.ico" rel="shortcut icon" /><meta name="description" content=" Browse our wide range of lingerie and sex toy products online at the official Ann Summers stbore. Buy online today! Ann Summers Official | Sex Toys, Lingerie &amp;amp; More Ann Summers Official | Sex Toys, Lingerie &amp; More"/><meta name="keywords" content=" Ann Summers welcome you to our online store Ann Summers Official | Sex Toys, Lingerie &amp; More"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700" rel="stylesheet" type="text/css"><style type="text/css">@font-face {font-family: 'icomoo
# Path to your oh-my-zsh installation.
export ZSH=/afs/inf.ed.ac.uk/user/s13/s1332298/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="amuse"
# Uncomment the following line to use case-sensitive completion.
inoremap jk <ESC>
let mapleader = "\<Space>"
"map the windowing to easier commands
noremap <silent> ss <C-W>s
noremap <silent> vv <C-W>v
noremap <silent> qq <C-W>q
"map the move between windows to be a bit nicer in insert mode
map <silent><down><down> <C-W>j
map <silent><up><up> <C-W>k