text
stringlengths
0
834k
ENDLOCAL
EXIT /B
:Sub_GCC_i686
SET ""PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%""
IF ""%CLANG%"" == ""1"" (
mingw32-make CLANG=1 LTO=1 %JOBS% %ACTION%
) ELSE (
mingw32-make TRIPLET=i686-w64-mingw32 LTO=1 %JOBS% %ACTION%
)
ENDLOCAL
EXIT /B
:Sub_llvm_mingw
SET ""PATH=C:\llvm-mingw\bin;C:\msys64\usr\bin;%PATH%""
IF /I ""%TARGET%"" == ""AVX2"" (
mingw32-make TRIPLET=x86_64-w64-mingw32 ARCH=AVX2 CLANG=1 LTO=1 %JOBS% %ACTION%
) ELSE (
mingw32-make TRIPLET=%TARGET%-w64-mingw32 CLANG=1 LTO=1 WIN7=1 %JOBS% %ACTION%
)
ENDLOCAL
EXIT /B
",35.2410714286,108,0.5837344819
259,d02768551050bb67b9f570a4d61c114334a862ce,179,bat,Batchfile,dev/launchServerDev.bat,swharden/FlaskABF,c933af63e1e204e4f802da52506b362daef99ef4,['MIT'],4.0,2019-07-05T10:57:43.000Z,2020-10-19T06:37:34.000Z,dev/launchServerDev.bat,swharden/FlaskABF,c933af63e1e204e4f802da52506b362daef99ef4,['MIT'],1.0,2020-02-13T16:06:17.000Z,2020-02-13T16:06:17.000Z,dev/launchServerDev.bat,swharden/FlaskABF,c933af63e1e204e4f802da52506b362daef99ef4,['MIT'],1.0,2020-03-28T21:17:45.000Z,2020-03-28T21:17:45.000Z,"explorer.exe http://127.0.0.1
C:\Users\swharden\AppData\Local\Continuum\Anaconda3\python.exe C:\Users\swharden\Documents\GitHub\FlaskABF\src\server.py -ip 127.0.0.1 -port 80
pause",59.6666666667,143,0.7877094972
260,d02792d4f7aba12797bbf29eac3ad0bd200f7c26,60,bat,Batchfile,clear.bat,alkresin/egui_java,c69b4ee1f43315c885b85b7df39f384d99262bbb,['BSD-3-Clause'],,,,clear.bat,alkresin/egui_java,c69b4ee1f43315c885b85b7df39f384d99262bbb,['BSD-3-Clause'],,,,clear.bat,alkresin/egui_java,c69b4ee1f43315c885b85b7df39f384d99262bbb,['BSD-3-Clause'],,,,"@echo off
del classes\alkresin\egui\*.class
del test\*.class",20.0,33,0.7666666667
261,d027bac668206009c298e3b5ad7ebe9e03213dae,833,bat,Batchfile,devops/test/test-all.bat,godrose/Solid,fea4144c227591ed907eae559c4e45a76528f6f9,['Apache-2.0'],16.0,2015-07-25T10:48:24.000Z,2021-05-10T03:14:50.000Z,devops/test/test-all.bat,godrose/Solid,fea4144c227591ed907eae559c4e45a76528f6f9,['Apache-2.0'],54.0,2016-03-06T09:25:19.000Z,2021-11-24T16:34:15.000Z,devops/test/test-all.bat,godrose/Solid,fea4144c227591ed907eae559c4e45a76528f6f9,['Apache-2.0'],5.0,2016-02-15T12:38:18.000Z,2019-02-18T09:51:04.000Z,"call test-specs-single.bat Solid.Bootstrapping.Specs
call test-specs-single.bat Solid.Extensibility.Specs
call test-tests-single.bat Solid.Core.Tests
call test-specs-single.bat Solid.IoC.Adapters.BoDi.Specs
call test-specs-single.bat Solid.IoC.Registration.Specs
call test-specs-single.bat Solid.Practices.Composition.Container.Specs
call test-specs-single.bat Solid.Practices.Composition.Specs
call test-specs-single.bat Solid.Practices.Middleware.Specs
rem TODO: Provide more generic and reusable way
call test-tests-single.bat Solid.Practices.Composition.IntegrationTests.App
cd ../../src/tests/bin/composition
livingdoc test-assembly Solid.Practices.Composition.IntegrationTests.App.dll -t TestExecution.json --work-item-url-template https://github.com/godrose/Solid/issues/{id} --work-item-prefix WI
cd ../../../../devops/test
",55.5333333333,190,0.8163265306
262,d027fa71a1bd9e3a378a03ff69df883b73aad57c,141,cmd,Batchfile,build.cmd,rogeralsing/hocon,869b3553d56487c5c95e7d51601747050042ab5f,['Apache-2.0'],,,,build.cmd,rogeralsing/hocon,869b3553d56487c5c95e7d51601747050042ab5f,['Apache-2.0'],,,,build.cmd,rogeralsing/hocon,869b3553d56487c5c95e7d51601747050042ab5f,['Apache-2.0'],2.0,2016-02-05T13:56:05.000Z,2020-02-26T19:38:02.000Z,"@echo off
cls
"".nuget\NuGet.exe"" ""Install"" ""FAKE"" ""-OutputDirectory"" ""packages"" ""-ExcludeVersion""
""packages\FAKE\tools\Fake.exe"" build.fsx %*",35.25,83,0.7304964539
263,d02802b3c2395868333156ac4e29db927623536c,1589,bat,Batchfile,.kokoro/build.bat,yahonda/google-cloud-ruby,3b2d6e237a9df5b950652210de641a55529891d0,['Apache-2.0'],,,,.kokoro/build.bat,yahonda/google-cloud-ruby,3b2d6e237a9df5b950652210de641a55529891d0,['Apache-2.0'],,,,.kokoro/build.bat,yahonda/google-cloud-ruby,3b2d6e237a9df5b950652210de641a55529891d0,['Apache-2.0'],,,,"REM This file runs tests for merges, PRs, and nightlies.
REM There are a few rules for what tests are run:
REM * PRs run all non-acceptance tests for every library, against all rubies.
REM * Merges run all non-acceptance tests for every library, and acceptance tests for all altered libraries, against all rubies.
REM * Nightlies run all acceptance tests for every library, against all rubies.
SET /A ERROR_CODE=1
CD C:\
REM Ruby can't access the files in the mounted volume.
REM Neither Powershell's Copy-Item nor xcopy correctly copy the symlinks.
REM So we clone/checkout the repo ourselves rather than relying on Kokoro.
SET ""run_kokoro=ridk enable && bundle update && bundle exec rake kokoro:%JOB_TYPE%""
IF ""%JOB_TYPE%""==""presubmit"" (
SET clone_command=""`git clone #{ENV['KOKORO_GITHUB_PULL_REQUEST_URL'].split('/pull')[0]}.git`""
SET ""git_commands=git fetch origin pull/%KOKORO_GITHUB_PULL_REQUEST_NUMBER%/merge:pull_branch && git checkout pull_branch""
) ELSE (
IF ""%JOB_TYPE%""==""samples_presubmit"" (
SET clone_command=""`git clone #{ENV['KOKORO_GITHUB_PULL_REQUEST_URL'].split('/pull')[0]}.git`""
SET ""git_commands=git fetch origin pull/%KOKORO_GITHUB_PULL_REQUEST_NUMBER%/merge:pull_branch && git checkout pull_branch""
) ELSE (
SET clone_command=""`git clone #{ENV['KOKORO_GITHUB_COMMIT_URL'].split('/commit')[0]}.git`""
SET ""git_commands=git fetch --depth=10000 && git checkout %KOKORO_GIT_COMMIT%""
)
)
ruby -e %clone_command% && CD %REPO_DIR% && %git_commands% && %run_kokoro% && SET /A ERROR_CODE=0
EXIT /B %ERROR_CODE%
",49.65625,132,0.7337948395
264,d0280bdb29c54ba677d8d78a22be591b46fdbacb,404,cmd,Batchfile,scripts/run_mp_quick_tests.cmd,heyuquan/partnerapi_sdk_dotnet,17e01e28ff95cddca93202c8c0ccfaa557993d21,['Apache-2.0'],17.0,2018-07-09T22:30:49.000Z,2021-12-22T03:50:01.000Z,scripts/run_mp_quick_tests.cmd,heyuquan/partnerapi_sdk_dotnet,17e01e28ff95cddca93202c8c0ccfaa557993d21,['Apache-2.0'],17.0,2018-06-04T22:15:20.000Z,2020-08-14T15:09:36.000Z,scripts/run_mp_quick_tests.cmd,heyuquan/partnerapi_sdk_dotnet,17e01e28ff95cddca93202c8c0ccfaa557993d21,['Apache-2.0'],16.0,2018-06-08T02:27:50.000Z,2022-03-03T03:12:45.000Z,"Pushd %~dp0..\Source
dotnet restore Walmart.Sdk.Base.Tests\Walmart.Sdk.Base.Tests.csproj
dotnet test -l trx -c Release Walmart.Sdk.Base.Tests\Walmart.Sdk.Base.Tests.csproj
dotnet restore Walmart.Sdk.Marketplace.IntegrationTests\Walmart.Sdk.Marketplace.IntegrationTests.csproj
dotnet test -l trx -c Release Walmart.Sdk.Marketplace.IntegrationTests\Walmart.Sdk.Marketplace.IntegrationTests.csproj
popd
",40.4,118,0.8316831683
265,d0280f887cbde83a1753d350ea3546b0b1d96257,6659,bat,Batchfile,admin/activec/designer/vb98ctls/tools/idheader.bat,npocmaka/Windows-Server-2003,5c6fe3db626b63a384230a1aa6b92ac416b0765f,['Unlicense'],17.0,2020-11-13T13:42:52.000Z,2021-09-16T09:13:13.000Z,admin/activec/designer/vb98ctls/tools/idheader.bat,sancho1952007/Windows-Server-2003,5c6fe3db626b63a384230a1aa6b92ac416b0765f,['Unlicense'],2.0,2020-10-19T08:02:06.000Z,2020-10-19T08:23:18.000Z,admin/activec/designer/vb98ctls/tools/idheader.bat,sancho1952007/Windows-Server-2003,5c6fe3db626b63a384230a1aa6b92ac416b0765f,['Unlicense'],14.0,2020-11-14T09:43:20.000Z,2021-08-28T08:59:57.000Z,"@if ""%_ECHO%""=="""" @echo off
setlocal
set PROG=IDHEADER
goto Start