Suggested user settings, Arduino CLI is optional.
{
"arduino.path": "C:\\Users\\jerrylum\\Documents\\Application\\arduino-cli_0.27.1_Windows_64bit",
"arduino.useArduinoCli": true,
"arduino.commandPath": "arduino-cli.exe"
}
[Unit] | |
Description=Keeps a tunnel to 'remote.example.com' open | |
After=network.target | |
[Service] | |
User=autossh | |
# -p [PORT] | |
# -l [user] | |
# -M 0 --> no monitoring | |
# -N Just open the connection and do nothing (not interactive) |
#pragma once | |
#include <sys/queue.h> | |
#define find_in_slist(element, list_head, entry_name, comparator) \ | |
({ \ | |
typeof(element) ret = nullptr; \ | |
typeof(element) current_element = nullptr; \ | |
SLIST_FOREACH(current_element, list_head, entry_name) { \ | |
if (comparator(current_element, element)) { \ |
# Go to the installation folder, then
./rime-install double-pinyin