Skip to content

Instantly share code, notes, and snippets.

View ZhymabekRoman's full-sized avatar
🚀
Study hard and make progress every day

Zhymabek Roman ZhymabekRoman

🚀
Study hard and make progress every day
View GitHub Profile
@ZhymabekRoman
ZhymabekRoman / Yandex Disk file select fix.js
Created October 27, 2023 02:52
Fixing Yandex Disk selected file highlight background
// ==UserScript==
// @name Fixing Yandex Disk selected file highlight background - override the --color-mg-tint-superlight CSS variable
// @namespace Violentmonkey Scripts
// @match https://disk.yandex.*/*/*
// @grant none
// @version 1.0
// @author ZhymabekRoman
// @description 10/27/2023, 8:48:27 AM
// ==/UserScript==
// ==UserScript==
// @name Devtool page refresh on faulture
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0
// @author -
// @description 10/13/2023, 6:23:27 PM
// ==/UserScript==
@ZhymabekRoman
ZhymabekRoman / docker.md
Created October 1, 2023 11:16 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

import subprocess
import signal
import os
import sys
def msg(text: str) -> None:
print(f"::notice::{text}")
if len(sys.argv) == 0: