This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:computer_science [2025/02/27 13:39] – florian | start:knowledge:computer_science [2025/03/16 10:41] (current) – [Computer] florian | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Computer ====== | ====== Computer ====== | ||
+ | <note tip> | ||
+ | It's always a good idea to create your own account seperatly from an admin account.\\ | ||
+ | Read more about it here: [[https:// | ||
+ | </ | ||
+ | |||
+ | <note tip> | ||
+ | To prevent spam in your main mailbox, create a catch-all email on custom domain for logins where you don't want to receive mail from | ||
+ | </ | ||
===== Terminology ===== | ===== Terminology ===== | ||
Line 15: | Line 23: | ||
===== Shaders ===== | ===== Shaders ===== | ||
[[https:// | [[https:// | ||
- | ===== Machine Learning ===== | ||
- | [[https:// | ||
- | [[https:// | ||
- | [[https:// | ||
- | ^ Name ^ Description | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
- | | [[https:// | + | |
Line 37: | Line 31: | ||
- | Forward slashes (/) are the standard in Git and most cross-platform development tools\\ | + | Forward slashes (/) are the standard in most cross-platform development tools.\\ |
- | Backslashes (\) are traditional in Windows path notation\\ | + | Backslashes (\) are traditional in Windows path notation.\\ |
+ | |||
+ | For best compatibility, | ||
+ | |||
+ | - Git internally uses forward slashes regardless of the platform | ||
+ | - Forward slashes work consistently across operating systems | ||
+ | - Most Git documentation and examples use forward slashes | ||
+ | - It reduces potential escape character issues in command-line operations | ||
+ | |||
- | For best compatibility, | ||
- | Git internally uses forward slashes regardless of the platform\\ | ||
- | Forward slashes work consistently across operating systems\\ | ||
- | Most Git documentation and examples use forward slashes\\ | ||
- | It reduces potential escape character issues in command-line operations\\ | ||
- | Choosing forward slashes will ensure better compatibility if you ever need to work with your repository on different operating systems or if you collaborate with others using non-Windows systems.\\ | ||
- | Either option will work for basic functionality, | ||
+ | ===== Links ===== | ||
+ | [[https:// |