h - Move left
j - Move down
k - Move up
l - Move right
$ - Move to end of line
0 - Move to beginning of line (including whitespace)
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
| #!/bin/bash | |
| # === INFO === | |
| # NoVPN | |
| # Description: Bypass VPN tunnel for applications run through this tool. | |
| VERSION="3.0.0" | |
| # Author: KrisWebDev | |
| # Requirements: Linux with kernel > 2.6.4 (released in 2008). | |
| # This version is tested on Ubuntu 14.04 and 19.10 with bash. | |
| # Main dependencies are automatically installed. |
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
| https://habr.com/ru/articles/926786/ | |
| https://habr.com/ru/articles/881878/ | |
| https://habr.com/ru/articles/901282/ | |
| https://habr.com/ru/articles/866572/ | |
| https://habr.com/ru/articles/862198/ | |
| https://habr.com/ru/articles/852894/ | |
| https://habr.com/ru/articles/848626/ | |
| https://habr.com/ru/articles/848096/ | |
| https://habr.com/ru/articles/840686/ | |
| https://habr.com/ru/articles/838452/ |
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
| # verify the fullpath checksum | |
| CertUtil -hashfile (Get-Item -LiteralPath 'path-to-file').FullName SHA256 | |
| CertUtil -hashfile (Get-Item -LiteralPath 'path-to-file').FullName MD5 |
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
| @ECHO off | |
| @REM Opens Telegram (in tray), Ubuntu (~), Windows Terminal. | |
| @REM | |
| @REM e.bat [[/S] | [/H]] | |
| @REM /H Dispalys usage. | |
| @REM /S Creates shortcut in %ProgramData%\Microsoft\Windows\Start Menu\ebat.lnk | |
| @REM (force a program to show up in the Windows 10 search field) | |
| @REM To make shortcut, open cmd.exe (or Windows Terminal) as Administrator. | |
| SETLOCAL ENABLEDELAYEDEXPANSION |
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
| Within Temptation ██████▊░░░░░░░░░░ 6 plays | |
| 3 Doors Down █▏░░░░░░░░░░░░░░░ 1 plays | |
| 3 Pill Morning █▏░░░░░░░░░░░░░░░ 1 plays | |
| Art of Dying █▏░░░░░░░░░░░░░░░ 1 plays | |
| Dead By Sunrise █▏░░░░░░░░░░░░░░░ 1 plays | |
| Emphatic █▏░░░░░░░░░░░░░░░ 1 plays | |
| Memory of a Melody █▏░░░░░░░░░░░░░░░ 1 plays | |
| My Darkest Days █▏░░░░░░░░░░░░░░░ 1 plays | |
| Nickelback █▏░░░░░░░░░░░░░░░ 1 plays | |
| Nine Lashes █▏░░░░░░░░░░░░░░░ 1 plays |
I hereby claim:
- I am fj-fj-fj on github.
- I am vadimfj (https://keybase.io/vadimfj) on keybase.
- I have a public key ASCI6Ou8it1uO4B0Zpuyk6GtciHM5yAAknQTxjRvqbOM2Ao
To claim this, I am signing this object:
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
| https://pixelscan.net (начинайте проверку с него) | |
| http://vektort13.space (не принимайте близко к сердцу) | |
| https://panopticlick.eff.org (топ чекер, если не знаете как им пользоваться - смотрите вебинары (https://t.me/vschannel/883)) | |
| https://amiunique.org (тоже топ, смотрите вебинары) | |
| https://www.ipqualityscore.com/free-ip-lookup-proxy-vpn-test/ (проверит качество вашего IP) | |
| https://www.aida64.com/downloads (программа, которая чекает железо) | |
| https://uniquemachine.org | |
| https://www.deviceinfo.me | |
| https://browserleaks.com | |
| <blockquote class="wp-embedded-content" data-secret="JjaWTZw8s8"><a href="https://privacy.net/">Home</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="“Home” — Privacy.net" src="https://privacy.net/embed/#?secret=JjaWTZw8s8" data-secret="JjaWTZw8s8" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> |
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
| #!usr/bin/env python | |
| # NOTE: This program requires Python >= 3.9 | |
| # NOTE: This program uses colored output and needs TERM variable | |
| # NOTE: Will be applied `export TERM=xterm-color` | |
| """ "Обратные крестики-нолики" на поле 10x10 с правилом "Пять в ряд". | |
| Проигрывает тот, у кого получился вертикальный, горизонтальный или | |
| диагональный ряд из пяти своих фигур (крестиков/ноликов). |
NewerOlder