text stringlengths 0 834k |
|---|
@REM making changes. |
@REM |
@REM You can launch cspybat by typing the name of this batch file followed |
@REM by the name of the debug file (usually an ELF/DWARF or UBROF file). |
@REM |
@REM Read about available command line parameters in the C-SPY Debugging |
@REM Guide. Hints about additional command line parameters that may be |
@REM useful in specific cases: |
@REM --download_only Downloads a code image without starting a debug |
@REM session afterwards. |
@REM --silent Omits the sign-on message. |
@REM --timeout Limits the maximum allowed execution time. |
@REM |
@echo off |
if not ""%~1"" == """" goto debugFile |
@echo on |
""C:\Program Files\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat"" -f ""C:\Users\Admin\Documents\Header\examples\stm8af_stm8s\ADC1_Measure\IAR\settings\blink.Release.general.xcl"" --backend -f ""C:\Users\Admin\Documents\Header\examples\stm8af_stm8s\ADC1_Measure\IAR\settings\blink.Release.driver.xcl"" |
@echo off |
goto end |
:debugFile |
@echo on |
""C:\Program Files\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat"" -f ""C:\Users\Admin\Documents\Header\examples\stm8af_stm8s\ADC1_Measure\IAR\settings\blink.Release.general.xcl"" ""--debug_file=%~1"" --backend -f ""C:\Users\Admin\Documents\Header\examples\stm8af_stm8s\ADC1_Measure\IAR\settings\blink.Release.driver.xcl"" |
@echo off |
:end",43.65,324,0.7411225659 |
243,d0239c3b0f2c4e92c49a2bd309dfc0bc0f86f7d1,145,bat,Batchfile,investor-services/scripts/runMyExamples.bat,mouaadaassou/Hands-On-RESTful-API-Design-Patterns-and-Best-Practices,7ec5ad9d6dccba4ddfecb324e3a0a0d22fd9f401,['MIT'],55.0,2018-03-17T03:32:57.000Z,2022-03-12T22:51:54.000Z,investor-services/scripts/runMyExamples.bat,mouaadaassou/Hands-On-RESTful-API-Design-Patterns-and-Best-Practices,7ec5ad9d6dccba4ddfecb324e3a0a0d22fd9f401,['MIT'],,,,investor-services/scripts/runMyExamples.bat,mouaadaassou/Hands-On-RESTful-API-Design-Patterns-and-Best-Practices,7ec5ad9d6dccba4ddfecb324e3a0a0d22fd9f401,['MIT'],45.0,2018-07-08T12:51:38.000Z,2022-03-28T05:59:39.000Z,java -jar bookexamples/ch03/Hands-On-RESTful-API-Design-Patterns-and-Best-Practices/investor-services/target/investor-services-0.0.1-SNAPSHOT.jar,145.0,145,0.8413793103 |
244,d023cb47075b4e4ff53aba3d2d1b59046ff8f06b,145,bat,Batchfile,package.bat,0xzhaohx/wechat-qt5,fb2d64797894ca785d78c0619081a67d5b10a7c0,['MIT'],,,,package.bat,0xzhaohx/wechat-qt5,fb2d64797894ca785d78c0619081a67d5b10a7c0,['MIT'],,,,package.bat,0xzhaohx/wechat-qt5,fb2d64797894ca785d78c0619081a67d5b10a7c0,['MIT'],,,,"set PY_INSTALL_HOME=D:\PyInstaller-3.3.1\pyinstaller |
set PATH=%PATH%%PY_INSTALL_HOME% |
D:\PyInstaller-3.3.1\pyinstaller.py wechat.spec |
pause |
",29.0,53,0.7793103448 |
245,d023d625c8020edbf8d414993d8401f964ecd7bb,535,bat,Batchfile,Build_ProtoBufferFiles.bat,dZh0/Chat,966eb227a3cb0cab3d05b2c5091c5b0bf6e5342e,['Unlicense'],,,,Build_ProtoBufferFiles.bat,dZh0/Chat,966eb227a3cb0cab3d05b2c5091c5b0bf6e5342e,['Unlicense'],,,,Build_ProtoBufferFiles.bat,dZh0/Chat,966eb227a3cb0cab3d05b2c5091c5b0bf6e5342e,['Unlicense'],,,,"@ECHO off |
SET PROTO_EXEC=""%~dp0%external\protobuf-3.13.0\bin\protoc.exe"" |
SET PROTO_DIR=%~dp0%scr\ProtoBuffer\ |
SET GEN_HEADER=""%PROTO_DIR%Messages.generated.h"" |
ECHO //This header is generated by %~n0%~x0. > %GEN_HEADER% |
ECHO //DO NOT EDIT! >> %GEN_HEADER% |
ECHO #pragma once >> %GEN_HEADER% |
SETLOCAL ENABLEDELAYEDEXPANSION |
FOR %%f in (%PROTO_DIR%*.proto) DO ( |
echo Parsing ""%%f ..."" |
%PROTO_EXEC% -I=%PROTO_DIR% --cpp_out=%PROTO_DIR% ""%%f"" |
SET file_name=%%~nf |
ECHO #include ""../ProtoBuffer/!file_name!.pb.h"" >> %GEN_HEADER% |
) |
ENDLOCAL",35.6666666667,64,0.708411215 |
246,d023da3f2952fc4b8ba88d8443539ee2d13e45c1,166,cmd,Batchfile,eraser.cmd,alex-bv/shell-toolbox,13cac567ca0e439075900177cfa38edce2708b3c,['MIT'],,,,eraser.cmd,alex-bv/shell-toolbox,13cac567ca0e439075900177cfa38edce2708b3c,['MIT'],,,,eraser.cmd,alex-bv/shell-toolbox,13cac567ca0e439075900177cfa38edce2708b3c,['MIT'],,,,"@echo on |
REM ""To use script specify drive"" |
REM ""Example: eraser.bat D:\"" |
REM ""Note: Drive should be specified with :\ chars after drive letter."" |
cipher /W:%1 |
pause |
",18.4444444444,71,0.7168674699 |
247,d024580be3f83ba4f70c9ff8cd5f67f8550c98d4,151,cmd,Batchfile,make.cmd,karacas/typebox,c1d110c6eb87400a8def1f9349e2ffcfa63d58af,['MIT'],3.0,2017-12-12T02:37:14.000Z,2021-01-07T21:20:39.000Z,make.cmd,karacas/typebox,c1d110c6eb87400a8def1f9349e2ffcfa63d58af,['MIT'],,,,make.cmd,karacas/typebox,c1d110c6eb87400a8def1f9349e2ffcfa63d58af,['MIT'],,,,cls && (npm run make && out\make\squirrel.windows\x64\typebox_setup.exe -- --startOpen=false && echo . & echo '[make OK]') 2>&1 | tee _report/make.log,151.0,151,0.6688741722 |
248,d0245d72cc9af8d245da5b4b9eb5ea8933f6e5c8,73,bat,Batchfile,vendor/bin/yii.bat,msmvprasad/msmpal,4e2201de492c031cd7f12d32440af8131933fe8d,['BSD-3-Clause'],158.0,2016-07-07T07:18:19.000Z,2022-02-19T12:01:44.000Z,vendor/bin/yii.bat,msmvprasad/msmpal,4e2201de492c031cd7f12d32440af8131933fe8d,['BSD-3-Clause'],16.0,2015-12-11T01:57:00.000Z,2016-01-05T04:25:19.000Z,vendor/bin/yii.bat,msmvprasad/msmpal,4e2201de492c031cd7f12d32440af8131933fe8d,['BSD-3-Clause'],99.0,2016-07-08T13:11:41.000Z,2022-03-04T09:20:40.000Z,"@ECHO OFF |
SET BIN_TARGET=%~dp0/../yiisoft/yii2/yii |
php ""%BIN_TARGET%"" %* |
",18.25,40,0.6849315068 |
249,d024a3d140c130e35a20f6daa72d63a0a77cc63a,381,bat,Batchfile,Jellyfin.SkiaSharp.NativeAssets.LinuxArm/build-in-docker.bat,meee1/jellyfin-skiasharp-native,82256a581616269193f7bbca9da0d5d43ee59661,['MIT'],4.0,2020-01-27T02:46:09.000Z,2020-07-29T12:29:35.000Z,Jellyfin.SkiaSharp.NativeAssets.LinuxArm/build-in-docker.bat,meee1/jellyfin-skiasharp-native,82256a581616269193f7bbca9da0d5d43ee59661,['MIT'],3.0,2019-01-19T21:37:23.000Z,2020-04-23T07:42:44.000Z,Jellyfin.SkiaSharp.NativeAssets.LinuxArm/build-in-docker.bat,meee1/jellyfin-skiasharp-native,82256a581616269193f7bbca9da0d5d43ee59661,['MIT'],7.0,2019-01-18T20:06:33.000Z,2020-06-10T23:42:32.000Z,"docker build -t libskiasharp-linuxarm . |
mkdir runtimes/linux-arm/native |
mkdir runtimes/linux-arm64/native |
docker run --rm -v ""%CD%/runtimes/linux-arm/native:/temp"" ""libskiasharp-linuxarm"" cp /build/skia/out/linux-arm/libSkiaSharp.so /temp/ |
docker run --rm -v ""%CD%/runtimes/linux-arm64/native:/temp64"" ""libskiasharp-linuxarm"" cp /build/skia/out/linux-arm64/libSkiaSharp.so /temp64/",76.2,141,0.7769028871 |
250,d024fc5ff2adfdb74c01942c597d60019244269b,281,bat,Batchfile,train.bat,Cristy94/RFR-Inpainting,cd0e0163d94e78f3f300428573aa52a862e69973,['MIT'],,,,train.bat,Cristy94/RFR-Inpainting,cd0e0163d94e78f3f300428573aa52a862e69973,['MIT'],,,,train.bat,Cristy94/RFR-Inpainting,cd0e0163d94e78f3f300428573aa52a862e69973,['MIT'],,,,"python run.py ^ |
--data_root data_train/images ^ |
--mask_root data_train/masks ^ |
--model_path checkpoint/g_final.pth ^ |
--target_size 256 ^ |
--mask_mode 1 ^ |
--num_iters 600350 ^ |
--batch_size 6 ^ |
--batch_preload_count 1 ^ |
--gpu 0 |
rem --finetune ^ |
rem --finetune ^ |
rem --batch_size 6 ^",20.0714285714,37,0.7117437722 |
251,d025bea75d07f335fff6263ee3df237081f94e3e,99,bat,Batchfile,ci/appveyor_init.bat,Skycoder42/SeasonProxer,dcdf284883c532fcccf30f9608d9abe2e8e64e3e,['BSD-3-Clause'],2.0,2018-04-25T14:42:25.000Z,2019-03-21T12:31:17.000Z,ci/appveyor_init.bat,Skycoder42/AniRem,dcdf284883c532fcccf30f9608d9abe2e8e64e3e,['BSD-3-Clause'],,,,ci/appveyor_init.bat,Skycoder42/AniRem,dcdf284883c532fcccf30f9608d9abe2e8e64e3e,['BSD-3-Clause'],,,,"7z x ""-p%PROXER_DATA%"" -o. "".\ci\proxer.data"" > nul |
echo CONFIG += create_installer >> install.pri |
",33.0,51,0.6767676768 |
252,d025c86dbd5fc140960136e224255985277a6469,56,bat,Batchfile,bin/tools/gen-plugin-and-module.bat,overtalk/ARK,9d314e99dc13684fc672371a0c3fbaa6b9a46d97,['Apache-2.0'],1.0,2020-02-21T14:32:13.000Z,2020-02-21T14:32:13.000Z,bin/tools/gen-plugin-and-module.bat,overtalk/ARK,9d314e99dc13684fc672371a0c3fbaa6b9a46d97,['Apache-2.0'],,,,bin/tools/gen-plugin-and-module.bat,overtalk/ARK,9d314e99dc13684fc672371a0c3fbaa6b9a46d97,['Apache-2.0'],,,,"python plugin_and_module_tool\plugin_and_module_tool.py |
",28.0,55,0.9285714286 |
253,d0261808915c65778019a1e3e0867c776340feae,39,bat,Batchfile,tests/test-recipes/metadata/post_build_versioning/bld.bat,bjlittle/conda-build,ebc56f48196774301863fecbe98a32a7ded6eb7e,['BSD-3-Clause'],5.0,2016-05-10T23:36:56.000Z,2021-04-21T17:09:18.000Z,tests/test-recipes/metadata/post_build_versioning/bld.bat,bjlittle/conda-build,ebc56f48196774301863fecbe98a32a7ded6eb7e,['BSD-3-Clause'],1.0,2016-05-06T06:18:38.000Z,2016-05-06T06:18:38.000Z,tests/test-recipes/metadata/post_build_versioning/bld.bat,bjlittle/conda-build,ebc56f48196774301863fecbe98a32a7ded6eb7e,['BSD-3-Clause'],5.0,2016-10-08T19:31:55.000Z,2021-10-10T18:24:42.000Z,"echo 12.345.67 > __conda_version__.txt |
",19.5,38,0.7948717949 |
254,d0269e5f87a08d0b958fa9f7e8005b3b979bf111,750,bat,Batchfile,Builder.bat,mkoscielniak/SSMScripter,72da9c78e12ed587912e8d424db548e3c33e6bff,['MIT'],6.0,2017-05-05T05:29:43.000Z,2021-03-25T21:05:43.000Z,Builder.bat,mkoscielniak/SSMScripter,72da9c78e12ed587912e8d424db548e3c33e6bff,['MIT'],1.0,2022-01-20T23:19:26.000Z,2022-01-20T23:19:26.000Z,Builder.bat,mkoscielniak/SSMScripter,72da9c78e12ed587912e8d424db548e3c33e6bff,['MIT'],2.0,2019-07-04T14:27:30.000Z,2022-01-05T13:35:37.000Z,"@echo off |
start powershell -Version 3.0 -NoLogo -NoExit -ExecutionPolicy Bypass -Command ^ |
$console = (Get-Host).UI.RawUI;^ |
$console.WindowTitle = 'SSMScripter Builder Console';^ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.