text stringlengths 0 834k |
|---|
"".\utils\makeFloppy.py"" "".\boot\mbr.asm"" "".\boot\ssl.asm""",33.5,57,0.6567164179 |
219409,d2e4ff21289cf106cade0a9105c46a4707344819,89,bat,Batchfile,src/mswin/bin/hocxdos.bat,rbdewell/nrn,50728e66eae4f65697870cf0ed07facc45067a3c,['BSD-3-Clause'],203.0,2018-05-03T11:02:11.000Z,2022-03-31T14:18:31.000Z,src/mswin/bin/hocxdos.bat,rbdewell/nrn,50728e66eae4f65697870cf0ed07facc45067a3c,['BSD-3-Clause'],1228.0,2018-04-25T09:00:48.000Z,2022-03-31T21:42:21.000Z,src/mswin/bin/hocxdos.bat,rbdewell/nrn,50728e66eae4f65697870cf0ed07facc45067a3c,['BSD-3-Clause'],134.0,2018-04-23T09:14:13.000Z,2022-03-16T08:57:11.000Z,"set NEURONHOME=%1 |
set path=%1\bin;%path% |
%3 %4 %5 %6 %7 %8 %9 > %2 |
echo 1 > tmpdos1.tmp |
",14.8333333333,25,0.5842696629 |
219410,d2e50972bb2d55abcd96433177dc6461f5330779,1980,bat,Batchfile,PlatformAgents/com/cognizant/devops/platformagents/agents/agentdaemon/installdaemonagent.bat,mvignesh12/Insights,3a2d7de0d4355bc1ab167fddf87d9a93a8c0f1dc,['Apache-2.0'],1.0,2021-04-29T11:28:37.000Z,2021-04-29T11:28:37.000Z,PlatformAgents/com/cognizant/devops/platformagents/agents/agentdaemon/installdaemonagent.bat,mvignesh12/Insights,3a2d7de0d4355bc1ab167fddf87d9a93a8c0f1dc,['Apache-2.0'],1.0,2021-04-13T05:34:16.000Z,2021-04-13T05:34:16.000Z,PlatformAgents/com/cognizant/devops/platformagents/agents/agentdaemon/installdaemonagent.bat,mvignesh12/Insights,3a2d7de0d4355bc1ab167fddf87d9a93a8c0f1dc,['Apache-2.0'],,,,"goto comment |
Copyright 2017 Cognizant Technology Solutions |
Licensed under the Apache License, Version 2.0 (the ""License""); you may not |
use this file except in compliance with the License. You may obtain a copy |
of the License at |
http://www.apache.org/licenses/LICENSE-2.0 |
Unless required by applicable law or agreed to in writing, software |
distributed under the License is distributed on an ""AS IS"" BASIS, WITHOUT |
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
License for the specific language governing permissions and limitations under |
the License. |
:comment |
REM pushd %INSIGHTS_AGENT_HOME%\AgentDaemon |
IF /I ""%1%"" == ""UNINSTALL"" ( |
net stop DaemonAgent |
sc delete DaemonAgent |
) ELSE ( |
net stop DaemonAgent |
sc delete DaemonAgent |
nssm install DaemonAgent %INSIGHTS_AGENT_HOME%\AgentDaemon\DaemonAgent.bat |
net start DaemonAgent |
) |
@echo off |
setlocal enableextensions enabledelayedexpansion |
set ""search=FOO"" |
set configPath=%INSIGHTS_AGENT_HOME%\AgentDaemon\com\cognizant\devops\platformagents\agents\agentdaemon\config.json |
echo %configPath% |
set psqlpath=%INSIGHTS_HOME%\..\postgresql-9.5.4-1\pgsql\bin |
echo %psqlpath% |
set data= |
for /f ""delims="" %%x in (%configPath%) do set ""data=!data!%%x"" |
set textFile=Daemonagent.sql |
del %textFile% |
echo INSERT INTO public.agent_configuration(id, agent_id, agent_json, agent_key, agent_status, agent_version,data_update_supported, os_version, tool_category, tool_name,unique_key, update_date) VALUES (100, 0,'FOO','daemon-1523257126' ,'' ,'' , FALSE,'' , 'DAEMONAGENT', 'AGENTDAEMON', 'daemon-1523257126', current_date); >> %textFile% |
for /f ""delims="" %%i in ('type ""%textFile%"" ^& break ^> ""%textFile%"" ') do ( |
set ""line=%%i"" |
setlocal enabledelayedexpansion |
>> %textFile% echo(!line:%search%=%data%! |
endlocal |
) |
IF /I ""%1%"" == ""UNINSTALL"" ( |
echo ""Uninstall no need to updare DB"" |
) ELSE ( |
%psqlpath%\psql -U postgres -d ""insight"" -f %~dp0Daemonagent.sql |
) |
",36.0,336,0.7434343434 |
219411,d2e511cc3f47f6a79a1088adeafd189e01afae7f,101,cmd,Batchfile,update.cmd,jazzbre/nativefiledialog-beef,019f2af6511622e11e0fef2b5891f1fdf6eda30b,['MIT'],3.0,2020-11-01T13:46:11.000Z,2022-02-10T01:51:03.000Z,update.cmd,jazzbre/soloud-beef,de4210ae266540c4c7cae1cc0f54fb6ed7b29d58,['MIT'],,,,update.cmd,jazzbre/soloud-beef,de4210ae266540c4c7cae1cc0f54fb6ed7b29d58,['MIT'],,,,"cd submodules |
cd bx |
git reset --hard |
git pull |
cd .. |
cd soloud |
git reset --hard |
git pull |
cd .. |
pause",8.4166666667,16,0.702970297 |
219412,d2e540574414fca251cfe1bf7985d706176a2d46,2461,bat,Batchfile,CMSIS/DoxyGen/genDoc.bat,EdmundPlayer/CMSIS_5,3aff909dbb5b0231b15b1523d385829778eb2f76,['Apache-2.0'],10.0,2021-03-15T03:58:06.000Z,2021-12-30T15:33:38.000Z,CMSIS/DoxyGen/genDoc.bat,EdmundPlayer/CMSIS_5,3aff909dbb5b0231b15b1523d385829778eb2f76,['Apache-2.0'],13.0,2021-01-18T13:27:27.000Z,2021-12-20T09:31:51.000Z,CMSIS/DoxyGen/genDoc.bat,EdmundPlayer/CMSIS_5,3aff909dbb5b0231b15b1523d385829778eb2f76,['Apache-2.0'],6.0,2020-06-17T08:56:03.000Z,2021-11-22T20:27:18.000Z,"@echo off |
REM ==================================================================================== |
REM Batch file for generating |
REM |
REM Author : |
REM Date : 7th April 2016 |
REM Version : 1.0 |
REM Company : ARM |
REM |
REM |
REM Command syntax: genDoc.bat |
REM |
REM Version: 1.0 Initial Version. |
REM ==================================================================================== |
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION |
REM -- Delete previous generated HTML files --------------------- |
ECHO. |
ECHO Delete previous generated HTML files |
REM -- Remove generated doxygen files --------------------- |
PUSHD ..\Documentation |
FOR %%A IN (Core, Core_A, DAP, Driver, DSP, NN, General, Pack, Build, RTOS, RTOS2, SVD, Zone) DO IF EXIST %%A (RMDIR /S /Q %%A) |
POPD |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.