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/25 10:36] – florian | start:knowledge:computer_science [2025/03/16 10:41] (current) – [Computer] florian | ||
---|---|---|---|
Line 1: | Line 1: | ||
[[start: | [[start: | ||
====== 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 ===== | ||
[[https:// | [[https:// | ||
Line 13: | Line 23: | ||
===== Shaders ===== | ===== Shaders ===== | ||
[[https:// | [[https:// | ||
- | ===== Machine Learning ===== | ||
- | [[https:// | ||
- | [[https:// | ||
- | [[https:// | ||
- | ^ Name ^ Description | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
- | | [[https:// | ||
+ | |||
+ | ===== Slashes ===== | ||
+ | |||
+ | |||
+ | Forward slashes (/) are the standard in most cross-platform development tools.\\ | ||
+ | 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 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Links ===== | ||
+ | [[https:// |