This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Used to solve specialist homework question | |
-- Constants | |
breedingRates = [ 0, 1.3, 1.8, 0.9, 0.2] | |
survivalRates = [0.6, 0.8, 0.8, 0.4, 0] | |
initialPopulations = [194, 82, 55, 22, 6] | |
-- Population after n years | |
populations 0 = initialPopulations | |
-- The takeWhile is unnecessary but I added it in case the last survival rate isn't 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Make sure your hand and off-hand is empty | |
2. While crouching, right click on the item | |
It should be on the ground now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AUD": "aud", | |
"BTC": "bitcoin", | |
"ETH": "ethereum", | |
"XRP": "ripple", | |
"LTC": "litecoin", | |
"BCH": "bitcoin-cash", | |
"LINK": "chainlink", | |
"ADA": "cardano", | |
"DOT": "polkadot", |