Skip to content

Instantly share code, notes, and snippets.

./Game/AlwaysLoadedAssets.txt
./Game/GameData/AssetMapping/OakAssetMappingData.uasset
./Game/GameData/AssetMapping/OakAssetMappingData.uexp
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_C.uasset
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_C.ubulk
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_C.uexp
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_D.uasset
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_D.ubulk
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_D.uexp
./Game/Gear/Weapons/HeavyWeapons/Eridian/_Shared/Model/Textures/T_ERI_HW_GUNGUN_EMISS.uasset
import java.awt.EventQueue;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
public class test
{
Steam Deck CPU flags
--------------------
fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36
clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm
constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni
pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx
f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext
perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp
## Just constructed by hand here, nothin' fancy.
## Honestly could stand to be shorter, but ehhh
## pt1
../../607103432.wem #i #b 18.0 ## intro 1
../../237669557.wem #i #b 9.27272727272727 #r 0.5454545454545451 ## intro 2
../../161167485.wem #i #b 18.0 #r 0.5454545454545451 ## body random 3
../../767961630.wem #i #b 18.0 #r 0.5454545454545451 ## body random 1
../../900649380.wem #i #b 9.27272727272727 #r 0.5454545454545451 ## body random 4 intro
../../376788327.wem #i #b 9.27272727272727 #r 0.5454545454545451 #P 1 ## body random 4 option 1
../../410006905.wem #i #b 2.5531914893616996
../../125729665.wem #i #b 2.5531914893616996
../../294682057.wem #i #b 2.5531914893616996
group = -R3>1 ##fade
../../359668237.wem #i #b 2.5531914893616996 ##fade
../../454731349.wem #i #b 2.5531914893616996
../../645705913.wem #i #b 2.5531914893616996
../../776376820.wem #i #b 2.5531914893616996
../../553943951.wem #i #b 2.5531914893616996
../../59203071.wem #i #b 2.5531914893616996
root@mcp:~# pvscan
PV /dev/md1 VG el8 lvm2 [1.81 TiB / 953.77 GiB free]
Total: 1 [1.81 TiB] / in use: 1 [1.81 TiB] / in no VG: 0 [0 ]
root@mcp:~# vgscan
Found volume group "el8" using metadata type lvm2
root@mcp:~# lvscan
ACTIVE '/dev/el8/tmp' [<3.91 GiB] inherit
ACTIVE '/dev/el8/var' [<6.84 GiB] inherit
ACTIVE '/dev/el8/root' [6.88 GiB] inherit
ACTIVE '/dev/el8/home' [84.00 GiB] inherit
import java.awt.Component;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.lang.String;
import java.util.Map.Entry;
import javax.swing.JButton;
import java.lang.String;
import java.util.Enumeration;
// This set of imports not needed for this test, but if I take away
// too many of them, the problem seems to go away
import java.io.File;
import java.io.FileInputStream;
import java.security.KeyStore;
import java.util.ArrayList;
import java.util.HashMap;
import java.io.File;
import java.io.FileInputStream;
import java.lang.String;
import java.security.KeyStore;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map.Entry;
import javax.net.ssl.*;
drop table if exists last_replied;
create table last_replied
(
id int not null auto_increment,
email_from varchar(255) not null,
email_to varchar(255) not null,
sent datetime,
primary key (id),
unique index idx_emails (email_from, email_to)
) engine=innodb;