Neue Seiten

Aus MattWiki
Neue Seiten
Registrierte Benutzer ausblenden | Bots ausblenden | Weiterleitungen einblenden

2. März 2025

19. Februar 2025

8. Februar 2025

6. Januar 2025

  • 09:5109:51, 6. Jan. 2025 Disable Microsoft Recall (Windows) (Versionen | bearbeiten) [532 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article shows how to check the status of Microsoft Recall in Windows and how to deactivate or activate it if necessary. = Prerequisite = Open Terminal as Administrator: * Search for '''cmd.exe''' in Start Menu * Click on '''Run as Administrator''' == Microsoft Recall == === Check Status === Dism /Online /Get-Featureinfo /Featurename:Recall === Disable === Dism /Online /Disable-Feature /Featurename:Recall === Enable === Dism /Online /Enable…“) Markierung: Visuelle Bearbeitung

30. November 2024

  • 20:1820:18, 30. Nov. 2024 Python Basics (Versionen | bearbeiten) [2.209 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article contains my notes on the Python programming language as of Python 3.x. == Strings == === F-Strings === <syntaxhighlight lang="python3"> a = "Munich" b = "Frankfurt" c = "Berlin" # f-String print(f"We are doing a road trip from {a} through {b} to {c}") </syntaxhighlight> === Template Strings === <syntaxhighlight lang="python3"> a = "Munich" b = "Frankfurt" c = "Berlin" # Template string template = "We are doing a road trip from {} throug…“) Markierung: Visuelle Bearbeitung

16. November 2024

  • 20:2320:23, 16. Nov. 2024 Windows 11 Performance Tweaks (Versionen | bearbeiten) [1.050 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article collects different tweaks to improve Windows 11 performance without compromising it's features. == Visual Performance Settings == Right click on Windows Icon and then click: System → Extended Settings → Extended → Performance → Settings → Visual effects Disable following options: * Animation on minimizing and maximizing of windows * Animations on task bar * Window shadows * Mouse shadows * Menu items on click (DE: Menüelemente n…“) Markierung: Visuelle Bearbeitung

10. November 2024

  • 16:4616:46, 10. Nov. 2024 Git Combine Two Repositories (Versionen | bearbeiten) [3.491 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to combine two Git repositories in a new repository while keeping histories of both of the repositories intact. == Prepare the New Repository == Create and initialize a new repository where you will combine both repositories.<syntaxhighlight lang="bash"> # Create a new directory and initialize a Git repository mkdir combined-repo cd combined-repo git init </syntaxhighlight> == Add First Repository (Repo 1) as a Remote and Pull…“) Markierung: Visuelle Bearbeitung

4. Oktober 2024

  • 15:4115:41, 4. Okt. 2024 Streuselkuchen (Versionen | bearbeiten) [1.665 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Zutaten Grundteig: 500g Mehl 1 Würfel Hefe 80g Zucker 220ml Milch (Lauwarm) 0,5 TL Salz 80g Butter 1 Ei Zutaten Streusel 100g Zucker 100g Butter (weich) 200g Dinkelmehl 1 Prise Zimt oder 1 Päckchen Vanillezucker Für ein Backblech Menge mal 1,7 (?)“)

30. August 2024

15. August 2024

11. Juli 2024

30. Juni 2024

  • 08:1208:12, 30. Jun. 2024 Chess Principles Introduction (Versionen | bearbeiten) [1.028 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article is an introduction into Chess principles during the different stages of the game. == The Opening == The opening is considered complete, when the rooks are connected. === Opening Principles === # Develop ## Use all pieces for your game ## Improve position by expanding it # Develop: Bring out minor pieces # Develop: Connect the rooks # Develop the pieces towards attacking the center # Never move a piece twice within first 10 moves # Castle t…“) Markierung: Visuelle Bearbeitung

29. Juni 2024

  • 13:0513:05, 29. Jun. 2024 VSCode Cheatsheet and Knowledgebase (Versionen | bearbeiten) [3.209 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Application Wide Shortcuts == {| class="wikitable" !Shortcut !Action |- |CTRL + |Zoom in |- |CTRL - |Zoom out |- |CTRL + , |Open settings |- | | |- | | |- | | |- | | |- | | |} == Editor == === Window Control === {| class="wikitable" !Shortcut !Action |- |CTRL + 1 |Go to first editor panel |- |CTRL + 2 / 3 |Go to second / third editor panel, create one if not present |- |CTRL + ^ |Split editor panel |- |CTRL + W |Close file |- |CTRL + SHIFT + T |Reo…“) Markierung: Visuelle Bearbeitung

23. Juni 2024

7. Juni 2024

11. Mai 2024

4. Mai 2024

16. März 2024

24. Februar 2024

11. Februar 2024

20. Januar 2024

25. Dezember 2023

14. Dezember 2023

  • 15:2715:27, 14. Dez. 2023 Data Science Knowledge Base (Versionen | bearbeiten) [5.571 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article is a knowledge base with basics for how to start a data science project. Sources: * openHPI Data Science Bootcamp: https://open.hpi.de/courses/datascience2023 * Numpy and Pandas tutorials and reference ** https://www.w3schools.com/python/numpy/default.asp ** https://www.w3schools.com/python/pandas/default.asp = Exploratory Data Analysis = <syntaxhighlight lang="python3" line="1"> # Load numpy and pandas libraries import numpy as np import…“) Markierung: Visuelle Bearbeitung

7. Dezember 2023

22. Oktober 2023

10. September 2023

4. August 2023

27. Januar 2023

17. August 2022

17. Juli 2022

27. März 2022

21. März 2022

18. März 2022

24. Januar 2022