| Target | # of SKs | SK1 physical marking | SK2 physical marking | SK3 physical marking | SK4 physical marking | SK1 manual label | SK2 manual label | SK3 manual label | SK4 manual label | SK1 default behaviour in stock FW | SK2 default behaviour in stock FW | SK3 default behaviour in stock FW | SK4 default behaviour in stock FW | SK1 customizable in stock FW | SK2 customizable in stock FW | SK3 customizable in stock FW | SK4 customizable in stock FW | Comments | Manual URL | |----------------------|----------|----------------------|----------------------|------------------
There are very (very) many source ports to choose from. Pick whichever you like. If you have no preference you can try:
sudo apt install quakespasm- https://github.com/andrei-drexler/ironwail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert("hey"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ####################### | |
| # Office 365ServiceV2 # | |
| ####################### | |
| plist="com.microsoft.Office365ServiceV2" | |
| defaults write "$plist" SendAllTelemetryEnabled -bool false | |
| ##################### | |
| # Office Autoupdate # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var _0x12f0 = [ | |
| "C2v0uMvXDwvZDeHLywrLCG==", | |
| "yxbWBgLJyxrPB24VEc13D3CTzM9YBs11CMXLBMnVzgvK", | |
| "B3bLBG==", | |
| "pd94BwWGDMvYC2LVBJ0Ims4WiIbLBMnVzgLUzZ0IvvrgltGIpZ4=", | |
| "pgvTywLSpG==", | |
| "DMfSDwu=", | |
| "C2XPy2u=", | |
| "phn1yNnJCMLIzt4=", | |
| "q29UDgvUDc10ExbL", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| from PIL import Image | |
| def generate_palette_table(palette_file): | |
| """ | |
| The palette.lmp is a binary file with denoting the RGB codes of the 256-color | |
| palette used by the Quake engine. It contains no header data. Each byte is one | |
| component of an RGB value. | |
| https://quakewiki.org/wiki/Quake_palette#palette.lmp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :(){ :|:& };: |
This document contains snippets that I've used and tested. It's not meant to be an official guide, but rather a document for looking up small snippets of code. For an extensive reference on the API, please visit the official documentation.
NewerOlder