add section 'cheatsheets'

This commit is contained in:
lucaspalomodevelop 2025-02-08 04:26:09 +01:00
parent 883e5498bd
commit 82d3a0b0f7
3 changed files with 16 additions and 1 deletions

View File

@ -6,4 +6,5 @@
@include{./links.lpm} @include{./links.lpm}
@include{./keywords.lpm} @include{./keywords.lpm}
@include{./cheatsheets.lpm}
@include{./unsorted.lpm} @include{./unsorted.lpm}

View File

@ -1,7 +1,7 @@
# Collections # Collections
- This Markdown file will be overwritten automatically - This Markdown file will be overwritten automatically
- updated at 07.02.2025 19:27:03 CET - updated at 08.02.2025 04:25:29 CET
# Table of Contents # Table of Contents
- [Collections](#collections) - [Collections](#collections)
@ -17,6 +17,8 @@
- [Keywords](#keywords) - [Keywords](#keywords)
- [Internet Stuff](#internet-stuff) - [Internet Stuff](#internet-stuff)
- [Linux CLI](#linux-cli) - [Linux CLI](#linux-cli)
- [cheatsheets](#cheatsheets)
- [NASM](#nasm)
- [Unsorted](#unsorted) - [Unsorted](#unsorted)
@ -131,6 +133,12 @@
- zellij - zellij
## cheatsheets
### NASM
- https://github.com/Siedler/NASM-Assembly-Cheat-Sheet/blob/master/Cheat-Sheet.md
## Unsorted ## Unsorted
- Breaches.cloud - Breaches.cloud
- Builtwith - Builtwith

6
cheatsheets.lpm Normal file
View File

@ -0,0 +1,6 @@
@section{cheatsheets}
@subsection{NASM}
@sortedlist{
https://github.com/Siedler/NASM-Assembly-Cheat-Sheet/blob/master/Cheat-Sheet.md
}