Rewrite site. Again. With JS and Vite
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Web Browsers
|
||||
|
||||
Extensions/Plugins I Use on All Supported Browsers:
|
||||
- uBlock Origin
|
||||
- Decentraleyes
|
||||
@@ -8,11 +9,13 @@ Extensions/Plugins I Use on All Supported Browsers:
|
||||
- Greasemonkey/Tampermonkey
|
||||
- Indie Wiki Buddy
|
||||
- SingleFile
|
||||
- Yet Another Flags
|
||||
|
||||
Product/Service-specific Extensions:
|
||||
- SteamDB
|
||||
- Return YouTube Dislike
|
||||
- SponsorBlock
|
||||
- Enhancer for YouTube™
|
||||
|
||||
## Chromium
|
||||
- [Chromium Source Docs](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/README.md)
|
||||
|
||||
+3
-6
@@ -1,12 +1,9 @@
|
||||
# Lua Programming Language
|
||||
<!-- TODO ## Lua 5.4 C API-->
|
||||
|
||||
<!-- TODO ## Lua 5.5 C API-->
|
||||
|
||||
## Lua 5.4 Bytecode
|
||||
|
||||
> These are **unstable** and may differ in different versions of the language.
|
||||
> They are not part of the language specification but an implementation detail, which in this case is the reference implementation.
|
||||
|
||||
> The reference implementation used to have a stack based but now uses a register based VM similar to how modern real computer architectures.
|
||||
^[These are **unstable** and may differ in different versions of the language. They are not part of the language specification but an implementation detail, which in this case is the reference implementation.] ^[The reference implementation used to have a stack based but now uses a register based VM similar to how modern real computer architectures.]
|
||||
|
||||
The instructions are 32 bits wide; every instruction has an opcode that takes up 7 bits, which leaves out 25 bits for the addresses and values.
|
||||
|
||||
|
||||
+4
-2
@@ -31,6 +31,7 @@ WinCDEmu is a lightweight, open-source disc emulator that supports mounting CUE,
|
||||
- [Portable Version](https://wincdemu.sysprogs.org/portable/)
|
||||
|
||||
### Master Control Panel / God Mode
|
||||
|
||||
(Misnomer; you probably won't use this either)
|
||||
|
||||
Shows a list of all the available settings on Windows in a single view.
|
||||
@@ -40,8 +41,9 @@ Open it by exceuting the following command or saving it as a shortcut: `explorer
|
||||
## MacOS
|
||||
|
||||
### Clipboard Management
|
||||
|
||||
- [maccy](https://maccy.app/)
|
||||
- not sure why macOs doesn't have a native clipboard manager like Windows and KDE
|
||||
- not sure why macOS doesn't have a native clipboard manager like Windows and KDE
|
||||
|
||||
### Terminal Emulator
|
||||
|
||||
@@ -51,7 +53,7 @@ Open it by exceuting the following command or saving it as a shortcut: `explorer
|
||||
### Package Manager
|
||||
|
||||
- [HomeBrew](https://brew.sh)
|
||||
- package manager everyone uses but it is noticeably slow
|
||||
- package manager everyone uses
|
||||
|
||||
### Video Players
|
||||
|
||||
|
||||
Reference in New Issue
Block a user