Personal notes on various programming languages, technologies, tools, etc. to be used as quick reference
Find a file
dependabot[bot] 714cdb3f22
Github Actions(deps): Bump astral-sh/setup-uv from 2 to 3
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 2 to 3.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v2...v3)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 14:19:56 +00:00
.github Github Actions(deps): Bump astral-sh/setup-uv from 2 to 3 2024-09-23 14:19:56 +00:00
.vscode Use Material theme for mkdocs 2022-06-24 17:56:33 +02:00
docs git: add remote set-url notes 2024-09-21 17:33:32 +02:00
.gitignore feat: restructure docs into "chapters" (#12) 2023-03-13 12:43:21 +01:00
LICENSE Create LICENSE 2021-02-06 21:47:36 +01:00
mkdocs.yml assembly: ass RISC-V variant notes 2024-05-17 19:15:32 +02:00
pyproject.toml use uv to manage dependencies 2024-09-02 10:29:43 +02:00
README.md add notes completeness disclaimer 2024-02-14 00:23:14 +01:00
uv.lock use uv to manage dependencies 2024-09-02 10:29:43 +02:00

Programming Notes

Personal notes on various programming languages to be used as quick reference. Sum-up of personal knowledge.

Note

: These notes are not meant to be comprehensive but to contain the most frequently used information . For complete and up to date documentation always go to the primary source.