- Workshop
- Saturday to Sunday 1-4pm
- www.typetasting.com/
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
[ | |
{ "keys": ["super+g"], "command": "find_all_under" }, | |
{ "keys": ["super+k", "super+f"], "command": "reveal_in_side_bar"} | |
] |
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
var image = $('img')[0]; | |
image.src = getRandomCookieImage(); | |
var button = $('button')[0]; | |
button.addEventListener('click', function(e){ | |
hideImage(); | |
}); | |
function getRandomCookieImage() { | |
var imageArray = [ |
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
html { | |
box-sizing: border-box; | |
} | |
*, *:before, *:after { | |
box-sizing: inherit; | |
} | |
.group:after { | |
content: ""; |
Epicurious from Gourmet
July 2008
So there are a few balancing points with this recipe. A balance between chocolate and dulce de leche, a balance between sweetness and saltiness, and a balance between firmness and gooiness. It sounds a bit restrictive, but this combination of modifications makes this dessert amazing...
Chocolate and dulce de leche: I use exactly 6 ounces of 70% cacao chocolate to one cup of dulce de leche.
Sweetness and saltiness: I add fleur de sel while heating the chcolate and dulce de leche mixture.
Firmness and gooiness: I use 3 yolks.
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
var datesCop14 = [ | |
'12/31/13', | |
'01/02/14', | |
'01/03/14', | |
'01/06/14', | |
'01/07/14', | |
'01/08/14', | |
'01/09/14', | |
'01/10/14', | |
'01/13/14', |