text stringlengths 0 834k |
|---|
@SET ""NODE_PATH=%NODE_PATH%;C:\Users\Aaron\Downloads\mun-tools (4)\mun-tools\node_modules\.pnpm\terser@5.9.0\node_modules\terser\bin\node_modules;C:\Users\Aaron\Downloads\mun-tools (4)\mun-tools\node_modules\.pnpm\terser@5.9.0\node_modules\terser\node_modules;C:\Users\Aaron\Downloads\mun-tools (4)\mun-tools\node_mod... |
) |
@IF EXIST ""%~dp0\node.exe"" ( |
""%~dp0\node.exe"" ""%~dp0\..\..\..\..\..\terser@5.9.0\node_modules\terser\bin\terser"" %* |
) ELSE ( |
@SET PATHEXT=%PATHEXT:;.JS;=;% |
node ""%~dp0\..\..\..\..\..\terser@5.9.0\node_modules\terser\bin\terser"" %* |
) |
",165.0769230769,933,0.7688723206 |
219982,f33622c3e13c4afc66e3ccf4d6adbce9cb1b06e6,73,bat,Batchfile,ci/publish-local.bat,mylab-task/shell-task,8b998c3b6238d6743eb91cd0196b9f023aced658,['MIT'],,,,ci/publish-local.bat,mylab-task/shell-task,8b998c3b6238d6743eb91cd0196b9f023aced658,['MIT'],,,,ci/publish-local.bat,mylab-task/shell-task,8b998c3b6238d6743eb91c... |
219983,f336611e94072db10c2b1f256aa130ff21bae1aa,154,bat,Batchfile,analyses/zonation/priocomp/02_abf.bat,VUEG/priocomp,16b40077efb239bcefb7f2f463d3e2dcb328918d,['MIT'],1.0,2018-12-09T09:52:01.000Z,2018-12-09T09:52:01.000Z,analyses/zonation/priocomp/02_abf.bat,VUEG/priocomp,16b40077efb239bcefb7f2f463d3e2dcb328918d,['MIT'... |
",77.0,153,0.7922077922 |
219984,f33673028ce876d4caeb8a878648d204cbdbfa88,343,cmd,Batchfile,build.cmd,JasonS/stripe-dotnet,86262dd6f6db833b6648c01780d12dda8a726ce9,['MIT'],,,,build.cmd,JasonS/stripe-dotnet,86262dd6f6db833b6648c01780d12dda8a726ce9,['MIT'],,,,build.cmd,JasonS/stripe-dotnet,86262dd6f6db833b6648c01780d12dda8a726ce9,['MIT'],,,,"@ech... |
set config=%1 |
if ""%config%"" == """" ( |
set config=Debug |
) |
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild .\src\Stripe.csproj /p:Configuration=""%config%"" /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false |
if ""%config%"" == ""Release"" ( |
nuget pack .\src\Stripe.csproj -Build -Symbols -Properties Configuration=Release |
)",31.1818181818,160,0.7084548105 |
219985,f336d6cd9b2ea1da674aa7aac65125f684726571,28,bat,Batchfile,Util/prolog.bat,vadimrevich/utils-pack,c2ddd9ab47716d721c53ccc56f77973799817503,['MIT'],,,,Util/prolog.bat,vadimrevich/utils-pack,c2ddd9ab47716d721c53ccc56f77973799817503,['MIT'],,,,Util/prolog.bat,vadimrevich/utils-pack,c2ddd9ab47716d721c53ccc56f77973799... |
",14.0,27,0.75 |
219986,f3371077f799c0b600cda0cfc918b7861e0a5ae0,2575,bat,Batchfile,sandbox/build/scripts/sandbox.bat,Prokhor007/Java_test,a62b6cbf18d1af3efedfbae33100bb6d820fb4f8,['Apache-2.0'],,,,sandbox/build/scripts/sandbox.bat,Prokhor007/Java_test,a62b6cbf18d1af3efedfbae33100bb6d820fb4f8,['Apache-2.0'],,,,sandbox/build/scripts/san... |
@rem Copyright 2015 the original author or authors. |
@rem |
@rem Licensed under the Apache License, Version 2.0 (the ""License""); |
@rem you may not use this file except in compliance with the License. |
@rem You may obtain a copy of the License at |
@rem |
@rem https://www.apache.org/licenses/LICENSE-2.0 |
@rem |
@rem Unless required by applicable law or agreed to in writing, software |
@rem distributed under the License is distributed on an ""AS IS"" BASIS, |
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
@rem See the License for the specific language governing permissions and |
@rem limitations under the License. |
@rem |
@if ""%DEBUG%"" == """" @echo off |
@rem ########################################################################## |
@rem |
@rem sandbox startup script for Windows |
@rem |
@rem ########################################################################## |
@rem Set local scope for the variables with windows NT shell |
if ""%OS%""==""Windows_NT"" setlocal |
set DIRNAME=%~dp0 |
if ""%DIRNAME%"" == """" set DIRNAME=. |
set APP_BASE_NAME=%~n0 |
set APP_HOME=%DIRNAME%.. |
@rem Resolve any ""."" and "".."" in APP_HOME to make it shorter. |
for %%i in (""%APP_HOME%"") do set APP_HOME=%%~fi |
@rem Add default JVM options here. You can also use JAVA_OPTS and SANDBOX_OPTS to pass JVM options to this script. |
set DEFAULT_JVM_OPTS= |
@rem Find java.exe |
if defined JAVA_HOME goto findJavaFromJavaHome |
set JAVA_EXE=java.exe |
%JAVA_EXE% -version >NUL 2>&1 |
if ""%ERRORLEVEL%"" == ""0"" goto execute |
echo. |
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. |
echo. |
echo Please set the JAVA_HOME variable in your environment to match the |
echo location of your Java installation. |
goto fail |
:findJavaFromJavaHome |
set JAVA_HOME=%JAVA_HOME:""=% |
set JAVA_EXE=%JAVA_HOME%/bin/java.exe |
if exist ""%JAVA_EXE%"" goto execute |
echo. |
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% |
echo. |
echo Please set the JAVA_HOME variable in your environment to match the |
echo location of your Java installation. |
goto fail |
:execute |
@rem Setup the command line |
set CLASSPATH=%APP_HOME%\lib\sandbox.jar |
@rem Execute sandbox |
""%JAVA_EXE%"" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %SANDBOX_OPTS% -classpath ""%CLASSPATH%"" Test %* |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.