text stringlengths 0 834k |
|---|
node ""%~dp0\..\truffle\exec.js"" %* |
)",24.5714285714,49,0.5465116279 |
208,d01ef8ce35698ad56203294f637b32f27ece186e,2104,bat,Batchfile,scripts/test-integration.bat,git-temporal/vscode,37dd8754de722985642f3eb1a8e80775cf0e38d2,['MIT'],2.0,2019-03-27T07:47:19.000Z,2021-04-17T01:04:50.000Z,scripts/test-integration.bat,git-temporal/vscode,37dd8754de722985642f3eb1a8e80775cf0e38d2,['MIT'],25.0,2019-10-31T10:55:05.000Z,2021-06-25T15:25:12.000Z,scripts/test-integration.bat,git-temporal/vscode,37dd8754de722985642f3eb1a8e80775cf0e38d2,['MIT'],1.0,2020-01-13T15:53:02.000Z,2020-01-13T15:53:02.000Z,"@echo off |
setlocal |
pushd %~dp0\.. |
set VSCODEUSERDATADIR=%TMP%\vscodeuserfolder-%RANDOM%-%TIME:~6,5% |
:: Tests in the extension host |
call .\scripts\code.bat %~dp0\..\extensions\vscode-api-tests\testWorkspace --extensionDevelopmentPath=%~dp0\..\extensions\vscode-api-tests --extensionTestsPath=%~dp0\..\extensions\vscode-api-tests\out\singlefolder-tests --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% |
if %errorlevel% neq 0 exit /b %errorlevel% |
call .\scripts\code.bat %~dp0\..\extensions\vscode-api-tests\testworkspace.code-workspace --extensionDevelopmentPath=%~dp0\..\extensions\vscode-api-tests --extensionTestsPath=%~dp0\..\extensions\vscode-api-tests\out\workspace-tests --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% |
if %errorlevel% neq 0 exit /b %errorlevel% |
call .\scripts\code.bat %~dp0\..\extensions\vscode-colorize-tests\test --extensionDevelopmentPath=%~dp0\..\extensions\vscode-colorize-tests --extensionTestsPath=%~dp0\..\extensions\vscode-colorize-tests\out --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% |
if %errorlevel% neq 0 exit /b %errorlevel% |
call .\scripts\code.bat $%~dp0\..\extensions\emmet\test-fixtures --extensionDevelopmentPath=%~dp0\..\extensions\emmet --extensionTestsPath=%~dp0\..\extensions\emmet\out\test --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% . |
if %errorlevel% neq 0 exit /b %errorlevel% |
call .\scripts\code.bat $%~dp0\..\extensions\search-rg\test-fixtures --extensionDevelopmentPath=%~dp0\..\extensions\search-rg --extensionTestsPath=%~dp0\..\extensions\search-rg\out\test --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% . |
if %errorlevel% neq 0 exit /b %errorlevel% |
:: Integration & performance tests in AMD |
call .\scripts\test.bat --runGlob **\*.integrationTest.js %* |
if %errorlevel% neq 0 exit /b %errorlevel% |
# Tests in commonJS (HTML, CSS, JSON language server tests...) |
call .\scripts\node-electron.bat .\node_modules\mocha\bin\_mocha .\extensions\*\server\out\test\**\*.test.js |
if %errorlevel% neq 0 exit /b %errorlevel% |
rmdir /s /q %VSCODEUSERDATADIR% |
popd |
endlocal |
",56.8648648649,288,0.7466730038 |
209,d01f6bb353d598fd6c37acb2bf714d473be62351,1113,cmd,Batchfile,dpdk/build/build/app/test/.test_metrics.o.cmd,Wasdns/mtcp,16ed7ea6da2c9dd86fa950d0feee07026f886e1d,['BSD-3-Clause'],2.0,2021-08-13T08:09:20.000Z,2021-11-02T09:13:36.000Z,dpdk/build/build/app/test/.test_metrics.o.cmd,Wasdns/mtcp,16ed7ea6da2c9dd86fa950d0feee07026f886e1d,['BSD-3-Clause'],,,,dpdk/build/build/app/test/.test_metrics.o.cmd,Wasdns/mtcp,16ed7ea6da2c9dd86fa950d0feee07026f886e1d,['BSD-3-Clause'],,,,"cmd_test_metrics.o = gcc -Wp,-MD,./.test_metrics.o.d.tmp -m64 -pthread -I/home/chenxiang/f-stack/dpdk/lib/librte_eal/linux/eal/include -march=native -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_SSE3 -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SSE4_2 -DRTE_MACHINE_CPUFLAG_AES -DRTE_MACHINE_CPUFLAG_PCLMULQDQ -DRTE_MACHINE_CPUFLAG_AVX -DRTE_MACHINE_CPUFLAG_RDRAND -DRTE_MACHINE_CPUFLAG_RDSEED -DRTE_MACHINE_CPUFLAG_FSGSBASE -DRTE_MACHINE_CPUFLAG_F16C -DRTE_MACHINE_CPUFLAG_AVX2 -I/home/chenxiang/f-stack/dpdk/build/include -DRTE_USE_FUNCTION_VERSIONING -include /home/chenxiang/f-stack/dpdk/build/include/rte_config.h -D_GNU_SOURCE -DALLOW_EXPERIMENTAL_API -O3 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wdeprecated -Wimplicit-fallthrough=2 -Wno-format-truncation -Wno-address-of-packed-member -o test_metrics.o -c /home/chenxiang/f-stack/dpdk/app/test/test_metrics.c |
",556.5,1112,0.846361186 |
210,d01fad2f854732a9be654b003dc59b57929e1289,248,bat,Batchfile,set_local_env.bat,mofsesam/fastapi-example,80cc4ad5001d92fc05c2bc324514eb8eb5a502a3,['MIT'],,,,set_local_env.bat,mofsesam/fastapi-example,80cc4ad5001d92fc05c2bc324514eb8eb5a502a3,['MIT'],,,,set_local_env.bat,mofsesam/fastapi-example,80cc4ad5001d92fc05c2bc324514eb8eb5a502a3,['MIT'],,,,"@echo off |
set DOCKER_USER=mofsesam |
set GIT_USER=mofsesam |
for /f ""delims="" %%A in ('git rev-parse --abbrev-ref HEAD') do set ""GIT_BRANCH=%%A"" |
REM for /f ""delims="" %%A in ('keyring get Test_PW %USER%') do set ""PW=%%A"" |
set DOCKER_TAG=%GIT_BRANCH%",41.3333333333,84,0.6814516129 |
211,d01faeb7d3302bc357146fb9f72ca412846f94d9,95,cmd,Batchfile,test.cmd,CrispyDrone/Katas,21e9a178f959e5d4027ed7f0753d008c9a761457,['Unlicense'],,,,test.cmd,CrispyDrone/Katas,21e9a178f959e5d4027ed7f0753d008c9a761457,['Unlicense'],,,,test.cmd,CrispyDrone/Katas,21e9a178f959e5d4027ed7f0753d008c9a761457,['Unlicense'],,,,"vstest.console StringCalculator.Tests\bin\Debug\StringCalculator.Tests.dll --TestCaseFilter:%1 |
",47.5,94,0.8526315789 |
212,d01fe757b40baebaaf7a300c6d014b89e7bade5c,93,bat,Batchfile,tuxedo/pack-nuget.bat,sam-meacham/webstack,61c94be60ab663cd89d69f86d68cf3af60a2859b,['MIT'],1.0,2021-12-07T04:35:56.000Z,2021-12-07T04:35:56.000Z,tuxedo/pack-nuget.bat,sam-meacham/webstack,61c94be60ab663cd89d69f86d68cf3af60a2859b,['MIT'],,,,tuxedo/pack-nuget.bat,sam-meacham/webstack,61c94be60ab663cd89d69f86d68cf3af60a2859b,['MIT'],1.0,2021-12-07T04:35:51.000Z,2021-12-07T04:35:51.000Z,"copy LICENSE.md bin |
copy README.md bin |
""..\.nuget\NuGet.exe"" pack tuxedo.nuspec -BasePath bin",31.0,54,0.7634408602 |
213,d01ffbc0214e4475e22c325ec92ae8492f2f18fd,141,bat,Batchfile,ClojureInfrastructure/ex07 - java import clojure/compile.bat,hoppfull/Legacy-Clojure,47a01a5e8f6a1b79e4fb261b6e49ac2779e9fb03,['MIT'],,,,ClojureInfrastructure/ex07 - java import clojure/compile.bat,hoppfull/Legacy-Clojure,47a01a5e8f6a1b79e4fb261b6e49ac2779e9fb03,['MIT'],,,,ClojureInfrastructure/ex07 - java import clojure/compile.bat,hoppfull/Legacy-Clojure,47a01a5e8f6a1b79e4fb261b6e49ac2779e9fb03,['MIT'],,,,"@ECHO OFF |
IF NOT EXIST bin mkdir bin |
CALL java -cp jars/*;. clojure.main compile.clj |
CALL javac -cp jars/*;src/;bin/ src/Main.java -d bin/",20.1428571429,53,0.7021276596 |
214,d02005ccd0f838417740457cc839ea53b56d5cdf,2787,bat,Batchfile,Developments/solidity-develop/scripts/install_deps.bat,jansenbarabona/NFT-Game-Development,49bf6593925123f0212dac13badd609be3866561,['MIT'],,,,Developments/solidity-develop/scripts/install_deps.bat,jansenbarabona/NFT-Game-Development,49bf6593925123f0212dac13badd609be3866561,['MIT'],1.0,2020-06-17T14:24:49.000Z,2020-06-17T14:24:49.000Z,Developments/solidity-develop/scripts/install_deps.bat,jansenbarabona/NFT-Game-Development,49bf6593925123f0212dac13badd609be3866561,['MIT'],,,,"@ECHO OFF |
REM --------------------------------------------------------------------------- |
REM Batch file for installing pre-requisite packages for solidity on |
REM Windows platforms. That is implemented using CMake targets which |
REM extract pre-built ZIPs hosted on GitHub into ""deps\install_deps"". |
REM |
REM See https://github.com/ethereum/cpp-dependencies |
REM |
REM The CMake files then point into that directory as an alternative |
REM to the Homebrew, PPA or other global package server locations |
REM available on Linux and UNIX platforms. |
REM |
REM The lack of a standard C++ packaging system for Windows is problematic |
REM for us, and we have considered various options for improving the |
REM situation, such as the following: |
REM |
REM See ""Windows - Add support for Chocolatey packages"" |
REM https://github.com/ethereum/webthree-umbrella/issues/345 |
REM |
REM See ""Windows - Try to use NuGet C++ packages"" |
REM https://github.com/ethereum/webthree-umbrella/issues/509 |
REM |
REM See ""CM - Can we switch to NuGet delivery for our external dependencies"" |
REM https://github.com/ethereum/webthree-umbrella/issues/376 |
REM |
REM Another possible option, which would benefit build robustness on |
REM multiple platforms, not just Windows, is to add dependencies as |
REM git-submodules (or downloading on demand) so that we aren'targets |
REM depend on platform-specific packaging systems at all. We have |
REM already done just that for LLVM within evmjit. The downside of |
REM that approach is that those dependencies then need to be |
REM built-from-source, which adds time to the build process. It |
REM gives us an unbeatable degree of control, though, because we |
REM then perfectly control versioning and build flags for the binaries |
REM for those packages. |
REM |
REM The documentation for solidity is hosted at: |
REM |
REM http://solidity.readthedocs.org |
REM |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.