text stringlengths 0 834k |
|---|
REM Currently hosted at https://github.com/adisak/MultiBat |
REM ----------------------------------- |
REM :Multi_WaitChildren |
REM Parameter 1: (optional) |
REM value=N - wait until there are less than N children running |
SETLOCAL |
REM multi_WAITCOUNT is a local variable |
SET multi_WAITCOUNT=1 |
if ""%1""=="""" GOTO :loop_WaitChildren |
SET /A multi_WAITCOUNT=%1 |
if %multi_WAITCOUNT% LSS 1 set multi_WAITCOUNT=1 |
:loop_WaitChildren |
call Multi_GetNumChildren.bat |
if %MULTI_NUM_CHILDREN% LSS %multi_WAITCOUNT% GOTO :exit_WaitChildren |
timeout /t 1 /nobreak > nul |
GOTO :loop_WaitChildren |
:exit_WaitChildren |
ENDLOCAL |
goto:EOF |
",27.5483870968,113,0.7646370023 |
220009,f33ae0254e9c31e71d49bf4ccb27a52cad4d8cb4,148,cmd,Batchfile,lib/plugins/create/templates/aws-csharp/build.cmd,walery/serverless,0610fc6929ea83295253ab390fbbd4217e202d1d,['MIT'],2.0,2021-05-05T19:04:08.000Z,2021-05-05T23:24:15.000Z,lib/plugins/create/templates/aws-csharp/build.cmd,walery/serverless,0610fc6929ea832... |
dotnet lambda package --configuration release --framework netcoreapp1.0 --output-package bin/release/netcoreapp1.0/deploy-package.zip",74.0,133,0.8378378378 |
220010,f33ae44683d2cd587869094cf099e30dd254a73b,307,cmd,Batchfile,kernel/goldfish/fs/notify/.built-in.o.cmd,MihawkHu/Android_scheduler,d8f235bf15f4ab85287a2d0fe8cee7103f5cdda3,['MIT'],6.0,2016-06-26T06:20:11.000Z,2021-05-07T13:19:16.000Z,kernel/goldfish/fs/notify/.built-in.o.cmd,MihawkHu/Android_scheduler,d8f235bf15f4a... |
",153.5,306,0.7719869707 |
220011,f33af3c428119c6d690077607e18666ba55b97bc,37,bat,Batchfile,00000-run-swat.bat,ougx/swatResultReader,554128883095ed9a2e0f2cae46831ff92aff7ea6,['MIT'],3.0,2020-11-30T01:24:31.000Z,2022-01-11T04:38:02.000Z,00000-run-swat.bat,ougx/swatResultReader,554128883095ed9a2e0f2cae46831ff92aff7ea6,['MIT'],,,,00000-run-swat.bat... |
pause",18.5,31,0.8108108108 |
220012,f33b0db658b8b08e7f717d4c5dc65872715fa0eb,97,bat,Batchfile,tile_img_on_xl.bat,satamame/tile_img_on_xl,859e215ee8f7af396b2266557b470f85cdd49de7,['MIT'],,,,tile_img_on_xl.bat,satamame/tile_img_on_xl,859e215ee8f7af396b2266557b470f85cdd49de7,['MIT'],,,,tile_img_on_xl.bat,satamame/tile_img_on_xl,859e215ee8f7af396b2266... |
cd /d %~dp0 |
call .venv\Scripts\python tile_img_on_xl.py %* |
if %ERRORLEVEL% NEQ 0 pause |
",19.4,46,0.7319587629 |
220013,f33b18f609f5e75b79ee1a8d148b323fa614ca61,88,bat,Batchfile,r.bat,PhilipGibbs/Covid,b5ccb43a2fb4db0d234967fdca3c1bc7145c630e,['Apache-2.0'],,,,r.bat,PhilipGibbs/Covid,b5ccb43a2fb4db0d234967fdca3c1bc7145c630e,['Apache-2.0'],,,,r.bat,PhilipGibbs/Covid,b5ccb43a2fb4db0d234967fdca3c1bc7145c630e,['Apache-2.0'],,,," |
c:\java\jdk\bin\javac Covid.java |
c:\java\jdk\bin\java -mx32000m Covid > out.txt |
",17.6,48,0.6704545455 |
220014,f33b54ad2e4b17d11a33060ff036d6c5cbfd06f7,33,bat,Batchfile,src/ngDemo.Web.Host/nswag/refresh.bat,TruthLiAng/ng_NetCore,da1745b4cb048effbed5273940b0ff6de4da19b7,['MIT'],,,,src/ngDemo.Web.Host/nswag/refresh.bat,TruthLiAng/ng_NetCore,da1745b4cb048effbed5273940b0ff6de4da19b7,['MIT'],7.0,2019-12-27T17:18:34.000Z,2022-... |
220015,f33b9a0c98176aafa48f801d7b6bf4c74e16ca37,314,bat,Batchfile,Scripts/Tools/encoding/dos2unix.bat,andry81/contools,54d644f42c051f63c592e08515d5965430614664,['MIT'],6.0,2017-12-13T06:10:40.000Z,2021-12-29T02:36:51.000Z,Scripts/Tools/encoding/dos2unix.bat,andry81/contools,54d644f42c051f63c592e08515d5965430614664,['MI... |
setlocal |
call ""%%~dp0__init__.bat"" || exit /b |
set ""?~nx0=%~nx0"" |
set ""INPUT_FILE=%~1"" |
if not exist ""%INPUT_FILE%"" ( |
echo.%?~nx0%: error: INPUT_FILE does not exist: INPUT_FILE=""%INPUT_FILE%"". |
exit /b 1 |
) >&2 |
type ""%INPUT_FILE%"" | ""%CONTOOLS_GNUWIN32_ROOT%/bin/tr.exe"" -d ""\15\32"" |
",18.4705882353,77,0.6082802548 |
220016,f33be14128b0aa09c07ae158192c6bfdfce331db,45,bat,Batchfile,AutoBuild_Win32.bat,AnomalousMedical/Dependencies,aa89a2c750cf2c54a45aba61a46ef748cf758b1e,['MIT'],,,,AutoBuild_Win32.bat,AnomalousMedical/Dependencies,aa89a2c750cf2c54a45aba61a46ef748cf758b1e,['MIT'],1.0,2020-02-27T18:44:24.000Z,2020-02-27T23:06:34.000Z,... |
call AutoBuild_x64.bat",22.5,22,0.8888888889 |
220017,f33ccdb7dba0c38b0e5fa3199ff163b820f22efd,53,bat,Batchfile,Examples/GUI/HelloGUI/build.bat,atkins126/KolibriOS,46e3ca16660498de4fcc9a2bf825ebb4a41a4682,['BSD-2-Clause'],9.0,2020-05-09T16:13:16.000Z,2021-01-09T09:47:08.000Z,Examples/GUI/HelloGUI/build.bat,atkins126/KolibriOS,46e3ca16660498de4fcc9a2bf825ebb4a41a468... |
220018,f33ccf55f386152dd8999cc17b4a40b89b2036f8,84,bat,Batchfile,test/src/main/tools/setupDB/Oracle/clean.bat,sinasen2000/iaf,c4822e42c140a1845e524a54de091c862397b3ba,['Apache-2.0'],,,,test/src/main/tools/setupDB/Oracle/clean.bat,sinasen2000/iaf,c4822e42c140a1845e524a54de091c862397b3ba,['Apache-2.0'],,,,test/src/main/t... |
docker image prune --force |
docker volume prune --force",28.0,29,0.7976190476 |
220019,f33cefb2a99c07c89efdfec96c0da9acf7ac5c20,57981,bat,Batchfile,Beginning Perl for Bioinformatics/bin/ppm.bat,amidoimidazol/bio_info,f4a497b84bc3cf0c295b7e6b506b9dd9c88e7881,['MIT'],,,,Beginning Perl for Bioinformatics/bin/ppm.bat,amidoimidazol/bio_info,f4a497b84bc3cf0c295b7e6b506b9dd9c88e7881,['MIT'],,,,Beginning ... |
@echo off |
if ""%OS%"" == ""Windows_NT"" goto WinNT |
perl -x -S ""%0"" %1 %2 %3 %4 %5 %6 %7 %8 %9 |
goto endofperl |
:WinNT |
perl -x -S %0 %* |
if NOT ""%COMSPEC%"" == ""%SystemRoot%\system32\cmd.exe"" goto endofperl |
if %errorlevel% == 9009 echo You do not have Perl in your PATH. |
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul |
goto endofperl |
@rem '; |
#!/usr/bin/perl -w |
#line 15 |
use strict; |
use ActivePerl::PPM::limited_inc; |
use ActivePerl::PPM::Client; |
use ActivePerl::PPM::Web qw(web_ua); |
use ActivePerl::PPM::Logger qw(ppm_log); |
use ActivePerl::PPM::Util qw(is_cpan_package clean_err join_with update_html_toc); |
Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow; |
$SIG{__WARN__} = sub { ppm_log(""WARNING"", $_[0]) }; |
(my $PROGNAME = $0) =~ s,.*[\\/],,; |
my $CMD = shift || 'gui'; |
$CMD = ""version"" if $CMD eq ""--version""; |
my $BOX_CHARS; |
if ($ENV{ACTIVEPERL_PPM_BOX_CHARS}) { |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.