Tagged Questions
1
vote
1answer
290 views
Create an order list based on configuration 'recipes' in Excel 2010
I have been creating a large-ish list of mechanical devices and the parts required to assemble them. Basically what I have are three worksheets.
One with all orderable parts (e.g. screws, nuts, ...
-1
votes
1answer
263 views
haskell, how to make a small database by using tuple
here s my question, i need to construct a database representing information about one country owning county owning city, using a list of 2-tuples (i.e., pairs)
for example c1 owns c2, which owns c3, ...