Table of Contents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
sections: | |
main: | |
_settings: | |
template: main_description | |
background: '1_trip-35/DSC_5856.jpg' | |
title: Olympus Trip 35 Film Camera with 40mm F/2.8 D.Zuiko Lens | |
subtitle: Refurbished & Film Tested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingredients: | |
100g evaporated milk | |
80g plain white sugar | |
400g skyr | |
15ml vanilla essence | |
notes: | |
The skyr was homemade with the whey drained to the point where it has the consistency of cream cheese rather than yoghurt. | |
Pic of mix just after adding skyr: https://www.flickr.com/photos/intheshadows/37870001301/in/dateposted-public/ (if Flickr has finished being broken). | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At the edge of the world | |
A caravan | |
Windows looking windward | |
Behind: an old wall, and | |
Old sheds corralling the | |
Corporeal memories of | |
Childhood | |
In the near distance the sea, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once basename(__FILE__) . '/../vendor/autoload.php'; | |
$interface = new \RoyalMail\RoyalMail([ | |
'mode' => 'onboarding', | |
'application_id' => '9876543210', | |
'transaction_id' => 'order-234', | |
'username' => 'my-username', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noises.stack <- na.omit(stack(read.csv('Pilot_Transpose_arules test.csv', header=FALSE))) | |
noises.stack$syllables <- 1 | |
noises.stack$time <- cumsum(noises.stack$syllables) | |
noises.stack <- noises.stack[,c('ind', 'time', 'syllables', 'values')] | |
# convert cols to factors and then change the dataframe into a transactions class object | |
noises.col_names <- names(noises.stack) | |
noises.stack[,noises.col_names] <- lapply(noises.stack[,noises.col_names], factor) | |
noises.tran <- as(noises.stack, 'transactions') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bacon Caravan Creek – A Smal, Rustic, Shady And Simple Road Which Doesn't Want To Attract Attention | |
Magnétophone – …And May Your Last Words Be A Chance To Make Things Better | |
Ben Harper – Please Don't Talk About Murder While I'm Eating | |
Andrew Bird – A Nervous Tic Motion Of The Head To The Left | |
Dar Williams – The Pointless, Yet Poignant, Crisis Of A Co-Ed | |
Zammuto – Too Late to Topologize | |
Foot Village – ‘Let Bebongs Be Bebongs, Idiot’ | |
Hood – They Removed All Trace That Anything Had Ever Happened Here | |
Titus Andronicus – Upon Viewing Oregon's Landscape With the Flood of Detritus | |
Julian Cope – All the Blowing-Themselves-Up Motherfuckers (Will Realise the Minute They Die That They Were Suckers) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingredients: | |
ginger: | |
quantity: about 8 inches of the root | |
condition: raw and peeled | |
raisins: | |
quantity: small handfull | |
"lemon juice": | |
quantity: 2 lemons juiced + zest, or 100ml if from a bottle | |
cloves: | |
quantity: 4 (ish) |