Skip to content

ObernhumerMichael/learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a collection of my own personal notes about various topics. This collection is in no ways complete as I take most of my notes offline in a notebook. In here are just the things that are way to tedious to copy down on paper or for other various reasons.

For the Future

  • translate cybersecurity fully to english and update the file names
  • digitalize handwritten notes
  • use docusaurus to make the content publicly available as a website

Navigation

Development

Execute the following command at the root of the repo. This command auto converts the markdown files to PDFs on change.

find ./ -name '*.md'| entr ./build.sh /_

Dependencies

Mermaid

To let a mermaid diagram show a Figure N: <Text> / ALT=<Text> one has to use set the accDescr property. For more information see the mermaid-cli docs.

graph
   accDescr: My description here

About

A notebook of things I learned.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages