Skip to content

Instantly share code, notes, and snippets.

View azhe403's full-sized avatar
😐
On Error Resume Next

Azhe Kun azhe403

😐
On Error Resume Next
View GitHub Profile
@mcxiaoke
mcxiaoke / miui-blotware-apps.md
Last active May 4, 2025 06:57
MIUI 13/14 bloatware apps, updated at 20240816

对于所有应用,不建议直接删除,使用adb shell pm disable-user package-name禁用即可,方便出问题时恢复。

DO NOT UNINSTALL:

  • com.miui.securitycenter
  • com.miui.securityadd
  • com.xiaomi.finddevice

(Don’t uninstall these three apps or services from your Xiaomi device. Otherwise, you may encounter device bricking or bootloop issues.)

@fakhrulhilal
fakhrulhilal / dotnet-nodejs.Dockerfile
Created January 16, 2023 08:30
Docker image for .NET with nodejs
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
ENV ASPNETCORE_URLS "https://+,http://+"
ENV ASPNETCORE_HTTPS_PORT 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
ENV NODE_VERSION 18.x
:: Author: @mimiru
@echo off
setlocal
:: Determine the path to floorp.exe
set "FLOORP_PATH=%~dp0floorp.exe"
:: Convert the path to use double backslashes for the registry
set "FLOORP_PATH=%FLOORP_PATH:\=\\%"