Skip to content

Instantly share code, notes, and snippets.

x86_64-darwin libretro.ppsspp
aarch64-linux libretro.ppsspp
aarch64-linux retroarchFull
aarch64-darwin libretro.ppsspp
x86_64-linux libretro.ppsspp
aarch64-darwin retroarchFull
x86_64-linux retroarchFull
x86_64-darwin retroarchFull
@TikoTako
TikoTako / manualadb.bat
Created May 3, 2024 23:58 — forked from jimmckeeth/manualadb.bat
Manual ADB Deployment from RAD Studio Tools Menu
@echo off
REM Call from Delphi/RAD Studio IDE with the following parameters
REM $PATH($EXENAME) $NAMEONLY($PROJECT)
echo =============================================================
echo Be sure you Compile Android 64 and Deploy [Shift-Ctrl-Alt-F9]
echo.
echo Also set <application android:resizeableActivity="true"> in AndroidManifest.template.xml
echo =============================================================
echo Path: %1
set apk=%2\bin\%2.apk
@jt-kl
jt-kl / settings.json
Created May 3, 2024 23:56
VSCode Settings Config
{
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.detectIndentation": false,
"editor.indentSize": 2
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.detectIndentation": false,
"editor.indentSize": 2
@jt-kl
jt-kl / launch.json
Created May 3, 2024 23:56
VSCode Launch Config
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: File",
"type": "debugpy",
"request": "launch",
@gfcleao
gfcleao / cmds.txt
Last active May 3, 2024 23:59
Trocentos comandos que uso direto em minhas máquinas
Remover pacotes orfãos (Arch Linux)
$ pacman -Qtdq | sudo pacman -Rns -
Scripts (Raspberry Pi)
■ CasaOS
$ wget -qO- https://get.casaos.io | sudo bash
■ PiKiss
$ curl -sSL https://git.io/JfAPE | bash
■ Pi-Apps
$ wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 3, 2024 23:55
Rimworld output log published using HugsLib
Log uploaded on Saturday, May 4, 2024, 1:55:38 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.3]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.3)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 3, 2024 23:54
Rimworld output log published using HugsLib
Log uploaded on Saturday, May 4, 2024, 2:54:54 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.4.15), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7
@all-you-need-is-laugh
all-you-need-is-laugh / relations.ts
Created May 3, 2024 23:54
TypeORM entity relations type
// LIBRARY TYPES
type _Arr<N, Result extends number[] = []> = Result['length'] extends N ? Result : _Arr<N, [...Result, 1]>;
type _Decrement<N extends number> = _Arr<N> extends [any, ...infer U] ? U['length'] : 0;
type _Concat<S1 extends string, S2 extends string> = [S1] extends [never]
? [S2] extends [never]
? ''
: S2
: [S2] extends [never]
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 3, 2024 23:54
Rimworld output log published using HugsLib
Log uploaded on Saturday, May 4, 2024, 2:54:40 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.4.15), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7