add revs based on git commits

This commit is contained in:
JMARyA 2024-03-08 22:53:45 +01:00
parent 55d389e2d1
commit 58c238d44a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
59 changed files with 66 additions and 1 deletions

View file

@ -3,6 +3,7 @@ obj: application
wiki: https://en.wikipedia.org/wiki/Git
repo: https://github.com/git/git
website: https://git-scm.com
rev: 2024-02-06
---
# Git

View file

@ -2,6 +2,7 @@
obj: concept
aliases: ["Log", "Logging", "Log File"]
wiki: https://en.wikipedia.org/wiki/Logging_(computing)
rev: 2024-02-12
---
# Logging

View file

@ -3,6 +3,7 @@ obj: concept
website: https://www.sqlite.org/index.html
mime: "application/vnd.sqlite3"
extension: ["db", "sqlite", "sqlite3"]
rev: 2024-03-07
---
# SQLite

View file

@ -1,6 +1,7 @@
---
obj: concept
source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference
rev: 2024-03-07
---
# DuckyScript

View file

@ -3,6 +3,7 @@ website: https://www.python.org
obj: concept
mime: "text/python"
extension: "py"
rev: 2024-02-19
---
# Python

View file

@ -4,6 +4,7 @@ source: https://doc.rust-lang.org/book
mime: "text/rust"
extension: "rs"
obj: concept
rev: 2024-02-13
---
# Rust

View file

@ -1,6 +1,8 @@
---
obj: concept
rev: 2024-02-03
---
# SQL
Structured Query Language (SQL) is a powerful and standardized programming language used for managing and manipulating relational databases. It allows users to interact with databases to create, retrieve, update, and delete data, as well as define and modify the database schema. SQL is widely used in web development, data analysis, and various other domains where data storage and retrieval are essential.