code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
C:\Python26\python option_exercise_contract_note.py
SET /P uname=Press Enter to continue | frederick623/HTI | option_exercise/option_exercise_contract_note.bat | bat | apache-2.0 | 88 |
@echo off
SETLOCAL ENABLEEXTENSIONS
SET me=%~n0
SET parent=%~dp0
cd ..
IF EXIST "build" rmdir /S /Q build || EXIT /B 1
:: Assumes you have cloned vcpkg into %HOMEPATH%\Projects
set VCPKG_PATH=%HOMEPATH%\Projects\vcpkg
:: In case you want to build from the command line with Ninja from vcpkg
set PATH=%PATH%;%VCPKG_PATH%
:: Change to your version of Visual Studio
cmake -G "Visual Studio 16 2019" -A x64 -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTING:BOOL=TRUE -D ENABLE_CACHE:BOOL=FALSE -D CMAKE_TOOLCHAIN_FILE=%VCPKG_PATH%/scripts/buildsystems/vcpkg.cmake -S . -B build
cmake --build build
:: Executables are in \build\src\Debug
:: Tests are in \build\tests\Debug | acgetchell/CDT-plusplus | scripts/build.bat | bat | bsd-3-clause | 666 |
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.15/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/10/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/0/ < tmp2 > tmp3
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_MINIMAL_DEF@// < tmp3 > src\libsodium\include\sodium\version.h
del tmp tmp2 tmp3
| Payshares/libsodium | msvc-scripts/process.bat | bat | isc | 421 |
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\america's army 3\Binaries\AA3Loader.exe" --inject --steam-app-id 13140 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/aa3.bat | bat | mit | 192 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 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
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Zhihu-OAuth.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Zhihu-OAuth.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| lbc001/zhihu-oauth | docs/make.bat | bat | mit | 7,490 |
@cd ..
call mvn dependency:sources
@pause
| liufeiit/SpringExt | script/source.bat | bat | gpl-2.0 | 42 |
.\Agent.exe debug
pause
| mtconnect/cppagent | install/Windows/src/RunAgent.bat | bat | apache-2.0 | 25 |
@echo off
SETLOCAL
SET EXEC=%~0
SET ISSUE=%1
REM split exec into parts
For %%F IN ("%EXEC%") do (
Set FOLDER=%%~dpF
Set NAME=%%~nxF
)
REM test if we have an issue nr
if [%1] == [] GOTO :NoIssue
SET SPECS=%FOLDER%..\spec
if not exist "%ISSUE%.scss" (
echo input source not found: %ISSUE%.scss
goto :End
)
SET GITCMD=git -C "%FOLDER%.."
%GITCMD% fetch --all
%GITCMD% checkout -f -B todo/issue_%ISSUE% master
if exist "%SPECS%\libsass-closed-issues\issue_%ISSUE%" GOTO :IsClosed
if exist "%SPECS%\libsass-closed-issues\issue_%ISSUE%.hrx" GOTO :IsClosed
if not exist "%SPECS%\libsass-todo-issues\issue_%ISSUE%" (
mkdir "%SPECS%\libsass-todo-issues\issue_%ISSUE%"
)
set ROOT=%SPECS%\libsass-todo-issues\issue_%ISSUE%
copy %ISSUE%.scss %ROOT%\input.scss
sass %ROOT%\input.scss %ROOT%\output.css ^
--no-source-map
if exist "%ROOT%.hrx" del %ROOT%.hrx
echo ^<===^> input.scss >> %ROOT%.hrx
type %ROOT%\input.scss >> %ROOT%.hrx
echo ^<===^> output.css >> %ROOT%.hrx
type %ROOT%\output.css >> %ROOT%.hrx
del %ROOT%\input.scss
del %ROOT%\output.css
dos2unix %ROOT%.hrx
%GITCMD% add %ROOT%.hrx
%GITCMD% commit -m "Add todo spec test for libsass issue %ISSUE%" ^
-m "" -m "https://github.com/sass/libsass/issues/%ISSUE%"
echo You may push the branch to your remote repository now
if [%2] == [] GOTO :End
echo Going to push to remote %2
%GITCMD% push %2 todo/issue_%ISSUE%
GOTO :End
:IsClosed
echo Issue seems to be closed already
:NoIssue
echo Please pass an issue number
GOTO :End
:End
| mgreter/sass-spec | tools/gen_libsass_todo.cmd | bat | mit | 1,577 |
@echo off
@REM Script to build a classpath
set DIRROOT=%1%
set CP=
if "%DIRROOT%" == "" goto noRoot
set LIBDIR=%DIRROOT%\lib
set CLSDIR=%DIRROOT%\classes
for %%f in (%LIBDIR%\*.jar) do call :oneStep %%f
if EXIST %CLSDIR% call :addClasses
goto :theEnd
:oneStep
REM echo "ARG: %1"
if "%CP%" == "" (set CP=%1) else (set CP=%CP%;%1)
exit /B
:addClasses
if "%CP%" == "" (set CP=%CLSDIR%) else (set CP=%CLSDIR%;%CP%)
exit /B
:noRoot
echo No directory for root of installation
exit /B
:theEnd
REM echo %CP%
exit /B
| BiGCAT-UM/wp2lod | lib/Jena-2.6.4/bat/make_classpath.bat | bat | apache-2.0 | 518 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto endofperl
:WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S %0 %*
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S %0 %*
) ELSE (
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
#line 29
use strict;
use warnings;
# PODNAME: package-stash-conflicts
use Getopt::Long;
use Package::Stash::Conflicts;
my $verbose;
GetOptions( 'verbose|v' => \$verbose );
if ($verbose) {
Package::Stash::Conflicts->check_conflicts;
}
else {
my @conflicts = Package::Stash::Conflicts->calculate_conflicts;
print "$_\n" for map { $_->{package} } @conflicts;
exit @conflicts;
}
__END__
:endofperl
| Dokaponteam/ITF_Project | xampp/perl/bin/package-stash-conflicts.bat | bat | mit | 1,154 |
@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // OS/2 32-bit
@echo // emx + gcc
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set BLIB=%BNAME%.a
set CC=gcc
set CF=@b/dos32/dj2.opt %CFI% %CFASM%
set LF=%BLIB% -s
%CC% %CF% -c @b\src.rsp
@if errorlevel 1 goto error
%CC% -x assembler-with-cpp -c asm/i386/src_gas/*.S
@if errorlevel 1 goto error
ar rcs %BLIB% @b/win32/cygwin.rsp
@if errorlevel 1 goto error
%CC% %CF% -o dict.exe examples/dict.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -o lzopack.exe examples/lzopack.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -o precomp.exe examples/precomp.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -o precomp2.exe examples/precomp2.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -o simple.exe examples/simple.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -o lzotest.exe lzotest/lzotest.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -Iinclude/lzo -o testmini.exe minilzo/testmini.c minilzo/minilzo.c
@if errorlevel 1 goto error
@call b\done.bat
@goto end
:error
@echo ERROR during build!
:end
@call b\unset.bat
| unix1986/universe | thirdparty/lzo-2.08/B/os2/emx.bat | bat | bsd-2-clause | 1,141 |
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
cd src\ImporterFramework
nuget pack ImporterFramework.csproj -Symbols -Build -Properties Configuration=Release;Platform=AnyCpu
nuget push *.nupkg -Source https://www.nuget.org/api/v2/package
del *.nupkg
echo "Deployment Complete" | ShawnCowles/ImporterFramework | deploy_nuget.bat | bat | mit | 320 |
pyuic5 -o GUIs\CoMPlEx_zPath_Dialog.py GUIs\CoMPlEx_zPath_Dialog.ui
| elandini/CoMPlEx | compileZ_pyqt5.bat | bat | mit | 68 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PyGFA
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.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
| AlgoLab/pygfa | doc/make.bat | bat | mit | 807 |
rem Do not forget to update the project properties and rebuild the solution with Release target. Also update the version below.
"C:\Program Files\NuGet\nuget.exe" Push src/FuncSharp/bin/Release/FuncSharp.4.1.0.nupkg -Source https://www.nuget.org/api/v2/package | siroky/FuncSharp | publish.cmd | bat | mit | 261 |
D:\Install\Bcc55\bin\TD32.EXE %1 | ELENA-LANG/elena-lang | examples/gui/helloworld/debug.bat | bat | mit | 32 |
subl . | bapti/metalsmith-test | open.bat | bat | mit | 6 |
REM copies from an existing build to a nuget package creation area (so that *.MakeNuget.bat works)
REM
REM *** This is mostly a template for doing the copy. ****
REM *** Most likely you want this to be the current version ****
REM *** PLEASE MODIFY THE VERSION NUMBER TO BE CURRENT! ****
@if "%1" == "" (
echo Error Must specify the last component of the version number of MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion from Directory.Build.props
exit /b 1
)
xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.dll Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles
xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.pdb Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles
@if NOT "%ERRORLEVEL%" == "0" (
echo ***** Bad Version Number %1. ******
exit /b 1
)
REM Overwrite OSExtensions.dll with the latest built versions. However you want the signed versions of these
@REM Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\lib\net45
@REM Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\lib\netstandard1.6
@REM These are the binary files we need from somewhere to for the support package
@REM lib\native\amd64\KernelTraceControl.dll
@REM lib\native\amd64\msdia140.dll
@REM lib\native\arm\KernelTraceControl.dll
@REM lib\native\x86\KernelTraceControl.dll
@REM lib\native\x86\KernelTraceControl.Win61.dll
@REM lib\native\x86\msdia140.dll
@REM lib\net45\Dia2Lib.dll
@REM lib\net45\OSExtensions.dll
@REM lib\net45\OSExtensions.pdb
@REM lib\net45\TraceReloggerLib.dll
@REM lib\netstandard1.6\Dia2Lib.dll
@REM lib\netstandard1.6\OSExtensions.dll
@REM lib\netstandard1.6\OSExtensions.pdb
@REM lib\netstandard1.6\TraceReloggerLib.dll
| vancem/perfview | src/NugetSupportFiles/Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles.Populate.bat | bat | mit | 1,798 |
@echo off
cl /Zi /Wall /wd4054 /wd4055 /wd4201 /wd4255 /wd4464 /wd4710 /wd4820 /I include src\scene_with_camera.cpp src\shader.cpp src\glad.c glfw3dll.lib
| Phyllostachys/graphics-demos | scene_with_camera/build.bat | bat | mit | 156 |
:: Remove applicationHost.xdt
rm -f d:\home\site\applicationHost.xdt
| SyntaxC4-MSFT/PHP7Extension | Content/uninstall.cmd | bat | mit | 70 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp ..\..\..\testcasesupport\io.c ..\..\..\testcasesupport\std_thread.c
rem Link all .obj file into a exe
cl /FeCWE36_s05 *.obj /I"..\..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo
| maurer/tiamat | samples/Juliet/testcases/CWE36_Absolute_Path_Traversal/s05/CWE36_s05.bat | bat | mit | 491 |
cmd_drivers/video/msm/msm_mipi.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/video/msm/msm_mipi.o drivers/video/msm/mipi_dsi.o drivers/video/msm/mipi_dsi_host.o ; scripts/mod/modpost drivers/video/msm/msm_mipi.o
| lindsaytheflint/stone | drivers/video/msm/.msm_mipi.o.cmd | bat | gpl-2.0 | 295 |
cmd_net/ipv4/netfilter/iptable_nat.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
| spacecaker/CM7_Space_Kernel_Cooper | net/ipv4/netfilter/.iptable_nat.o.cmd | bat | gpl-2.0 | 212 |
@echo Exproting from SVN
@echo --------------------------------------------------------
@echo mysql -u root -p lee0316
cd source
nodemon bin/www
PAUSE
@echo --------------------------------------------------------
| lee12hun/milestone | CarTeamSource/serverfile/RunNode.bat | bat | gpl-2.0 | 219 |
cmd_arch/arm/lib/testsetbit.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kernel/nexus4/msm/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /Volumes/Passport/kernel/nexus4/msm/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/testsetbit.o arch/arm/lib/testsetbit.S
source_arch/arm/lib/testsetbit.o := arch/arm/lib/testsetbit.S
deps_arch/arm/lib/testsetbit.o := \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/linkage.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/hwcap.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/bitops.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/unwind.h \
$(wildcard include/config/arm/unwind.h) \
arch/arm/lib/testsetbit.o: $(deps_arch/arm/lib/testsetbit.o)
$(deps_arch/arm/lib/testsetbit.o):
| hch-im/nexus4_kernel | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 2,320 |
cmd_net/bluetooth/hidp/hidp.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth/hidp/hidp.o net/bluetooth/hidp/core.o net/bluetooth/hidp/sock.o
| asopov/linux-tpt-2.6.39 | net/bluetooth/hidp/.hidp.o.cmd | bat | gpl-2.0 | 207 |
cmd_init/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o init/calibrate.o
| mjmccall/Kernel | init/.built-in.o.cmd | bat | gpl-2.0 | 183 |
cmd_arch/arm/lib/io-writesb.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.io-writesb.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kernel/nexus4/msm/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /Volumes/Passport/kernel/nexus4/msm/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesb.o arch/arm/lib/io-writesb.S
source_arch/arm/lib/io-writesb.o := arch/arm/lib/io-writesb.S
deps_arch/arm/lib/io-writesb.o := \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/linkage.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/hwcap.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/io-writesb.o: $(deps_arch/arm/lib/io-writesb.o)
$(deps_arch/arm/lib/io-writesb.o):
| hch-im/nexus4_kernel | arch/arm/lib/.io-writesb.o.cmd | bat | gpl-2.0 | 2,178 |
cmd_drivers/gpu/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o
| yncconsulting/HTC_Express_Kernel | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_sound/pci/riptide/built-in.o := rm -f sound/pci/riptide/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/pci/riptide/built-in.o
| dalinaum/studyak | sound/pci/riptide/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_crypto/shash.o := arm-linux-gnueabi-gcc -Wp,-MD,crypto/.shash.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(shash)" -D"KBUILD_MODNAME=KBUILD_STR(crypto_hash)" -c -o crypto/shash.o crypto/shash.c
deps_crypto/shash.o := \
crypto/shash.c \
$(wildcard include/config/proc/fs.h) \
include/crypto/scatterwalk.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/crypto/algapi.h \
include/linux/crypto.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
$(wildcard include/config/smp.h) \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/atomic-long.h \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/timex.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/jiffies.h \
include/linux/rbtree.h \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/prio_tree.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rculist.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/security.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/highmem.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/mm.h \
$(wildcard include/config/swap.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/outer/cache.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
$(wildcard include/config/arm/errata/411920.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
include/crypto/internal/hash.h \
include/crypto/hash.h \
include/linux/seq_file.h \
crypto/internal.h \
include/linux/interrupt.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/generic/irq/probe.h) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/linux/fips.h \
$(wildcard include/config/crypto/fips.h) \
crypto/shash.o: $(deps_crypto/shash.o)
$(deps_crypto/shash.o):
| b8e5n/KTG-kernel_es209ra | crypto/.shash.o.cmd | bat | gpl-2.0 | 25,300 |
cmd_drivers/bluetooth/built-in.o := arm-eabi-ld -EL -r -o drivers/bluetooth/built-in.o drivers/bluetooth/hci_uart.o drivers/bluetooth/bluesleep.o
| timmytim/honeybutter_kernel | drivers/bluetooth/.built-in.o.cmd | bat | gpl-2.0 | 151 |
g++ -c Trigonometric.cpp Wrapper_CAN.cpp StringFunctions.cpp OtherCaplFunc.cpp FileOperations.cpp
ar -rcs libWrapper_CAN.a Trigonometric.o StringFunctions.o OtherCaplFunc.o Wrapper_CAN.o FileOperations.o
| bentearadu/UDS_Lear | Sources/BIN/Release/SimulatedSystems/include/MakeFile_CAN.bat | bat | gpl-3.0 | 204 |
@echo off
set MSVC=%ProgramFiles%\Microsoft Visual Studio 14.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 13.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 12.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 11.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 10.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 9.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 8.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
echo MS VC compiler not found
goto end
:sdk
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v10.0A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v8.1A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v8.1
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v8.0A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v8.0
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v7.1A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v7.0A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
set SDK=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A
if exist "%SDK%\Lib\Kernel32.Lib" goto crtlib
echo MS SDK not found
goto end
:crtlib
set CRTL=%ProgramFiles%\Windows Kits\10\Lib\10.0.10240.0\ucrt
if exist "%CRTL%\x64\libucrt.Lib" goto crtincl
set CRTL=
:crtincl
set CRTI=%ProgramFiles%\Windows Kits\10\Include\10.0.10240.0\ucrt
if exist "%CRTI%\stdio.h" goto comp
set CRTI=
:comp
echo *****************************************
echo use %MSVC%
echo use %SDK%
echo use %CRTL%
echo use %CRTI%
echo *****************************************
#set PATH=%CRTL%\x86\;%MSVC%\VC\bin\;%MSVC%\Common7\IDE\;%PATH%
#set INCLUDE=%CRTI%\;%MSVC%\VC\include\;%SDK%\include\
#set LIB=%CRTL%\x86\;%MSVC%\VC\lib\;%SDK%\lib\
set PATH=%CRTL%\x64\;%MSVC%\VC\bin\amd64\;%MSVC%\Common7\IDE\;%PATH%
set INCLUDE=%CRTI%\;%MSVC%\VC\include\;%SDK%\include\
set LIB=%CRTL%\x64\;%MSVC%\VC\lib\amd64\;%SDK%\lib\x64\
del *.exe
cl.exe ppmcompare.cpp /MT /Ox
cl.exe resultparser.cpp /MT /Ox
cl.exe testtime.cpp /MT /Ox
del *.obj
:end | Mark-Kovalyov/CardRaytracerBenchmark | tools/make_msvc.cmd | bat | gpl-3.0 | 2,402 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not grant any
:: rights to the materials distributed herewith. Except as
:: otherwise provided in a valid license issued to you by
:: Xilinx, and to the maximum extent permitted by applicable
:: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
:: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
:: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
:: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
:: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
:: (2) Xilinx shall not be liable (whether in contract or tort,
:: including negligence, or under any other theory of
:: liability) for any loss or damage of any kind or nature
:: related to, arising under or in connection with these
:: materials, including for any direct, or any indirect,
:: special, incidental, or consequential loss or damage
:: (including loss of data, profits, goodwill, or any type of
:: loss or damage suffered as a result of any action brought
:: by a third party) even if such damage or loss was
:: reasonably foreseeable or Xilinx had been advised of the
:: possibility of the same.
::
:: CRITICAL APPLICATIONS
:: Xilinx products are not designed or intended to be fail-
:: safe, or for use in any application requiring fail-safe
:: performance, such as life-support or safety devices or
:: systems, Class III medical devices, nuclear facilities,
:: applications related to the deployment of airbags, or any
:: other applications that could lead to death, personal
:: injury, or severe property or environmental damage
:: (individually and collectively, "Critical
:: Applications"). Customer assumes the sole risk and
:: liability of any use of Xilinx products in Critical
:: Applications, subject only to applicable laws and
:: regulations governing limitations on product liability.
::
:: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
:: PART OF THIS FILE AT ALL TIMES.
::--------------------------------------------------------------------------------
echo "Compiling Core VHDL UNISIM/Behavioral model"
vhpcomp -work work ..\..\implement\results\routed.vhd
echo "Compiling Test Bench Files"
vhpcomp -work work ..\bmg_tb_pkg.vhd
vhpcomp -work work ..\random.vhd
vhpcomp -work work ..\data_gen.vhd
vhpcomp -work work ..\addr_gen.vhd
vhpcomp -work work ..\checker.vhd
vhpcomp -work work ..\bmg_stim_gen.vhd
vhpcomp -work work ..\RAM_synth.vhd
vhpcomp -work work ..\RAM_tb.vhd
fuse -L simprim work.RAM_tb -o RAM_tb.exe
.\RAM_tb.exe -sdftyp /RAM_tb/RAM_synth_inst/bmg_port=..\..\implement\results\routed.sdf -gui -tclbatch simcmds.tcl
| firecake/IRIS | FPGA/VHDL/ipcore_dir/RAM/simulation/timing/simulate_isim.bat | bat | gpl-3.0 | 2,984 |
:: YanConfig Copyright (C) 2015 yanqd0@gmail.com
::
:: This program comes with ABSOLUTELY NO WARRANTY under the terms of GPLv3.
:: This is free software, and you are welcome to redistribute it under certain
:: conditions; see the LISENSE in the root of this project.
xcopy /s /i /y Windows %USERPROFILE%
| yanqd0/YanConfig | install.bat | bat | gpl-3.0 | 305 |
:: the test server must be started before the tests are run
Drexyia.WebSvc.Process.Tests.Server.Host.exe
| drexyia/WsdlUI | WsdlUI/start-test-server.bat | bat | gpl-3.0 | 106 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 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
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\par2vel.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\par2vel.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| kemeyer/par2vel | docs/make.bat | bat | gpl-3.0 | 7,743 |
vcpkg install taocpp-json:x86-windows-static
mkdir build-x86-windows-static
cd build-x86-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows-static -DCMAKE_GENERATOR_PLATFORM=Win32 -DUSE_STATIC_RTL=ON
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/taocpp_json_example/build-x86-windows-static.bat | bat | lgpl-3.0 | 324 |
-- Vehicle.vehicleNeedRepair
?ve1.vehicleNeedRepair()
!set ch1.isOk := false
?ve1.vehicleNeedRepair() | xeph/LOG670.TP1 | USE/Request/Request.Vehicle.vehicleNeedRepair.bat | bat | unlicense | 101 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pysis.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pysis.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| sramana/pysis | docs/make.bat | bat | unlicense | 4,362 |
@echo off
setlocal EnableDelayedExpansion
:: Make sure Ant exists.
if "%ANT_HOME%" == "" (
goto :printHelp
)
:: Parse optional arguments.
if %1 == -h (
goto :printHelp
)
if %1 == --help (
goto :printHelp
)
:: Script arguments.
set antTarget=%1
set artifact=%2
:: Validate mandatory arguments.
set argCount=0
for %%i in (%*) do set /a argCount+=1
if not %argCount% == 2 (
goto :printHelp
)
if not %antTarget% == resolve (
if not %antTarget% == install (
if not %antTarget% == publish (
goto :printHelp
) ) )
:: Init loop variables.
set artifactIndex=0
set artifactRemaining=%artifact%
:parseArtifactLoop
for /f "tokens=1* delims=:" %%a in ("%artifactRemaining%") do (
if !artifactIndex! == 0 (
set organisation=%%a
)
if !artifactIndex! == 1 (
set module=%%a
)
if !artifactIndex! == 2 (
set revision=%%a
)
set artifactRemaining=%%b
set /a artifactIndex+=1
)
if not "!artifactRemaining!" == "" (
goto :parseArtifactLoop
)
if not !artifactIndex! == 3 (
goto :printHelp
)
:callAntTask
set antBuildFile=-f src\etc\ant\build.xml
set antProperties=-Dorg=!organisation! -Dmodule=!module! -Drev=!revision!
"%ANT_HOME%"\bin\ant.bat %antProperties% %antBuildFile% %antTarget%
goto :end
:printHelp
echo Usage: IvyRepo.bat [-h] ^<command^> ^<artifact^>
echo Script to manage the Nepherte Ivy Repository
echo.
echo -h,--help Print this help message
echo ^<command^> Possible values are resolve, install and publish
echo ^<artifact^> The artifact id as organisation:module:revision
echo.
echo.
echo Below are a couple of valid usage statements:
echo.
echo Example 1: Download and build ivy artifact
echo ^> IvyRepo.bat resolve org.slf4j:slf4j-api:1.7.21
echo.
echo Example 2: Install ivy artifact to local repo
echo ^> IvyRepo.bat install org.slf4j:slf4j-api:1.7.21
echo.
echo Example 3: Publish ivy artifact to online repo
echo ^> IvyRepo.bat publish org.slf4j:slf4j-api:1.7.21
echo.
echo.
echo The system variable ANT_HOME must point to the installation directory of
echo Apache Ant. In addition, a Java Runtime Environment must be installed too.
:end | Nepherte/IvyRepo | IvyRepo.bat | bat | apache-2.0 | 2,136 |
rem https://github.com/StefH/GitHubReleaseNotes
SET version=1.4.34
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid doc duplicate --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% | StefH/WireMock.Net | Generate-ReleaseNotes.cmd | bat | apache-2.0 | 420 |
setlocal EnableDelayedExpansion
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE:STRING="Release" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON ^
-DBUILD_STATIC:BOOL=ON ^
-DBUILD_SHARED:BOOL=ON ^
-DBUILD_TESTS:BOOL=ON ^
-DBUILD_BENCHMARKS:BOOL=OFF ^
"%SRC_DIR%"
if errorlevel 1 exit 1
cmake --build . --config Release
if errorlevel 1 exit 1
ctest -C release
if errorlevel 1 exit 1
cmake --build . --target install --config Release
if errorlevel 1 exit 1
del %LIBRARY_BIN%\msvc*.dll
del %LIBRARY_BIN%\Microsoft.*
move %LIBRARY_LIB%\blosc.dll %LIBRARY_BIN%\
| jjhelmus/berryconda | recipes/blosc/bld.bat | bat | bsd-3-clause | 806 |
@echo off
@rem ******************************************
@rem **** Command file to invoke build.xml ****
@rem ******************************************
setlocal
@rem Environment settings here...
set DEBUG=-Denable.install.debug=false
set TAG=-Danthill.build.tag_built=desktop
@rem Test is debug has been set
if "%2" == "debug" (
set DEBUG=-debug
)
cls
if "%1" == "" (
echo.
echo Available targets are:
echo.
echo clean -- Remove classes directory for clean build
echo all -- Normal build of application
echo upgrade -- Build and upgrade application
echo install -- Builds, installs JBoss locally
echo uninstall -- Uninstall the web application
echo deploy -- Hot deploy application
echo jsp -- Hot deploy JSP files
echo test -- Compile and run junits
echo config -- Generates configuration files for a target environment
echo stop -- Shutdown JBoss
echo start -- Start JBoss
goto DONE
)
if "%1" == "all" (
ant %TAG% build:all
goto DONE
)
if "%1" == "upgrade" (
ant %TAG% %DEBUG% deploy:local:upgrade
goto DONE
)
if "%1" == "install" (
ant %TAG% %DEBUG% deploy:local:install
goto DONE
)
if "%1" == "uninstall" (
ant %TAG% %DEBUG% deploy:local:uninstall
goto DONE
)
if "%1" == "deploy" (
ant %TAG% %DEBUG% deploy:hot
goto DONE
)
if "%1" == "jsp" (
ant %DEBUG% deploy:hot:jsp
goto DONE
)
if "%1" == "test" (
ant %DEBUG% junits
goto DONE
)
if "%1" == "clean" (
ant clean
if exist ..\target\*.* (
rmdir /Q /S ..\target
)
goto DONE
)
if "%1" == "config" (
ant %DEBUG% build:config
goto DONE
)
if "%1" == "stop" (
ant %DEBUG% jboss:stop
goto DONE
)
if "%1" == "start" (
ant %DEBUG% jboss:start
goto DONE
)
:DONE
endlocal | NCIP/nci-value-set-editor | software/build/build.cmd | bat | bsd-3-clause | 1,979 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S16_Versioning.MSFSSHTTP_FSSHTTPB_TestCase_S16_TC02_Versioning_FileNotExistsOrCannotBeCreated /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHTTPB\MS-FSSHTTP-FSSHTTPB.testsettings /unique
pause | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunMSFSSHTTP_FSSHTTPB_S16_TC02.cmd | bat | mit | 403 |
@echo off
setlocal EnableDelayedExpansion
if [%PLATFORM%]==[] set PLATFORM=x86
if [%PREFERREDTOOLARCHITECTURE%]==[x64] set PLATFORM=x64
set PLATFORM=%PLATFORM:X=x%
if exist build_msvc12_%PLATFORM%\tests (cd build_msvc12_%PLATFORM%\tests) else (
if exist ..\build_%PLATFORM%\tests (cd ..\build_msvc12_%PLATFORM%\tests) else (
echo unable to find test dir
exit /b 1
)
)
for /f %%T in (testlist.txt) do (
set test=%%T
set output=test: !test!....................................................................
set target=%%~nT.exe
if not exist !target! SET result=NotFound
call !target! && (SET result=Passed) || (SET result=Failed)
rem > last_test.out 2> last_test.err
rem set /p testerr=<last_test.err
rem set /p testout=<last_test.out
echo !output:~0,70!!result!
rem if defined testerr echo error: !testerr!
rem if defined testout echo msg: !testout!
if defined APPVEYOR (
appveyor AddTest "!test! %PLATFORM%" -Outcome !result! -Framework Custom -Filename %%~nT.exe -Duration 0
)
)
exit /b 0 | prudens/audiowaveform | third-party/libgd-2.1.1/windows/run_tests.bat | bat | gpl-3.0 | 1,053 |
cmd_security/droidg/droidg.o := /home/rmgoncalo/android_folder/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o security/droidg/droidg.o security/droidg/droidg_defs.o security/droidg/droidg_lsm.o
| ruigoncalo/droidguardian | droidg/.droidg.o.cmd | bat | gpl-3.0 | 221 |
@echo off
rem dummy batch file to test user defined commands from
rem nar-process-libraries. Just display the arguments passed
echo %*
| muzare/nar-maven-plugin | src/it/it0010-lib-static/echo.bat | bat | apache-2.0 | 136 |
::
:: Copyright 2014-2020 Real Logic Limited.
::
:: 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
::
:: https://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.
::
@echo off
set /p VERSION=<..\..\version.txt
"%JAVA_HOME%\bin\java" ^
-cp ..\..\aeron-all\build\libs\aeron-all-%VERSION%.jar ^
-XX:+UseBiasedLocking ^
-XX:BiasedLockingStartupDelay=0 ^
-XX:+UnlockExperimentalVMOptions ^
-XX:+TrustFinalNonStaticFields ^
-XX:+UseParallelOldGC ^
-Dagrona.disable.bounds.checks=true ^
-Daeron.sample.frameCountLimit=256 ^
%JVM_OPTS% io.aeron.samples.RateSubscriber | EvilMcJerkface/Aeron | aeron-samples/scripts/rate-subscriber.cmd | bat | apache-2.0 | 1,035 |
@echo off
::
:: Some of the files used by the KJS bindings are not KJS specific and
:: can therefore be used directly by the V8 bindings. This script
:: copies those filed from the third_party KJS bindings directory
:: to the directory given as argument to the script.
::
set DIR=%1
set KJS_BINDINGS_DIR="..\..\..\third_party\WebKit\WebCore\bindings\js"
setlocal
mkdir 2>NUL %DIR%
endlocal
| kuiche/chromium | webkit/build/V8Bindings/copy_files.bat | bat | bsd-3-clause | 396 |
nuget pack vapor/1.0/vapor.nuspec | 0111001101111010/vapor.js | nuget/CreatePackage.bat | bat | mit | 33 |
UPDATE Test2 "Test2-data.txt";
CREATE SCANNER ON Test2[..??] WHERE ROW >= "Abama" LIMIT=4;
DESTROY SCANNER;
CREATE SCANNER ON Test2[..??] WHERE ROW >= "Abama" LIMIT=2 REVS=1;
DESTROY SCANNER;
quit
| tempbottle/hypertable | src/cc/Tools/rsclient/tests/Test2.cmd | bat | gpl-2.0 | 197 |
echo off
cd %~dp0
cd ..
echo on
Core A FE7 -output:%1 "-input:%~dp1Prologue.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch1.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch2.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch3.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch4.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch5.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch6.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch7.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch7x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch8.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch9.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch10.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch11E.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch11H.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch12.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch13.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch13x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch14.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch15.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch16.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch17.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch17x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch18.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch19.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch19x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch19xx.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch20.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch21.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch22.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch23.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch23x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch24Lloyd.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch24Linus.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch25.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch26.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch27Kenneth.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch27Jerme.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch28.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch28E.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch28x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch29.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch30H.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch31.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch31x.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch32.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch32x.txt"
Core A FE7 -output:%1 "-input:%~dp1Final1.txt"
Core A FE7 -output:%1 "-input:%~dp1Final2.txt"
pause | diegoisawesome/AME | Dependencies/Hacking/Event assembler/Event assembler/bin/Release/Scripts/Assemble FE7 chapters.cmd | bat | gpl-3.0 | 2,241 |
java -cp ../java-taxii-clients-all.jar org.mitre.taxii.client.example.FulfillmentClient %*
| anl-cyberscience/java-taxii-clients | scripts/fulfillment.bat | bat | bsd-3-clause | 91 |
@echo off
rem
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem
if not "%ECHO%" == "" echo %ECHO%
setlocal
set DIRNAME=%~dp0%
set PROGNAME=%~nx0%
set ARGS=%*
rem Sourcing environment settings for karaf similar to tomcats setenv
SET KARAF_SCRIPT="admin.bat"
if exist "%DIRNAME%setenv.bat" (
call "%DIRNAME%setenv.bat"
)
rem Check console window title. Set to Karaf by default
if not "%KARAF_TITLE%" == "" (
title %KARAF_TITLE%
) else (
title Karaf
)
rem Check/Set up some easily accessible MIN/MAX params for JVM mem usage
if "%JAVA_MIN_MEM%" == "" (
set JAVA_MIN_MEM=128M
)
if "%JAVA_MAX_MEM%" == "" (
set JAVA_MAX_MEM=512M
)
if "%JAVA_PERM_MEM%" == "" (
set JAVA_PERM_MEM=16M
)
if "%JAVA_MAX_PERM_MEM%" == "" (
set JAVA_MAX_PERM_MEM=128M
)
goto BEGIN
:warn
echo %PROGNAME%: %*
goto :EOF
:BEGIN
rem # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
if not "%KARAF_HOME%" == "" (
call :warn Ignoring predefined value for KARAF_HOME
)
set KARAF_HOME=%DIRNAME%..
if not exist "%KARAF_HOME%" (
call :warn KARAF_HOME is not valid: "%KARAF_HOME%"
goto END
)
if not "%KARAF_BASE%" == "" (
if not exist "%KARAF_BASE%" (
call :warn KARAF_BASE is not valid: "%KARAF_BASE%"
goto END
)
)
if "%KARAF_BASE%" == "" (
set "KARAF_BASE=%KARAF_HOME%"
)
if not "%KARAF_DATA%" == "" (
if not exist "%KARAF_DATA%" (
call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
goto END
)
)
if "%KARAF_DATA%" == "" (
set "KARAF_DATA=%KARAF_BASE%\data"
)
set DEFAULT_JAVA_OPTS=
set DEFAULT_JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
rem Support for loading native libraries
set PATH=%PATH%;%KARAF_BASE%\lib;%KARAF_HOME%\lib
rem Setup the Java Virtual Machine
if not "%JAVA%" == "" goto :Check_JAVA_END
set JAVA=java
if "%JAVA_HOME%" == "" call :warn JAVA_HOME not set; results may vary
if not "%JAVA_HOME%" == "" set JAVA=%JAVA_HOME%\bin\java
if not exist "%JAVA_HOME%" (
call :warn JAVA_HOME is not valid: "%JAVA_HOME%"
goto END
)
:Check_JAVA_END
if "%JAVA_OPTS%" == "" set JAVA_OPTS=%DEFAULT_JAVA_OPTS%
if "%KARAF_DEBUG%" == "" goto :KARAF_DEBUG_END
rem Use the defaults if JAVA_DEBUG_OPTS was not set
if "%JAVA_DEBUG_OPTS%" == "" set JAVA_DEBUG_OPTS=%DEFAULT_JAVA_DEBUG_OPTS%
set "JAVA_OPTS=%JAVA_DEBUG_OPTS% %JAVA_OPTS%"
call :warn Enabling Java debug options: %JAVA_DEBUG_OPTS%
:KARAF_DEBUG_END
set CLASSPATH=%KARAF_HOME%\lib\bin\patch-client.jar
:EXECUTE
if "%SHIFT%" == "true" SET ARGS=%2 %3 %4 %5 %6 %7 %8
if not "%SHIFT%" == "true" SET ARGS=%1 %2 %3 %4 %5 %6 %7 %8
rem Execute the Java Virtual Machine
"%JAVA%" %JAVA_OPTS% %OPTS% -classpath "%CLASSPATH%" -Dkaraf.instances="%KARAF_HOME%\instances" -Dkaraf.home="%KARAF_HOME%" -Dkaraf.base="%KARAF_BASE%" -Djava.io.tmpdir="%KARAF_DATA%\tmp" -Djava.util.logging.config.file="%KARAF_BASE%\etc\java.util.logging.properties" %KARAF_OPTS% io.fabric8.patch.client.Main %ARGS%
rem # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
:END
endlocal
| sobkowiak/fuse | esb/shared/src/main/filtered-resources/bin/patch.bat | bat | apache-2.0 | 3,976 |
@echo off
..\..\third_party\python_26\python.exe check_style.py %*
| hernad/CEF1 | tools/check_style.bat | bat | bsd-3-clause | 69 |
call launcher.bat %~n0 | fredericjoanis/crc-scoreboard | projects/tools_vs2013_win.bat | bat | mit | 22 |
python %~dp0scan-build %*
| veprbl/root | interpreter/llvm/src/tools/clang/tools/scan-build-py/bin/scan-build.bat | bat | lgpl-2.1 | 26 |
@REM
@REM Licensed to the Apache Software Foundation (ASF) under one or more
@REM contributor license agreements. See the NOTICE file distributed with
@REM this work for additional information regarding copyright ownership.
@REM The ASF licenses this file to You under the Apache License, Version 2.0
@REM (the "License"); you may not use this file except in compliance with
@REM the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an "AS IS" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@echo off
if "%OS%" == "Windows_NT" setlocal
pushd "%~dp0"
call cassandra.in.bat
if NOT DEFINED CASSANDRA_MAIN set CASSANDRA_MAIN=org.apache.cassandra.tools.AuditLogViewer
if NOT DEFINED JAVA_HOME goto :err
REM ***** JAVA options *****
set JAVA_OPTS=^
-Dlogback.configurationFile=logback-tools.xml
set TOOLS_PARAMS=
"%JAVA_HOME%\bin\java" %JAVA_OPTS% %CASSANDRA_PARAMS% -cp %CASSANDRA_CLASSPATH% "%CASSANDRA_MAIN%" %*
goto finally
:err
echo JAVA_HOME environment variable must be set!
pause
:finally
ENDLOCAL
| cooldoger/cassandra | tools/bin/auditlogviewer.bat | bat | apache-2.0 | 1,359 |
gulp compile-vendors-js
pause
| englishextra/shimansky.biz | serguei/libs/serguei-eaststreet/.gulp-compile-vendors-js.bat | bat | mit | 31 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 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
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\djeff.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\djeff.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| lightstrike/djeff | docs/make.bat | bat | isc | 6,457 |
@echo off
rem if exist "%VS90COMNTOOLS%..\IDE" copy /Y .\autoexp.dat "%VS90COMNTOOLS%..\packages\debugger\autoexp.dat"
if exist "%VS90COMNTOOLS%..\IDE" (
echo Found VS90COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS90COMNTOOLS%..\IDE\usertype.dat"
)
if exist "%VS100COMNTOOLS%..\IDE" (
echo Found VS100COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS100COMNTOOLS%..\IDE\usertype.dat"
)
if exist "%VS110COMNTOOLS%..\IDE" (
echo Found VS110COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS110COMNTOOLS%..\IDE\usertype.dat"
)
if exist "%VS120COMNTOOLS%..\IDE" (
echo Found VS120COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS120COMNTOOLS%..\IDE\usertype.dat"
)
if exist "%VS140COMNTOOLS%..\IDE" (
echo Found VS140COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS140COMNTOOLS%..\IDE\usertype.dat"
)
pause
| igHunterKiller/ouroboros | Ouroboros/Source/Build/msvs/oInstallVSTypes.cmd | bat | mit | 904 |
@echo off
echo Deploying zip packages to AWS Lambda
rem Decide which function to create...
echo NOTE: Trigger are not attached!
rem GOTO THEA_PROD
rem ... else make sure you goto END
GOTO END
:WYDOT_DEV
SET REGION=us-east-1
SET FUNCTION_NAME=dev-dot-sdc-cvp-wydot-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="DEV manual ingest bucket for WYDOT"
SET TARGET_BUCKET=dev-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/wydot/
GOTO CREATE
:WYDOT_TEST
SET REGION=us-east-1
SET FUNCTION_NAME=test-dot-sdc-cvp-wydot-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="TEST manual ingest bucket for WYDOT"
SET TARGET_BUCKET=test-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/wydot/
GOTO CREATE
:WYDOT_PROD
SET REGION=us-east-1
SET FUNCTION_NAME=prod-dot-sdc-cvp-wydot-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="PROD manual ingest bucket for WYDOT"
SET TARGET_BUCKET=prod-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/wydot/
GOTO CREATE
:THEA_DEV
SET REGION=us-east-1
SET FUNCTION_NAME=dev-dot-sdc-cvp-thea-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="DEV manual ingest bucket for THEA"
SET TARGET_BUCKET=dev-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/thea/
GOTO CREATE
:THEA_TEST
SET REGION=us-east-1
SET FUNCTION_NAME=test-dot-sdc-cvp-thea-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="TEST manual ingest bucket for THEA"
SET TARGET_BUCKET=test-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/thea/
GOTO CREATE
:THEA_PROD
SET REGION=us-east-1
SET FUNCTION_NAME=prod-dot-sdc-cvp-thea-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.zip
SET ROLE=arn:aws:iam::911061262852:role/lambda-cvpep-manual-data-ingestion-role
SET HANDLER=dataProcessor.lambda_handler
SET DESCRIPTION="PROD manual ingest bucket for THEA"
SET TARGET_BUCKET=prod-dot-sdc-cvp-staging-911061262852-us-east-1
SET TARGET_KEY=cv/thea/
GOTO CREATE
:CREATE
aws lambda create-function ^
--profile sdc ^
--region %REGION% ^
--function-name %FUNCTION_NAME% ^
--zip-file %ZIP_FILE% ^
--role %ROLE% ^
--handler %HANDLER% ^
--runtime python3.6 ^
--timeout 60 ^
--memory-size 128 ^
--description %DESCRIPTION% ^
--environment Variables={TARGET_DATA_BUCKET=%TARGET_BUCKET%,TARGET_DATA_KEY=%TARGET_KEY%}
GOTO END
:END
echo Finished
pause
rem aws lambda create-function --region us-east-1 --function-name dev-python-wydot-upload --zip-file fileb://python_wydot_upload.zip --role arn:aws:iam::940428459796:role/lambda-restricted-role --handler python_wydot_upload.lambda_handler --runtime python3.6 --timeout 300 --memory-size 512 --description "DEV Routes wydot uploaded data to correct raw data storage location"
rem aws lambda create-function --region us-east-1 --function-name dev-thea-upload --zip-file fileb://thea_upload.zip --role arn:aws:iam::940428459796:role/lambda-restricted-role --handler thea_upload.lambda_handler --runtime python3.6 --timeout 300 --memory-size 512 --description "DEV Routes thea uploaded data to correct raw data storage location"
| VolpeUSDOT/CV-PEP | lambda/deploypackages-create.bat | bat | mit | 3,782 |
powershell .\util\copy2dropbox.ps1
@pause | osubera/lesmills-song-search | copy to Dropbox.bat | bat | mit | 41 |
@echo off
echo Please make sure you are running this from an administrative command prompt.
echo This will install the AutoFlight extensions for full navigation data on your Bebop drone.
echo The script will connect to your drone, upload files and modify critical system configuration potentially bricking your drone.
echo Written on 31/7/2015. Last tested with Bebop firmware 2.0.29.
setlocal
:PROMPT
SET /P AREYOUSURE=Are you sure you want to continue (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO END
echo Preparing...
cscript .\windows\preupload.vbs
timeout /t 2 /nobreak
echo Uploading files...
call .\windows\upload.bat
echo Running onboard installation...
cscript .\windows\runinstall.vbs
timeout /t 4 /nobreak
echo Done. Please restart your drone now.
:END
echo Abort.
endlocal
| lukaslaobeyer/libdrone | bebop-onboard/navdataserver/install.bat | bat | mit | 815 |
@ECHO OFF
SET version=0.9.3.0
SET out=.
"C:\Program Files (x86)\NuGet\nuget.exe" pack ..\src\Styx.Client\Styx.Client.csproj -Symbols -Prop Configuration=Release -OutputDirectory %out% -Version %version%
pause | ReactiveMarkets/Styx.Client | tools/Pack.bat | bat | mit | 209 |
echo off
echo "https://github.com/zeromq/czmq#building-on-windows"
pause
echo "Visual Studio search"
rem call "C:\Programme\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
rem call "C:\Program Files\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
rem call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
call "C:\Programme\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
echo "Visual Studio search END"
echo "libsodium"
if not exist libsodium (
git clone git://github.com/jedisct1/libsodium.git
pushd libsodium
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=DynRelease /p:Platform="x64" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=StaticRelease /p:Platform="x64" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=StaticRelease /p:Platform="win32" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=LtcgRelease /p:Platform="x64" /m:4
xcopy /Y bin\x64\Release\v140\static\* ..\..\..\Binaries\ThirdParty\libsodium\Win64\
xcopy /Y bin\Win32\Release\v140\static\* ..\..\..\Binaries\ThirdParty\libsodium\Win32\
rem xcopy /V/S/E/Y src\libsodium\include ..\..\cglabdepends_win\include\
popd
) else (
echo "libsodium exists already"
pushd libsodium
git pull
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=DynRelease /p:Platform="x64" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=StaticRelease /p:Platform="x64" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=StaticRelease /p:Platform="win32" /m:4
msbuild builds\msvc\vs2015\libsodium.sln /p:Configuration=LtcgRelease /p:Platform="x64" /m:4
xcopy /Y bin\x64\Release\v140\static\* ..\..\..\Binaries\ThirdParty\libsodium\Win64\
xcopy /Y bin\Win32\Release\v140\static\* ..\..\..\Binaries\ThirdParty\libsodium\Win32\
rem xcopy /V/S/E/Y src\libsodium\include ..\..\cglabdepends_win\include\
popd
)
pause
echo "libzmq"
if not exist libzmq (
echo "libzmq NOT exist checkout..."
git clone https://github.com/zeromq/libzmq.git
pushd libzmq
mkdir build32 & pushd build32
cmake -G "Visual Studio 14 2015" ..
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 14 2015 Win64" ..
popd
cmake --build build32 --config Release
xcopy /Y build32\bin\Release\*.dll ..\..\..\Binaries\ThirdParty\libzmq\Win32\
xcopy /Y build32\lib\Release\* ..\..\..\Binaries\ThirdParty\libzmq\Win32\
cmake --build build64 --config Release
xcopy /Y build64\bin\Release\*.dll ..\..\..\Binaries\ThirdParty\libzmq\Win64\
xcopy /Y build64\lib\Release\* ..\..\..\Binaries\ThirdParty\libzmq\Win64\
popd
) else (
echo "libzmq exists already"
pushd libzmq
git pull
mkdir build32 & pushd build32
cmake -G "Visual Studio 14 2015" ..
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 14 2015 Win64" ..
popd
cmake --build build32 --config Release
xcopy /Y build32\bin\Release\*.dll ..\..\..\Binaries\ThirdParty\libzmq\Win32\
xcopy /Y build32\lib\Release\* ..\..\..\Binaries\ThirdParty\libzmq\Win32\
cmake --build build64 --config Release
xcopy /Y build64\bin\Release\*.dll ..\..\..\Binaries\ThirdParty\libzmq\Win64\
xcopy /Y build64\lib\Release\* ..\..\..\Binaries\ThirdParty\libzmq\Win64\
popd
)
echo "cppzmq"
if not exist cppzmq (
git clone https://github.com/zeromq/cppzmq.git
pushd cppzmq
rem xcopy *.hpp ..\..\..\Binaries\Win64
popd
) else (
echo "cppzmq exists already"
pushd cppzmq
git pull
rem xcopy /y *.hpp ..\..\cglabdepends_win\include\
popd
)
echo "czmq"
if not exist czmq (
git clone git://github.com/zeromq/czmq.git
pushd czmq
echo "you have to build it manually"
popd
) else (
echo "czmq exists already"
pushd czmq
git pull
echo "you have to build it manually"
popd
)
echo "ENDE"
| tsky1971/UEZeroMQPlugin | Plugins/UEZeroMQPlugin/Source/ThirdParty/getZMQ_win.bat | bat | mit | 3,907 |
:: Copyright © 2014 Code-Glue (www.code-glue.com)
:: Author: Benjamin Lemmond (benlemmond@codeglue.org)
@echo off
:: This script simply copies the necessary files to the module's install location under
:: the user's "\My Documents\WindowsPowerShell\Modules\" directory.
:: It is not required to run the module and is included only as a convenience.
set ModuleName=CodeGlue.Imdb
:: Get the My Documents path
SetLocal EnableExtensions
for /f "tokens=3 delims= " %%a in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal"') do (set MyDocs=%%a)
if %ErrorLevel% neq 0 echo(Failed to retrieve 'My Documents' path. && exit /b %ErrorLevel%
:: Create the module directory
set InstallDir=%MyDocs%\WindowsPowerShell\Modules\%ModuleName%\
if not exist "%InstallDir%" mkdir "%InstallDir%"
:: Copy all the files except this script to the module directory
attrib "%~f0" -a
xcopy "%~dp0*" "%InstallDir%" /e /q /i /y /a > nul
attrib "%~f0" +a
:: Open the file explorer to the module directory
explorer "%InstallDir%"
| code-glue/Imdb | install.bat | bat | mit | 1,054 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\woipv.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\woipv.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| Panaetius/woipv | docs/make.bat | bat | mit | 5,094 |
@echo off
rem Drop last error level
call;
rem Create local variable's stack
setlocal
if 0%__CTRL_SETLOCAL% EQU 1 (
echo.%~nx0: error: cmd.exe is broken, please restart it!>&2
exit /b 65535
)
set __CTRL_SETLOCAL=1
call "%%~dp0__init__/__init__.bat" || exit /b
call "%%CONTOOLS_TESTLIB_ROOT%%/init.bat" "%%~f0" || exit /b
call :TEST chcp 65000 866 "866|"
call :TEST chcp 65001 65000 "65000|866|"
call :TEST restorecp 65000 65001 "866|"
call :TEST restorecp 866 65000 ""
call :TEST chcp 866 866 "866|"
call :TEST chcp 866 866 "866|866|"
call :TEST restorecp 866 866 "866|"
call :TEST restorecp 866 866 ""
echo.
rem WARNING: must be called without the call prefix!
"%CONTOOLS_TESTLIB_ROOT%/exit.bat"
rem no code can be executed here, just in case
exit /b
:TEST
call "%%CONTOOLS_TESTLIB_ROOT%%/test.bat" %%*
exit /b
| andry81/contools | Scripts/Tests/unit/batscripts/test_std__chcp.bat | bat | mit | 861 |
@echo off
:: ###########################################
:: ## Kodi mysql and file backup script ##
:: ## for Windows OS ##
:: ## ##
:: ## https://www.harsunen.fi/ ##
:: ## ##
:: ###########################################
:: Backup-script for MySQL-shared Kodi installation. Backups the database and userdata\addon_data and \userdata\*.xml files
:: Script requires 7-Zip for compressing, get it from http://7-zip.org/
::
:: Backup specific variables
set backupname=kodi
set backup_source_dir="%appdata%\Kodi\userdata"
set backup_destination_dir="<eg. Z:\backup\kodi>"
set dbuser=<database_uid>
set dbpass=<database_pwd>
set retaindays=60
::second backup destination, I use Dropbox
set dropboxdir="%USERPROFILE%\Dropbox\server_backup"
:: Set program paths
set sevenZip_path="%PROGRAMFILES%\7-Zip"
set mySqlBinFolder=C:\Program Files\MySQL\MySQL Server 5.6\bin
set mysqlexe="%mySqlBinFolder%\mysql.exe"
set mysqldumpexe="%mySqlBinFolder%\mysqldump.exe"
:: Additional variables
set yyyy=%date:~-4%
set mm=%date:~-7,2%
set dd=%date:~-10,2%
set filename_prefix="%backupname%_backup_"
set filename_suffix="%yyyy%-%mm%-%dd%"
set backup_tmp_dir="%TMP%\%backupname%_%filename_suffix%"
set backup_filename="%filename_prefix%%filename_suffix%.7z"
set errorLogPath="%backup_destination_dir%\dumperrors.txt"
set mysqldumpvars=--user=%dbuser% --password=%dbpass% --add-drop-database --add-drop-table --add-drop-trigger --hex-blob --routines --triggers --log-error=%errorLogPath%
:: cannot get the --defaults-file=C:\software\MySQL_data\my.ini working
:: Simple check if correct variables are set
IF %sevenZip_path%=="" GOTO variables_not_set
IF %backupname%=="" GOTO variables_not_set
IF %backup_source_dir%=="" GOTO variables_not_set
IF %backup_tmp_dir%=="" GOTO variables_not_set
IF %backup_destination_dir%=="" GOTO variables_not_set
IF %filename_suffix%=="" GOTO variables_not_set
IF %filename_prefix%=="" GOTO variables_not_set
IF %backup_filename%=="" GOTO variables_not_set
:: Backing up..
:: ################################################################
if exist %backup_tmp_dir% (rmdir /s /q %backup_tmp_dir%)
mkdir %backup_tmp_dir%
pushd %backup_tmp_dir%
:: Delete the file %backup_filename% if it exists
if exist %backup_filename% (del %backup_filename%)
:: Backup the kodi files and directories
XCOPY %backup_source_dir%\addon_data %backup_tmp_dir%\addon_data /Y /Q /C /I /S
COPY %backup_source_dir%\*.xml %backup_tmp_dir%\* /Y
:: Backup the kodi database(s)
if exist %backup_filename% (del /q %temp%\%backupname%_temp.txt)
%mysqlexe% --user=%dbuser% --password=%dbpass% -A --skip-column-names -e"SELECT DISTINCT table_schema FROM information_schema.tables WHERE table_schema LIKE 'myvideos%%'" > "%TEMP%\%backupname%_temp.txt"
%mysqlexe% --user=%dbuser% --password=%dbpass% -A --skip-column-names -e"SELECT DISTINCT table_schema FROM information_schema.tables WHERE table_schema LIKE 'mymusic%%'" >> "%TEMP%\%backupname%_temp.txt"
for /F "tokens=*" %%C in (%TEMP%\%backupname%_temp.txt) do (%mysqldumpexe% %mysqldumpvars% %%C > "%backup_tmp_dir%\%filename_prefix%_%%C_%filename_suffix%.sql")
del /q %temp%\%backupname%_temp.txt
:: Zipping the directory...
pushd ..
%sevenZip_path%\7z.exe a %backup_filename% %backup_tmp_dir%
COPY %backup_filename% %backup_destination_dir% /Y
COPY %backup_filename% %dropboxdir% /y
RMDIR /S /Q %backup_tmp_dir%
DEL /S /Q %backup_filename%
:: Deleting backup files older than %retaindays% days
forfiles /p %backup_destination_dir% /M *.7z /D -%retaindays% /C "cmd /c del @Path /Q" 2>&1 | find /v /i "ERROR: No files found"
forfiles /p %dropboxdir% /M *.7z /D -%retaindays% /C "cmd /c del @Path /Q" 2>&1 | find /v /i "ERROR: No files found"
popd
popd
EXIT
:variables_not_set
:: if you ended up here, some variable is not set
CLS
ECHO Not all variables were set
PAUSE
EXIT | hharsunen/scripts | win-batch/kodi_backup.bat | bat | gpl-2.0 | 3,930 |
cmd_/home/devel/devel/nucleos/git/nucleos/usr/include/asm-generic/.check := for f in auxvec.h bitsperlong.h errno-base.h errno.h fcntl.h int-ll64.h ioctl.h ioctls-cmos.h ioctls-disk.h ioctls-file.h ioctls-memory.h ioctls-net.h ioctls-scsi.h ioctls-sound.h ioctls-svrctl.h ioctls-tape.h ioctls-tty.h ioctls.h mman-common.h mman.h param.h posix_types.h siginfo.h signal-defs.h signal.h statfs.h swab.h termbits.h types.h ; do echo "/home/devel/devel/nucleos/git/nucleos/usr/include/asm-generic/$${f}"; done | xargs perl scripts/headers_check.pl /home/devel/devel/nucleos/git/nucleos/usr/include x86; touch /home/devel/devel/nucleos/git/nucleos/usr/include/asm-generic/.check
| klenovic/nucleos-newlib | newlib/libc/sys/nucleos/include/asm-generic/..check.cmd | bat | gpl-2.0 | 673 |
copy users.db3.orig users.db3
copy msgs.db3.orig msgs.db3
copy interbbs.db3.orig interbbs.db3
del game_id.dat
del ibbs_winner.dat
| apamment/galactic-dynasty | reset.bat | bat | gpl-2.0 | 139 |
cmd_drivers/gpu/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o drivers/gpu/msm/built-in.o
| tenorntex/lhbalanced | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD arch/arm/lib/built-in.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 152 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_5.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License version 2 as published by the Free Software Foundation.
#
# The above named program is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this work; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ========== Copyright Header End ============================================
CONFIG id=30 iosyncadr=0x7EF00BEEF00
TIMEOUT 10000000
IOSYNC
#==================================================
#==================================================
LABEL_0:
WRITEBLK 0x00000005f95b8940 +
0xcc390bab 0x00ac937e 0x23ef8b5f 0x3377b096 +
0x7ff7ba4e 0xdda83f70 0x592ca02f 0x68f52e5d +
0x7854e879 0xa0833de4 0xb7c4d05e 0xb4bd1e82 +
0xaee350f9 0x0b1074a0 0xf3693a95 0x22a9c607
WRITEMSK 0x00000005f95b8940 0x00ff0fffff00f0f0 +
0x00000000 0x00000000 0xb7df2c5c 0x63796efd +
0x00000000 0xcd06848d 0x701cad2f 0x19af048b +
0xbd05e25a 0x576b5dfc 0x00000000 0x00000000 +
0x85818728 0x00000000 0xb66b32d0 0x00000000
WRITEBLKIO 0x0000061590654d00 +
0xd6baa931 0x41e20b0a 0xafe962ba 0xdf57c8dc +
0x20760551 0x35cf4790 0x8de62d63 0x1f647e76 +
0xa5b95d26 0x0a5e8344 0xd88d15ec 0x1f1cbbd7 +
0x3170d9c2 0x8361ef82 0xce662d10 0xaf8de45b
READBLK 0x00000005f95b8940 +
0xcc390bab 0x00ac937e 0xb7df2c5c 0x63796efd +
0x7ff7ba4e 0xcd06848d 0x701cad2f 0x19af048b +
0xbd05e25a 0x576b5dfc 0xb7c4d05e 0xb4bd1e82 +
0x85818728 0x0b1074a0 0xb66b32d0 0x22a9c607
BA LABEL_0
| trivoldus28/pulsarch-verilog | verif/diag/assembly/raw_random/pio_rnd_basic4_usr_mode_sas2_mul_core/pio_rnd_basic4_usr_mode_sas2_mul_core_rand_0_sjm/sjm_5.cmd | bat | gpl-2.0 | 2,174 |
erl -noshell -pa ebin/ -run app_tool main 0 -s init stop
exit | sacramento04/myapp | app_tools/start.bat | bat | gpl-2.0 | 61 |
cmd_drivers/media/usb/ttusb-budget/built-in.o := rm -f drivers/media/usb/ttusb-budget/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/ttusb-budget/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/usb/ttusb-budget/.built-in.o.cmd | bat | gpl-2.0 | 172 |
@echo off
if not "%1" == "max" start /MAX cmd /c %0 max & exit/b
python "program.py"
pause
| LaurensScheldeman/TwitchBot | RUN.bat | bat | gpl-3.0 | 92 |
@echo off
for %%d in (.) do set PROJNAME=%%~nd
set SHORTNAME=Graphing Calculator
set LONGNAME=Graphing Calculator
set PRODUCT_CODE=%PROJNAME%
set PUBNAME=flarn2006
set UNIQUE_ID=0xf7183
copy /y template.rsf cia.rsf >NUL
sed -i "s/@@TITLE@@/%SHORTNAME%/g" cia.rsf
sed -i "s/@@PRODUCT_CODE@@/%PRODUCT_CODE%/g" cia.rsf
sed -i "s/@@UNIQUE_ID@@/%UNIQUE_ID%/g" cia.rsf
echo on
make
arm-none-eabi-strip %PROJNAME%.elf -o stripped.elf
bannertool makebanner -i banner.png -a audio.wav -o banner.bin
bannertool makesmdh -s "%SHORTNAME%" -l "%LONGNAME%" -p "%PUBNAME%" -i icon.png -o cia.smdh -r regionfree -f visible
makerom -elf stripped.elf -icon cia.smdh -banner banner.bin -rsf cia.rsf -o %PROJNAME%.cxi
makerom -f cia -content %PROJNAME%.cxi:0:0 -rsf cia.rsf | flarn2006/GraphCalc3DS | makecia.bat | bat | gpl-3.0 | 756 |
UDIRX=`pwd`
cd ../../source/SPHYSICSgen2D/
make -f SPHYSICSgen_ifort.mak clean
make -f SPHYSICSgen_ifort.mak
if [ $? -eq 0 ]; then
SPHYSICSGENcompilationDone="yes"
echo 'SPHYSICSGENcompilationDone = ' $SPHYSICSGENcompilationDone
cd $UDIRX
../../execs/SPHYSICSgen_2D < Case1.txt > "Case1.out"
if [ $? -eq 0 ]; then
cp SPHYSICS.mak ../../source/SPHYSICS2D/
cd ../../source/SPHYSICS2D
pwd
make -f SPHYSICS.mak clean
make -f SPHYSICS.mak
if [ $? -eq 0 ]; then
SPHYSICScompilationDone="yes"
echo 'SPHYSICScompilationDone = ' $SPHYSICScompilationDone
rm SPHYSICS.mak
cd $UDIRX
pwd
cp ../../execs/SPHYSICS_2D ./
./SPHYSICS_2D
else
cd $UDIRX
echo ' '
echo 'SPHYSICS_2D compilation failed'
echo 'Make sure correct compiler is selected in Case file'
fi
else
echo ' '
echo 'SPHYSICSgen_2D run failed'
echo 'Make sure all parameters are correct in Case file'
fi
else
cd $UDIRX
echo ' '
echo 'SPHYSICSgen compilation failed'
fi
| slitvinov/sphysics2d | run_directory/Case1/Case1_unix_ifort.bat | bat | gpl-3.0 | 1,046 |
romcnv_mvs -all -slim
| phoe-nix/NJEMU | romcnv/mvsconv_slim_all.bat | bat | gpl-3.0 | 22 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 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
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\CSSCompare.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\CSSCompare.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| alflanagan/css_compare | doc/make.bat | bat | agpl-3.0 | 7,252 |
jsdoc sp-rest-api.js -d jsdoc | catcher-in-the-try/sp-rest-api.js | refresh-jsdoc.bat | bat | unlicense | 29 |
@ECHO OFF
@subst X: /D
exit | OLR-xray/OLR-3.0 | unmount.cmd | bat | apache-2.0 | 27 |
@echo off
SET DIR=%~d0%~p0%
SET file.settings="%DIR%..\..\Settings\${environment}.settings"
::your deployment settings here
pause | fchen/dropkick | DeploymentScripts/Templates/AppDeployment.bat | bat | apache-2.0 | 144 |
"bin\Debug\JTXOverdueNotification.exe" /NotifType:OverdueJob | Esri/workflowmanager-samples | OverdueJobsNotification/CSharp/NotifyOverdue.bat | bat | apache-2.0 | 60 |
@echo off
SET C=-1
FOR /L %%a IN (1, 1, 4) DO (
set C=%%a
echo a=%%a, C=%C%
)
ECHO after the loop, C=%C% | PassingTheKnowledge/Batchography | eve-test3.bat | bat | apache-2.0 | 116 |
@echo off
call %~dp0phpsdk-starter.bat -c vc15 -a x86 %*
exit /b %ERRORLEVEL%
| OSTC/php-sdk-binary-tools | phpsdk-vc15-x86.bat | bat | bsd-2-clause | 87 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit-skeleton-generator/phpunit-skelgen
php "%BIN_TARGET%" %*
| papajin/kohana_demo | vendor/bin/phpunit-skelgen.bat | bat | bsd-3-clause | 140 |
@echo off
%~d0
cd "%~dp0"
echo.
echo ================================================
echo Install Visual Studio Code Snippets for the demo
echo ================================================
echo.
IF EXIST %WINDIR%\SysWow64 (
set powerShellDir=%WINDIR%\SysWow64\windowspowershell\v1.0
) ELSE (
set powerShellDir=%WINDIR%\system32\windowspowershell\v1.0
)
call %powerShellDir%\powershell.exe -Command Set-ExecutionPolicy unrestricted
call %powerShellDir%\powershell.exe -Command "&'.\installCodeSnippets.ps1' '%~dp0snippets\NodeJsIntroduction.vsi'"
| sayar/NodeCamp | Presentation/IntroToNodeJS/IntroToNodeJS/source/Setup/scripts/InstallCodeSnippets.cmd | bat | mit | 555 |
::Install Python Modules
pip install -r requirements.txt
::Install Ta-Lib
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda install -c quantopian ta-lib=0.4.9 -y
::conda install -c conda-forge python-snappy -y
:: Install vn.py
python setup.py install | harveywwu/vnpy | install.bat | bat | mit | 335 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite.MSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\MS-OXCTABL.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite.cmd | bat | mit | 356 |
cmd_arch/arm/lib/memmove.o := /home/adam/android/kernel_dev/samsung/espressovzw/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memmove.o.d -nostdinc -isystem /home/adam/android/prebuilts/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/memmove.o arch/arm/lib/memmove.S
source_arch/arm/lib/memmove.o := arch/arm/lib/memmove.S
deps_arch/arm/lib/memmove.o := \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/linkage.h \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/hwcap.h \
/home/adam/android/kernel_dev/samsung/espressovzw/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
arch/arm/lib/memmove.o: $(deps_arch/arm/lib/memmove.o)
$(deps_arch/arm/lib/memmove.o):
| MrHyde03/android_kernel_samsung_espressovzw | arch/arm/lib/.memmove.o.cmd | bat | gpl-2.0 | 2,268 |
wpp386 main.cpp
wlink system nt name cddarip.exe file main.obj library ..\..\api\lib\fmodwc.lib
| Deceth/Battle-City | external/fmod-3.75/samples/cddarip/watcom.bat | bat | gpl-3.0 | 97 |
perl \Perl\bin\sarep.pl %&
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/prep.bat | bat | gpl-3.0 | 28 |
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ConvertPdfToJsonFromUrl.ps1"
echo Script finished with errorlevel=%errorlevel%
pause | bytescout/ByteScout-SDK-SourceCode | PDF.co Web API/PDF To JSON API/PowerShell/Convert PDF To JSON From URL/run.bat | bat | apache-2.0 | 156 |
@echo off
SET builddir=%~dp0
cd %builddir%..\src\Frapid.Web\bin\
@echo Creating a Test App
call frapid.exe create app TestApp
rmdir %builddir%..\src\Frapid.Web\Areas\TestApp /Q /S
| mban94/frapid | builds/test-app.bat | bat | apache-2.0 | 183 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
java -Xmx384m -Dsun.io.useCanonCaches=false -Dapplication.home="%FLEX_HOME%" -jar "%FLEX_HOME%\lib\copylocale.jar" %* | adufilie/flex-sdk | bin/copylocale.bat | bat | apache-2.0 | 1,000 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.