text
stringlengths
0
834k
:: limitations under the License.
::
@echo off
""%JAVA_HOME%\bin\java"" ^
-cp ..\build\libs\samples.jar ^
-XX:BiasedLockingStartupDelay=0 ^
-Djava.net.preferIPv4Stack=true ^
-Dagrona.disable.bounds.checks=true ^
-Daeron.sample.messageLength=32 ^
-Daeron.sample.messages=500000000 ^
-Daeron.term.buffer.sparse.file=false ^
-Daeron.mtu.length=16k ^
-Daeron.socket.so_sndbuf=2m ^
-Daeron.socket.so_rcvbuf=2m ^
-Daeron.rcv.initial.window.length=2m ^
%JVM_OPTS% io.aeron.samples.EmbeddedExclusiveThroughput %*",37.1,75,0.7223719677
219455,d2eba387ff282bddd9bd72678881c8db1c99bdf8,1144,bat,Batchfile,OVP/D3D9Client/doc/createPDF.bat,Ybalrid/orbiter,7bed82f845ea8347f238011367e07007b0a24099,['MIT'],,,,OVP/D3D9Client/doc/createPDF.bat,Ybalrid/orbiter,7bed82f845ea8347f238011367e07007b0a24099,['MIT'],,,,OVP/D3D9Client/doc/createPDF.bat,Ybalrid/orbiter,7bed82f845ea8347f238011367e07007b0a24099,['MIT'],,,,"@echo off
setlocal
:: ----------------------------------------------------------------------------
:: -- setup
:: ----------------------------------------------------------------------------
set WKHTMLTOPDF_PATH=C:\Program Files\wkhtmltopdf\bin
:: set PRG=""C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe""
set INPUT=D3D9Client.html
set OUTPUT=..\..\..\Doc\D3D9Client.pdf
:: ----------------------------------------------------------------------------
:: -- check
:: ----------------------------------------------------------------------------
set PRG=""%WKHTMLTOPDF_PATH%\wkhtmltopdf.exe""
if not exist %PRG% (
echo Sorry, could not find wkhtmltopdf at '%WKHTMLTOPDF_PATH%'!
echo To create the PDF from the %INPUT% source wkhtmltopdf has to be
echo installed ^(http://wkhtmltopdf.org^)!
echo.
echo.
pause
goto :eof
)
:: ----------------------------------------------------------------------------
:: -- run
:: ----------------------------------------------------------------------------
%PRG% --margin-left 20mm ^
--margin-right 20mm ^
--zoom 1.3 ^
--footer-center ""- [page] -"" ^
%INPUT% %OUTPUT%
",30.9189189189,79,0.381993007
219456,d2ebf115a05867ea1c054115c58b01e9b72a1e93,794,bat,Batchfile,kube/create_all.bat,ATLAS-Analytics/AlarmAndAlertService,a167439b0c3f3c9594af52bd21fe8713b5f47bf1,['MIT'],,,,kube/create_all.bat,ATLAS-Analytics/AlarmAndAlertService,a167439b0c3f3c9594af52bd21fe8713b5f47bf1,['MIT'],1.0,2021-05-26T02:21:42.000Z,2021-05-26T02:21:42.000Z,kube/create_all.bat,ATLAS-Analytics/AlarmAndAlertService,a167439b0c3f3c9594af52bd21fe8713b5f47bf1,['MIT'],,,,"
kubectl create -f ./namespace.yaml
kubectl delete secret config -n aaas
kubectl create secret generic config -n aaas --from-file=secrets/config.json
kubectl create -f ./secrets/mailgun-secret.yaml
kubectl create -f ./es-cluster-state.yaml
kubectl create -f ./frontier-failed-q.yaml
kubectl create -f ./frontier-threads.yaml
@REM kubectl create -f ./fts-aggregator.yaml
kubectl create -f ./job-task-indexing.yaml
kubectl create -f ./sending-mails.yaml
kubectl create -f ./vp.yaml
kubectl create -f ./xcache.yaml
kubectl create -f ./squid.yaml
kubectl create -f ./top-users.yaml
kubectl create -f ./user-reports.yaml
REM cd ..\..\containers\FTS
REM kubectl create -f ./FTS-secret.yaml
REM kubectl create -f ./ES-secret.yaml
REM kubectl create -f ./FTS-deployment.yaml",34.5217391304,77,0.7367758186
219457,d2ec05b0ddff2ffb6c1fdd9a3c135cf132fdb1d7,71,cmd,Batchfile,push.cmd,zmjack/Gexf,e1a27f5b0ea7846adb482ccc4a762da055ba198d,['MIT'],,,,push.cmd,zmjack/Gexf,e1a27f5b0ea7846adb482ccc4a762da055ba198d,['MIT'],,,,push.cmd,zmjack/Gexf,e1a27f5b0ea7846adb482ccc4a762da055ba198d,['MIT'],,,,"nuget push ""Gexf/bin/Release/Gexf.0.0.1.nupkg"" -source nuget.org
pause
",23.6666666667,64,0.7605633803
219458,d2ec210f3acd3e52d12ac8f1223797e9f9497b65,686,bat,Batchfile,xampp/mysql/scripts/ctl.bat,silent88/fontenay,af4567cb6b78003daa72c37b5ac9f5611a360a9f,['MIT'],1.0,2017-01-31T08:49:16.000Z,2017-01-31T08:49:16.000Z,xampp/mysql/scripts/ctl.bat,silent88/Biographies-du-Fontenay,af4567cb6b78003daa72c37b5ac9f5611a360a9f,['MIT'],,,,xampp/mysql/scripts/ctl.bat,silent88/Biographies-du-Fontenay,af4567cb6b78003daa72c37b5ac9f5611a360a9f,['MIT'],,,,"@echo off
rem START or STOP Services
rem ----------------------------------
rem Check if argument is STOP or START
if not """"%1"""" == """"START"""" goto stop
""C:\home\FontenayPayload\xampp\mysql\bin\mysqld"" --defaults-file=""C:\home\FontenayPayload\xampp\mysql\bin\my.ini"" --standalone --console
if errorlevel 1 goto error
goto finish
:stop
""C:\home\FontenayPayload\xampp\apache\bin\pv"" -f -k mysqld.exe -q
if not exist ""C:\home\FontenayPayload\xampp\mysql\data\%computername%.pid"" goto finish
echo Delete %computername%.pid ...
del ""C:\home\FontenayPayload\xampp\mysql\data\%computername%.pid""
goto finish