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.
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
// ==UserScript== | |
// @name ASTx2 Emulator | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author @BawAppie | |
// @match https://*/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=ahnlab.com | |
// @grant none | |
// ==/UserScript== |
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
from operator import attrgetter | |
from operator import itemgetter | |
@itemgetter | |
@slice | |
@int | |
@next | |
@reversed | |
@str |
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 | |
# -*- coding: utf-8 -*- | |
""" | |
Git smart switch | |
Like `git switch` but stashing uncommitted changes and recovering them when you are back. | |
# Install |
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
### | |
### [2023-06-19] UPDATE: Just tried to use my instructions again on a fresh install and it failed in a number of places. | |
###. Not sure if I'll update this gist (though I realise it seems to still have some traffic), but here's a list of | |
###. things to watch out for: | |
### - Check out the `nix-darwin` instructions, as they have changed. | |
### - There's a home manager gotcha https://github.com/nix-community/home-manager/issues/4026 | |
### | |
# I found some good resources but they seem to do a bit too much (maybe from a time when there were more bugs). | |
# So here's a minimal Gist which worked for me as an install on a new M1 Pro. |
ํ์์ ๊ฐ์๋ณ ์ผ! ๋ญ๊ฐ ๋ณด์ฌ๋๋ฆฌ๊ฒ ์ต๋๋ค!
https://twitter.com/gaeulbyul/status/1294351544091959296
๊ฐ๋จํ 10๋ถ ๋ ์ํผ: ๋ผ์ง๊ณ ๊ธฐ๋ฅผ ์๋ ์ฅ์ ๋ฃ๊ณ 8์๊ฐ ์ฌ์ด๋ค
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
// ==UserScript== | |
// @name KAIST PMS Blocker | |
// @namespace http://0xF.kr/ | |
// @version 0.1 | |
// @description Automatically closes PMS page | |
// @author JiminP | |
// @match http://143.248.113.1/CPopupRequest | |
// @grant none | |
// ==/UserScript== |
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
// ๋ธ๋ผ์ฐ์ ์ GreaseMonkey(Firefox) TamperMonkey(Chrome) ์ ์ค์นํ๊ณ , | |
// https://gist.github.com/foriequal0/154e73d3289d808e8ce94603f5eff6a4/raw/yaminjeongeum.user.js | |
// ์ ๋งํฌ๋ฅผ ๋ธ๋ผ์ฐ์ ์ ์ ๋ ฅํ๋ฉด ์๋์ผ๋ก ์คํฌ๋ฆฝํธ๋ฅผ ์ค์นํ๊ฒ ๋๋๋ ์ฐฝ์ด ๋น๋๋ค. | |
// ==UserScript== | |
// @name yaminjeongeum | |
// @namespace yaminjeongeum.kr | |
// @description ์ผ๋ฏผ์ ์ | |
// @include * | |
// @exclude file://* |
- ์ ์ดํ -> ๊ด๋ฆฌ ๋๊ตฌ -> ์์ ์ค์ผ์ฅด๋ฌ -> ์์ ๋ง๋ค๊ธฐ
๊ฐ์ฅ ๋์ ์์ค์ ๊ถํ์ผ๋ก ์คํ
์ฒดํฌ- ๋์ ํญ -> ์๋ก ๋ง๋ค๊ธฐ -> time.bat ์ ํ -> ํ์ธ ํ ์ ์ฅ
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
""" | |
Session Management | |
(from web.py) | |
""" |
NewerOlder