Skip to content

Commit

Permalink
[ci] update tree
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and github-actions[bot] committed Feb 13, 2025
1 parent 5b84eeb commit 0f94ea5
Showing 1 changed file with 60 additions and 12 deletions.
72 changes: 60 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ More information about contribution can be found unter [CONTRIBUTING.md](https:/
.
├── .changeset
│ ├── README.md
│ └── config.json
│ ├── config.json
│ └── thin-bulldogs-lie.md
├── .dockerignore
├── .github
│ ├── FUNDING.yaml
Expand Down Expand Up @@ -240,28 +241,75 @@ More information about contribution can be found unter [CONTRIBUTING.md](https:/
│ │ └── docs
│ │ ├── 404.md
│ │ ├── de
│ │ │ ├── 404.md
│ │ │ ├─ � 404.md
│ │ │ ├── artificial-intelligence
│ │ │ │ ├── deep-learning.mdx
│ │ │ │ ├── index.mdx
│ │ │ │ ├── machine-learning.mdx
│ │ │ │ ├── matplotlib.mdx
│ │ │ │ ├── natural-language-processing.mdx
│ │ │ │ ├── numpy.mdx
│ │ │ │ ├── pandas.mdx
│ │ │ │ ├── python.mdx
│ │ │ │ ├── seaborn.mdx
│ │ │ │ └── supervised-learning.mdx
│ │ │ ├── databases
│ │ │ │ ├── cap-theorem.mdx
│ │ │ │ ├── document-oriented-databases.mdx
│ │ │ │ ├── relational-databases.mdx
│ │ │ │ └── schema.mdx
│ │ │ ├── decentralised-systems
│ │ │ │ ├── azure-functions.mdx
│ │ │ │ ├── cloud-computing.mdx
│ │ │ │ ├── durable-functions.mdx
│ │ │ │ └── storage-account.mdx
│ │ │ ├── deployment
│ │ │ │ ├── security-strategies.mdx
│ │ │ │ ├── storage-systems.mdx
│ │ │ │ └── virtualisation.mdx
│ │ │ ├── economy_and_law
│ │ │ │ ├── company_foundation.md
│ │ │ │ └── marketing.md
│ │ │ ├── embedded-programming
│ │ │ │ ├── analogue-digital-converter.mdx
│ │ │ │ ├── basic-programm.mdx
│ │ │ │ ├── button.mdx
│ │ │ │ ├── eeprom.mdx
│ │ │ │ ├── index.mdx
│ │ │ │ ├── interrupts.mdx
│ │ │ │ ├── light-emitting-diode.mdx
│ │ │ │ ├── liquid-crystal-display.mdx
│ │ │ │ ├── pointer.mdx
│ │ │ │ ├── special-function-register.mdx
│ │ │ │ ├── spi.mdx
│ │ │ │ ├── timer.mdx
│ │ │ │ └── usart.mdx
│ │ │ ├── imprint.md
│ │ │ ├── index.mdx
│ │ │ ├── information_technology
│ │ │ │ ├── artificial_intelligence.md
│ │ │ │ ├── decentralised_systems.md
│ │ │ │ ├── embedded_programming.md
│ │ │ │ ├── information_systems.md
│ │ │ │ ├── software_development.md
│ │ │ │ └── system_integration_and_infrastructure.md
│ │ │ ├── languages
│ │ │ │ ├── german_text_types.md
│ │ │ │ ├── literature.md
│ │ │ │ └── text_types.md
│ │ │ └── project_management
│ │ │ ├── magic_triangle.md
│ │ │ └── project_controlling.md
│ │ │ ├── project_management
│ │ │ │ ├── magic_triangle.md
│ │ │ │ └── project_controlling.md
│ │ │ └── software-development
│ │ │ ├── design-patterns
│ │ │ │ ├── behavioral-design-patterns
│ │ │ │ │ ├── command.md
│ │ │ │ │ └── strategy.md
│ │ │ │ ├── creational-design-patterns
│ │ │ │ │ └── singleton.md
│ │ │ │ ├── index.mdx
│ │ │ │ └── structural-design-patterns
│ │ │ │ ├── adapter.md
│ │ │ │ └── decorator.md
│ │ │ ├── object-oriented-programming.md
│ │ │ └── software-metrics.md
│ │ └── en
│ │ ├── 404.md
│ │ ├── artificial-intelligence
│ │ │ └── index.mdx
│ │ ├── imprint.md
│ │ ├── index.mdx
│ │ └── languages
Expand Down

0 comments on commit 0f94ea5

Please sign in to comment.