-
# Day 6
## list
1. Create a list called vegetables with the elements: "Carrot", "Potato", "Tomato".
2. Create another list called fruits with the elements: "Apple", "Banana", "Cherry".
…
-
o Automatically generate a grocery list based on selected recipes for the week.
-
https://www.kcra.com/article/software-company-grocery-stores-ransomware-attack/63007596
"“On November 21, 2024, Blue Yonder experienced disruptions to its managed services hosted environment, which…
-
As a user i would like to buy multiple items of same SKU
so i can track quantities of same SKU under single row of store receipt.
**Acceptance Criteria:**
Each item should have quantity that…
-
Grouping by a key that may not exist results makes the return type of `Record` potentially incorrect.
Extending the docs example https://es-toolkit.slash.page/reference/array/groupBy.html:
```
ty…
-
I am new to OpenFoodFacts but had this idea:
Some German supermarkets have online shops where the prices are listed. For example Netto or REWE, where I know that REWE even has an (internal but public…
-
See latetedemelon's workflow below as a start.
Take into account Derolius's ideas: https://www.reddit.com/r/selfhosted/comments/18wy55c/comment/kg4r4ua
Make feature optional
-
same issue that we had for the images, some grocers had multiple grocery stores and they're listed as separate documents with different ids, so currently the transcript only shows up for the first. Ne…
-
from datetime import datetimefrom sql_connection import get_sql_connectiondef insert_order(connection, order): cursor = connection.cursor() order_query = ("INSERT INTO orders " "(cus…
-
Capital One (C1) uses a single field for inflow and outflow transactions. In **both** cases, the dollar amounts are shown as a positive number!
In order to accurately represent whether the transact…