https://github.com/webfreak001/programmers-cookbook
Literally a public cookbook for programmers
https://github.com/webfreak001/programmers-cookbook
baking cooking cooking-recipes food lifestyle
Last synced: 7 months ago
JSON representation
Literally a public cookbook for programmers
- Host: GitHub
- URL: https://github.com/webfreak001/programmers-cookbook
- Owner: WebFreak001
- Created: 2018-12-20T19:24:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T18:35:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T04:13:08.442Z (9 months ago)
- Topics: baking, cooking, cooking-recipes, food, lifestyle
- Homepage: https://recipes.webfreak.org/
- Size: 244 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programmer's Cookbook
This is literally a cookbook for programmers or other humans who prefer activity diagrams over textbook instructions.
Recipes are collected from anywhere and translated from the native language to English or other languages.
Unless otherwise noted, recipes are licensed CC0/public domain.
[View Recipes on recipes.webfreak.org](https://recipes.webfreak.org)
## Recipe overview
Each recipe is written in PlantUML as activity diagram. There must be a note at the start stating the Name & Description of the recipe (localized), a CHANGELOG with all versions (english) and ingredients and baking/cooking duration of the recipe (english)
Versions are `vMAJOR.MINOR`. Every tested recipe starts at `v1.0`, minor changes to ingredients or durations increase the minor version. Adding or removing steps increase the major version.
Units are metric. Teaspoons (tsp.) and Tablespoons (tbsp.) are equal to US ones. If an ingredient is used multiple times on different steps, each amount should be specified and a total sum at the end.
Recipes are named `-.puml`, where lang is an IETF language tag.
The steps of a recipe are represented as UML activity diagram with forks representing parallel actions.
Layout of a file:
```plantuml
@startuml -
floating note
**Localized Name**
====
Localized Description
====
**CHANGELOG**
v1.0
Initial version
----
Total Ingredients for **n Units**:
Ingredient 1 150g
Ingredient 2 100gDuration:
10~20 minutes preparation
10 minutes cooking
end note:Activity diagram;
stop
@enduml
```## Translations
This is a translation table which might not be fully accurate but should help users translate recipes from/to other languages.
It is best to lookup ingredients from the original language if unsure about ingredients, even in translated recipes.
Ingredients
| DE | EN |
|---|---|
|Mehl|Flour|
|Zucker|Sugar|
|Milch|Milk|
|Salz|Salt|
|Ei|Egg|
|Eier|Eggs|
|Butter|Butter|
|Vanillezucker|Vanilla (or Vanillin) sugar|
|Puderzucker|Powdered sugar|
|Backpulver|Baking powder|
|Sahne|Cream|
|Schlagsahne|Whipped cream or just cream to whip|
|Saure Sahne|Sour Cream|
|Zimt|Cinnamon|
|Teig|Dough|
|Banane|Banana|
|Himbeere|Raspberry|
|Erdbeere|Strawberry|
|Zitrone|Lemon|
|Streusel|Crumbs/Crumble|Processes
| DE | EN |
|---|---|
|Schmelzen/geschmolzen|melt/molten|
|verrühren/vermischen/verkneten|mix|
|erwärmen|heat|
|kühlen|cool|
|Backofen|oven|
|Backofen vorheizen|preheat oven|
|backen|bake|
|kochen|cook|
|Pfanne|pan|
|Topf|Pot|