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
| // ==UserScript== | |
| // @name Protect classic sort for JIRA comments | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @author You | |
| // @match https://rbs-develop.paymentgate.ru/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
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
| // $/static/script.js | |
| import './script2' | |
| console.log('script1') | |
| if (module.hot) { | |
| module.hot.accept('./script2', function () { | |
| console.log("YES") | |
| }); |
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
| #SingleInstance, Force | |
| SendMode Input | |
| SetWorkingDir, %A_ScriptDir% | |
| ;--- | |
| ; Win+F1 Switch off monitor | |
| #F1::SendMessage,0x112,0xF170,2,,Program Manager |
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
| { | |
| "server": "myserver.com", | |
| "server_port": 10777, | |
| "password": "ZMv5HNQ77SEkekvLJd8WYf8sRd4Z2", | |
| "method": "chacha20-ietf-poly1305", | |
| "local_address": "127.0.0.1", | |
| "local_port": 15080 | |
| } |
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
| # File location: /etc/systemd/system | |
| # Enable service to autostart: systemctl enable foo.service | |
| [Unit] | |
| Description=foo | |
| Requires=docker.service | |
| After=docker.service | |
| [Service] | |
| Restart=always |
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
| break | |
| case | |
| continue | |
| default | |
| discard | |
| do | |
| else | |
| for | |
| if | |
| return |
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
| clang-format | |
| ---- | |
| Name: clang-format | |
| Program: C:\Program Files\LLVM\bin\clang-format.exe | |
| Arguments: -i $FileName$ | |
| Working dir: $FileDir$ | |
| Advanced options: - Open console for tool output | |
| prettier(wsl) |
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
| [CONFIG_1] | |
| OPTION debug | |
| REWIRE ` LSHF | |
| REWIRE L\ ` | |
| OPTION FlipAltWinOnAppleKeyboards |
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 | |
| npx @avinlab/run-shell <<EOF | |
| // ----------------------- | |
| console.log('it works!'); | |
| console.log(shell.pwd().toString()); | |
| console.log(_.VERSION); |
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
| "5555555555555599".split('').reduce((acc, k) =>{acc+=`&${k}_^${k}_`; return acc;}, '').replace(/_$/, '') |