text stringlengths 0 834k |
|---|
@go build -o ./lymall ./ |
exit /B %ERRORLEVEL% |
:darwin_build |
for /f ""delims="" %%i in ('go version') do (set go_version=%%i) |
for /f ""delims="" %%i in ('git rev-parse HEAD') do (set git_hash=%%i) |
SET CGO_ENABLED=0 |
set GOARCH=amd64 |
set GOOS=darwin |
@go build -o ./build/lymall ./ |
exit /B %ERRORLEVEL% |
:clean |
@del /S /F /Q ""build\lymall*"" |
@del /S /F /Q ""build\logs\*.log"" |
exit /B 0 |
:usage |
@echo Usage: %0 ^[ build ^| linux_build ^| windows_build ^| clean ^] |
exit /B 1",22.1538461538,71,0.6034722222 |
173,d0197331609730753dc1f8d748da32cbb34de430,123,bat,Batchfile,Setup.bat,kiseop91/AnrealEngine,cb1a3d695a5fd22827a3e26b92add720f8a4a3c9,['Apache-2.0'],,,,Setup.bat,kiseop91/AnrealEngine,cb1a3d695a5fd22827a3e26b92add720f8a4a3c9,['Apache-2.0'],,,,Setup.bat,kiseop91/AnrealEngine,cb1a3d695a5fd22827a3e26b92add720f8a4a3c9,['... |
set PYTHONHOME=%cd% |
set PYTHONPATH=%cd%\Lib |
python.exe ../../../Scripts/Setup.py |
PAUSE",24.6,36,0.7398373984 |
174,d019891147286e6b9c4da1d19c7929d613a88695,315,cmd,Batchfile,sbappcds/bin/dump.cmd,Toparvion/jpoint-2019-materials,85e669bc97c40c0b499191015915c0541b817bf0,['MIT'],1.0,2020-01-10T18:48:05.000Z,2020-01-10T18:48:05.000Z,sbappcds/bin/dump.cmd,Toparvion/jpoint-2019-materials,85e669bc97c40c0b499191015915c0541b817bf0,['MIT... |
rem Переходим в папку, где расположен данный скрипт |
cd %~dp0 |
rem Отступаем от нее на один уровень вверх |
cd .. |
set JAVA=E:\Projects\upc2\upc2-infra\tools\jdk-micros-win\bin\java.exe |
%JAVA% -Xshare:dump -XX:SharedClassListFile=log/classes.list -XX:SharedArchiveFile=jsa/classes.jsa -jar jar/sbappcds.jar |
",31.5,120,0.780952381 |
175,d01999bae8ebda3f50293690b44abeec4d3c934a,943,bat,Batchfile,Scripts/activate.bat,hdelgad3/ebay_bot,f18aad27474d016dddda36aed199affd0dd41875,['MIT'],,,,Scripts/activate.bat,hdelgad3/ebay_bot,f18aad27474d016dddda36aed199affd0dd41875,['MIT'],,,,Scripts/activate.bat,hdelgad3/ebay_bot,f18aad27474d016dddda36aed199affd0dd4... |
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:\Users\17204\Desktop\item_query |
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=(item_query) %PROMPT% |
if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME% |
set PYTHONHOME= |
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH% |
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH% |
set PATH=%VIRTUAL_ENV%\Scripts;%PATH% |
:END |
if defined _OLD_CODEPAGE ( |
""%SystemRoot%\System32\chcp.com"" %_OLD_CODEPAGE% > nul |
set _OLD_CODEPAGE= |
) |
",27.7352941176,93,0.7741251326 |
176,d019b87a5dace6186366785f0ccccce902ced9f3,43,cmd,Batchfile,start server.cmd,mgerasika/bug-smasher,bc7f4d3c5558d55bd08f4158f2b9fe59fdfde837,['MIT'],,,,start server.cmd,mgerasika/bug-smasher,bc7f4d3c5558d55bd08f4158f2b9fe59fdfde837,['MIT'],,,,start server.cmd,mgerasika/bug-smasher,bc7f4d3c5558d55bd08f4158f2b9fe59fdfde... |
echo start server success.",21.5,26,0.8372093023 |
177,d019bb1f78e03f2ff8003fc2aa6d41b75021bf6e,16357,bat,Batchfile,libstb/tss2/ibmtpm20tss/utils/regtests/testattest.bat,nick-child-ibm/skiboot,80f02460733c0f9ae9741c4919382efba8b6433c,['Apache-2.0'],88.0,2015-03-08T22:06:45.000Z,2022-03-24T10:07:48.000Z,libstb/tss2/ibmtpm20tss/utils/regtests/testattest.bat,nick-child-ib... |
REM # # |
REM # TPM2 regression test # |
REM # Written by Ken Goldman # |
REM # IBM Thomas J. Watson Research Center # |
REM # # |
REM # (c) Copyright IBM Corporation 2018 - 2020 # |
REM # # |
REM # All rights reserved. # |
REM # # |
REM # Redistribution and use in source and binary forms, with or without # |
REM # modification, are permitted provided that the following conditions are # |
REM # met: # |
REM # # |
REM # Redistributions of source code must retain the above copyright notice, # |
REM # this list of conditions and the following disclaimer. # |
REM # # |
REM # Redistributions in binary form must reproduce the above copyright # |
REM # notice, this list of conditions and the following disclaimer in the # |
REM # documentation and/or other materials provided with the distribution. # |
REM # # |
REM # Neither the names of the IBM Corporation nor the names of its # |
REM # contributors may be used to endorse or promote products derived from # |
REM # this software without specific prior written permission. # |
REM # # |
REM # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # |
REM # ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # |
REM # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # |
REM # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT # |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.