New Lab for trying stuff out.
  • HTML 84%
  • PowerShell 16%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
General Sir Anthony Cecil Hogmanay Melchett, VC, KCB, DSO f570efa69a
Merge pull request #61 from r3adm3/07_01/function
2023-01-26 09:28:44 +00:00
03_powershell_content little update of the notebooks 2022-12-20 17:11:38 +00:00
01_01_computer_fundamentals.md computer fundamentals placeholders 2022-12-05 09:38:41 +00:00
02_01_command_line.md Revert "02 01 commandline ag" (#34) 2022-12-09 14:34:54 +00:00
02_02_cmd_pwsh.md little more meaningful titles 2022-12-06 12:36:28 +00:00
02_03_cmd_pwsh.md little more meaningful titles 2022-12-06 12:36:28 +00:00
03_01_loops.dib initial version of the powershell loops assignemnt (#1) 2022-12-06 10:35:05 +00:00
03_02_conditions_loops.dib Task 03_02 FizzBuzz (#3) 2022-12-06 16:30:25 +00:00
04_01_networking.md Update 04_01_networking.md (#39) 2023-01-09 15:33:52 +00:00
04_02_subnet_mask.md Networking masks (#49) 2023-01-16 16:01:03 +00:00
05_01_powershell_data.dib Add files via upload (#50) 2023-01-17 13:56:34 +00:00
05_02_pet_data.csv Add files via upload 2023-01-18 04:02:55 +00:00
05_02_pet_data.dib Add files via upload 2023-01-18 04:02:55 +00:00
05_02_pet_data.html Add files via upload 2023-01-18 04:02:55 +00:00
05_02_pet_data.json Add files via upload 2023-01-18 04:02:55 +00:00
05_02_pet_data.xml Add files via upload 2023-01-18 04:02:55 +00:00
05_02_raw_pet_data_source.csv Add files via upload 2023-01-18 04:02:55 +00:00
05_02_working_with_data2.dib Add files via upload 2023-01-18 04:02:55 +00:00
05_02_working_with_data3.dib Update 05_02_working_with_data3.dib (#59) 2023-01-24 12:57:59 +00:00
06_01_rest_calls.md REST fun (#54) 2023-01-18 15:17:04 +00:00
06_02_rest_endpoint.ps1 REST fun (#54) 2023-01-18 15:17:04 +00:00
06_03_team_project.md little extra 2023-01-20 09:31:14 +00:00
07_01_function.md function creation 2023-01-26 09:24:44 +00:00
CODEOWNERS Trying to enforce proper peer reviews. 2022-12-09 11:30:52 +00:00
README.md check approvals (#30) 2022-12-09 11:36:16 +00:00

studious-train-labs

Introduction

This repository contains practical questions and quizzes we have done during the training. The aim is to provide some record of what have we done so everyone can refresh their memory. We want to open this repository for everyone to fill in the answers so there is a collection of questions with valid examples of how to answer them. The answers here do not necessarily present the only option how the particular question can be answered. If you see an alternative answer please feel free to contribute.

How to contribute

If you find a question which is not answered yet or if you see an alternative answer to existing one feel free to raise a PR (Pull Request).

  1. Each question is numbered. To provide an answer add a sub-number with your answer.
    1. This is an example of sub-numbering which could present an answer.
    2. When there are alternative correct answers use multiple sub-numbers.
  2. Work on your branch and edit particular .md file to provide your answer.
  3. Once your answer is done push your branch to the remote repository and raise a PR (Pull Request).
  4. Let tutors know about your PR (chase if necessary) and once the review is done merge to the main branch.
  5. Repeat until you see a questions where you can add a new answer.

(ade woz here)