vimwiki/index.wiki

96 lines
2.5 KiB
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= My everything wiki =
2021-09-22 14:43:42 +00:00
_What have I stumbled upon?_
This is my personal wiki that is built into my vim. Its great for taking notes
while programming and building up a technical handbook of my own creation. I
hope to use this as reference material and hopefully you will too!
2021-09-22 14:09:42 +00:00
== Organized ==
2021-09-22 14:43:42 +00:00
_Ideas.md and Classes.md are encrypted, so these links will not work_
2021-09-22 14:09:42 +00:00
* [[Ideas.md.gpg]] - Some of my ideas for projects
* [[Classes.md.gpg]] - My class info for Graduation
* [[splash]] - The splash page
2021-09-23 17:54:24 +00:00
== [[tech/index|Tech notes]] ==
2021-09-22 14:09:42 +00:00
* [[tech/security|Security]] - Security tools and techniques
* [[tech/development|Development]] - Development tools
2021-09-22 17:23:25 +00:00
* [[tech/algorithms|Algorithms & Datastructures]] - Algorithms and Data structures
* [[tech/databases|Databases & SQL]] - Databases and SQL
* [[tech/os|Operating Systems Design]] - Basic building blocks of an OS
2021-09-23 17:54:24 +00:00
* [[tech/embedded|Embedded Programming]] - Embedded Systems like arduinos and (kinda) pi's
2021-10-11 03:22:53 +00:00
* [[tech/electronics|Digital and Analog]] - Digital and analog electronics
* [[tech/unix|Unix]] - Gentoo and other unix systems
* [[tech/3D_printing|3D Printing]] - Print objects from plastic
* [[tech/android|Android]]
2021-09-22 14:09:42 +00:00
* [[tech/misc|Misc]] - Miscellaneous tools
2021-09-23 17:54:24 +00:00
== [[lang/index|Languages]] ==
2021-09-22 14:09:42 +00:00
* [[lang/C|C]]
* [[lang/C++|C++]]
2021-09-22 17:23:25 +00:00
* [[lang/C-sharp|C#]]
2021-09-22 14:09:42 +00:00
* [[lang/Python|Python]]
2021-09-24 04:22:57 +00:00
* [[lang/Bash|Bash]]
2021-09-22 14:09:42 +00:00
* [[lang/HTML|HTML]]
* [[lang/CSS|CSS]]
* [[lang/Javascript|Javascript]]
* [[lang/PHP|PHP]]
* [[lang/Rust|Rust]]
* [[lang/Go|Go]]
2021-09-22 17:23:25 +00:00
* [[lang/sql|SQL]]
2021-09-22 14:43:42 +00:00
2021-09-23 17:54:24 +00:00
== [[sci/index|Science]] ==
* [[sci/chemistry|Chemistry]]
* [[sci/physics|Physics]]
2021-09-23 21:42:44 +00:00
* [[sci/biology|Biology]]
2021-10-11 03:22:53 +00:00
* [[sci/chemicals/index|Chemicals]]
2021-09-23 17:54:24 +00:00
2021-11-01 22:19:50 +00:00
== [[math/index|Math]] ==
2021-09-23 17:54:24 +00:00
== [[botany/index|Botany]] ==
* [[botany/vegies|Vegies]]
* [[botany/hydroponics|Hydroponics]]
* [[botany/aquaponics|Aquaponics]]
2021-10-11 03:22:53 +00:00
== Cooking ==
2021-09-23 17:54:24 +00:00
== Local to GentooBox ==
=== School ===
2021-09-22 17:23:25 +00:00
_Use gf keybinding to open the link in vim_
- Digital Design
- ~/school/Advanced\ Digital\ Design
- Chemistry
- ~/school/Chemistry
- Cryptology
- ~/school/Cryptology
- Early America
- ~/school/Early\ America
- Embedded Systems
- ~/school/Embedded\ Systems
- Human Biology
- ~/school/Human\ Biology
2021-09-22 14:43:42 +00:00
2021-09-23 17:54:24 +00:00
=== Projects ===
2021-09-22 17:23:25 +00:00
_Use gf keybinding to open the link in vim_
2021-09-22 14:43:42 +00:00
- Dashboard
- ~/code/dashboard
- https://git.clortox.com/?p=dashboard.git;a=summary
- LRUCache
- ~/code/LRUCache
- https://git.clortox.com/?p=LRUCache.git;a=summary
- https://github.com/Clortox/LRUCache
- rss-cli
- ~/code/rss-cli
- https://git.clortox.com/?p=rss-cli.git;a=summary
- https://github.com/Clortox/rss-cli
- website
- ~/code/site
2021-09-24 04:26:28 +00:00