text
stringlengths
0
834k
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
set error=0
rem set FX_PATH=C:\devtools\DirectX_SDK\Utilities\bin\x86
set FX_PATH=C:\devtools\DirectX\Utilities\bin\x86
rem Triangle
call :CompileShader%1 Triangle Triangle vs VS_Main
call :CompileShader%1 Triangle Triangle ps PS_Main
echo.
if %error% == 0 (
echo Shaders compiled ok
) else (
echo There were shader compilation errors!
)
endlocal
exit /b
:CompileShader
set fxc=%FX_PATH%\fxc /nologo %1.hlsl /T%3_4_0 /Zi /Zpc /Qstrip_reflect /Qstrip_debug /E%4 /Fh%1_%4.h /Vn%2_%4
echo.
echo %fxc%
%fxc% || set error=1
exit /b
",23.8888888889,110,0.7639534884
219361,d2dd4c7903dbccda232638b7f09abe04eaa4746e,811,bat,Batchfile,fulladder2/fulladder2.sim/sim_1/behav/xsim/compile.bat,apurvjain9999/CAO,b0dfcbfd192ae912c2251b9ec010b6ab7d0dd9c1,['Apache-2.0'],,,,fulladder2/fulladder2.sim/sim_1/behav/xsim/compile.bat,apurvjain9999/CAO,b0dfcbfd192ae912c2251b9ec010b6ab7d0dd9c1,['Apache-2.0'],,,,fulladder2/fulladder2.sim/sim_1/behav/xsim/compile.bat,apurvjain9999/CAO,b0dfcbfd192ae912c2251b9ec010b6ab7d0dd9c1,['Apache-2.0'],,,,"@echo off
REM ****************************************************************************
REM Vivado (TM) v2018.2 (64-bit)
REM
REM Filename : compile.bat
REM Simulator : Xilinx Vivado Simulator
REM Description : Script for compiling the simulation design source files
REM
REM Generated by Vivado on Wed Feb 20 12:04:16 +0530 2019
REM SW Build 2258646 on Thu Jun 14 20:03:12 MDT 2018
REM
REM Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.
REM
REM usage: compile.bat
REM
REM ****************************************************************************
echo ""xvlog --incr --relax -prj ripple_tb_vlog.prj""
call xvlog --incr --relax -prj ripple_tb_vlog.prj -log xvlog.log
call type xvlog.log > compile.log
if ""%errorlevel%""==""1"" goto END
if ""%errorlevel%""==""0"" goto SUCCESS
:END
exit 1
:SUCCESS
exit 0
",31.1923076923,80,0.6054254007
219362,d2dd6d9d177cd4f41fb70c9c2d945fa4f1409f38,23,cmd,Batchfile,script/server.cmd,21m57/flight-manual.atom.io,970d9750fdbd50e9fa537bd8311a15f182cd5ec3,['RSA-MD'],2.0,2019-11-11T14:12:54.000Z,2019-11-11T14:54:42.000Z,script/server.cmd,Pirares/flight-manual.atom.io,c61336ea2635f4fd9febb5067926e10be814fb3d,['RSA-MD'],12.0,2020-05-27T03:25:03.000Z,2020-07-20T03:51:04.000Z,script/server.cmd,21m57/flight-manual.atom.io,970d9750fdbd50e9fa537bd8311a15f182cd5ec3,['RSA-MD'],,,,"@echo off
npm run gulp
",7.6666666667,12,0.7391304348
219363,d2dd71d618042ded29ebc2ee78dca88ebb803e3a,2402,bat,Batchfile,gradlew.bat,tangxiangweise/spring,0d2a836e5ce5e423c221e722ccb513f3d4ddf7a9,['Apache-2.0'],2.0,2020-07-01T14:34:04.000Z,2020-09-05T11:11:29.000Z,gradlew.bat,tangxiangweise/spring,0d2a836e5ce5e423c221e722ccb513f3d4ddf7a9,['Apache-2.0'],7.0,2020-02-28T01:27:57.000Z,2022-03-08T21:12:13.000Z,gradlew.bat,tangxiangweise/spring,0d2a836e5ce5e423c221e722ccb513f3d4ddf7a9,['Apache-2.0'],,,,"@if ""%DEBUG%"" == """" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if ""%OS%""==""Windows_NT"" setlocal
set DIRNAME=%~dp0
if ""%DIRNAME%"" == """" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set GRADLE_OPTS=-XX:MaxMetaspaceSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
set DEFAULT_JVM_OPTS=
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if ""%ERRORLEVEL%"" == ""0"" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:""=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist ""%JAVA_EXE%"" goto init
echo.