├── Survival └── Survival.md ├── .obsidian ├── hotkeys.json ├── page-preview.json ├── appearance.json ├── themes │ ├── Adwaita │ │ └── manifest.json │ ├── Minimal │ │ └── manifest.json │ └── Obsidian gruvbox │ │ └── manifest.json ├── app.json ├── core-plugins.json ├── graph.json ├── graph-desktop.json └── core-plugins-migration.json ├── Religion ├── Judaism │ └── Judaism.md ├── Christianity │ └── The Bible │ │ └── Scripture │ │ ├── 18 - Job │ │ ├── Job.md │ │ └── Job-25.md │ │ ├── 66 - Revelation │ │ ├── .md │ │ └── Revelation.md │ │ ├── 15 - Ezra │ │ └── Ezra.md │ │ ├── 19 - Psalm │ │ ├── Psalm.md │ │ ├── Ps-117.md │ │ ├── Ps-134.md │ │ ├── Ps-131.md │ │ ├── Ps-133.md │ │ ├── Ps-123.md │ │ ├── Ps-100.md │ │ ├── Ps-150.md │ │ ├── Ps-93.md │ │ ├── Ps-70.md │ │ ├── Ps-120.md │ │ ├── Ps-126.md │ │ ├── Ps-127.md │ │ ├── Ps-128.md │ │ ├── Ps-15.md │ │ ├── Ps-13.md │ │ ├── Ps-125.md │ │ ├── Ps-43.md │ │ ├── Ps-23.md │ │ ├── Ps-67.md │ │ ├── Ps-01.md │ │ ├── Ps-54.md │ │ ├── Ps-121.md │ │ ├── Ps-87.md │ │ ├── Ps-130.md │ │ ├── Ps-114.md │ │ ├── Ps-124.md │ │ ├── Ps-129.md │ │ ├── Ps-82.md │ │ ├── Ps-113.md │ │ ├── Ps-11.md │ │ ├── Ps-61.md │ │ ├── Ps-110.md │ │ ├── Ps-122.md │ │ ├── Ps-142.md │ │ ├── Ps-03.md │ │ ├── Ps-47.md │ │ ├── Ps-53.md │ │ ├── Ps-14.md │ │ ├── Ps-04.md │ │ ├── Ps-149.md │ │ ├── Ps-12.md │ │ └── Ps-20.md │ │ ├── 29 - Joel │ │ └── Joel.md │ │ ├── 30 - Amos │ │ └── Amos.md │ │ ├── 41 - Mark │ │ └── Mark.md │ │ ├── 42 - Luke │ │ └── Luke.md │ │ ├── 44 - Acts │ │ └── Acts.md │ │ ├── 65 - Jude │ │ └── Jude.md │ │ ├── 17 - Esther │ │ ├── Esther.md │ │ └── Esth-10.md │ │ ├── 23 - Isaiah │ │ ├── Isaiah.md │ │ └── Isa-12.md │ │ ├── 27 - Daniel │ │ └── Daniel.md │ │ ├── 28 - Hosea │ │ ├── Hosea.md │ │ └── Hos-03.md │ │ ├── 32 - Jonah │ │ └── Jonah.md │ │ ├── 33 - Micah │ │ └── Micah.md │ │ ├── 34 - Nahum │ │ └── Nahum.md │ │ ├── 37 - Haggai │ │ └── Haggai.md │ │ ├── 45 - Romans │ │ └── Romans.md │ │ ├── 56 - Titus │ │ └── Titus.md │ │ ├── 59 - James │ │ └── James.md │ │ ├── 16 - Nehemiah │ │ └── Nehemiah.md │ │ ├── 24 - Jeremiah │ │ ├── Jeremiah.md │ │ └── Jer-45.md │ │ ├── 26 - Ezekiel │ │ └── Ezekiel.md │ │ ├── 31 - Obadiah │ │ └── Obadiah.md │ │ ├── 35 - Habakkuk │ │ └── Habakkuk.md │ │ ├── 39 - Malachi │ │ ├── Malachi.md │ │ └── Mal-04.md │ │ ├── 40 - Matthew │ │ └── Matthew.md │ │ ├── 58 - Hebrews │ │ └── Hebrews.md │ │ ├── 60 - 1 Peter │ │ └── 1 Peter.md │ │ ├── 61 - 2 Peter │ │ └── 2 Peter.md │ │ ├── 62 - 1 John │ │ └── 1 John.md │ │ ├── 63 - 2 John │ │ └── 2 John.md │ │ ├── 64 - 3 John │ │ └── 3 John.md │ │ ├── 11 - 1 Kings │ │ └── 1 Kings.md │ │ ├── 12 - 2 Kings │ │ └── 2 Kings.md │ │ ├── 20 - Proverbs │ │ └── Proverbs.md │ │ ├── 36 - Zephaniah │ │ └── Zephaniah.md │ │ ├── 38 - Zechariah │ │ └── Zechariah.md │ │ ├── 48 - Galatians │ │ └── Galatians.md │ │ ├── 49 - Ephesians │ │ └── Ephesians.md │ │ ├── 54 - 1 Timothy │ │ └── 1 Timothy.md │ │ ├── 55 - 2 Timothy │ │ └── 2 Timothy.md │ │ ├── 57 - Philemon │ │ └── Philemon.md │ │ ├── 50 - Philippians │ │ └── Philippians.md │ │ ├── 51 - Colossians │ │ └── Colossians.md │ │ ├── 21 - Ecclesiastes │ │ └── Ecclesiastes.md │ │ ├── 25 - Lamentations │ │ └── Lamentations.md │ │ ├── 13 - 1 Chronicles │ │ └── 1 Chronicles.md │ │ ├── 14 - 2 Chronicles │ │ └── 2 Chronicles.md │ │ ├── 46 - 1 Corinthians │ │ └── 1 Corinthians.md │ │ ├── 47 - 2 Corinthians │ │ └── 2 Corinthians.md │ │ ├── 22 - Song of Solomon │ │ └── Song of Solomon.md │ │ ├── 52 - 1 Thessalonians │ │ └── 1 Thessalonians.md │ │ ├── 53 - 2 Thessalonians │ │ └── 2 Thessalonians.md │ │ ├── 08 - Ruth │ │ └── Ruth.md │ │ ├── 07 - Judges │ │ └── Judges.md │ │ ├── 06 - Joshua │ │ └── Joshua.md │ │ ├── 10 - 2 Samuel │ │ └── 2 Samuel.md │ │ ├── 03 - Leviticus │ │ └── Leviticus.md │ │ ├── 09 - 1 Samuel │ │ └── 1 Samuel.md │ │ ├── 05 - Deuteronomy │ │ └── Deuteronomy.md │ │ ├── 43 - John │ │ └── John.md │ │ ├── 04 - Numbers │ │ └── Numbers.md │ │ ├── 02 - Exodus │ │ └── Exodus.md │ │ └── 01 - Genesis │ │ └── Genesis.md └── Religion.md ├── Criminal Justice └── Criminal Justice.md ├── Computer Science ├── Programming │ ├── C │ │ ├── HelloWorld.c │ │ └── Learn the Basics │ │ │ ├── Arrays.md │ │ │ └── For loops.md │ ├── Arduino │ │ └── Arduino.md │ ├── Python │ │ ├── Preface.md │ │ ├── Exercise 0.md │ │ ├── Exercise 1.md │ │ ├── Exercise 10.md │ │ ├── Exercise 11.md │ │ ├── Exercise 12.md │ │ ├── Exercise 13.md │ │ ├── Exercise 14.md │ │ ├── Exercise 15.md │ │ ├── Exercise 16.md │ │ ├── Exercise 17.md │ │ ├── Exercise 18.md │ │ ├── Exercise 19.md │ │ ├── Exercise 2.md │ │ ├── Exercise 20.md │ │ ├── Exercise 21.md │ │ ├── Exercise 22.md │ │ ├── Exercise 23.md │ │ ├── Exercise 24.md │ │ ├── Exercise 25.md │ │ ├── Exercise 26.md │ │ ├── Exercise 27.md │ │ ├── Exercise 28.md │ │ ├── Exercise 29.md │ │ ├── Exercise 3.md │ │ ├── Exercise 30.md │ │ ├── Exercise 31.md │ │ ├── Exercise 32.md │ │ ├── Exercise 33.md │ │ ├── Exercise 34.md │ │ ├── Exercise 35.md │ │ ├── Exercise 36.md │ │ ├── Exercise 37.md │ │ ├── Exercise 38.md │ │ ├── Exercise 39.md │ │ ├── Exercise 4.md │ │ ├── Exercise 40.md │ │ ├── Exercise 41.md │ │ ├── Exercise 42.md │ │ ├── Exercise 43.md │ │ ├── Exercise 44.md │ │ ├── Exercise 45.md │ │ ├── Exercise 46.md │ │ ├── Exercise 47.md │ │ ├── Exercise 48.md │ │ ├── Exercise 49.md │ │ ├── Exercise 5.md │ │ ├── Exercise 50.md │ │ ├── Exercise 51.md │ │ ├── Exercise 52.md │ │ ├── Exercise 6.md │ │ ├── Exercise 7.md │ │ ├── Exercise 8.md │ │ ├── Exercise 9.md │ │ ├── Introduction.md │ │ ├── Next Steps.md │ │ ├── Advice From An Old Programmer.md │ │ └── Appendix A Command Line Crash Course.md │ ├── .obsidian │ │ ├── app.json │ │ ├── hotkeys.json │ │ ├── appearance.json │ │ └── core-plugins.json │ ├── Elixir │ │ └── GETTING STARTED │ │ │ ├── Sigils.md │ │ │ ├── Structs.md │ │ │ ├── Debugging.md │ │ │ ├── Processes.md │ │ │ ├── Comprehensions.md │ │ │ ├── Elixir Protocols.md │ │ │ ├── Erlang libraries.md │ │ │ ├── Module attributes.md │ │ │ ├── Where to go next.md │ │ │ ├── Enumerables and streams.md │ │ │ ├── IO and the file system.md │ │ │ ├── Keyword lists and maps.md │ │ │ ├── Modules and Functions.md │ │ │ ├── Optional syntax sheet.md │ │ │ ├── Recursion in Elixir.md │ │ │ ├── try, catch, and rescue.md │ │ │ ├── Typespecs and behaviours.md │ │ │ ├── alias, require, and import.md │ │ │ ├── case, cond, and if │ │ │ └── case, cond, and if.md │ │ │ ├── Elixir Introduction │ │ │ ├── Installation.md │ │ │ ├── Running scripts.md │ │ │ └── Elixir Introduction.md │ │ │ ├── Pattern matching │ │ │ ├── Pattern matching.md │ │ │ └── The match operator.md │ │ │ ├── Basic types │ │ │ ├── Booleans.md │ │ │ ├── Basic types.md │ │ │ ├── Atoms.md │ │ │ └── Tuples in Elixir.md │ │ │ └── Binaries, strings, and charlists │ │ │ └── Binaries, strings, and charlists.md │ ├── Hugo │ │ └── Business │ │ │ └── storm-os.com │ │ │ ├── Donations.md │ │ │ └── Downloads.md │ ├── HTML & CSS │ │ ├── Getting Started with HTML & CSS │ │ │ ├── Selectors.md │ │ │ ├── Colors.md │ │ │ ├── Display.md │ │ │ ├── Icons.md │ │ │ ├── Box Model.md │ │ │ ├── Grid Layout.md │ │ │ └── UI Libraries.md │ │ ├── Expert CSS Tutorials │ │ │ ├── Pseudo-elements.md │ │ │ ├── Columns.md │ │ │ ├── Flexbox.md │ │ │ ├── Animations.md │ │ │ ├── Viewport.md │ │ │ ├── 3D Transforms.md │ │ │ └── CSS Variables.md │ │ ├── Advanced HTML Tutorials │ │ │ ├── SVG.md │ │ │ ├── Audio.md │ │ │ ├── Canvas.md │ │ │ ├── Forms.md │ │ │ ├── Tables.md │ │ │ ├── App Cache.md │ │ │ ├── Web Workers.md │ │ │ ├── Local Storage.md │ │ │ ├── Text Formatting.md │ │ │ ├── Server-Sent Events.md │ │ │ ├── Iframes.md │ │ │ ├── Drag and Drop.md │ │ │ └── Video.md │ │ ├── Advanced CSS Tutorials │ │ │ ├── Float.md │ │ │ ├── Fonts.md │ │ │ ├── Filters.md │ │ │ ├── Gradients.md │ │ │ ├── Opacity.md │ │ │ ├── Outline.md │ │ │ ├── Position.md │ │ │ ├── Shadows.md │ │ │ ├── Link Design.md │ │ │ ├── Transforms.md │ │ │ ├── Transitions.md │ │ │ ├── Border Images.md │ │ │ ├── Media Queries.md │ │ │ ├── Text Alignment.md │ │ │ ├── Text Effects.md │ │ │ ├── Negative Margins.md │ │ │ ├── Rounded Corners.md │ │ │ ├── Responsive Web Design.md │ │ │ ├── Overflow.md │ │ │ ├── Height and Width.md │ │ │ └── Box Sizing.md │ │ └── Bootstrap Elements │ │ │ ├── Buttons.md │ │ │ ├── Tooltips.md │ │ │ ├── Form Design.md │ │ │ ├── List Design.md │ │ │ ├── Table Design.md │ │ │ ├── Dropdowns.md │ │ │ └── Navigation Bar.md │ ├── Rust │ │ ├── Chapter 21 │ │ │ └── 21. Appendix.md │ │ ├── Chapter 1 │ │ │ └── 1. Getting Started.md │ │ ├── Chapter 4 │ │ │ └── 4. Understanding Ownership.md │ │ ├── Chapter 14 │ │ │ ├── 14. More about Cargo and Crates.io.md │ │ │ └── 14.5. Extending Cargo with Custom Commands.md │ │ ├── Chapter 17 │ │ │ └── 17. Object Oriented Programming Features of Rust.md │ │ ├── Chapter 5 │ │ │ └── 5. Using Structs to Structure Related Data.md │ │ ├── Chapter 6 │ │ │ └── 6. Enums and Pattern Matching.md │ │ └── Chapter 3 │ │ │ └── 3. Common Programming Concepts.md │ ├── Shell │ │ ├── Learn the Basics │ │ │ ├── Passing Arguments to the Script.md │ │ │ ├── Shell Basic Operators.md │ │ │ ├── Shell Array-Comparison.md │ │ │ ├── Shell Functions.md │ │ │ └── Shell Arrays.md │ │ └── Shell.md │ ├── JavaScript │ │ ├── Learn the Basics │ │ │ ├── Pop-up Boxes.md │ │ │ ├── Hello, World in JavaScript!.md │ │ │ ├── Callbacks.md │ │ │ └── Functions in JavaScript.md │ │ └── JavaScript.md │ ├── Scala │ │ ├── Learn the Basics │ │ │ └── Hello, World in Scala!.md │ │ └── Scala.md │ ├── Ruby │ │ ├── Learn the Basics │ │ │ ├── Arrays.md │ │ │ ├── Math in Ruby.md │ │ │ ├── Ruby Variables and Types.md │ │ │ ├── Comments.md │ │ │ ├── Methods.md │ │ │ ├── Hello World in Ruby.md │ │ │ ├── Methods With Parameters.md │ │ │ └── Unless, Until, and While.md │ │ └── Ruby.md │ ├── Go │ │ └── Go.md │ ├── PHP │ │ └── PHP.md │ ├── Perl │ │ ├── Perl Hello, World!.md │ │ └── Perl.md │ └── Java │ │ └── Java.md ├── Security │ ├── Security.md │ └── Pen Testing │ │ └── Pen Testing.md ├── Operating Systems │ ├── Linux │ │ └── LFS │ │ │ ├── I. Introduction │ │ │ └── Chapter 1. Introduction │ │ │ │ └── 1. Introduction │ │ │ │ └── Resources.md │ │ │ ├── IV. Building the LFS System │ │ │ ├── Chapter 10 │ │ │ │ └── 10.1. Chapter 10 Introduction.md │ │ │ ├── Chapter 11 │ │ │ │ └── 11.2. Get Counted.md │ │ │ ├── Chapter 8 │ │ │ │ ├── 8.3. Man-pages-5.13.md │ │ │ │ ├── 8.42. XML Parser-2.46.md │ │ │ │ ├── 8.63. Libpipeline-1.5.5.md │ │ │ │ ├── 8.6. Zlib-1.2.11.md │ │ │ │ ├── 8.64. Make-4.3.md │ │ │ │ ├── 8.4. Iana-Etc-20220207.md │ │ │ │ ├── 8.33. Grep-3.7.md │ │ │ │ ├── 8.37. Gperf-3.1.md │ │ │ │ ├── 8.65. Patch-2.7.6.md │ │ │ │ ├── 8.10. File-5.41.md │ │ │ │ ├── 8.29. Sed-4.8.md │ │ │ │ ├── 8.21. MPC-1.2.1.md │ │ │ │ ├── 8.54. Check-0.15.2.md │ │ │ │ ├── 8.55. Diffutils-3.8.md │ │ │ │ ├── 8.12. M4-1.4.19.md │ │ │ │ ├── 8.13. Bc-5.2.2.md │ │ │ │ ├── 8.38. Expat-2.4.6.md │ │ │ │ ├── 8.48. Libelf from Elfutils-0.186.md │ │ │ │ ├── 8.20. MPFR-4.1.0.md │ │ │ │ └── 8.40. Less-590.md │ │ │ └── Chapter 9 │ │ │ │ └── 9.9. Creating the_ │ │ │ │ └── etc │ │ │ │ └── 9.9. Shells File.md │ │ │ ├── II. Preparing for the Build │ │ │ ├── Chapter 2. Preparing the Host System │ │ │ │ └── Chapter 2 Introduction.md │ │ │ └── Chapter 4. Final Preparations │ │ │ │ └── Chapter 4 Introduction.md │ │ │ ├── III. Building the LFS Cross Toolchain and Temporary Tools │ │ │ ├── Chapter 5. Compiling a Coss-Toolchain │ │ │ │ └── Chapter 5 Introduction.md │ │ │ ├── Chapter 6. Cross Compiling Temporary Tools │ │ │ │ ├── 6.14. Sed-4.8.md │ │ │ │ ├── 6.11. Gzip-1.11.md │ │ │ │ ├── 6.10. Grep-3.7.md │ │ │ │ ├── 6.2. M4-1.4.19.md │ │ │ │ ├── 6.6. Diffutils-3.8.md │ │ │ │ ├── 6.13. Patch-2.7.6.md │ │ │ │ ├── 6.9. Gawk-5.1.1.md │ │ │ │ ├── 6.15. Tar-1.34.md │ │ │ │ ├── 6.1. Chapter 6 Introduction.md │ │ │ │ ├── 6.8. Findutils-4.9.0.md │ │ │ │ ├── 6.16. Xz-5.2.5.md │ │ │ │ └── 6.12. Make-4.3.md │ │ │ └── Chapter 7 │ │ │ │ ├── 7.12. Texinfo-6.8.md │ │ │ │ ├── 7.9. Bison-3.8.2.md │ │ │ │ └── 7.2. Changing Ownership.md │ │ │ └── Preface │ │ │ └── Errata and Security Advisories.md │ ├── Windows │ │ └── Windows.md │ └── Operating Systems.md ├── Networking │ └── Networking.md └── Computer Science.md ├── .DS_Store ├── .gitattributes ├── Mathematics └── Mathematics.md ├── Psychiatry └── Psychiatry.md ├── Languages └── Languages.md ├── Medical └── Medical.md └── README.md /Survival/Survival.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.obsidian/hotkeys.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Religion/Judaism/Judaism.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Criminal Justice/Criminal Justice.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/C/HelloWorld.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Arduino/Arduino.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Preface.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/.obsidian/app.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Computer Science/Programming/.obsidian/hotkeys.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 0.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 10.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 11.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 12.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 13.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 14.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 15.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 16.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 17.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 18.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 19.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 20.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 21.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 22.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 23.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 24.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 25.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 26.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 27.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 28.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 29.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 3.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 30.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 31.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 32.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 33.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 34.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 35.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 36.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 37.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 38.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 39.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 4.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 40.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 41.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 42.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 43.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 44.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 45.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 46.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 47.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 48.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 49.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 5.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 50.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 51.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 52.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 6.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 7.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 8.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Exercise 9.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Introduction.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Next Steps.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.obsidian/page-preview.json: -------------------------------------------------------------------------------- 1 | { 2 | "preview": true 3 | } -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Sigils.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Structs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Debugging.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Processes.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Hugo/Business/storm-os.com/Donations.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Advice From An Old Programmer.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/archsinner/Obsidian/HEAD/.DS_Store -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Comprehensions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Elixir Protocols.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Erlang libraries.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Module attributes.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Where to go next.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Enumerables and streams.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/IO and the file system.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Keyword lists and maps.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Modules and Functions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Optional syntax sheet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Recursion in Elixir.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/try, catch, and rescue.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Python/Appendix A Command Line Crash Course.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Typespecs and behaviours.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/alias, require, and import.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Computer Science/Programming/.obsidian/appearance.json: -------------------------------------------------------------------------------- 1 | { 2 | "baseFontSize": 16 3 | } -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Selectors.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Computer Science/Security/Security.md: -------------------------------------------------------------------------------- 1 | [[Computer Science]] 2 | 3 | ## Contents 4 | - [[Pen Testing]] -------------------------------------------------------------------------------- /Mathematics/Mathematics.md: -------------------------------------------------------------------------------- 1 | [[README]] 2 | ## Contents 3 | Algebra 4 | Calculus 5 | Geometry 6 | 7 | -------------------------------------------------------------------------------- /Psychiatry/Psychiatry.md: -------------------------------------------------------------------------------- 1 | [Etymology](https://en.wikipedia.org/wiki/Psychiatry#Etymology) 2 | 3 | 4 | -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Linux/LFS/I. Introduction/Chapter 1. Introduction/1. Introduction/Resources.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Languages/Languages.md: -------------------------------------------------------------------------------- 1 | [[README]] 2 | 3 | Japanese 4 | Chinese 5 | German 6 | English 7 | French 8 | Spanish 9 | -------------------------------------------------------------------------------- /Computer Science/Networking/Networking.md: -------------------------------------------------------------------------------- 1 | # Networking 2 | [[Computer Science]] 3 | ## Contents 4 | - [[Protocols]] -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Linux/LFS/IV. Building the LFS System/Chapter 10/10.1. Chapter 10 Introduction.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/18 - Job/Job.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Job 3 | 4 | [[Job-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/66 - Revelation/.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 3 | 4 | [[-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/15 - Ezra/Ezra.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Ezra 3 | 4 | [[Ezr-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/19 - Psalm/Psalm.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Psalm 3 | 4 | [[Ps-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/29 - Joel/Joel.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Joel 3 | 4 | [[Joel-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/30 - Amos/Amos.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Amos 3 | 4 | [[Am-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/41 - Mark/Mark.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Mark 3 | 4 | [[Mark-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/42 - Luke/Luke.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Luke 3 | 4 | [[Luke-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/44 - Acts/Acts.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Acts 3 | 4 | [[Acts-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/65 - Jude/Jude.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Jude 3 | 4 | [[Jude-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/17 - Esther/Esther.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Esther 3 | 4 | [[Esth-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/23 - Isaiah/Isaiah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Isaiah 3 | 4 | [[Isa-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/27 - Daniel/Daniel.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Daniel 3 | 4 | [[Dan-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/28 - Hosea/Hosea.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Hosea 3 | 4 | [[Hos-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/32 - Jonah/Jonah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Jonah 3 | 4 | [[Jonah-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/33 - Micah/Micah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Micah 3 | 4 | [[Micah-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/34 - Nahum/Nahum.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Nahum 3 | 4 | [[Nah-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/37 - Haggai/Haggai.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Haggai 3 | 4 | [[Hag-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/45 - Romans/Romans.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Romans 3 | 4 | [[Rom-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/56 - Titus/Titus.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Titus 3 | 4 | [[Titus-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/59 - James/James.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # James 3 | 4 | [[James-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/16 - Nehemiah/Nehemiah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Nehemiah 3 | 4 | [[Neh-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/24 - Jeremiah/Jeremiah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Jeremiah 3 | 4 | [[Jer-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/26 - Ezekiel/Ezekiel.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Ezekiel 3 | 4 | [[Ezek-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/31 - Obadiah/Obadiah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Obadiah 3 | 4 | [[Obad-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/35 - Habakkuk/Habakkuk.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Habakkuk 3 | 4 | [[Hab-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/39 - Malachi/Malachi.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Malachi 3 | 4 | [[Mal-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/40 - Matthew/Matthew.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Matthew 3 | 4 | [[Matt-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/58 - Hebrews/Hebrews.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Hebrews 3 | 4 | [[Heb-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/60 - 1 Peter/1 Peter.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Peter 3 | 4 | [[1 Pet-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/61 - 2 Peter/2 Peter.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Peter 3 | 4 | [[2 Pet-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/62 - 1 John/1 John.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 John 3 | 4 | [[1 John-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/63 - 2 John/2 John.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 John 3 | 4 | [[2 John-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/64 - 3 John/3 John.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 3 John 3 | 4 | [[3 John-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Religion.md: -------------------------------------------------------------------------------- 1 | # Religions 2 | [[README]] 3 | ## Contents 4 | - [[Buddhism]] 5 | - [[Catholic]] 6 | - [[Christianity]] 7 | - [[Judaism]] -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Windows/Windows.md: -------------------------------------------------------------------------------- 1 | # Windows 2 | [[Operating Systems]] 3 | 4 | ## Table of Contents 5 | - [[PowerShell]] 6 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/11 - 1 Kings/1 Kings.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Kings 3 | 4 | [[1 Kings-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/12 - 2 Kings/2 Kings.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Kings 3 | 4 | [[2 Kings-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/20 - Proverbs/Proverbs.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Proverbs 3 | 4 | [[Prov-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/36 - Zephaniah/Zephaniah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Zephaniah 3 | 4 | [[Zeph-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/38 - Zechariah/Zechariah.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Zechariah 3 | 4 | [[Zech-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/48 - Galatians/Galatians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Galatians 3 | 4 | [[Gal-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/49 - Ephesians/Ephesians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Ephesians 3 | 4 | [[Ephes-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/54 - 1 Timothy/1 Timothy.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Timothy 3 | 4 | [[1 Tim-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/55 - 2 Timothy/2 Timothy.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Timothy 3 | 4 | [[2 Tim-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/57 - Philemon/Philemon.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Philemon 3 | 4 | [[Philem-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/50 - Philippians/Philippians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Philippians 3 | 4 | [[Phil-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/51 - Colossians/Colossians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Colossians 3 | 4 | [[Col-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/66 - Revelation/Revelation.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Revelation 3 | 4 | [[Rev-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/21 - Ecclesiastes/Ecclesiastes.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Ecclesiastes 3 | 4 | [[Eccles-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/25 - Lamentations/Lamentations.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Lamentations 3 | 4 | [[Lam-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/13 - 1 Chronicles/1 Chronicles.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Chronicles 3 | 4 | [[1 Chron-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/14 - 2 Chronicles/2 Chronicles.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Chronicles 3 | 4 | [[2 Chron-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/46 - 1 Corinthians/1 Corinthians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Corinthians 3 | 4 | [[1 Cor-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/47 - 2 Corinthians/2 Corinthians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Corinthians 3 | 4 | [[2 Cor-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/22 - Song of Solomon/Song of Solomon.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Song of Solomon 3 | 4 | [[Song-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/52 - 1 Thessalonians/1 Thessalonians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 1 Thessalonians 3 | 4 | [[1 Thess-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/53 - 2 Thessalonians/2 Thessalonians.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Thessalonians 3 | 4 | [[2 Thess-01|Start Reading →]] 5 | -------------------------------------------------------------------------------- /Computer Science/Programming/Rust/Chapter 21/21. Appendix.md: -------------------------------------------------------------------------------- 1 | # Appendix 2 | 3 | 4 | The following sections contain reference material you may find useful in your Rust journey. -------------------------------------------------------------------------------- /.obsidian/appearance.json: -------------------------------------------------------------------------------- 1 | { 2 | "baseFontSize": 16, 3 | "translucency": true, 4 | "cssTheme": "Obsidian gruvbox", 5 | "accentColor": "#136c22", 6 | "nativeMenus": false 7 | } -------------------------------------------------------------------------------- /Computer Science/Computer Science.md: -------------------------------------------------------------------------------- 1 | [[README]] 2 | 3 | ## Contents 4 | - [[List of Computer Standards]] 5 | - [[Programming]] 6 | - [[Networking]] 7 | - [[Operating Systems]] 8 | - [[Security]] -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Operating Systems.md: -------------------------------------------------------------------------------- 1 | # Operating system 2 | - [[LFS]] 3 | - [[BLFS]] 4 | - [[OpenBSD]] 5 | - [[Gentoo]] 6 | - [[FreeBSD]] 7 | - [[Archlinux]] 8 | - [[Windows]] 9 | -------------------------------------------------------------------------------- /.obsidian/themes/Adwaita/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Adwaita", 3 | "version": "0.1.0", 4 | "minAppVersion": "1.0.0", 5 | "author": "@birneee", 6 | "authorUrl": "https://github.com/birneee" 7 | } 8 | -------------------------------------------------------------------------------- /.obsidian/themes/Minimal/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Minimal", 3 | "version": "6.1.9", 4 | "minAppVersion": "0.16.0", 5 | "author": "@kepano", 6 | "authorUrl": "https://twitter.com/kepano" 7 | } 8 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/08 - Ruth/Ruth.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Ruth 3 | 4 | [[Ruth-01|Start Reading →]] 5 | 6 | [[Ruth-01]] 7 | [[Ruth-02]] 8 | [[Ruth-03]] 9 | [[Ruth-04]] 10 | -------------------------------------------------------------------------------- /.obsidian/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "legacyEditor": false, 3 | "livePreview": true, 4 | "promptDelete": false, 5 | "alwaysUpdateLinks": true, 6 | "spellcheck": false, 7 | "vimMode": false, 8 | "useMarkdownLinks": false 9 | } -------------------------------------------------------------------------------- /.obsidian/themes/Obsidian gruvbox/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Obsidian gruvbox", 3 | "version": "0.2.1", 4 | "minAppVersion": "0.16.0", 5 | "author": "insanum", 6 | "authorUrl": "https://insanum.com" 7 | } 8 | -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/Pseudo-elements.md: -------------------------------------------------------------------------------- 1 | # Pseudo-elements 2 | [[HTML & CSS]] 3 | --- 4 | 5 | ### ::before 6 | 7 | ### ::after 8 | 9 | ### ::first-line 10 | 11 | ### ::first-letter 12 | 13 | ### ::selection -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/case, cond, and if/case, cond, and if.md: -------------------------------------------------------------------------------- 1 | Getting Started 2 | [[Elixir]] 3 | # case, cond, and if 4 | 1. [[case]] 5 | 2. [[cond]] 6 | 3. [[if and unless]] 7 | 8 | In this chapter, we will learn about the `case`, `cond`, and `if` control flow structures. -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/SVG.md: -------------------------------------------------------------------------------- 1 | # SVG 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Float.md: -------------------------------------------------------------------------------- 1 | # Float 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Fonts.md: -------------------------------------------------------------------------------- 1 | # Fonts 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Audio.md: -------------------------------------------------------------------------------- 1 | # Audio 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Canvas.md: -------------------------------------------------------------------------------- 1 | # Canvas 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Forms.md: -------------------------------------------------------------------------------- 1 | # Forms 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Tables.md: -------------------------------------------------------------------------------- 1 | # Tables 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Bootstrap Elements/Buttons.md: -------------------------------------------------------------------------------- 1 | # Buttons 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Bootstrap Elements/Tooltips.md: -------------------------------------------------------------------------------- 1 | # Tooltips 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/Columns.md: -------------------------------------------------------------------------------- 1 | # Columns 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/Flexbox.md: -------------------------------------------------------------------------------- 1 | # Flexbox 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Elixir Introduction/Installation.md: -------------------------------------------------------------------------------- 1 | # Installation 2 | [[Elixir Introduction]] 3 | If you haven’t yet installed Elixir, visit our [installation page](https://elixir-lang.org/install.html). Once you are done, you can run `elixir --version` to get the current Elixir version. -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Filters.md: -------------------------------------------------------------------------------- 1 | # Filters 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Gradients.md: -------------------------------------------------------------------------------- 1 | # Gradients 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Opacity.md: -------------------------------------------------------------------------------- 1 | # Opacity 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Outline.md: -------------------------------------------------------------------------------- 1 | # Outline 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Position.md: -------------------------------------------------------------------------------- 1 | # Position 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Shadows.md: -------------------------------------------------------------------------------- 1 | # Shadows 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Bootstrap Elements/Form Design.md: -------------------------------------------------------------------------------- 1 | # Form Design 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Bootstrap Elements/List Design.md: -------------------------------------------------------------------------------- 1 | # List Design 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/Animations.md: -------------------------------------------------------------------------------- 1 | # Animations 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/Viewport.md: -------------------------------------------------------------------------------- 1 | # Viewport 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Link Design.md: -------------------------------------------------------------------------------- 1 | # Link Design 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Transforms.md: -------------------------------------------------------------------------------- 1 | # Transforms 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Transitions.md: -------------------------------------------------------------------------------- 1 | # Transitions 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/App Cache.md: -------------------------------------------------------------------------------- 1 | # App Cache 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Web Workers.md: -------------------------------------------------------------------------------- 1 | # Web Workers 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Bootstrap Elements/Table Design.md: -------------------------------------------------------------------------------- 1 | # Table Design 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Colors.md: -------------------------------------------------------------------------------- 1 | # Colors 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Display.md: -------------------------------------------------------------------------------- 1 | # Display 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Icons.md: -------------------------------------------------------------------------------- 1 | # Icons 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Border Images.md: -------------------------------------------------------------------------------- 1 | # Border Images 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Media Queries.md: -------------------------------------------------------------------------------- 1 | # Media Queries 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Text Alignment.md: -------------------------------------------------------------------------------- 1 | # Text Alignment 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Text Effects.md: -------------------------------------------------------------------------------- 1 | # Text Effects 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Local Storage.md: -------------------------------------------------------------------------------- 1 | # Local Storage 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/3D Transforms.md: -------------------------------------------------------------------------------- 1 | # 3D Transforms 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Expert CSS Tutorials/CSS Variables.md: -------------------------------------------------------------------------------- 1 | # CSS Variables 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Box Model.md: -------------------------------------------------------------------------------- 1 | # Box Model 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Negative Margins.md: -------------------------------------------------------------------------------- 1 | # Negative Margins 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Rounded Corners.md: -------------------------------------------------------------------------------- 1 | # Rounded Corners 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Text Formatting.md: -------------------------------------------------------------------------------- 1 | # Text Formatting 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Server-Sent Events.md: -------------------------------------------------------------------------------- 1 | # Server-Sent Events 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced CSS Tutorials/Responsive Web Design.md: -------------------------------------------------------------------------------- 1 | # Responsive Web Design 2 | [[HTML & CSS]] 3 | --- 4 | 5 | This page is empty. You are welcome to contribute the content by sending me a pull request: 6 | 7 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /.obsidian/core-plugins.json: -------------------------------------------------------------------------------- 1 | [ 2 | "file-explorer", 3 | "global-search", 4 | "switcher", 5 | "graph", 6 | "backlink", 7 | "canvas", 8 | "properties", 9 | "page-preview", 10 | "note-composer", 11 | "command-palette", 12 | "editor-status", 13 | "bookmarks", 14 | "markdown-importer", 15 | "word-count", 16 | "file-recovery" 17 | ] -------------------------------------------------------------------------------- /Computer Science/Programming/.obsidian/core-plugins.json: -------------------------------------------------------------------------------- 1 | [ 2 | "file-explorer", 3 | "global-search", 4 | "switcher", 5 | "graph", 6 | "backlink", 7 | "page-preview", 8 | "note-composer", 9 | "command-palette", 10 | "editor-status", 11 | "markdown-importer", 12 | "word-count", 13 | "open-with-default-app", 14 | "file-recovery" 15 | ] -------------------------------------------------------------------------------- /Computer Science/Programming/Rust/Chapter 1/1. Getting Started.md: -------------------------------------------------------------------------------- 1 | # Getting Started 2 | 3 | Let’s start your Rust journey! There’s a lot to learn, but every journey starts somewhere. In this chapter, we’ll discuss: 4 | 5 | - Installing Rust on Linux, macOS, and Windows 6 | - Writing a program that prints `Hello, world!` 7 | - Using `cargo`, Rust’s package manager and build system 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Linux/LFS/II. Preparing for the Build/Chapter 2. Preparing the Host System/Chapter 2 Introduction.md: -------------------------------------------------------------------------------- 1 | ## Chapter 2. Preparing the Host System 2 | 3 | ## 2.1. Introduction 4 | 5 | In this chapter, the host tools needed for building LFS are checked and, if necessary, installed. Then a partition which will host the LFS system is prepared. We will create the partition itself, create a file system on it, and mount it. 6 | 7 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/19 - Psalm/Ps-117.md: -------------------------------------------------------------------------------- 1 | # Psalm 117 2 | 3 | [[Ps-116|← Psalm 116]] | [[Psalm]] | [[Ps-118|Psalm 118 →]] 4 | *** 5 | 6 | 7 | 8 | ###### v1 9 | Praise Yahweh, all you nations! Extol him, all you peoples! 10 | 11 | ###### v2 12 | For his loving kindness is great toward us. Yahweh's faithfulness endures forever. Praise Yah! 13 | 14 | *** 15 | [[Ps-116|← Psalm 116]] | [[Psalm]] | [[Ps-118|Psalm 118 →]] 16 | -------------------------------------------------------------------------------- /Computer Science/Operating Systems/Linux/LFS/IV. Building the LFS System/Chapter 11/11.2. Get Counted.md: -------------------------------------------------------------------------------- 1 | ## 11.2. Get Counted 2 | 3 | Now that you have finished the book, do you want to be counted as an LFS user? Head over to [https://www.linuxfromscratch.org/cgi-bin/lfscounter.php](https://www.linuxfromscratch.org/cgi-bin/lfscounter.php) and register as an LFS user by entering your name and the first LFS version you have used. 4 | 5 | Let's reboot into LFS now. -------------------------------------------------------------------------------- /Computer Science/Programming/Rust/Chapter 4/4. Understanding Ownership.md: -------------------------------------------------------------------------------- 1 | # Understanding Ownership 2 | 3 | Ownership is Rust’s most unique feature and has deep implications for the rest of the language. It enables Rust to make memory safety guarantees without needing a garbage collector, so it’s important to understand how ownership works. In this chapter, we’ll talk about ownership as well as several related features: borrowing, slices, and how Rust lays data out in memory. -------------------------------------------------------------------------------- /Computer Science/Programming/Elixir/GETTING STARTED/Pattern matching/Pattern matching.md: -------------------------------------------------------------------------------- 1 | Getting Started 2 | [[Elixir]] 3 | # Pattern matching 4 | 5 | 1. [[The match operator]] 6 | 2. [[Pattern matching in Elixir]] 7 | 3. [[The pin operator]] 8 | 9 | In this chapter, we will show how the `=` operator in Elixir is actually a match operator and how to use it to pattern match inside data structures. Finally, we will learn about the pin operator `^` used to access previously bound values. -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Iframes.md: -------------------------------------------------------------------------------- 1 | # Iframes 2 | [[HTML & CSS]] 3 | --- 4 | 5 | Iframes are HTML elements that display a web page within a web page. 6 | 7 | ```html 8 | 9 | 10 | 11 | An Iframe 12 | 13 | 14 | 15 | 16 | 17 | ``` 18 | 19 | You can also style it using CSS (e.g Removing the border). -------------------------------------------------------------------------------- /Computer Science/Programming/Shell/Learn the Basics/Passing Arguments to the Script.md: -------------------------------------------------------------------------------- 1 | ## Tutorial 2 | [[Shell]] 3 | Arguments can be passed to the script when it is executed, by writing them as a space-delimited list following the script file name. 4 | 5 | Inside the script, the $1 variable references the first argument in the command line, $2 the second argument and so forth. The variable $0 references to the current script. In the following example, the script name is followed by 6 arguments. -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/07 - Judges/Judges.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Judges 3 | 4 | [[Judg-01|Start Reading →]] 5 | 6 | [[Judg-01]] 7 | [[Judg-02]] 8 | [[Judg-03]] 9 | [[Judg-04]] 10 | [[Judg-05]] 11 | [[Judg-06]] 12 | [[Judg-07]] 13 | [[Judg-08]] 14 | [[Judg-09]] 15 | [[Judg-10]] 16 | [[Judg-11]] 17 | [[Judg-12]] 18 | [[Judg-13]] 19 | [[Judg-14]] 20 | [[Judg-15]] 21 | [[Judg-16]] 22 | [[Judg-17]] 23 | [[Judg-18]] 24 | [[Judg-19]] 25 | [[Judg-20]] 26 | [[Judg-21]] -------------------------------------------------------------------------------- /Medical/Medical.md: -------------------------------------------------------------------------------- 1 | Nursing 2 | Audiology 3 | Cardiology 4 | Dental 5 | Physical Therapy 6 | Cardiovascular 7 | Dietitian 8 | Internal Medicine 9 | Pediatrics 10 | Cardiothoracic Surgery 11 | Neurosurgery 12 | Laparoscopy 13 | Orthopedic 14 | Urology 15 | Trauma Surgery 16 | Hand Surgery 17 | Bariatric Surgery 18 | Obstetrics 19 | Endocrine Surgery 20 | Breast Surgery 21 | Ophthalmology 22 | Transplant 23 | Pediatric Surgery 24 | Plastic Surgery 25 | Hernia Surgery 26 | General Surgery 27 | -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Drag and Drop.md: -------------------------------------------------------------------------------- 1 | # Drag and Drop 2 | [[HTML & CSS]] 3 | --- 4 | 5 | Drag and Drop is powerful User Interface concept which makes it easy to copy, reorder and deletion of items with the help of mouse clicks. This allows the user to click and hold the mouse button down over an element, drag it to another location, and release the mouse button to drop the element there.In this exercise, we will test drag and drop feature of HTML5 by dragging and dropping a picture. -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/19 - Psalm/Ps-134.md: -------------------------------------------------------------------------------- 1 | # Psalm 134 2 | 3 | [[Ps-133|← Psalm 133]] | [[Psalm]] | [[Ps-135|Psalm 135 →]] 4 | *** 5 | 6 | 7 | 8 | ###### v1 9 | Look! Praise Yahweh, all you servants of Yahweh, who stand by night in Yahweh's house! 10 | 11 | ###### v2 12 | Lift up your hands in the sanctuary. Praise Yahweh! 13 | 14 | ###### v3 15 | May Yahweh bless you from Zion, even he who made heaven and earth. 16 | 17 | *** 18 | [[Ps-133|← Psalm 133]] | [[Psalm]] | [[Ps-135|Psalm 135 →]] 19 | -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/06 - Joshua/Joshua.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # Joshua 3 | 4 | [[Josh-01|Start Reading →]] 5 | 6 | [[Josh-01]] 7 | [[Josh-02]] 8 | [[Josh-03]] 9 | [[Josh-04]] 10 | [[Josh-05]] 11 | [[Josh-06]] 12 | [[Josh-07]] 13 | [[Josh-08]] 14 | [[Josh-09]] 15 | [[Josh-10]] 16 | [[Josh-11]] 17 | [[Josh-12]] 18 | [[Josh-13]] 19 | [[Josh-14]] 20 | [[Josh-15]] 21 | [[Josh-16]] 22 | [[Josh-17]] 23 | [[Josh-18]] 24 | [[Josh-19]] 25 | [[Josh-20]] 26 | [[Josh-21]] 27 | [[Josh-22]] 28 | [[Josh-23]] 29 | [[Josh-24]] -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Getting Started with HTML & CSS/Grid Layout.md: -------------------------------------------------------------------------------- 1 | # Grid Layout 2 | [[HTML & CSS]] 3 | --- 4 | 5 | The "Grid Layout" is a concept used for designing websites using HTML and CSS. The basic concept of a grid allows us to build an HTML page by using rows as the basic blocks, and each row can be divided into up to 12 columns. 6 | 7 | This tutorial is incomplete. You are welcome to contribute one by sending me a pull request: 8 | [https://github.com/ronreiter/interactive-tutorials](https://github.com/ronreiter/interactive-tutorials) -------------------------------------------------------------------------------- /Religion/Christianity/The Bible/Scripture/10 - 2 Samuel/2 Samuel.md: -------------------------------------------------------------------------------- 1 | links: [[The Bible]] 2 | # 2 Samuel 3 | 4 | [[2 Sam-01|Start Reading →]] 5 | 6 | [[2 Sam-01]] 7 | [[2 Sam-02]] 8 | [[2 Sam-03]] 9 | [[2 Sam-04]] 10 | [[2 Sam-05]] 11 | [[2 Sam-06]] 12 | [[2 Sam-07]] 13 | [[2 Sam-08]] 14 | [[2 Sam-09]] 15 | [[2 Sam-10]] 16 | [[2 Sam-11]] 17 | [[2 Sam-12]] 18 | [[2 Sam-13]] 19 | [[2 Sam-14]] 20 | [[2 Sam-15]] 21 | [[2 Sam-16]] 22 | [[2 Sam-17]] 23 | [[2 Sam-18]] 24 | [[2 Sam-19]] 25 | [[2 Sam-20]] 26 | [[2 Sam-21]] 27 | [[2 Sam-22]] 28 | [[2 Sam-23]] 29 | [[2 Sam-24]] -------------------------------------------------------------------------------- /Computer Science/Programming/HTML & CSS/Advanced HTML Tutorials/Video.md: -------------------------------------------------------------------------------- 1 | # Video 2 | [[HTML & CSS]] 3 | --- 4 | 5 | HTML5 includes the `