- Keu!
- Banhmi11
- Nam Caphe
- Banh mi cart on Hoxton Street
- Aobaba
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
===== | |
Patogh - Iranian, Edgware road | |
Anatolia Ocakbasi - mare st | |
gokyuzu - gree lanes | |
kebab kid - new kings road | |
Marathon Kebab House - chalk farm | |
petra caledonian road | |
Maedah Grill | |
Bosphorus Kebabs - old brompton road | |
Beyti - green lanes |
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
Squash or Badminton at the Britannia Leisure Centre | |
=================================================== | |
I recently took out a racquets membership at the Britannia Leisure Centre in Hoxton, | |
and as part of my package, I get one free racquet sports booking per day. I'm keen | |
to use this as much as possible, and am often free to play before work (0815), | |
lunchtimes (1245 or 1300) or after work (preferably 1800, 1845 or 1930). The evening slots | |
quite usually get booked up a week in advance, but morning and lunch ones are | |
frequently available with only a day's notice. |
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
DisplayFormat = "<span>%%D%%</span> Days, <span>%%H%%</span> Hours and <span>%%S%%</span> Seconds!"; |
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
Without cropping | |
mkdir converted | |
for file in *.JPG; do convert "$file" -rotate 180 "converted/$file" ; done | |
With a little cropping to clip the bike's seat from the photos: | |
for file in *.JPG; do convert "$file" -crop 4000x2600 -rotate 180 -gravity center "converted/$file" ; done |
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
#!/usr/bin/env ruby | |
require 'pstore' | |
@data = PStore.new("contacts.pstore") | |
@data.transaction do | |
@data["contacts"] ||= [] | |
@data.commit | |
end |
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
In three days time, on Saturday 17th of May, the best tech party of the year will be taking place in London. It's called Digital Sizzle, Beards in Wonderland, and it's going to be amazing. | |
http://thedigitalsizzle.com | |
When I heard about it, I bought two tickets stright away. | |
Unfortunately however, I'll be out of the country. Instead of selling the tickets, I'd like to give them away to one of the lovely people in London's tech scene. For a chance to win one of these tickets, all you need to do is share the following Facebook post, or retweet the following tweet. | |
Share this: | |
https://www.facebook.com/andrewcmcdonough/posts/10152071602295079 |
I hereby claim:
- I am andrewmcdonough on github.
- I am andrewmcdonough (https://keybase.io/andrewmcdonough) on keybase.
- I have a public key whose fingerprint is 31E7 E554 B2BE EE38 8DA2 3D68 7BDD 9CCB 6BC2 5CBE
To claim this, I am signing this object:
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
#!/usr/bin/env ruby | |
require 'open3' | |
# | |
# Adds RuboCop to a project, one cop per commit | |
# | |
class RuboCoper | |
def run | |
autocorrect_all |
OlderNewer