View temp.txt
This file contains 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
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8 | |
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist' | |
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8 | |
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist' | |
0108:fixme:imm:ImeSetActiveContext (0x267eb0, 1): stub | |
0108:fixme:imm:ImmReleaseContext (000000000001005E, 0000000000267EB0): stub | |
00cc:f |
View generate_bl3_protos.py
This file contains 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
#!/usr/bin/env python | |
# vim: set expandtab tabstop=4 shiftwidth=4: | |
import os | |
import io | |
import subprocess | |
# Generate the v2 protobufs | |
subprocess.run(['./protodec', '/home/pez/bl3_steam_root/OakGame/Binaries/Win64/Borderlands3.exe']) |
View inv_serial_crypt.py
This file contains 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
#!/usr/bin/env python3 | |
# vim: set expandtab tabstop=4 shiftwidth=4: | |
# Copyright (c) 2020-2021 CJ Kucera (cj@apocalyptech.com) | |
# | |
# This software is provided 'as-is', without any express or implied warranty. | |
# In no event will the authors be held liable for any damages arising from | |
# the use of this software. | |
# | |
# Permission is granted to anyone to use this software for any purpose, |
View pakfile_contents.txt
This file contains 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
Game Data: | |
pakchunk0 - Some "Base" Engine stuff | |
pakchunk1 - Base Game Data | |
pakchunk2 - Main Game Audio | |
pakchunk3 - English voices | |
pakchunk4 - More base game data; enemies are in here | |
pakchunk5 - More base game data; dialog is in here | |
pakchunk6 - More base game data; materials/effects? | |
pakchunk7 - More base game data; sequences/animations? |
View open.py
This file contains 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
#!/usr/bin/env python3 | |
# vim: set expandtab tabstop=4 shiftwidth=4: | |
from PyQt5 import QtWidgets | |
app = QtWidgets.QApplication([]) | |
QtWidgets.QFileDialog.getOpenFileName(None, | |
"Open File", | |
".", | |
) |
View loop2.py
This file contains 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
#!/usr/bin/env python3 | |
# vim: set expandtab tabstop=4 shiftwidth=4: | |
import pygame | |
#pygame.init() | |
pygame.mixer.init(44100, -16, 2, 1024) | |
#pygame.mixer.init() | |
pygame.mixer.music.set_volume(1.0) | |
pygame.mixer.music.load('ascending.mid') |
View humble.txt
This file contains 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 War of Mine | |
Back 4 Blood | |
Satisfactory (gifted) | |
Metro Exodus (gifted) | |
Quantum Break | |
Sunset Overdrive | |
Fable Anniversary | |
Spyro Reignited Trilogy | |
Slay the Spire | |
The Long Dark |
View hotfixes.json
This file contains 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
{ | |
"service_name": "Micropatch", | |
"configuration_group": "DaffodilDefault", | |
"configuration_version": "1.320.558", | |
"parameters": [ | |
{ | |
"key": "SparkPatchEntry2302", | |
"value": "(1,1,0,),/Game/PlayerCharacters/_Shared/_Design/Skills/HeroStats/Status_Player_HeroStats.Status_Player_HeroStats,AttributeEffects.AttributeEffects[2].AttributeData,94,GbxAttributeData'/Game/GameData/SpellMods/Att_SpellMod_BaseCooldown.Att_SpellMod_BaseCooldown',GbxAttributeData'/Game/GameData/SpellMods/Charges/Att_SpellMod_Charges_ActiveRegenerationRate.Att_SpellMod_Charges_ActiveRegenerationRate'" | |
}, | |
{ |
View namei-selinux.patch
This file contains 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
diff --git a/misc-utils/Makemodule.am b/misc-utils/Makemodule.am | |
index cc18acb..07c738e 100644 | |
--- a/misc-utils/Makemodule.am | |
+++ b/misc-utils/Makemodule.am | |
@@ -62,6 +62,7 @@ usrbin_exec_PROGRAMS += namei | |
MANPAGES += misc-utils/namei.1 | |
dist_noinst_DATA += misc-utils/namei.1.adoc | |
namei_SOURCES = misc-utils/namei.c lib/strutils.c lib/idcache.c | |
+namei_LDADD = $(LDADD) -lselinux | |
endif |
View gist:a3cead417115e67aa84656ce1937fef4
This file contains 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
Attempting to open, jplayerWindow is null | |
(index):52 JPlayer opened, window: [object Window] | |
(index):22 Attempting to open, jplayerWindow is closed | |
(index):52 JPlayer opened, window: [object Window] | |
(index):22 Attempting to open, jplayerWindow is closed | |
(index):52 JPlayer opened, window: [object Window] | |
(index):29 Could not open JPlayer after 3 attempts, aborting! |
NewerOlder