User contributions for Locke

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

12 May 2023

  • 15:5215:52, 12 May 2023 diff hist +1,210 N PowerShellCreated page with " == Allgemein == * Powershell ist seeeeehr inkonsistent was die Versionen angeht.... == Commands == '''ArrayList''' $files = New-Object System.Collections.ArrayList      $files.Add("C:\hallo.txt") '''For Schleife''' for ($i=1; $i -lt 10; $i++) {     Write-Host "$i"     } '''Foreach Schleife''' $files = Get-ChildItem -Recurse -Path "$path" foreach ($file in $files) { Write-Host "$file" } '''Functions''' function sagHallo($name) { ..." current Tag: Visual edit
  • 13:3013:30, 12 May 2023 diff hist +17 ITNo edit summary Tag: Visual edit
  • 13:2913:29, 12 May 2023 diff hist +78 N PyCharmCreated page with " Die Community Version hat keine SSH Upload Files Funktion fuer Web-Projekte" current Tag: Visual edit
  • 12:5712:57, 12 May 2023 diff hist +24 PythonNo edit summary Tag: Visual edit

11 May 2023

10 May 2023

9 May 2023

8 May 2023

7 May 2023

6 May 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)