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
cmd /c mkdir $(CURRENT_DIRECTORY)\generated_nanopb | |
protoc -o $(CURRENT_DIRECTORY)\generated_nanopb\tmp.pb --proto_path $(CURRENT_DIRECTORY) $(FULL_CURRENT_PATH) --experimental_allow_proto3_optional | |
nanopb_generator $(CURRENT_DIRECTORY)/generated_nanopb/tmp.pb --output-dir "$(CURRENT_DIRECTORY)\generated_nanopb" | |
cmd /c del $(CURRENT_DIRECTORY)\generated_nanopb\tmp.pb |
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 | |
:: Needs to be run as administrator. | |
:: Needs to save as ANSI format | |
:: Change the paths below to match your GitHub Client's path. | |
SET IconPath=C:\Users\UserName\AppData\Local\GitHubDesktop\app.ico | |
SET LaunchPath=C:\Users\UserName\AppData\Local\GitHubDesktop\bin\github.bat | |
echo Adding within a folder entries |
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 | |
:: Save as ANSI format if the path has Chinese characters | |
:: 若路径中含有中文字符,需要保存为ANSI格式 | |
:: Change the paths below to match the desired IDE. | |
:: Make sure you don't quote any of the paths in following lines, spaces are allowed. | |
SET LaunchPath=C:\Users\MyUser\AppData\Local\JetBrains\Scripts\pycharm.cmd | |
SET IconPath=C:\Users\MyUser\AppData\Local\JetBrains\Scripts\icons\pycharm.ico | |
SET AppName=PyCharm | |
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
<?php | |
// Server info | |
$vst_hostname = 'server.vestacp.com'; | |
$vst_username = 'admin'; | |
$vst_password = 'p4ssw0rd'; | |
$vst_returncode = 'yes'; | |
$vst_command = 'v-add-mail-account'; | |
// New account info |