Zentrale öffentliche Logbücher
Aus MattWiki
Dies ist die kombinierte Anzeige aller in MattWiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).
- 14:20, 2. Mai 2025 Matt Diskussion Beiträge erstellte die Seite Jupyter Notebook (Die Seite wurde neu angelegt: „This article describes how to work with Jupyter Notebook and Jupyter Lab. It also tries to go into details when it comes to extending your Python Runtime Environments. == Jupyter Notebooks == === Standalone === === In Visual Studio Code === Kategorie:Python“) Markierung: Visuelle Bearbeitung
- 22:59, 1. Mai 2025 Matt Diskussion Beiträge erstellte die Seite Python Runtime Environments (Die Seite wurde neu angelegt: „This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks: == Management of Environments == pip list pip install == Linux Environments == === Debian === Managed by distribution - Available Packages in Aptitude === Virtual Environment (venv) === pip == Windows Environments == === Windows Native === === Miniconda === pip === Known Iss…“) Markierung: Visuelle Bearbeitung
- 23:19, 27. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite How to do Database Backups with Logrotate (Die Seite wurde neu angelegt: „Example for how to create database backups with logrotate. == Example Configuration == The following configuration is still in testing so don't rely on this and take this with a grain of salt. Create file <code>/etc/logrotate.d/database_backup</code><syntaxhighlight lang="bash"> # daily backup for 7 days /var/backups/mariadb/database_dump.sql { missingok rotate 7 daily # compress # compresscmd gzip # compressext .gz nocopy nocreate postr…“) Markierung: Visuelle Bearbeitung
- 18:53, 27. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Ungoogled Chromium (Die Seite wurde neu angelegt: „This article describes how to install and use ungoogled Ungoogled Chromium on Windows PCs. == Installation == Get binary or installer package from: https://github.com/ungoogled-software/ungoogled-chromium-windows?tab=readme-ov-file There click on:<blockquote>[https://ungoogled-software.github.io/ungoogled-chromium-binaries/ Download binaries from the Contributor Binaries website]</blockquote> Kategorie:Windows“) Markierung: Visuelle Bearbeitung
- 15:24, 27. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite How to Import CSV in MariaDB (Die Seite wurde neu angelegt: „This article describes how to proceed to import CSV files into MariaDB. Probably this should work with MySQL as well, but I did not test it. == General Informations and Assumptions == Separator character is ";" Text fields are enclosed with double quotes. The file is created on Windows, which results in CRLF on the end of every line. If target table allows NULL values and CSV should also contain these NULL values, then they have to be expressed as \N…“) Markierung: Visuelle Bearbeitung
- 15:03, 27. Apr. 2025 Matt Diskussion Beiträge verschob die Seite MariaDB (Debian) nach MariaDB Cheatsheet (Debian)
- 01:24, 27. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Search and Replace with New Line in Notepad++ (Die Seite wurde neu angelegt: „This article describes how to use Notepad++ to search for \n or similar characters in a text file and replace it with a new line. == How to Search and Replace with New Line == Set extended search mode in search and replace dialog. When looking for \n you have to search for \\n (yes, with two backslashes before the n) In the replace field enter \r\n for a new line (at least in Windows). With the extended mode active it will find the \n and replace it w…“) Markierung: Visuelle Bearbeitung
- 22:15, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Window Functions und Window Specification (Die Seite wurde neu angelegt: „== Welche Arten von Functions gibt es in SAP Datasphere und SAP HANA? == Analytic Model: * Nur kurierte Auswahl von Funktionen in Datasphere * Keine Window Functions SQL Views und Calculated Columns in Graphical Views unterstützen: * Alle HANA Funktionen → [https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-sql-reference-guide/alphabetical-list-of-functions Alphabetical List Of Functions | SAP Help Portal] * Aggregate Fu…“) Markierung: Visuelle Bearbeitung
- 21:14, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite How to get Insufficient Privilege Details for GUID (Die Seite wurde neu angelegt: „In case of errors due to insufficient privilege and a GUID like here: Deploy view ends with "Failed to execute a statement due to insufficient privilege" Here is how to find more details: === # Use SAP HANA Cockpit === === # Use Database Procedure GET_INSUFFICIENT_PRIVILEGE_ERROR_DETAILS === Kategorie:HANA Kategorie:SAP“) Markierung: Visuelle Bearbeitung
- 21:10, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Deploy view ends with "Failed to execute a statement due to insufficient privilege" (Die Seite wurde neu angelegt: „Deploying a view in SAP Datasphere fails with the error message:<blockquote>Failed to execute a statement due to insufficient privilege</blockquote> See SAP Note 3456011 - Deploy a view ends with "Failed to execute a statement due to insufficient privilege" message For how to get more details about the insufficient privilege GUID see:“) Markierung: Visuelle Bearbeitung
- 20:52, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Kategorie:CDS Based Virtual Data Model (VDM) (Die Seite wurde neu angelegt: „Interessante Artikel zum Thema: CDS based Virtual Data Model (VDM) – Tiven's Blog: http://tiven.wang/articles/cds-based-vdm/#analytical-engine S/4 Embedded Analytics - The Virtual Data Model - SAP Community: https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/s-4-embedded-analytics-the-virtual-data-model/ba-p/13375757 Dynamische Befüllung von Variablen mit ABAP CDS – Query Design Teil 1 - ZPARTNER GmbH: https://www.zpartner.…“) Markierung: Visuelle Bearbeitung
- 16:14, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Intel Core i7-13700K Microcode Reports (Die Seite wurde neu angelegt: „This article contains reports about my journey with my Intel Core i7-13700K CPU and its various microcode updates. I am running it in a MSI MAD Z790 Tomahawk WIFI Mainboard with This article contains my notes about how I perceived the behavior of my Intel Core i7-13700K CPU, bought in December 2022, after installing the various microcode updates. I am running it in a MSI MAD Z790 Tomahawk WIFI Mainboard with Raptor Lake BeQuiet Dark Rock Elite…“) Markierung: Visuelle Bearbeitung
- 16:04, 26. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite Kategorie:Hardware (Die Seite wurde neu angelegt: „This category contains all my hardware related articles. Kategorie:Informatik“) Markierung: Visuelle Bearbeitung
- 22:17, 29. Mär. 2025 Matt Diskussion Beiträge erstellte die Seite Pandas Datareader (Die Seite wurde neu angelegt: „Example code for importing data into Pandas with Pandas Datareader. <syntaxhighlight lang="python3"> import pandas as pd # Import Pandas Datareader data library for use with St. Louis FED / FRED API import pandas_datareader.data as web # Import World Bank sub module from Pandas Datareader import pandas_datareader.wb as wb from datetime import datetime import numpy as np start = datetime(1999, 1, 1) end = datetime(2019, 1, 1) # Get NASDAQ100 Data fro…“) Markierung: Visuelle Bearbeitung
- 15:26, 2. Mär. 2025 Matt Diskussion Beiträge erstellte die Seite Python Pandas Module Cheatsheet (Die Seite wurde neu angelegt: „== Import Pandas Module == <syntaxhighlight lang="python3"> import pandas as pd </syntaxhighlight> Kategorie:Python“) Markierung: Visuelle Bearbeitung
- 09:20, 28. Feb. 2025 Matt Diskussion Beiträge verschob die Seite Python Numpy nach Python NumPy Module Cheatsheet, ohne dabei eine Weiterleitung anzulegen
- 10:29, 19. Feb. 2025 Matt Diskussion Beiträge erstellte die Seite Python Numpy (Die Seite wurde neu angelegt: „== Variance == <syntaxhighlight lang="python3">import numpy as np dividends_microsoft_eur = [0.6358, 0.6308, 0.6364, 0.6854, 0.6876, 0.7016, 0.7016, 0.7906] variance_dividends_microsoft = np.var(dividends_microsoft_eur) print('The variance of Microsoft stock dividends in 2023 and 2024 is', variance_dividends_microsoft)</syntaxhighlight> == Standard Deviation == Kategorie:Python“) Markierung: Visuelle Bearbeitung
- 10:08, 9. Feb. 2025 Matt Diskussion Beiträge verschob die Seite Python Modules nach Python Built-in Modules, ohne dabei eine Weiterleitung anzulegen
- 21:10, 8. Feb. 2025 Matt Diskussion Beiträge verschob die Seite VSCode Cheat Sheet and Knowledgebase nach VSCode Cheatsheet and Knowledgebase
- 20:43, 8. Feb. 2025 Matt Diskussion Beiträge erstellte die Seite MathJax Cheatsheet (Die Seite wurde neu angelegt: „<math>a_1..a_n</math>“) Markierung: Visuelle Bearbeitung
- 10:22, 8. Feb. 2025 Matt Diskussion Beiträge erstellte die Seite Python Operators (Die Seite wurde neu angelegt: „===Sources=== https://www.codecademy.com/resources/docs/python/operators https://docs.python.org/3/reference/lexical_analysis.html#operators Kategorie:Python“) Markierung: Visuelle Bearbeitung
- 10:18, 8. Feb. 2025 Matt Diskussion Beiträge erstellte die Seite Python Modules (Die Seite wurde neu angelegt: „=== os - Operating System === ==== How to Clear the Console from a Python Script ==== <syntaxhighlight lang="python3"> import os os.system('cls' if os.name == 'nt' else 'clear') </syntaxhighlight> Kategorie:Python“) Markierung: Visuelle Bearbeitung: Gewechselt
- 10:51, 6. Jan. 2025 Matt Diskussion Beiträge erstellte die Seite Disable Microsoft Recall (Windows) (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
- 21:18, 30. Nov. 2024 Matt Diskussion Beiträge erstellte die Seite Python Basics (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
- 21:23, 16. Nov. 2024 Matt Diskussion Beiträge erstellte die Seite Windows 11 Performance Tweaks (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
- 17:46, 10. Nov. 2024 Matt Diskussion Beiträge erstellte die Seite Git Combine Two Repositories (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
- 15:14, 19. Okt. 2024 Matt Diskussion Beiträge erstellte die Seite Datei:Checkmate Patterns.png
- 15:14, 19. Okt. 2024 Matt Diskussion Beiträge lud Datei:Checkmate Patterns.png hoch
- 16:41, 4. Okt. 2024 Matt Diskussion Beiträge erstellte die Seite Streuselkuchen (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 (?)“)
- 18:08, 30. Aug. 2024 Matt Diskussion Beiträge erstellte die Seite SAP HANA Express Docker Getting Started (Die Seite wurde neu angelegt: „This article describes how to install SAP HANA Express XS Advanced on Debian 12 using Docker Container Engine according to: https://hub.docker.com/r/saplabs/hanaexpressxsa Prerequisite: Docker Container Engine (Debian) == Installation == Pull docker image first: docker pull saplabs/hanaexpressxsa Kategorie:SAP Kategorie:HANA“) Markierung: Visuelle Bearbeitung
- 15:14, 30. Aug. 2024 Matt Diskussion Beiträge erstellte die Seite Docker Container Engine (Debian) (Die Seite wurde neu angelegt: „This article describes how to install and use Docker Container Engine on Debian 12 (Bookworm) as of 2024-08-30. == Installation == Check out Docker docs at https://docs.docker.com/engine/install/debian/ for up-to-date instructions. Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL <nowiki>https://download.docker.com/linux/debian/gpg</nowiki> -o /etc/…“) Markierung: Visuelle Bearbeitung
- 14:30, 30. Aug. 2024 Matt Diskussion Beiträge verschob die Seite SAP HANA Express Getting Started nach SAP HANA Express VM Getting Started, ohne dabei eine Weiterleitung anzulegen
- 13:14, 21. Aug. 2024 Matt Diskussion Beiträge verschob die Seite VSCode Shortcuts Cheat Sheet nach VSCode Cheat Sheet and Knowledgebase, ohne dabei eine Weiterleitung anzulegen
- 18:46, 18. Aug. 2024 Matt Diskussion Beiträge verschob die Seite Development Containers nach Development Containers (CAP), ohne dabei eine Weiterleitung anzulegen
- 20:56, 15. Aug. 2024 Matt Diskussion Beiträge erstellte die Seite Development Containers (Die Seite wurde neu angelegt: „== Docker Desktop == == WSL2 / Windows Subsystem for Linux == For installation and management of WSL see Windows Subsystem For Linux (WSL) Kategorie:Development“) Markierung: Visuelle Bearbeitung
- 14:18, 13. Jul. 2024 Matt Diskussion Beiträge verschob die Seite OData Cheat Sheet nach OData Cheat Sheet (CAP), ohne dabei eine Weiterleitung anzulegen
- 12:45, 11. Jul. 2024 Matt Diskussion Beiträge erstellte die Seite Chess Tactics and Strategy (Die Seite wurde neu angelegt: „== Introduction to Tactics and Strategy == * Chess is 90% Tactics * You need to know these fundamendal tactical patterns ** Double Attack / Fork ** Pin ** Skewer ** Discovery ** Discovered / Double Check Kategorie:Chess“) Markierung: Visuelle Bearbeitung
- 09:48, 30. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Kategorie:Chess (Die Seite wurde neu angelegt: „This category contains my Chess related articles. My further studies can be found on Lichess: https://lichess.org/study/search?q=owner%3AMatt-Wombat+“) Markierung: Visuelle Bearbeitung
- 09:12, 30. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Chess Principles Introduction (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
- 14:05, 29. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite VSCode Shortcuts Cheat Sheet (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
- 21:36, 23. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Datei:Back-Rank Mate-Ex1-3.png
- 21:36, 23. Jun. 2024 Matt Diskussion Beiträge lud Datei:Back-Rank Mate-Ex1-3.png hoch
- 21:36, 23. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Datei:Back-Rank Mate-Ex1-2.png
- 21:36, 23. Jun. 2024 Matt Diskussion Beiträge lud Datei:Back-Rank Mate-Ex1-2.png hoch
- 21:35, 23. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Datei:Back-Rank Mate-Ex1-1.png
- 21:35, 23. Jun. 2024 Matt Diskussion Beiträge lud Datei:Back-Rank Mate-Ex1-1.png hoch
- 21:32, 23. Jun. 2024 Matt Diskussion Beiträge erstellte die Seite Datei:Back Rank Mate.png
- 21:32, 23. Jun. 2024 Matt Diskussion Beiträge lud Datei:Back Rank Mate.png hoch
- 18:45, 23. Jun. 2024 Matt Diskussion Beiträge lud eine neue Version von Datei:Bodens Mate.png hoch
- 18:39, 23. Jun. 2024 Matt Diskussion Beiträge löschte die Seite Datei:Bodens Mate-Ex1-2.png (alte Version 20240623163927!Bodens_Mate-Ex1-2.png gelöscht)