Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Unalign3d cookies recipe and evaluation! #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Unalign3d cookies recipe and evaluation! #30

wants to merge 3 commits into from

Conversation

dialluvioso
Copy link

-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzwFLYZk+ngalKDpm7Sg3
4S9chMYAZrrCCz+lbkiPlgsa30lrbuVFNvX3rucH/tX4l4nj3Ypo6yKCqgoRxC6a
IdVmlBusqBAp71ZCErM136i446jEzVV+NuoSd0uPPjBUAAzViMR4wCFVZ9rIu1We
kGNLHuH9qewbCpLVrap/Brv1KbTY4sWlL6HIk+mHPaxQOXDNXGp2o3Tcu9SAQY6h
Lb5CmymLBc0DiAm21xtffLSoCIt305qCV1/YrHDYUYH7A6sWNMhchfF83lTAC8nu
QVxVmqxDFZcED7l1WtfVS4qWHw0G8ob1doaJoKEiaw9aePqAJJR04D7DhxbP838h
6QIDAQAB
-----END PUBLIC KEY-----

-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzwFLYZk+ngalKDpm7Sg3
4S9chMYAZrrCCz+lbkiPlgsa30lrbuVFNvX3rucH/tX4l4nj3Ypo6yKCqgoRxC6a
IdVmlBusqBAp71ZCErM136i446jEzVV+NuoSd0uPPjBUAAzViMR4wCFVZ9rIu1We
kGNLHuH9qewbCpLVrap/Brv1KbTY4sWlL6HIk+mHPaxQOXDNXGp2o3Tcu9SAQY6h
Lb5CmymLBc0DiAm21xtffLSoCIt305qCV1/YrHDYUYH7A6sWNMhchfF83lTAC8nu
QVxVmqxDFZcED7l1WtfVS4qWHw0G8ob1doaJoKEiaw9aePqAJJR04D7DhxbP838h
6QIDAQAB
-----END PUBLIC KEY-----
from ingredients import *
from kitchen import oven, bowl

bowl.add(butter)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how much?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

200 gramos mantequilla pomada (blandita a temperatura ambiente)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this in comments or so? that would be the easy fix


cookies = [cookie for cookie in bowl.get()]

oven.bake(cookies)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what temperature?

Copy link
Author

@dialluvioso dialluvioso Dec 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KaoRz, [26.12.19 00:32]
Standart oven temperature bro

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, just write in comments :)

@StevenVanAcker
Copy link
Member

can you fix the recipe? :) the idea is that others can recreate it

from ingredients import *
from kitchen import oven, bowl

bowl.add(butter)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this in comments or so? that would be the easy fix


cookies = [cookie for cookie in bowl.get()]

oven.bake(cookies)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, just write in comments :)


print("Cookies are ready, Merry X-mas!!")
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you also have a making-of video? that one is essential for team brain

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants