text
stringlengths
0
834k
REM Vivado (TM) v2020.1 (64-bit)
REM
REM Filename : simulate.bat
REM Simulator : Xilinx Vivado Simulator
REM Description : Script for simulating the design by launching the simulator
REM
REM Generated by Vivado on Tue Apr 05 14:02:44 +0200 2022
REM SW Build 2902540 on Wed May 27 19:54:49 MDT 2020
REM
REM Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
REM
REM usage: simulate.bat
REM
REM ****************************************************************************
echo ""xsim tb_tlc_behav -key {Behavioral:sim_1:Functional:tb_tlc} -tclbatch tb_tlc.tcl -log simulate.log""
call xsim tb_tlc_behav -key {Behavioral:sim_1:Functional:tb_tlc} -tclbatch tb_tlc.tcl -log simulate.log
if ""%errorlevel%""==""0"" goto SUCCESS
if ""%errorlevel%""==""1"" goto END
:END
exit 1
:SUCCESS
exit 0
",35.04,105,0.6312785388
4,d0005fb4fa02f5e9245d6698d408e11af8464242,917,bat,Batchfile,docs/make.bat,AlexJew/CityEnergyAnalyst,6eb372c79e5100a2d0abce78561ae368fb409cd1,['MIT'],121.0,2017-08-15T20:10:22.000Z,2022-03-24T01:25:42.000Z,docs/make.bat,AlexJew/CityEnergyAnalyst,6eb372c79e5100a2d0abce78561ae368fb409cd1,['MIT'],2121.0,2017-07-27T12:02:01.000Z,2022-03-31T16:39:28.000Z,docs/make.bat,AlexJew/CityEnergyAnalyst,6eb372c79e5100a2d0abce78561ae368fb409cd1,['MIT'],42.0,2017-09-19T09:59:56.000Z,2022-02-19T20:19:56.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=CityEnergyAnalyst
set SPHINXOPTS=
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
REM remember this command: `sphinx-build -b html -j 4 -Q -W . _build` - it will run until the first warning/error
",22.3658536585,113,0.7360959651
5,d0009f2421f6e8edab5f39239698db85550ba158,184,cmd,Batchfile,node_modules/.bin/iedriver.cmd,pranitpingale/JenkinsNew,b5ab2e4c076a49c8e6ee46e009c6a9fd383a7def,['MIT'],,,,node_modules/.bin/iedriver.cmd,pranitpingale/JenkinsNew,b5ab2e4c076a49c8e6ee46e009c6a9fd383a7def,['MIT'],,,,node_modules/.bin/iedriver.cmd,pranitpingale/JenkinsNew,b5ab2e4c076a49c8e6ee46e009c6a9fd383a7def,['MIT'],,,,"@IF EXIST ""%~dp0\node.exe"" (
""%~dp0\node.exe"" ""%~dp0\..\iedriver\bin\iedriver"" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node ""%~dp0\..\iedriver\bin\iedriver"" %*
)",26.2857142857,55,0.5760869565
6,d000e0ae4518c4d3a2c891093ec1d52cf97a9dc9,70,bat,Batchfile,compile.bat,BwlSamples/BwlUserStats,c2de3d57b87b0aa1f918bf95bcd690f3c0c5a491,['MIT'],,,,compile.bat,BwlSamples/BwlUserStats,c2de3d57b87b0aa1f918bf95bcd690f3c0c5a491,['MIT'],,,,compile.bat,BwlSamples/BwlUserStats,c2de3d57b87b0aa1f918bf95bcd690f3c0c5a491,['MIT'],,,,javac -cp .;commons-io-2.4.jar;wink-json4j-1.3.0.jar BwlUserStats.java,70.0,70,0.7571428571
7,d000eeffef2fefc58a95d707a1f13203da21d173,8061,bat,Batchfile,bin/activator.bat,nokeechia/dbaktor-client,2ba89b9d8214d7b7de9f6ce9c24d2ab8be234c2b,['Apache-2.0'],,,,bin/activator.bat,nokeechia/dbaktor-client,2ba89b9d8214d7b7de9f6ce9c24d2ab8be234c2b,['Apache-2.0'],,,,bin/activator.bat,nokeechia/dbaktor-client,2ba89b9d8214d7b7de9f6ce9c24d2ab8be234c2b,['Apache-2.0'],,,,"@REM activator launcher script
@REM
@REM Environment:
@REM In order for Activator to work you must have Java available on the classpath
@REM JAVA_HOME - location of a JDK home dir (optional if java on path)
@REM CFG_OPTS - JVM options (optional)
@REM Configuration:
@REM activatorconfig.txt found in the ACTIVATOR_HOME or ACTIVATOR_HOME/ACTIVATOR_VERSION
@setlocal enabledelayedexpansion
@echo off
set ""var1=%~1""
if defined var1 (
if ""%var1%""==""help"" (
echo.
echo Usage activator [options] [command]
echo.
echo Commands:
echo ui Start the Activator UI
echo new [name] [template-id] Create a new project with [name] using template [template-id]
echo list-templates Print all available template names
echo help Print this message
echo.
echo Options:
echo -jvm-debug [port] Turn on JVM debugging, open at the given port. Defaults to 9999 if no port given.
echo.
echo Environment variables ^(read from context^):