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
FROM ubuntu:24.04 | |
LABEL maintainer="joaodanilo1992@gmail.com" | |
LABEL version="0.1" | |
LABEL description="Environmnet for appium tests" | |
WORKDIR "/workdir" | |
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
FROM ubuntu:24.04 | |
LABEL maintainer="joaodanilo1992@gmail.com" | |
LABEL version="0.1" | |
LABEL description="Environmnet for AVD" | |
WORKDIR "/workdir" | |
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
FROM ubuntu:24.04 | |
LABEL mainteiner="joaodanilo19922@gmail.com" | |
LABEL version="0.1" | |
LABEL description="Ambiente de programação para o curso de Go da rocketseat" | |
WORKDIR "/workspace" | |
RUN apt-get update |
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
obj-m := snes_controller.o | |
PWD := $(CURDIR) | |
ARCH=arm64 | |
CROSS_COMPILE=aarch64-none-linux-gnu- | |
KERNEL_DIR=/home/joao/android_kernel_brcm_rpi/out | |
all: | |
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules | |
clean: | |
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) clean |
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
#include <linux/module.h> | |
#include <linux/cdev.h> | |
#include <linux/err.h> | |
#include <linux/gpio.h> | |
#include <linux/hrtimer.h> | |
#include <linux/jiffies.h> | |
#include <linux/delay.h> | |
#include <linux/input.h> | |
#include <linux/interrupt.h> |
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
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_pattern_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_pattern_view.xml | |
index d9011c26..c8f40c0e 100644 | |
--- a/packages/SystemUI/res-keyguard/layout/keyguard_pattern_view.xml | |
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_pattern_view.xml | |
@@ -64,6 +64,17 @@ | |
androidprv:layout_constraintDimensionRatio="1.0" | |
androidprv:layout_constraintVertical_bias="1.0" | |
/> | |
+ | |
+ <TextView |
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
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
#define sys_le24_to_cpu(val) (val) | |
#define __ASSERT_NO_MSG(test) { } | |
#define __packed __attribute__((__packed__)) | |
#define UNALIGNED_GET(g) \ |
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
RADV_PERFTEST=rt VKD3D_CONFIG=dxr11 AMD_VULKAN_ICD=RADV VKD3D_FEATURE_LEVEL=12_2 %command% |
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
sudo nano /usr/share/X11/xorg.conf.d/10-amdgpu.conf | |
``` | |
Section "OutputClass" | |
Identifier "AMDgpu" | |
MatchDriver "amdgpu" | |
Driver "amdgpu" | |
Option "DRI" "3" | |
Option "VariableRefresh" "true" | |
EndSection |
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
# Hide Top Bar | |
- https://extensions.gnome.org/extension/545/hide-top-bar/ | |
` |
NewerOlder