- 2-3 tablespoons of tomato base
- 2 handfuls of finely grated pecorino romano (or parmigiano-reggiano)
- A handful of roughly grated (or finely sliced) semi-dry mozzarella
- Some extra virgin olive oil
- A pinch of sea salt
- 2-3 sprigs of fresh basil
This file contains 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 desktop browsers, an email input and a submit input line up neatly against each other and are the same height. | |
(there's obviously whole reams of other related code) | |
In iOS, I've had to nudge the second input to make them align. Any suggestions for making this more elegant or not doing it at all? | |
*/ | |
/** Device specific stylings (probably) **/ | |
@media screen and |
This file contains 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 | |
* 2 tomatoes | |
* 1 large cucumber | |
* 1 small red onion | |
* leftover red quinoa & yellow pepper salad | |
# Preparation | |
1. Finely dice tomatoes, cucumber, and onion. | |
2. Mix in salad bowl with yesterday's leftover salad | |
3. Serve |
This file contains 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
wget --secure-protocol=TLSv1 --no-check-certificate [email protected] --password=passwordgoeshere https://mail.google.com/a/yourdomain.com/feed/atom | |
This file contains 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
# to explain | |
# ActionView lets me write | |
# pluralize(something.length, "Thing") => | |
# "2 Things" | |
# | |
# But in this case, I want to separate the number from the text in HTML (to put an icon in between). | |
# Since I'm using CSS sprites, the easiest way is to wrap the text in a span with a class on it to get the correct image | |
# Thus: |
#How I use Git-SVN
I've just realised that all my git and git-svn posts are on the Atlassian Extranet and thus lost to me. So here's a quick re-write of one of them, for Mike Cravey. Please feel free to fork and add your own recommendations or suggestions:
I've never used TortoiseGit and I barely remember Windows CLI (do they still call it DOS?) commands, but you know OSX shizzlit so I'll just write it as I know it and you can translate ;)
I like to clone the whole repo, branches, tags and all. If you're in a rush, do this anyway, then check out just the branch you need right now somewhere else. I find it saves heaps of time and hassle later if you're set up right.
This file contains 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
example.html:22comment: Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) | |
elemental.js:56undefined undefined ">" | |
37elemental.js:56undefined undefined undefined | |
example.html:16text: undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined | |
elemental.js:56undefined undefined ">" | |
135elemental.js:56undefined undefined undefined | |
example.html:16text: undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedund |
This file contains 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
./configure | |
Check for program g++ or c++ : /usr/bin/g++ | |
Check for program cpp : /usr/bin/cpp | |
Check for program ar : /usr/bin/ar | |
Check for program ranlib : /usr/bin/ranlib | |
Checking for g++ : ok | |
Check for program gcc or cc : /usr/bin/gcc | |
Check for program ar : /usr/bin/ar | |
Check for program ranlib : /usr/bin/ranlib | |
Checking for gcc : ok |
This file contains 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
$ /etc/init.d/apache2 restart | |
* Restarting web server apache2 | |
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName | |
[Sun Feb 14 14:08:08 2010] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results | |
[Sun Feb 14 14:08:08 2010] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results | |
[Sun Feb 14 14:08:08 2010] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results | |
[Sun Feb 14 14:08:08 2010] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results | |
[Sun Feb 14 14:08:08 2010] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results | |
[Sun |
NewerOlder