Skip to content

Instantly share code, notes, and snippets.

View lqc's full-sized avatar

Łukasz Rekucki lqc

  • Syncron
  • Warsaw, Poland
View GitHub Profile
@lqc
lqc / gist:275264
Created January 12, 2010 15:07 — forked from ryszard/gist:275260
>>> 'ala ma kota'.replace(' ', r'\ ')
'ala\\ ma\\ kota'
>>> list('ala ma kota'.replace(' ', r'\ '))
['a', 'l', 'a', '\\', ' ', 'm', 'a', '\\', ' ', 'k', 'o', 't', 'a']
>>> print('ala ma kota'.replace(' ', r'\ '))
ala\ ma\ kota
EASY MARSHMALLOWS
-----------------
Marshmallows are perhaps one of the simplest confections you can make. They only require a handful of
ingredients, a batch can be thrown together in 10-15 minutes (plus *cough* 3 hours for them to set),
and you can flavor them however you like. (You haven't LIVED until you've had coconut marshmallows!)
Hardware needed:
* Stand mixer