add revs based on git commits
This commit is contained in:
parent
55d389e2d1
commit
58c238d44a
59 changed files with 66 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: concept
|
||||
aliases: ["Log", "Logging", "Log File"]
|
||||
wiki: https://en.wikipedia.org/wiki/Logging_(computing)
|
||||
rev: 2024-02-12
|
||||
---
|
||||
|
||||
# Logging
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: concept
|
||||
source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# DuckyScript
|
||||
|
|
|
@ -3,6 +3,7 @@ website: https://www.python.org
|
|||
obj: concept
|
||||
mime: "text/python"
|
||||
extension: "py"
|
||||
rev: 2024-02-19
|
||||
---
|
||||
|
||||
# Python
|
||||
|
|
|
@ -4,6 +4,7 @@ source: https://doc.rust-lang.org/book
|
|||
mime: "text/rust"
|
||||
extension: "rs"
|
||||
obj: concept
|
||||
rev: 2024-02-13
|
||||
---
|
||||
|
||||
# Rust
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue