Mikhail
Mikhail
https://github.com/zeroc00I/BashitRecon/blob/389248640bfd7ce90a4d23c9b837d609c726ec91/phoenix#L62
https://github.com/szymonkaliski/dotfiles/blob/08779bff9fa71c35464922123a4a3a4b564e3dd2/Dotfiles/zsh/functions.zsh#L226 `cat "$@" | sort | uniq` => `sort -u < "$@"`
https://github.com/cipher387/Dorks-collections-list/blob/d8fd1277c65055fc5fe2ea308138c69a3b0095f8/cctv.txt#L32 Remove line 3, quotation mark lost on it, as L32 is double.
@chemzqm only vim 8.2 patch 1-814, nvim OK _Originally posted by @fagcinsk in https://github.com/neoclide/coc-pairs/issues/59#issuecomment-650799907_ * all Types of pairs: },],),...
``` File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/rows/plugins/utils.py", line 20, in from collections import Iterator, OrderedDict ImportError: cannot import name 'Iterator' from 'collections' ``` Maybe this will be fix: ```python try: from collections.abc import Iterator...
https://github.com/reiver/go-telnet/blob/9ff0b2ab096ebe42bf8e2ffd1366e7ed2223b04c/server.go#L179 No needed coz of `defer c.Close()` earlier
Compiling with clang on android with termux, got error about unsupported option `-march=native`. My temp solution here: https://mikhail-yudin.ru/blog/android/termux-resolve-compile-troubles
https://github.com/keen/keen-tracking.js/blob/12faea17ab9574caa8f18aec22ef4243b1f2b27f/lib/record-events-browser.js#L270
Will be nice to have an ability to order scripts to prioritize loading by naming it. For example: ``` 1. framework 2. plugin 3. plugin Other script ``` Just wrote...
If I use Russian & prog layout as English, I have trouble with filling multiple inputs on English. Keyboard switches every time to Russian layout. // Android 13