User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:26, 17 December 2019 (diff | hist) . . (+5,063) . . N 2020 - Option 5 is missing, it could be to merge 2 companies (Created page with "To start this task find the AddCompany method in the simulation class: <syntaxhighlight lang=c#> private void AddCompany() { int balance, x = 0, y...")
- 13:58, 17 December 2019 (diff | hist) . . (+76) . . Section D 2020 (→Standard Improvements)
- 12:59, 17 December 2019 (diff | hist) . . (+66) . . Section D 2020 (→Standard Improvements)
- 12:54, 17 December 2019 (diff | hist) . . (+50) . . Section D 2020 (→Adding Functionality)
- 12:52, 17 December 2019 (diff | hist) . . (+138) . . Section D 2020 (→Simple Improvements)
- 13:02, 16 December 2019 (diff | hist) . . (-36) . . Section D 2020 (→Adding Functionality)
- 13:02, 16 December 2019 (diff | hist) . . (+1,337) . . 2020 - Save a running simulation (→Example) (current)
- 12:18, 16 December 2019 (diff | hist) . . (+1,137) . . N 2020 - Save a running simulation (Created page with "=Issue= There is currently no option to save the simulation. =Solution= We could use serialization to save the simulation, alternatively we could use a text or binary file to...")
- 12:02, 16 December 2019 (diff | hist) . . (+108) . . 2020 - Process multiple days in one go, ie process a week (→Example) (current)
- 12:00, 16 December 2019 (diff | hist) . . (+4,012) . . N 2020 - Process multiple days in one go, ie process a week (Created page with "=The Issue= The current program can only process one day at a time, and you might want to run the simulation for a number of days in one go. =The Solution= The current 'Run'...")
- 11:40, 16 December 2019 (diff | hist) . . (+63) . . 2020 - Currently no use is made of GetCapacity, make it so an outlet can only have this number of visitor in day (→Example) (current)
- 11:40, 16 December 2019 (diff | hist) . . (+944) . . 2020 - Currently no use is made of GetCapacity, make it so an outlet can only have this number of visitor in day (→Example)
- 17:57, 14 December 2019 (diff | hist) . . (+1,671) . . N 2020 - Households essentially use the closest outlet, make it so the outlet must be within a distance of 20 (Created page with "=The Issue= Find the following method in the company class: <syntaxhighlight lang=csharp> public void AddVisitToNearestOutlet(int x, int y) { int nearestO...") (current)
- 17:57, 14 December 2019 (diff | hist) . . (+10) . . Section D 2020 (→Simple Improvements)
- 17:53, 14 December 2019 (diff | hist) . . (+1,671) . . N 2020 - Add a distance variable to each household, they will only use outlets within this distance (Created page with "=The Issue= Find the following method in the company class: <syntaxhighlight lang=csharp> public void AddVisitToNearestOutlet(int x, int y) { int nearestO...") (current)
- 17:19, 14 December 2019 (diff | hist) . . (+3,060) . . 2020 - Brexit will half the probabilities of households eating out (→Adding new function into Household class) (current)
- 16:33, 14 December 2019 (diff | hist) . . (+2,606) . . N 2020 - Currently no use is made of GetCapacity, make it so an outlet can only have this number of visitor in day (Created page with "=The Issue= Find the following method in the company class: <syntaxhighlight lang=csharp> public void AddVisitToNearestOutlet(int x, int y) { int nearestO...")
- 16:15, 14 December 2019 (diff | hist) . . (+166) . . 2020 - Brexit will half the probabilities of households eating out (→Adding new function into Household class)
- 13:06, 13 December 2019 (diff | hist) . . (+61) . . Section D 2020 (→Simple Improvements)
- 13:02, 13 December 2019 (diff | hist) . . (+72) . . Section D 2020 (→Simple Improvements)
- 12:12, 13 December 2019 (diff | hist) . . (-2) . . Section D 2020 (→New Events Feature)
- 11:41, 13 December 2019 (diff | hist) . . (+118) . . Section D 2020 (→New Events Feature)
- 12:06, 12 December 2019 (diff | hist) . . (+65) . . Section D 2020 (→New Events Feature)
- 11:21, 11 December 2019 (diff | hist) . . (-74) . . 2020 - Add a new event called food scandal, this causes the reputation to fall 20 points (→Add a New Probability) (current)
- 11:19, 11 December 2019 (diff | hist) . . (+26) . . 2020 - Add a new event called food scandal, this causes the reputation to fall 20 points (→Add a New Probability)
- 11:02, 11 December 2019 (diff | hist) . . (+18) . . Section D 2020 (→Built in Events Feature)
- 10:46, 11 December 2019 (diff | hist) . . (+363) . . N 2020 - Brexit will half the probabilities of households eating out (Created page with "=Adding new function into Household class= In the household class find the following: <syntaxhighlight lang=csharp> public double GetChanceEatOut() {...")
- 10:41, 11 December 2019 (diff | hist) . . (+8) . . Section D 2020 (→Simple Improvements)
- 10:40, 11 December 2019 (diff | hist) . . (+251) . . Section D 2020 (→Simple Improvements)
- 08:56, 11 December 2019 (diff | hist) . . (+5,213) . . N 2020 - Add a new event called food scandal, this causes the reputation to fall 20 points (Created page with "=The Current System= This is the current method (in the Simulation class) which generates events within the simulation. <syntaxhighlight lang=csharp> private void DisplayEven...")
- 08:39, 11 December 2019 (diff | hist) . . (+1,284) . . N 2020 - Ensure costs are displayed in the format £X.XX (Created page with "=The Issue= The monetary values in the skeleton program are displayed as decimals or integers. No currency symbol is displayed, and they often have more than 2 decimal places....") (current)
- 08:24, 11 December 2019 (diff | hist) . . (+905) . . N 2020 - Display net gain/loss for the companies (Created page with "=The Issue= The balance for each company is displayed every turn, it prints the previous and the current balance. Profit / Loss is the difference between the two. =Solution=...") (current)
- 08:16, 11 December 2019 (diff | hist) . . (0) . . Section D 2020 (→Simple Improvements)
- 08:12, 11 December 2019 (diff | hist) . . (0) . . Section D 2020 (→Simple Improvements)
- 15:53, 10 December 2019 (diff | hist) . . (+1,107) . . 2020 - Display how many days have passed (→Example) (current)
- 15:50, 10 December 2019 (diff | hist) . . (+1,143) . . N 2020 - Display how many days have passed (Created page with "=The Issue= The simulation doesn't record the number of days passed. =The Solution= Create a variable in the simulation class called 'days'. Increment 'days' every time the s...")
- 15:39, 10 December 2019 (diff | hist) . . (+717) . . N 2020 - Validation for ensuring values can't be negative (eg fuel cost) (Created page with "=The Issue= When entering some numerical values at the keyboard, very few are checked to see if they are in a valid range. Remember these values will not cause an exception wh...") (current)
- 15:37, 10 December 2019 (diff | hist) . . (+694) . . N 2020 - Validation for entering a numerical value in a range (Created page with "=The Issue= When entering some numerical values at the keyboard, very few are checked to see if they are in a valid range. Remember these values will not cause an exception wh...") (current)
- 15:26, 10 December 2019 (diff | hist) . . (+155) . . 2020 - Validation on entering text instead of numerical values (→The Issue) (current)
- 15:24, 10 December 2019 (diff | hist) . . (+790) . . 2020 - Validation on entering text instead of numerical values
- 08:45, 9 December 2019 (diff | hist) . . (+326) . . Images in models and uploading images (→Your Model)
- 08:42, 9 December 2019 (diff | hist) . . (+327) . . Images in models and uploading images
- 08:32, 9 December 2019 (diff | hist) . . (-1) . . Images in models and uploading images (→Urls.py=)
- 15:29, 7 December 2019 (diff | hist) . . (+38) . . Register and Edit profile in a Flask App (→Editing Account) (current)
- 13:08, 29 November 2019 (diff | hist) . . (+877) . . N Images in models and uploading images (Created page with "=Settings.py= In your 'settings.py' file you will need to add the following: <syntaxhighlight lang=python> MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media')...")
- 11:26, 25 November 2019 (diff | hist) . . (+12) . . Fundamentals of communication and networking (→Topics) (current)
- 11:24, 25 November 2019 (diff | hist) . . (-10) . . Fundamentals of communication and networking
- 11:24, 25 November 2019 (diff | hist) . . (+1) . . Wireless Networking (→Revision Questions)
- 11:23, 25 November 2019 (diff | hist) . . (-383) . . Wireless Networking (→Revision Questions)
- 12:58, 19 November 2019 (diff | hist) . . (-592) . . Thin Client / Thick Client (→Revision Questions) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)