text
stringlengths
0
834k
set IP2=# (where x is RPi and y is PC address)
echo.### Setting Raspberry Pi network to %DESC% ###
echo.
echo.%INFO1%
echo.%INFO2%
echo.%INFO3%
echo.
echo.# Copy %SOURCE% to %TARGET%
copy %SOURCE% ..\%TARGET%
echo.
echo.%IP1%
echo.%IP2%
echo.# Contents of cmdline.txt:
type ..\cmdline.txt
echo.
pause",28.6129032258,70,0.678692221
448,d041484b2adb3abbd2e184b64f18d65755ee4bc9,1699,bat,Batchfile,EWARM/settings/RPLidar-MCU_F401.RPLidar-MCU_F401.cspy.bat,Arch-Ci/RPLidar-MCU_F401_with_RPLidar_Driver,0620e128075db62add4d450e208fae758694a176,['Unlicense'],3.0,2020-03-20T10:03:22.000Z,2020-07-16T07:55:17.000Z,EWARM/settings/RPLidar-MCU_F401.RPLidar-MCU_...
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@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
""D:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\common\bin\cspybat"" -f ""C:\RPLidar-MCU_F401_with_RPLidar_Driver\EWARM\settings\RPLidar-MCU_F401.RPLidar-MCU_F401.general.xcl"" --backend -f ""C:\RPLidar-MCU_F401_with_RPLidar_Driver\EWARM\settings\RPLidar-MCU_F401.RPLidar-MCU_F401.driver.xcl""
@echo off
goto end
:debugFile
@echo on
""D:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\common\bin\cspybat"" -f ""C:\RPLidar-MCU_F401_with_RPLidar_Driver\EWARM\settings\RPLidar-MCU_F401.RPLidar-MCU_F401.general.xcl"" ""--debug_file=%~1"" --backend -f ""C:\RPLidar-MCU_F401_with_RPLidar_Driver\EWARM\settings\RPLidar-MCU_F401.RPLidar-MCU_F401.driver...
@echo off
:end",42.475,319,0.760447322
449,d0419258b35d901be69bed6ce9ec0fa6c28294e9,79,bat,Batchfile,examples/gashapon/shuffle.bat,MollyJameson/phaser3-rex-notes,f4ae48843c3c4a6578cbe5a6b6afab301768a3d2,['MIT'],888.0,2018-03-29T05:11:21.000Z,2022-03-31T14:02:58.000Z,examples/gashapon/shuffle.bat,MollyJameson/phaser3-rex-notes,f4ae48843c3c4a6578cbe5a6b6afab3...
set main=./examples/gashapon/shuffle.js
cd ..
cd ..
npm run watch",15.8,40,0.6835443038
450,d041b0d6914cc45fb267cc1ca290eae60d9e3a0c,19,bat,Batchfile,dist/stop_server.bat,casperfibaek/sentinelMonitor,f3416201b48f529f50a17ef56c68c04ba23c3b08,['MIT'],,,,dist/stop_server.bat,casperfibaek/sentinelMonitor,f3416201b48f529f50a17ef56c68c04ba23c3b08,['MIT'],,,,dist/stop_server.bat,casperfibaek/sentinelMonitor,f341...
451,d041ec301962e530fc2d8f01ccf82c7c4eaa14c4,1013,bat,Batchfile,venv/Scripts/activate.bat,Moneto3o/Course-Mangement-System,2b2a8548e08fd6f3185ad23559eae841881326cf,['Apache-2.0'],,,,venv/Scripts/activate.bat,Moneto3o/Course-Mangement-System,2b2a8548e08fd6f3185ad23559eae841881326cf,['Apache-2.0'],,,,venv/Scripts/activat...
rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for /f ""tokens=2 delims=:."" %%a in ('""%SystemRoot%\System32\chcp.com""') do (
set ""_OLD_CODEPAGE=%%a""
)
if defined _OLD_CODEPAGE (
""%SystemRoot%\System32\chcp.com"" 65001 > nul
)
set ""VIRTUAL_ENV=C:\DuanYuqing\DoYouWannaBulida\Course-Management-System\venv""
if not defined PROMPT (
set ""PROMPT=$P$G""
)
if defined _OLD_VIRTUAL_PROMPT (
set ""PROMPT=%_OLD_VIRTUAL_PROMPT%""
)
if defined _OLD_VIRTUAL_PYTHONHOME (
set ""PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%""
)
set ""_OLD_VIRTUAL_PROMPT=%PROMPT%""
set ""PROMPT=(venv) %PROMPT%""
if defined PYTHONHOME (
set ""_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%""
set PYTHONHOME=
)
if defined _OLD_VIRTUAL_PATH (
set ""PATH=%_OLD_VIRTUAL_PATH%""
) else (
set ""_OLD_VIRTUAL_PATH=%PATH%""
)