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
# Load Gtk | |
import random | |
from typing import List | |
import gi | |
gi.require_version('Gtk', '4.0') | |
from gi.repository import Gtk | |
def random_name(): |
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
flatpak-builder --arch=x86_64 --ccache --force-clean --disable-updates --disable-download --state-dir /home/erickth/.var/app/org.gnome.Builder.Devel/cache/gnome-builder/flatpak-builder --stop-at=gradience /home/erickth/.var/app/org.gnome.Builder.Devel/cache/gnome-builder/projects/Gradience/flatpak/staging/x86_64-main /home/erickth/Github/Gradience/com.github.GradienceTeam.Gradience.Devel.json | |
Emptying app dir '/home/erickth/.var/app/org.gnome.Builder.Devel/cache/gnome-builder/projects/Gradience/flatpak/staging/x86_64-main' | |
Starting build of com.github.GradienceTeam.Gradience.Devel | |
Cache hit for python3-anyascii, skipping build | |
Cache hit for python3-regex, skipping build | |
Cache hit for python3-material-color-utilities-python, skipping build | |
Cache hit for python3-urllib3, skipping build | |
Cache hit for python3-svglib, skipping build | |
Cache hit for python3-requests, skipping build | |
Cache hit for pypi-dependencies, skipping build |
This file has been truncated, but you can view the full file.
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
SSDT @ 0x0000000000000000 | |
0000: 53 53 44 54 60 00 00 00 01 BA 48 50 51 4F 45 4D SSDT`.....HPQOEM | |
0010: 38 38 44 32 20 20 20 20 01 00 00 00 41 43 50 49 88D2 ....ACPI | |
0020: 09 05 19 20 A0 0F 00 15 5C 2E 5F 53 42 5F 50 43 ... ....\._SB_PC | |
0030: 49 30 06 00 10 2B 5C 2E 5F 53 42 5F 50 43 49 30 I0...+\._SB_PCI0 | |
0040: 5B 82 1E 49 43 30 33 08 5F 48 49 44 0D 48 50 49 [..IC03._HID.HPI | |
0050: 43 30 30 30 33 00 14 09 5F 53 54 41 00 A4 0A 0F C0003..._STA.... | |
MCFG @ 0x0000000000000000 | |
0000: 4D 43 46 47 3C 00 00 00 01 EA 48 50 51 4F 45 4D MCFG<.....HPQOEM |