Add
* {
text-shadow: transparent 0px 0px 0px,
rgba(0, 0, 0, 0.5) 0px 0px 0px !important;
}
to
{ | |
"server": "myserver.com", | |
"server_port": 10777, | |
"password": "ZMv5HNQ77SEkekvLJd8WYf8sRd4Z2", | |
"method": "chacha20-ietf-poly1305", | |
"local_address": "127.0.0.1", | |
"local_port": 15080 | |
} |
# 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 |
break | |
case | |
continue | |
default | |
discard | |
do | |
else | |
for | |
if | |
return |
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) |
[CONFIG_1] | |
OPTION debug | |
REWIRE ` LSHF | |
REWIRE L\ ` | |
OPTION FlipAltWinOnAppleKeyboards |
#!/bin/bash | |
npx @avinlab/run-shell <<EOF | |
// ----------------------- | |
console.log('it works!'); | |
console.log(shell.pwd().toString()); | |
console.log(_.VERSION); |
"5555555555555599".split('').reduce((acc, k) =>{acc+=`&${k}_^${k}_`; return acc;}, '').replace(/_$/, '') |
BasedOnStyle: LLVM | |
Standard: c++17 | |
AllowShortIfStatementsOnASingleLine: false | |
AllowShortLoopsOnASingleLine: false | |
DerivePointerAlignment: true | |
PointerAlignment: Left | |
IndentWidth: 4 | |
ContinuationIndentWidth: 8 |
Add
* {
text-shadow: transparent 0px 0px 0px,
rgba(0, 0, 0, 0.5) 0px 0px 0px !important;
}
to
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] | |
"CaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\ | |
00,00,00,cc,00,00,00,00,56,00,65,00,72,00,64,00,61,00,6e,00,61,00,00,00,00,\ | |
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ | |
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 | |
"MenuFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\ | |
00,00,cc,00,00,00,00,56,00,65,00,72,00,64,00,61,00,6e,00,61,00,00,00,00,00,\ | |
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ |