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 |
|---|---|---|---|---|---|
@echo off
"%GIT_SSH_orig%" -batch %*
exit 0
| caplin/qa-browsers | SmartGitHg 4.6/lib/plink.cmd | bat | unlicense | 47 |
@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\commonrepo.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\commonrepo.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
| yrchen/CommonRepo | docs/make.bat | bat | apache-2.0 | 5,104 |
${PK} -E.foo.com 1
| johnmorrow/pk | test/system/exclude.cmd | bat | apache-2.0 | 19 |
SET tooldir=..\packages\Grpc.Tools.1.3.0\tools\windows_x86\
%tooldir%protoc.exe -I. -I./googleapis --csharp_out ..\Generated\assistant --grpc_out ..\Generated\assistant googleapis/google/assistant/embedded/v1alpha1/embedded_assistant.proto --plugin=protoc-gen-grpc=%tooldir%grpc_csharp_plugin.exe
pause | ac87/GoogleAssistantWindows | proto/generate.cmd | bat | apache-2.0 | 302 |
xcopy d:\data\cow_backups\*_10.zip c:\ /y
xcopy d:\data\cow_backups\*_10.zip d:\ /y
xcopy d:\data\cow_backups\*_10.zip g:\ /y
xcopy d:\data\cow_backups\*_10.zip e:\ /y
xcopy d:\data\cow_backups\*_10.zip f:\ /y
xcopy d:\data\cow_backups\*_10.zip s:\ /y
| wolispace/cow_windows_server | oldcow_on_apache/!backup_zip_to_other.bat | bat | apache-2.0 | 258 |
set CFG=db\config.sql
set HOST=localhost
set PORT=5432
set PG_USER=postgres
set PG_PASSWORD=1Q2w3e4r
set DB_NAME=sample
set DB_USER=sample
set DB_PASSWORD=sample
echo -- > %CFG%
echo \set db_name %DB_NAME% >> %CFG%
echo \set db_user_name %DB_USER% >> %CFG%
echo \set db_user_password '\''%DB_PASSWORD%' >> %CFG%
| sargash/few | few-common/db/_conf.bat | bat | apache-2.0 | 328 |
md android\assets
md android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\java\*.java android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\armeabi\libAGK.so android\libs\armeabi
copy ..\..\Bin\lime.png android\assets
copy ..\..\Bin\background4.jpg android\assets
| google-code/agkpas | Examples/01_Sprites/0108_MovingSprites/android_post_build.bat | bat | bsd-2-clause | 301 |
@echo off
del PE /q /s
rd PE
set today=%date:~-4%%date:~-10,2%%date:~-7,2%
svn export http://corkami.googlecode.com/svn/trunk/src/PE PE --force
svn export http://corkami.googlecode.com/svn/wiki/PE.wiki PE\PE.wiki
wget "https://code.google.com/p/corkami/wiki/PE?show=content"
move "PE@show=content" PE\PE.html
svn info http://corkami.googlecode.com/svn/trunk/src/PE > PE\info
cd PE\bin
call make
:call test > test.txt
:bin.sha
cd ..
"c:\program files\winrar\rar.exe" a ..\CPC-%today%-r.rar -r -m5 -s
cd ..
svn info http://corkami.googlecode.com/svn/trunk/src/PE
echo CPC-%today%-r
| angea/corkami | misc/builds/CPC.bat | bat | bsd-2-clause | 598 |
@ECHO OFF
:: ********************************************************************************************************************
::
:: enabling Technology progressive OS deployment
:: Client System Bootstrapper for Windows 10 Enterprise Installations
::
:: Disable Edge First Run
:: Version 1.0.0
::
:: Tested with Windows 10 Enterprise Release 2004 and Release 2009
::
:: Please review all the scripts BEFORE you install it on any of your systems.
:: This installation/configuration is customized to our internal requirements and might not fit for everyone!
::
:: ********************************************************************************************************************
SETLOCAL
:DisableEdgeFirstRun
TITLE DisableEdgeFirstRun
SET Module=DisableEdgeFirstRun
SET logfile_setup=%HOMEDRIVE%\Temp\%Module%.txt
:SetLogHeader
ECHO ******************************************************************************** >%logfile_setup%
ECHO Started %Module% on %DATE:~0% - %TIME:~0,8%
ECHO For %COMPUTERNAME% by %USERDOMAIN%\%USERNAME% >>%logfile_setup%
ECHO.>>%logfile_setup% 2>nul
:LOGIC
ECHO Disable Edge First Run
ECHO %TIME:~0,8% Disable Edge First Run >>%logfile_setup%
"%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v PreventFirstRunPage /t REG_DWORD /d 1 /reg:64 /f >>%logfile_setup% 2>&1
ECHO Errorlevel=%Errorlevel% >>%logfile_setup% 2>nul
ECHO.>>%logfile_setup% 2>nul
ECHO Finished %Module% on %DATE:~0% - %TIME:~0,8%
ECHO ******************************************************************************** >>%logfile_setup%
ECHO.>>%logfile_setup% 2>nul
:: ********************************************************************************************************************
::
:: Changelog:
::
:: 0.9.0: Internal Test
:: 1.0.0: Initial Release
::
:: ********************************************************************************************************************
::
:: License: BSD 3-Clause License
::
:: Copyright 2020, enabling Technology
:: All rights reserved.
::
:: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
:: following conditions are met:
:: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
:: disclaimer.
:: 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
:: following disclaimer in the documentation and/or other materials provided with the distribution.
:: 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote
:: products derived from this software without specific prior written permission.
::
:: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
:: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
:: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
:: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
:: SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
:: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
:: USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
::
:: ********************************************************************************************************************
::
:: Disclaimer:
:: - Use at your own risk, etc.
:: - This is open-source software, if you find an issue try to fix it yourself. There is no support and/or warranty
:: in any kind
:: - This is a third-party Software
:: - The developer of this Software is NOT sponsored by or affiliated with Microsoft Corp (MSFT) or any of its
:: subsidiaries in any way
:: - The Software is not supported by Microsoft Corp (MSFT)
:: - By using the Software, you agree to the License, Terms, and any Conditions declared and described above
:: - If you disagree with any of the Terms, and any Conditions declared: Just delete it and build your own solution
::
:: ********************************************************************************************************************
| jhochwald/PowerShell-collection | Windows10-Bootstrapper/sources/$OEM$/$$/Setup/Scripts/16-DisableEdgeFirstRun/DisableEdgeFirstRun.cmd | bat | bsd-3-clause | 4,418 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S05_OpenMessage.MSOXCMSG_S05_TC03_RopOpenMessageFailure /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S05_TC03_RopOpenMessageFailure.cmd | bat | mit | 295 |
@echo off
call grunt umbraco
PAUSE | Offroadcode/Zoom-Area-Cropper | src/BuildPackage.bat | bat | mit | 34 |
@echo off
title TempBloodPressure
javac -sourcepath ../../Components/TempBloodPressure -cp ../../Components/* ../../Components/TempBloodPressure/*.java
start "TempBloodPressure" /D"../../Components/TempBloodPressure" java -cp .;../* CreateTempBloodPressure | sisv5/sisv5 | Scripts/runIndividualComp/runTempBloodPressure.bat | bat | gpl-2.0 | 257 |
@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\BetterCAP.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\BetterCAP.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
| carkas/exrosploit | tools/bettercap/docs/make.bat | bat | gpl-3.0 | 6,465 |
@echo off
echo Empty graph and populate with elmo vocabulary definition
curl.exe -X PUT -T elmo.ttl http://localhost:8890/sparql-graph-crud?graph-uri=http://bp4mc2.org/elmo/def
curl.exe -X PUT -T elmo2.ttl http://localhost:8890/sparql-graph-crud?graph-uri=http://bp4mc2.org/elmo2/def
pause
| architolk/Linked-Data-Theatre | vocabulary/deploy-vocabulary.bat | bat | gpl-3.0 | 295 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Compress Script for the djatoka Tomcat Initialization Script
rem
rem Environment Variable Prequisites
rem
rem JAVA_HOME Required: Must point at your Java Development Kit installation.
rem
rem CATALINA_HOME Required: Must point at your Tomcat installation.
rem
rem DJATOKA_HOME Required: Must point at your djatoka installation.
rem
rem KAKADU_HOME Required: Must point at your Kakadu installation. Also, you'll
rem need to add KAKADU_HOME to your system PATH variable.
rem
rem 1. Define DJATOKA_HOME
rem e.g. set DJATOKA_HOME=C:\Documents and Settings\208183\adore-djatoka-1.0
rem 2. Define KAKADU_HOME
rem e.g. set KAKADU_HOME=C:\Documents and Settings\208183\adore-djatoka-1.0\bin\Win32
rem 3. Define System PATH
rem e.g. set PATH=%PATH%;%KAKADU_HOME%
rem 4. Define CATALINA_HOME
rem e.g. set CATALINA_HOME=C:\Documents and Settings\208183\apache-tomcat-5.5.27
rem
rem ---------------------------------------------------------------------------
if "%JAVA_HOME%" == "" goto javahomeerror
if "%CATALINA_HOME%" == "" goto catalinahomeerror
if "%DJATOKA_HOME%" == "" goto djatokahomeerror
if "%KAKADU_HOME%" == "" goto kakaduhomeerror
:gotHome
if exist "%DJATOKA_HOME%\bin\tomcat.bat" goto okHome
goto djatokahomeerror
:okHome
rem Get standard djatoka environment variables
set JAVA_OPTS=-Djava.awt.headless=true -Xmx512M -Xms64M -Dkakadu.home="%KAKADU_HOME%" -Djava.library.path="%KAKADU_HOME%"
rem ----- Execute Command ---------------------------------------
"%CATALINA_HOME%\bin\catalina.bat" start
goto end
:javahomeerror
echo The JAVA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:catalinahomeerror
echo The CATALINA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:djatokahomeerror
echo The DJATOKA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:kakaduhomeerror
echo The KAKADU_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:end | sul-dlss/djatoka | bin/tomcat.bat | bat | mit | 2,421 |
rem ---------------------------------------------------------------------------
rem Append to CLASSPATH
rem
rem $Id: cpappend.bat 758256 2009-03-25 13:43:00Z mturk $
rem ---------------------------------------------------------------------------
rem Process the first argument
if ""%1"" == """" goto end
set CLASSPATH=%CLASSPATH%;%1
shift
rem Process the remaining arguments
:setArgs
if ""%1"" == """" goto doneSetArgs
set CLASSPATH=%CLASSPATH% %1
shift
goto setArgs
:doneSetArgs
:end | xxxllluuu/uavstack | com.creditease.uav.monitorframework.buildComponent/bin/makeclasspath.bat | bat | apache-2.0 | 488 |
rem
rem This is a fallback to build the python extensions with Python 2.5 and
rem MSVC 7.1 on windows when the setup.py magic does not work. It assumes
rem that "python setup.py build" has already created the build/lib... directory
rem and copied in the appropriate .py files.
rem
set PYTHONHOME=C:\OSGeo4W\apps\Python25
set OUTDIR=build\lib.win32-2.5\osgeo
set CLARGS=/c /nologo /Ox /MD /EHsc /DNDEBUG -I../../port -I../../gcore -I../../alg -I../../ogr/ -I%PYTHONHOME%\include -I%PYTHONHOME%\PC -I%PYTHONHOME%\lib\site-packages\numpy\core\include
cl.exe %CLARGS% extensions\gdal_wrap.cpp
cl.exe %CLARGS% extensions\osr_wrap.cpp
cl.exe %CLARGS% extensions\ogr_wrap.cpp
cl.exe %CLARGS% extensions\gdalconst_wrap.c
cl.exe %CLARGS% extensions\gdal_array_wrap.cpp
set LINKOPTS=/DLL /nologo /INCREMENTAL:NO /LIBPATH:../../ /LIBPATH:%PYTHONHOME%\libs /LIBPATH:%PYTHONHOME%\PCBuild gdal_i.lib
link.exe %LINKOPTS% /EXPORT:init_gdal gdal_wrap.obj /OUT:%OUTDIR%\_gdal.pyd
if exist %OUTDIR%\_gdal.pyd.manifest mt -manifest %OUTDIR%\_gdal.pyd.manifest -outputresource:%OUTDIR%\_gdal.pyd;2
link.exe %LINKOPTS% /EXPORT:init_osr osr_wrap.obj /OUT:%OUTDIR%\_osr.pyd
if exist %OUTDIR%\_osr.pyd.manifest mt -manifest %OUTDIR%\_osr.pyd.manifest -outputresource:%OUTDIR%\_osr.pyd;2
link.exe %LINKOPTS% /EXPORT:init_ogr ogr_wrap.obj /OUT:%OUTDIR%\_ogr.pyd
if exist %OUTDIR%\_ogr.pyd.manifest mt -manifest %OUTDIR%\_ogr.pyd.manifest -outputresource:%OUTDIR%\_ogr.pyd;2
link.exe %LINKOPTS% /EXPORT:init_gdalconst gdalconst_wrap.obj /OUT:%OUTDIR%\_gdalconst.pyd
if exist %OUTDIR%\_gdalconst.pyd.manifest mt -manifest %OUTDIR%\_gdalconst.pyd.manifest -outputresource:%OUTDIR%\_gdalconst.pyd;2
link.exe %LINKOPTS% /EXPORT:init_gdal_array gdal_array_wrap.obj /OUT:%OUTDIR%\_gdal_array.pyd
if exist %OUTDIR%\_gdal_array.pyd.manifest mt -manifest %OUTDIR%\_gdal_array.pyd.manifest -outputresource:%OUTDIR%\_gdal_array.pyd;2
| kctan0805/vdpm | share/gdal/gdal-2.0.0/swig/python/fallback_build.bat | bat | lgpl-2.1 | 1,912 |
if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
cmd /c
| CodeDJ/qt5-hidpi | qt/qtwebkit/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpPostBuild.cmd | bat | lgpl-2.1 | 97 |
@echo off
set source=DynaCrcHack.c
set tcc=tcc\tcc
pushd "%~dp0"
if exist %tcc%.exe goto pre
rem local tcc not found, try to invoke a global tcc
set tcc=tcc
%tcc% utils\ding.c -luser32 -o utils\ding.exe >nul 2>nul
if %errorlevel% == 0 (
echo.
echo Using globally installed tcc ...
echo.
) else (
echo.
echo Missing ^<this-folder^>\tcc\tcc.exe
echo.
echo Please download TCC 0.9.25 for windows from http://bellard.org/tcc/
echo and extract the package to ^<this-folder^>\tcc
echo.
pause
goto end
)
:pre
if not exist utils\waitForChange.exe %tcc% utils\waitForChange.c -o utils\waitForChange.exe
if not exist utils\ding.exe %tcc% utils\ding.c -luser32 -o utils\ding.exe
:start
echo Compiling ...
echo.
%tcc% -shared -Wall %source%
if %errorlevel% == 0 (
echo -^> OK
utils\ding 2
) else (
echo -^> ERROR
utils\ding 1
utils\ding 1
)
if exist *.def del /Q *.def
echo Waiting ...
utils\waitForChange %source%
echo.
goto start
:end
popd | Alchemistxxd/pcsx2 | tools/dynacrchack/Auto_Compile.bat | bat | gpl-2.0 | 968 |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe Build.msbuild /property:Configuration=Release
| ymorozov/Sitecore.TestRunnerJS | build.bat | bat | mit | 104 |
@echo off
chcp 65001 > NUL
rem from issue #964
Setlocal EnableDelayedExpansion
rem Check Windows Version
set TOKEN=tokens=3*
ver | findstr /i "5\.0\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=3*
ver | findstr /i "5\.1\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=3*
ver | findstr /i "5\.2\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=3*
ver | findstr /i "6\.0\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=2*
ver | findstr /i "6\.1\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=2*
rem Start calculating PYTHON and PYTHON_DIR
set PYTHON=
set PYTHON_DIR=
Setlocal EnableDelayedExpansion
set PYTHON_DIR_OK=FALSE
set REGPATH=
for %%i in (3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5 2.4 2.3) do (
for %%j in (HKCU HKLM) do (
for %%k in (SOFTWARE\Wow6432Node SOFTWARE) do (
for %%l in (Python\PythonCore IronPython) do (
set REG_PYTHON_EXE=python.exe
if "%%l"=="IronPython" (
set REG_PYTHON_EXE=ipy.exe
)
@echo on
set REGPATH=%%j\%%k\%%l\%%i\InstallPath
rem @echo Regpath !REGPATH!
REG QUERY "!REGPATH!" /ve 1>nul 2>nul
if !ERRORLEVEL! equ 0 (
for /F "%TOKEN% delims= " %%A IN ('REG QUERY "!REGPATH!" /ve') do @set REG_PYTHON_DIR=%%B
if exist !REG_PYTHON_DIR! (
set REG_PYTHON=!REG_PYTHON_DIR!!REG_PYTHON_EXE!
rem set PYTHON_DIR_OK=TRUE
if "!PYTHON_DIR_OK!"=="FALSE" (
set PYTHON_DIR=!REG_PYTHON_DIR!
set PYTHON=!REG_PYTHON!
set PYTHON_DIR_OK=TRUE
)
rem set PYTHON_DIR_OK=FALSE
rem @echo Find !REG_PYTHON!
rem goto finished
)
)
echo off
)
rem for l
)
rem for k
)
rem for j
)
rem for i
:finished
Endlocal & SET PYTHON_DIR=%PYTHON_DIR% & SET PYTHON=%PYTHON%
if "%PYTHON_DIR%" == "" (
rem @echo No Python dir
set PYTHON=python
goto running
)
rem @echo %PYTHON_DIR%
if "%PYTHON%" == "" (
rem @echo No Python
set PYTHON=python
goto running
)
:running
rem @echo Using %PYTHON%
"%PYTHON%" -x "%~dp0waf" %* & Endlocal & exit /b %ERRORLEVEL%
| ys-nuem/numeric | waf.bat | bat | mit | 1,919 |
@echo off
npm install && node_modules\.bin\hubot.cmd --name "Bill Murray" %* | mrlannigan/homes-hubot | bin/hubot.cmd | bat | mit | 78 |
cabal-dev test
| garrettpauls/dicetool | scripts/test.bat | bat | mit | 15 |
@echo off
@echo [1/8] Building SwdPageRecorder...
@echo [2/8] Sharpening knives....
@rem Global variables
set SlnPath=..\SwdPageRecorder\SwdPageRecorder.sln
set SwdUiPath=..\Bin
set EnableNuGetPackageRestore=true
set STDOUT_DEFAULT=build.log
@rem =====================
echo Hello! >%STDOUT_DEFAULT%
@echo [3/8] Vacuuming a room...
@rem Build/output cleanup
@"C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" %SlnPath% /t:clean >>%STDOUT_DEFAULT%
@"C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" %SlnPath% >>%STDOUT_DEFAULT%
IF EXIST "SwdPageRecorder_Latest" rd SwdPageRecorder_Latest /Q /S >>%STDOUT_DEFAULT%
md SwdPageRecorder_Latest >>%STDOUT_DEFAULT%
@rem =====================
@echo [4/8] Doing some morning exercises...
@Rem
@REM empty step
@Rem
@echo [5/8] Cheving a gum...
@rem !!! Merge all dll files (except WebDriver.dll) into executable file
set MERGE_LIBS1=%SwdUiPath%\HtmlAgilityPack.dll %SwdUiPath%\Newtonsoft.Json.dll %SwdUiPath%\SwdPageRecorder.WebDriver.dll
set MERGE_LIBS2=%SwdUiPath%\RazorEngine.dll %SwdUiPath%\System.Web.Razor.dll %SwdUiPath%\NLog.dll %SwdUiPath%\FastColoredTextBox.dll
set MERGE_LIBS3=%SwdUiPath%\ClearScript.dll
ilmerge\ILMerge.exe /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5" /t:winexe /out:SwdPageRecorder_Latest\SwdPageRecorder.exe %SwdUiPath%\SwdPageRecorder.UI.exe %MERGE_LIBS1% %MERGE_LIBS2% %MERGE_LIBS3% >>%STDOUT_DEFAULT%
@REM Remove SwdPageRecorder.pdb
del /F /Q SwdPageRecorder_Latest\SwdPageRecorder.pdb
@rem =====================
@echo [6/8] Shovelling coal into the build...
@REM Copy license, javascript files, code templates and WebDriver.dll
xcopy %SwdUiPath%\JavaScript SwdPageRecorder_Latest\JavaScript /e/y/i >>%STDOUT_DEFAULT%
xcopy %SwdUiPath%\CodeTemplates SwdPageRecorder_Latest\CodeTemplates /e/y/i >>%STDOUT_DEFAULT%
xcopy %SwdUiPath%\Snippets SwdPageRecorder_Latest\Snippets /e/y/i >>%STDOUT_DEFAULT%
copy %SwdUiPath%\NLog.config SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy ..\license.md SwdPageRecorder_Latest\license.txt /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\start_selenium_server.bat SwdPageRecorder_Latest\start_selenium_server.bat /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\SwdPageRecorder.UI.exe.config SwdPageRecorder_Latest\SwdPageRecorder.exe.config /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\sample_ParserWebElements.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\sample_ParserWebElements.lib.json2.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
@REM # Copy WebDriver DLL files
copy %SwdUiPath%\WebDriver.dll SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
@REM #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~
@echo [7/8] Cutting the edges...
@REM Compressing the build folder
@REM TODO!!!
@echo [8/8] Build completed.
| moinuddin14/swd-recorder | build/go.bat | bat | mit | 2,853 |
@PUSHD "%~dp0" & "..\..\..\launcher.exe" "play-ShadowOfTheWoolBall.ini" | Kroc/PortaDOOM | PortaDOOM/files/wads/conversions/ShadowOfTheWoolBall/play.bat | bat | mit | 71 |
msbuild /t:Rebuild /p:Configuration=Release ..\PivotalTrackerDotNet.sln
del /S /Q PivotalTrackerDotNet\lib\net452\*.*
mkdir PivotalTrackerDotNet\lib\net452
copy /Y ..\PivotalTrackerDotNet\bin\Release\PivotalTrackerDotNet.* PivotalTrackerDotNet\lib\net452
del PivotalTrackerDotNet.*.nupkg
NuGet.exe pack PivotalTrackerDotNet/PivotalTrackerDotNet.nuspec | Charcoals/PivotalTracker.NET | .nuget/nugetPack.cmd | bat | mit | 351 |
@echo off
set filetype=.pyc
for /r %%i in (*) do (
if %%~xi==%filetype% (
del %%i
)
) | rutherford/devops | cruft.bat | bat | mit | 99 |
@echo off
mode con cols=65 lines=32
setlocal enabledelayedexpansion
color 0a
title Login Program
:start1
cls
echo Input a number and press enter...
echo.
echo 1) Login
echo 2) Create New Account
set /p loginx1=">> "
if not %loginx1% leq 2 goto start1
if %loginx1% equ 1 goto login
echo What do you want your username to be?
set /p username1=">>> "
set v1f=0
:findspaces
set x=!v1f!
set Letter%v1f%=!username1:~%x%,1!
if "!Letter%v1f%!" equ " " (
echo.
echo.
echo Sorry, no spaces allowed in your username...
pause >nul
goto start1
)
if NOT "!Letter%v1f%!" equ "" (
set /a v1f=%v1f%+1
goto findspaces
)
echo What do you want your password to be?
set /p password1=">>> "
goto save
:login
cls
set /p name1=Username:
if not exist "%name1%.bat" (
echo Invalid Username...
pause >nul
goto start1
)
set /p pass1=Password:
call %name1%.bat
if not %password1% equ %pass1% (
echo Invalid Password
pause >nul
goto start1
)
goto menu
:save
(
echo set username1=%username1%
echo set password1=%password1%
)>%username1%.bat
goto start1
:menu
echo Logged in!
pause >nul | Apsis/Synthetic-Programming | Batch Login Program/run.bat | bat | mit | 1,122 |
:: See ../share/gtags/geco.rc for details.
@if not defined GECO_SELECTOR @(
for %%G in (percol percol.py peco fzf) do @(
%%G --version >nul 2>&1 && set GECO_SELECTOR=%%G&& goto okay
)
echo geco: percol, peco or fzf is required.
goto :eof
)
:okay
@more > %TEMP%\global.tags
@for %%T in (%TEMP%\global.tags) do @(
if %%~zT LEQ 2 (
echo No such tag in tags file
) else (
%GECO_SELECTOR% < %TEMP%\global.tags | less -T-
)
)
@del %TEMP%\global.tags
| loseblue/dot_file | soft/system/gnu_global/bin/gecoless.cmd | bat | gpl-2.0 | 488 |
echo off
cos.bat 1
| simatic/COS | cos_phase_1_windows.bat | bat | gpl-2.0 | 20 |
cmd_kernel/irq/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o kernel/irq/built-in.o kernel/irq/irqdesc.o kernel/irq/handle.o kernel/irq/manage.o kernel/irq/spurious.o kernel/irq/resend.o kernel/irq/chip.o kernel/irq/dummychip.o kernel/irq/devres.o kernel/irq/autoprobe.o kernel/irq/proc.o kernel/irq/pm.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | kernel/irq/.built-in.o.cmd | bat | gpl-2.0 | 364 |
cmd_arch/arm/lib/clearbit.o := arm-arago-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.clearbit.o.d -nostdinc -isystem /home/shyam/calixto/ti-sdk-am180x-evm/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/include -I/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -include asm/unified.h -msoft-float -c -o arch/arm/lib/clearbit.o arch/arm/lib/clearbit.S
deps_arch/arm/lib/clearbit.o := \
arch/arm/lib/clearbit.S \
/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/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/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/linkage.h \
/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/hwcap.h \
arch/arm/lib/bitops.h \
$(wildcard include/config/cpu/32v6k.h) \
arch/arm/lib/clearbit.o: $(deps_arch/arm/lib/clearbit.o)
$(deps_arch/arm/lib/clearbit.o):
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | arch/arm/lib/.clearbit.o.cmd | bat | gpl-2.0 | 2,077 |
cmd_sound/drivers/opl4/built-in.o := rm -f sound/drivers/opl4/built-in.o; arm-arago-linux-gnueabi-ar rcs sound/drivers/opl4/built-in.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/drivers/opl4/.built-in.o.cmd | bat | gpl-2.0 | 136 |
pushd %~dp0
if "%INSTALL_PREFIX%" == "" Call init-env.bat
Path %INSTALL_PREFIX%\bin\GraphicsMagick-Q8\bin;%INSTALL_PREFIX%\bin;%INSTALL_PREFIX%\bin;%Path%
popd
| kazuyaujihara/osra_vs | addpath.bat | bat | gpl-2.0 | 163 |
cmd_rte_ipv4_fragmentation.o = gcc -Wp,-MD,./.rte_ipv4_fragmentation.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -O3 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Werror -I/root/lixu/lib/librte_ip_frag -o rte_ipv4_fragmentation.o -c /root/lixu/lib/librte_ip_frag/rte_ipv4_fragmentation.c
| JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_ip_frag/.rte_ipv4_fragmentation.o.cmd | bat | gpl-2.0 | 650 |
cmd_drivers/misc/eeprom/built-in.o := rm -f drivers/misc/eeprom/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/misc/eeprom/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/misc/eeprom/.built-in.o.cmd | bat | gpl-2.0 | 245 |
call C:\WinPython34_x64\Scripts\env.bat
cd C:\WinPython34_x64\projects\github\OWT_WM_View
echo ----- Deleting previous build -----
RMDIR /S /Q C:\WinPython34_x64\projects\github\OWT_WM_View\build\exe.win-amd64-3.4
echo ----- Running build script -----
python build_executables.py build
echo ----- Launching Application -----
cd .\build\exe.win-amd64-3.4\
"WMView.exe"
cd ..\..
echo ----- Finished -----
@echo off
set size=0
for /r %%x in (.\build\exe.win-amd64-3.4\*) do set /a size+=%%~zx
set /a mb = %size% / 1000000
echo %size% Bytes
echo %mb% MB | dougthor42/OWT_WM_View | build_exe.bat | bat | gpl-3.0 | 565 |
@echo off
cd "nasm-2.09.07"
copy "nasm.exe" "%BIN_DIR%\nasmw.exe" /y /b | blinkseb/audiocodec.flac | windows/dependencies/scripts/copy_deps.bat | bat | gpl-3.0 | 72 |
@echo off
echo /*****************************************************************************************/ > debug.log 2>&1
echo /*****************************************************************************************/ >> debug.log 2>&1
echo /*** ***/ >> debug.log 2>&1
echo /*** UMD Patcher (v0.2.1b) is a CLI-based program for patching ISO-formatted UMD rips. ***/ >> debug.log 2>&1
echo /*** Copyright (C) 2017 Michael Colombo. ***/ >> debug.log 2>&1
echo /*** ***/ >> debug.log 2>&1
echo /*** This program is free software: you can redistribute it and/or modify ***/ >> debug.log 2>&1
echo /*** it under the terms of the GNU General Public License as published by ***/ >> debug.log 2>&1
echo /*** the Free Software Foundation, either version 3 of the License, or ***/ >> debug.log 2>&1
echo /*** (at your option) any later version. ***/ >> debug.log 2>&1
echo /*** ***/ >> debug.log 2>&1
echo /*** This program is distributed in the hope that it will be useful, ***/ >> debug.log 2>&1
echo /*** but WITHOUT ANY WARRANTY; without even the implied warranty of ***/ >> debug.log 2>&1
echo /*** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ***/ >> debug.log 2>&1
echo /*** GNU General Public License for more details. ***/ >> debug.log 2>&1
echo /*** ***/ >> debug.log 2>&1
echo /*** You should have received a copy of the GNU General Public License ***/ >> debug.log 2>&1
echo /*** along with this program. If not, see: http://www.gnu.org/licenses/ ***/ >> debug.log 2>&1
echo /*** ***/ >> debug.log 2>&1
echo /*****************************************************************************************/ >> debug.log 2>&1
echo /*****************************************************************************************/ >> debug.log 2>&1
echo. >> debug.log 2>&1
echo /****************************************************************************/
echo.
echo UMD Patcher (v0.2.1b) Copyright (C) 2017 Michael Colombo
echo.
echo This program comes with ABSOLUTELY NO WARRANTY; for details press 'D' key.
echo This is free software, and you are welcome to redistribute it
echo under certain conditions; press 'L' key for details or wait few seconds to skip.
echo.
echo /****************************************************************************/
del /f /q temp.hex >> debug.log 2>&1
echo GPL-A >> debug.log 2>&1
rem *** *** *** URL File *** *** ***
echo 0000 5b 7b 30 30 30 32 31 34 41 30 2d 30 30 30 30 2d > temp.hex
echo 0010 30 30 30 30 2d 43 30 30 30 2d 30 30 30 30 30 30 >> temp.hex
echo 0020 30 30 30 30 34 36 7d 5d 0d 0a 50 72 6f 70 33 3d >> temp.hex
echo 0030 31 39 2c 31 31 0d 0a 5b 49 6e 74 65 72 6e 65 74 >> temp.hex
echo 0040 53 68 6f 72 74 63 75 74 5d 0d 0a 55 52 4c 3d 68 >> temp.hex
echo 0050 74 74 70 73 3a 2f 2f 77 77 77 2e 67 6e 75 2e 6f >> temp.hex
echo 0060 72 67 2f 6c 69 63 65 6e 73 65 73 2f 71 75 69 63 >> temp.hex
echo 0070 6b 2d 67 75 69 64 65 2d 67 70 6c 76 33 2e 65 6e >> temp.hex
echo 0080 2e 68 74 6d 6c 0d 0a 49 44 4c 69 73 74 3d 0d 0a >> temp.hex
rem *** *** *** URL File *** *** ***
del /f /q GPLv3.url >> debug.log 2>&1
echo GPL-B >> debug.log 2>&1
certutil.exe -v -decodehex temp.hex GPLv3.url >> debug.log 2>&1
echo GPL-C >> debug.log 2>&1
del /f /q temp.hex >> debug.log 2>&1
echo GPL-D >> debug.log 2>&1
Choice /N /C DLS /T 2 /D S /M "" >> debug.log 2>&1
If Errorlevel 3 Goto SKIP
If Errorlevel 2 Goto LCH
If Errorlevel 1 Goto DCH
:LCH
Start GPLv3.url
Goto SKIP
:DCH
Start GPLv3.url
Goto SKIP
:SKIP
CLS
IF EXIST "SAO.iso" (
GOTO VERIFY
) ELSE (
@ECHO SAO.iso Not Found.
@ECHO You need to rename your file to "SAO.iso" first.
@ECHO Make sure "SAO.iso" is located within this folder.
GOTO EXIT
)
:VERIFY
SET FileSize1=1200226304 >> debug.log 2>&1
FOR %%I IN (SAO.iso) DO SET FileSize2=%%~zI >> debug.log 2>&1
IF %FileSize1% NEQ %FileSize2% (
@ECHO /*** ERROR START ***/ >> debug.log 2>&1
@ECHO 000 >> debug.log 2>&1
CertUtil -hashfile "SAO.iso" MD5 >> debug.log 2>&1
@ECHO 000 >> debug.log 2>&1
@ECHO Unexpected file size: %FileSize2% bytes. >> debug.log 2>&1
@ECHO 000 >> debug.log 2>&1
@ECHO /*** ERROR END ***/ >> debug.log 2>&1
@ECHO SAO.iso file size is %FileSize2% bytes, not %FileSize1% bytes.
@ECHO Your file might be encrypted, damaged or from a previously failed patch attempt.
@ECHO In order to use this patch, you need the intended decrypted UMD rip.
@ECHO If you believe this is a mistake, contact the patch maintainers on the website.
@ECHO A debug.log file has been generated. This patch will be stopped now.
GOTO EXIT
) ELSE (
@ECHO SAO.iso Found!
@ECHO Close all other programs before continuing.
@ECHO This is a BETA patch. Make a backup copy of your SAO.iso to use for future updates.
@ECHO NOTE: you need at least 4GB free disk space to use this patch - for temporary files.
PAUSE
@ECHO Proceeding with patching...
)
IF EXIST "cpkmakec.exe" (
GOTO DLLCH
) ELSE (
@ECHO ERROR - A dependency is missing: cpkmakec.exe
@ECHO Check the dependencies list in the documentation of the repository.
pause
GOTO EXIT
)
:DLLCH
IF EXIST "cpkmaker.dll" (
GOTO CLEAR
) ELSE (
@ECHO ERROR - A dependency is missing: cpkmaker.dll
@ECHO Check the dependencies list in the documentation of the repository.
pause
GOTO EXIT
)
:CLEAR
timeout /t 3 /nobreak >nul
cls
rem ***Note: old debug.log file will be erased at every start***
echo Logging output... >> debug.log 2>&1
echo ----------------- >> debug.log 2>&1
echo.
echo........................................................................................................................................................................................................
echo........................................??~...,,MMO........................................?I=..........................OMM.....................................................DI......................
echo.....DZ........ZMN......................MM:...,MM.M..MMMMMMMMMMMMMMMO......................MMI..........................8MM.........MM~..............?MMMMMMMMMMZ.............,MMM...MMZ................
echo.....DMM.......MM8......................MM,................~$$..$MM~.......................MMI..................MMMMMMMMMMMMMMMMM....NMMM.................................,.$MMD......ZMMM:........,....
echo......8MM.....,MM.......................MMMMI..............ZMMNMM7.........................MMMM$.........MMMZ..........MMMM............~.......,MM=.MMMMMMMMMMMMMMZ.......MMMM..........,........MMN....
echo..............MM7...MMMMMMMMMMMMMMMMM:..MM:7MNMMM+.........8MMZ~......~MMMMMMMMMMMMMMMMM,..MM$7MMMMM+....MMMD........IMM8MM...................8MM:.............+MM....?MMMN.MM,................=MMZ.....
echo............OMM=........................MM:.....?..........MM~.............................MMI.....?...............NMM:.8MM................,MMN7..............?MM....DM,....MM...............NMMN.......
echo..........DMMM..........................MM:..............:MM$..............................MMI..................$MMM=...8MM...........:8MMMMM,..............:MMM............MM.........:7MMMMMI.........
echo......,MMMM?............................MM,............ZMMM................................MMI........................I?MMN........DMMMM8:..............:NMMMD..............MM,.....:MMMMN?.............
echo........................................................................................................................................................................................................
echo........................................................................................................................................................................................................
echo..................................................,DMM=.MN..MN..M8..7MMO...MMMN=.?MMM8.......MN...MMMM+.+MMMMM....:DMN~..MM..,M:DM....MD.MM..$M.MMMMM...................................................
echo..................................................MD....+M.8MM,$M.,MD..=N7.MI.~M~?M..~MZ....MMM:..MD..MI..7M.....MM...MM.MMM+,M:DM....MN.MMM.$M.MM......................................................
echo...................................................:OMM..MNM+MMMO.?M,...MM.MMMMD.?M...MM...?M.8M..MMMMN...7M.....MN...OM.MM,M8M:DM....MN.MZIMDM.MMNNM...................................................
echo..................................................NMMM8..:MM..MM...,MMMMI..MI.DM.?MMMMI....M7,.MM.MD.$M...7M......8MMMN..MM..MM:DMMMM.MN.MZ..MM.MMMMM...................................................
echo........................................................................................................................................................................................................
echo.........................................................................................INFINITY....MOMENT.............................................................................................
echo........................................................................................................................................................................................................
echo......................................................................................ENGLISH....BETA....PATCH..........................................................................................
echo........................................................................................................................................................................................................
echo.
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" & set "Min=%dt:~10,2%" & set "Sec=%dt:~12,2%"
set "datestamp=%YYYY%%MM%%DD%" & set "timestamp=%HH%%Min%%Sec%"
echo Patching started. (NOTE: it will take SOME time)
echo Passage 1/9...
set imhere=%~dp0
echo /*** PASSAGE 1 START ***/ >> debug.log 2>&1
echo 001 >> debug.log 2>&1
mkdir temp >> debug.log 2>&1
echo 001.0 >> debug.log 2>&1
rd /s /q "%imhere%temp\PSP_GAME" >> debug.log 2>&1
echo 001.1 (cleanup) >> debug.log 2>&1
7z.exe x SAO.iso PSP_GAME/INSDIR/INSTALL.DAT -otemp >> debug.log 2>&1
echo 002 >> debug.log 2>&1
del /f /q INSTALL.DAT >> debug.log 2>&1
echo 002.1 (cleanup) >> debug.log 2>&1
IF EXIST "temp\PSP_GAME\INSDIR\INSTALL.DAT" (
GOTO FILE01
) ELSE (
@ECHO temp\PSP_GAME\INSDIR\INSTALL.DAT Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE01
move /y "%imhere%temp\PSP_GAME\INSDIR\INSTALL.DAT" "%imhere%INSTALL.DAT" >> debug.log 2>&1
echo 003 >> debug.log 2>&1
rd /s /q "%imhere%temp\PSP_GAME" >> debug.log 2>&1
echo 004 >> debug.log 2>&1
CertUtil -hashfile "INSTALL.DAT" MD5 >> debug.log 2>&1
echo 005 >> debug.log 2>&1
echo /*** PASSAGE 1 END ***/ >> debug.log 2>&1
echo 006 >> debug.log 2>&1
echo Passage 2/9...
echo /*** PASSAGE 2 START ***/ >> debug.log 2>&1
echo 007 >> debug.log 2>&1
del /f /q DATA.BIN >> debug.log 2>&1
echo 007.1 (cleanup) >> debug.log 2>&1
ren INSTALL.DAT DATA.BIN >> debug.log 2>&1
echo 008 >> debug.log 2>&1
del /f /q header vkey >> debug.log 2>&1
echo 008.1 (cleanup) >> debug.log 2>&1
pgdecrypt.exe >> debug.log 2>&1
echo 009 >> debug.log 2>&1
del /f /q DATA.BIN header vkey >> debug.log 2>&1
echo 010 >> debug.log 2>&1
del /f /q install-jp.dat >> debug.log 2>&1
echo 010.1 (cleanup) >> debug.log 2>&1
ren DATA.BIN.decrypt install-jp.dat >> debug.log 2>&1
echo 011 >> debug.log 2>&1
CertUtil -hashfile "install-jp.dat" MD5 >> debug.log 2>&1
echo 012 >> debug.log 2>&1
echo /*** PASSAGE 2 END ***/ >> debug.log 2>&1
echo 013 >> debug.log 2>&1
echo Passage 3/9...
echo /*** PASSAGE 3 START ***/ >> debug.log 2>&1
echo 014 >> debug.log 2>&1
rd /s /q "%imhere%temp\install-jp" >> debug.log 2>&1
echo 014.1 (cleanup) >> debug.log 2>&1
mkdir "%imhere%temp\install-jp" >> debug.log 2>&1
echo 015 >> debug.log 2>&1
del /f /q dump2.hex >> debug.log 2>&1
echo 015.1 (cleanup) >> debug.log 2>&1
rem *** *** *** quickbms.bat File *** *** ***
echo 0000 40 65 63 68 6f 20 6f 66 66 0d 0a 73 65 74 20 69 > dump2.hex
echo 0010 6d 68 65 72 65 3d 25 7e 64 70 30 0d 0a 0d 0a 65 >> dump2.hex
echo 0020 63 68 6f 20 50 72 6f 63 65 73 73 69 6e 67 20 43 >> dump2.hex
echo 0030 50 4b 20 61 72 63 68 69 76 65 2e 2e 2e 0d 0a 0d >> dump2.hex
echo 0040 0a 71 75 69 63 6b 62 6d 73 2e 65 78 65 20 2d 6f >> dump2.hex
echo 0050 20 71 75 69 63 6b 62 6d 73 2e 62 6d 73 20 69 6e >> dump2.hex
echo 0060 73 74 61 6c 6c 2d 6a 70 2e 64 61 74 20 22 25 69 >> dump2.hex
echo 0070 6d 68 65 72 65 25 74 65 6d 70 5c 69 6e 73 74 61 >> dump2.hex
echo 0080 6c 6c 2d 6a 70 22 20 3e 3e 20 64 65 62 75 67 2e >> dump2.hex
echo 0090 6c 6f 67 20 32 3e 26 31 0d 0a 65 63 68 6f 20 30 >> dump2.hex
echo 00a0 31 36 20 3e 3e 20 64 65 62 75 67 2e 6c 6f 67 20 >> dump2.hex
echo 00b0 32 3e 26 31 0d 0a 0d 0a 65 63 68 6f 20 44 6f 6e >> dump2.hex
echo 00c0 65 2e 0d 0a 74 69 6d 65 6f 75 74 20 2f 74 20 33 >> dump2.hex
echo 00d0 20 2f 6e 6f 62 72 65 61 6b 20 3e 6e 75 6c >> dump2.hex
rem *** *** *** quickbms.bat File *** *** ***
del /f /q quickbms.bat >> debug.log 2>&1
echo 015.2 (cleanup) >> debug.log 2>&1
certutil.exe -v -decodehex dump2.hex quickbms.bat >> debug.log 2>&1
echo 015.5 >> debug.log 2>&1
start /wait cmd /c quickbms.bat
rem ***016 from quickbms.bat***
echo 017 >> debug.log 2>&1
IF EXIST "temp\install-jp" (
GOTO FILE02
) ELSE (
@ECHO temp\install-jp Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE02
du -q -v "%imhere%temp\install-jp" >> debug.log 2>&1
echo 018 >> debug.log 2>&1
del /f /q quickbms.bat install-jp.dat >> debug.log 2>&1
echo 019 >> debug.log 2>&1
del /f /q dump2.hex >> debug.log 2>&1
echo 019.0 >> debug.log 2>&1
echo /*** PASSAGE 3 END ***/ >> debug.log 2>&1
echo 020 >> debug.log 2>&1
echo Passage 4/9...
echo /*** PASSAGE 4 START ***/ >> debug.log 2>&1
echo 021 >> debug.log 2>&1
rd /s /q install-jp >> debug.log 2>&1
echo 021.1 (cleanup) >> debug.log 2>&1
move "%imhere%temp\install-jp" "%imhere%install-jp" >> debug.log 2>&1
echo 022 >> debug.log 2>&1
IF EXIST "install-jp" (
GOTO FILE03
) ELSE (
@ECHO install-jp Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE03
du.exe -nobanner -q -v install-jp >> debug.log 2>&1
echo 022.0 >> debug.log 2>&1
del /f /q install-jp.tar >> debug.log 2>&1
echo 022.1 (cleanup) >> debug.log 2>&1
tar.exe --owner=0 --group=0 --numeric-owner --mtime="@${ZA_WARUDO}" -cf install-jp.tar install-jp >> debug.log 2>&1
echo 023 >> debug.log 2>&1
CertUtil -hashfile "install-jp.tar" MD5 >> debug.log 2>&1
echo 024 >> debug.log 2>&1
7z.exe t "install-jp.tar" >> debug.log 2>&1
echo 025 >> debug.log 2>&1
rd /s /q install-jp >> debug.log 2>&1
echo 026 >> debug.log 2>&1
echo /*** PASSAGE 4 END ***/ >> debug.log 2>&1
echo 027 >> debug.log 2>&1
echo Passage 5/9...
echo /*** PASSAGE 5 START ***/ >> debug.log 2>&1
echo 028 >> debug.log 2>&1
del /f /q install-en.tar >> debug.log 2>&1
echo 028.1 (cleanup) >> debug.log 2>&1
IF EXIST "install-jp.tar" (
GOTO FILE04
) ELSE (
@ECHO install-jp.tar Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE04
xdelta.exe -d -vfs "install-jp.tar" "xdelta-i.xdelta" "install-en.tar" >> debug.log 2>&1
echo 029 >> debug.log 2>&1
CertUtil -hashfile "install-en.tar" MD5 >> debug.log 2>&1
echo 030 >> debug.log 2>&1
7z.exe t "install-en.tar" >> debug.log 2>&1
echo 031 >> debug.log 2>&1
del /f /q install-jp.tar >> debug.log 2>&1
echo 032 >> debug.log 2>&1
echo /*** PASSAGE 5 END ***/ >> debug.log 2>&1
echo 033 >> debug.log 2>&1
echo Passage 6/9...
echo /*** PASSAGE 6 START ***/ >> debug.log 2>&1
echo 034 >> debug.log 2>&1
rd /s /q "%imhere%temp\install-en" >> debug.log 2>&1
echo 034.1 (cleanup) >> debug.log 2>&1
IF EXIST "install-en.tar" (
GOTO FILE05
) ELSE (
@ECHO install-en.tar Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE05
7z.exe x install-en.tar -otemp >> debug.log 2>&1
echo 035 >> debug.log 2>&1
du.exe -nobanner -q -v "temp\install-en" >> debug.log 2>&1
echo 036 >> debug.log 2>&1
del /f /q install-en.tar >> debug.log 2>&1
echo 037 >> debug.log 2>&1
echo /*** PASSAGE 6 END ***/ >> debug.log 2>&1
echo 038 >> debug.log 2>&1
echo Passage 7/9...
echo /*** PASSAGE 7 START ***/ >> debug.log 2>&1
echo 039 >> debug.log 2>&1
del /f /q INSTALL.DAT >> debug.log 2>&1
echo 039.1 (cleanup) >> debug.log 2>&1
IF EXIST "temp\install-en" (
GOTO FILE06
) ELSE (
@ECHO temp\install-en Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE06
cpkmakec.exe "temp\install-en" INSTALL.cpk -align=2048 -mode=FILENAME -code=UTF-8 -forcecompress -view >> debug.log 2>&1
echo 040 >> debug.log 2>&1
IF EXIST "INSTALL.cpk" (
GOTO FILE07
) ELSE (
@ECHO INSTALL.cpk Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE07
ren INSTALL.cpk INSTALL.DAT >> debug.log 2>&1
echo 041 >> debug.log 2>&1
CertUtil -hashfile "INSTALL.DAT" MD5 >> debug.log 2>&1
echo 042 >> debug.log 2>&1
rd /s /q "%imhere%temp\install-en" >> debug.log 2>&1
echo 043 >> debug.log 2>&1
echo /*** PASSAGE 7 END ***/ >> debug.log 2>&1
echo 044 >> debug.log 2>&1
echo Passage 8/9...
echo /*** PASSAGE 8 START ***/ >> debug.log 2>&1
7z.exe x SAO.iso PSP_GAME/SYSDIR/EBOOT.BIN -otemp >> debug.log 2>&1
echo 045 >> debug.log 2>&1
del /f /q EBOOT.BIN >> debug.log 2>&1
echo 045.1 (cleanup) >> debug.log 2>&1
IF EXIST "temp\PSP_GAME\SYSDIR\EBOOT.BIN" (
GOTO FILE08
) ELSE (
@ECHO temp\PSP_GAME\SYSDIR\EBOOT.BIN Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE08
move /y "%imhere%temp\PSP_GAME\SYSDIR\EBOOT.BIN" "%imhere%EBOOT.BIN" >> debug.log 2>&1
echo 046 >> debug.log 2>&1
del /f /q EBOOT.BIN.dec >> debug.log 2>&1
echo 046.1 (cleanup) >> debug.log 2>&1
IF EXIST "EBOOT.BIN" (
GOTO FILE09
) ELSE (
@ECHO EBOOT.BIN Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE09
rd /s /q "temp" >> debug.log 2>&1
echo 046.5 >> debug.log 2>&1
rd /s /q "PSP_GAME" >> debug.log 2>&1
echo 046.5 >> debug.log 2>&1
deceboot.exe EBOOT.BIN EBOOT.BIN.dec >> debug.log 2>&1
echo 047 >> debug.log 2>&1
CertUtil -hashfile "EBOOT.BIN.dec" MD5 >> debug.log 2>&1
echo 048 >> debug.log 2>&1
del /f /q EBOOT.BIN >> debug.log 2>&1
echo 049.1 (cleanup) >> debug.log 2>&1
IF EXIST "EBOOT.BIN.dec" (
GOTO FILE10
) ELSE (
@ECHO EBOOT.BIN.dec Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE10
xdelta.exe -d -vfs "EBOOT.BIN.dec" "xdelta-e.xdelta" "EBOOT.BIN" >> debug.log 2>&1
echo 050 >> debug.log 2>&1
CertUtil -hashfile "EBOOT.BIN" MD5 >> debug.log 2>&1
echo 051 >> debug.log 2>&1
del /f /q EBOOT.BIN.dec >> debug.log 2>&1
echo 052 >> debug.log 2>&1
echo /*** PASSAGE 8 END ***/ >> debug.log 2>&1
echo 053 >> debug.log 2>&1
echo Passage 9/9...
echo /*** PASSAGE 9 START ***/ >> debug.log 2>&1
echo 054 >> debug.log 2>&1
echo. & echo Your SAO.iso (Japanese) is going to get patched soon.
echo If you haven't already made a backup, do you want to make a backup copy now?
echo Keeping a copy of the ISO is always recommended before any patch.
CHOICE /C YN /M "Press key"
IF ERRORLEVEL 2 (
GOTO AUTOMAN
) ELSE (
@ECHO 044-A1 >> debug.log 2>&1
ROBOCOPY "%imhere% " "%imhere%Backup " SAO.iso >> debug.log 2>&1
@ECHO 044-A2 >> debug.log 2>&1
CertUtil -hashfile "Backup\SAO.iso" MD5 >> debug.log 2>&1
@ECHO 044-A3 >> debug.log 2>&1
7z.exe t "Backup\SAO.iso" >> debug.log 2>&1
@ECHO 044-A4 >> debug.log 2>&1
@ECHO Backup Done.
GOTO CHECKF
)
:CHECKF
IF EXIST "Backup\SAO.iso" (
GOTO ZCHECK
) ELSE (
7z.exe a -m0=lzma2 -mx debug-%datestamp%-%timestamp%.7z debug.log >nul
@ECHO ERROR: cannot find backup file, something went wrong. All actions will be stopped.
@ECHO Please send debug-%datestamp%-%timestamp%.7z file to the patch authors.
PAUSE
GOTO EXIT
)
:ZCHECK
FOR %%I IN (Backup\SAO.iso) DO SET BackupSize1=%%~zI
IF %FileSize1% EQU %BackupSize1% (
GOTO AUTOMAN
) ELSE (
@ECHO /*** ERROR START ***/ >> debug.log 2>&1
@ECHO 044-B1 >> debug.log 2>&1
CertUtil -hashfile "Backup\SAO.iso" MD5 >> debug.log 2>&1
@ECHO 044-B2 >> debug.log 2>&1
7z.exe t "Backup\SAO.iso" >> debug.log 2>&1
@ECHO 044-B3 >> debug.log 2>&1
@ECHO Unexpected Backup Size: %BackupSize1% >> debug.log 2>&1
@ECHO 044-B4 >> debug.log 2>&1
@ECHO /*** ERROR END ***/ >> debug.log 2>&1
7z.exe a -m0=lzma2 -mx debug-%datestamp%-%timestamp%.7z debug.log >nul
@ECHO ERROR: the backup wasn't generated correctly. All actions will be stopped.
@ECHO Please send debug-%datestamp%-%timestamp%.7z file to the patch authors.
PAUSE
GOTO EXIT
)
:AUTOMAN
echo.
echo It's time for the final touch. Do you choose the Auto-patch or Manual patch?
CHOICE /C AM /M "Press key"
IF ERRORLEVEL 2 (
echo Compressing log file...
7z.exe a -m0=lzma2 -mx debug-%datestamp%-%timestamp%.7z debug.log
echo.
echo End. See the Memo.txt file for Manual procedure.
start Memo.txt
GOTO EXIT
) ELSE (
GOTO FINAL
)
:FINAL
FOR /F "TOKENS=4-7 DELIMS=[.] " %%i IN ('ver') DO (IF %%i==Version (SET v=%%j%%k) ELSE (SET v=%%i%%j))
IF %v% GTR 63 (
@ECHO.
@ECHO Windows 10 Detected. At this moment, the auto-patch isn't supported in Windows 10.
@ECHO Please use the Manual procedure ^(see Memo.txt^)
GOTO EXITL
) ELSE (
GOTO AUTOP
)
:AUTOP
IF EXIST "EBOOT.BIN" (
GOTO FILE11
) ELSE (
@ECHO EBOOT.BIN Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE11
IF EXIST "INSTALL.DAT" (
GOTO FILE12
) ELSE (
@ECHO INSTALL.DAT Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE12
echo.
echo Applying final patch...
rd /s /q "PSP_GAME" >> debug.log 2>&1
echo 054.4 (cleanup) >> debug.log 2>&1
mkdir "%imhere%PSP_GAME" >> debug.log 2>&1
echo 054.5 >> debug.log 2>&1
mkdir "%imhere%PSP_GAME\SYSDIR" >> debug.log 2>&1
echo 054.6 >> debug.log 2>&1
mkdir "%imhere%PSP_GAME\INSDIR" >> debug.log 2>&1
echo 054.7 >> debug.log 2>&1
move /y "EBOOT.BIN" "PSP_GAME\SYSDIR\" >> debug.log 2>&1
echo 054.8 >> debug.log 2>&1
move /y "INSTALL.DAT" "PSP_GAME\INSDIR\" >> debug.log 2>&1
echo 054.9 >> debug.log 2>&1
IF EXIST "PSP_GAME\SYSDIR\EBOOT.BIN" (
GOTO FILE13
) ELSE (
@ECHO PSP_GAME\SYSDIR\EBOOT.BIN Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:FILE13
IF EXIST "PSP_GAME\INSDIR\INSTALL.DAT" (
GOTO SWQSG
) ELSE (
@ECHO PSP_GAME\INSDIR\INSTALL.DAT Not Found.
@ECHO Something went wrong, try restarting the patch.
@ECHO If the problem repeats, send debug-%datestamp%-%timestamp%.7z to the patch creators.
GOTO EXITL
)
:SWQSG
WQSG_UMD.exe --iso=SAO.iso --file=.\PSP_GAME --log
echo 055 >> debug.log 2>&1
CertUtil -hashfile "Backup\SAO.iso" MD5 >> debug.log 2>&1
echo 056 >> debug.log 2>&1
rd /s /q "PSP_GAME" >> debug.log 2>&1
echo 057 >> debug.log 2>&1
echo.
echo SAO.iso has been patched completely.
echo.
echo Compressing log file...
7z.exe a -m0=lzma2 -mx debug-%datestamp%-%timestamp%.7z debug.log >nul
echo Created archive debug-%datestamp%-%timestamp%.7z
echo.
echo End. SAO.iso is now ready to be used on PSP (and emulator but read the notes in Memo.txt first).
GOTO EXIT
:EXITL
7z.exe a -m0=lzma2 -mx debug-%datestamp%-%timestamp%.7z debug.log >nul
start Memo.txt
:EXIT
PAUSE
| KyousukeKyaa/umd_patcher | UMD Patcher (v0.2.1b).bat | bat | gpl-3.0 | 25,671 |
echo off
set PATH=D:\Programme\Qt\2009.01\qt\bin
set PATH=%PATH%;D:\Programme\Qt\2009.01\bin;D:\Programme\Qt\2009.01\mingw\bin
set PATH=%PATH%;%SystemRoot%\System32
set PATH=%PATH%;D:\devel\CSXCAD\release;D:\devel\QCSXCAD\release
set PATH=%PATH%;D:\devel\tinyxml\release
set PATH=%PATH%;D:\devel\fparser\release
set PATH=%PATH%;D:\opt\VTK\bin
echo on
echo %PATH%
.\release\AppCSXCAD.exe | thliebig/AppCSXCAD | AppCSXCAD.bat | bat | gpl-3.0 | 398 |
@echo off
setlocal enabledelayedexpansion
set appFolder=Steal
set parentfolder=%CD%\%appFolder%\
SET HOUR=%TIME:~0,2%
IF "%HOUR:~0,1%" == " " SET HOUR=0%HOUR:~1,1%
set resultFolder=Result_%USERNAME%_%DATE:~6,4%%DATE:~3,2%%DATE:~0,2%%HOUR%%time:~3,2%%time:~6,2%
cd %appFolder%
md %resultFolder%
for /r . %%g in (*.exe) do (
set "var=%%g"
set var=!var:%parentfolder%=!
if "x!var:~-4!"=="x.exe" (
set var=!var:~0,-4!
)
start %%g /stext %resultFolder%/!var!.txt
)
exit | lucianot54/usb-sniffer-toolkit | Source/launch.bat | bat | gpl-3.0 | 484 |
set PACKAGE_DIR="%CD%"
REM clean if requested
if "%1" == "clean" call clean-build.bat
REM Prepend Qt 5.4 SDK Mingw to path
setlocal
set PATH=C:\Qt\Qt5.4.0\Tools\mingw491_32\bin;%PATH%
REM Establish build dir
set BUILD_DIR=build
IF "%CMAKE_BUILD_TYPE%" == "" set CMAKE_BUILD_TYPE=Release
IF "%CMAKE_BUILD_TYPE%" == "Debug" set BUILD_DIR=build-debug
REM perform 32-bit build
cd "%PACKAGE_DIR%"
mkdir "%BUILD_DIR%"
cd "%BUILD_DIR%"
del CMakeCache.txt
rmdir /s /q "%BUILD_DIR%\_CPack_Packages"
cmake -G"MinGW Makefiles" -DRSTUDIO_TARGET=Desktop -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% -DRSTUDIO_PACKAGE_BUILD=1 ..\..\..
mingw32-make
cd ..
REM perform 64-bit build and install it into the 32-bit tree
REM (but only do this if we are on win64)
IF "%PROCESSOR_ARCHITECTURE%" == "AMD64" call make-install-win64.bat "%PACKAGE_DIR%\%BUILD_DIR%\src\cpp\session" %1
REM create packages
cd "%BUILD_DIR%"
cpack -G NSIS
IF "%CMAKE_BUILD_TYPE%" == "Release" cpack -G ZIP
cd ..
REM reset modified environment variables (PATH)
endlocal
| nvoron23/rstudio | package/win32/make-package.bat | bat | agpl-3.0 | 1,031 |
@ECHO OFF
cd /d %~dp0
call CleanUp.cmd
cd %~dp0%..
IF EXIST UnittestDemo.zip del UnittestDemo.zip
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('UnittestDemo', 'UnittestDemo.zip'); }"
cd %~dp0
| HeSitates/UnittestDemo | CleanUpAndZip.cmd | bat | unlicense | 304 |
@echo off
setlocal enabledelayedexpansion
set PGSHELL_CONFDIR=%~1
rem Load the pgsql connection option parameters.
for /f "tokens=1,2 delims==" %%i in (%PGSHELL_CONFDIR%\pgsql_funcs.conf) do set %%i=%%j
psql -h %PGHOST% -p %PGPORT% -U %PGROLE% -d %PGDATABASE% -t -A -c "select (NOT(pg_is_in_recovery()))::int">result 2>&1
type result
del result
| laiyuandong/test | pg_monz_win/usr-local-bin/pgsql_primary.bat | bat | apache-2.0 | 347 |
set KIRIN_HOME=c:\workspace\vexed\KirinJS\Kirin
set NODE="c:\Program Files\nodejs\node"
cd w8\KirinW8Test
NODE ..\..\build.js --platform w8 --verbose --minify | futureplatforms/Kirin | src/w8/w8_prebuild.bat | bat | apache-2.0 | 158 |
set term pdf
set output "tree_time_sarp.pdf"
set xlabel "host #"
set xtics ("h10" 10, "h20" 20, "h30" 30, "h40" 40, "h50" 50, "h60" 60 )
set ylabel "RTT(ms)"
set xrange [2:64]
set yrange [0:300]
set key left Left reverse
set key font ",10"
set linestyle 5 lt rgb "black" lw 2
set key box linestyle 5
set style line 1 lt rgb "blue" lw 2 pt 6
set style line 5 lt rgb "red" lw 2 pt 2
set style line 2 lt rgb "violet" lw 2 pt 5
set style line 3 lt rgb "green" lw 2 pt 9
plot "tree_l2.dat" using 1:2 title 'Scenario #1 (Legacy)' with linespoint ls 1, \
"tree_sarp.dat" using 1:2 title 'Scenario #2 (Legacy + SARP_DAI)' with linespoint ls 2,\
"tree_arpresp.dat" using 1:2 title 'Scenario #3 (Proxy ARP)' with linespoint ls 3,\
"tree_sarp_resp.dat" using 1:2 title 'Scenario #4 (Proxy ARP + SARP_DAI)' with linespoint ls 5
| ddurando/pox.carp | measure/time/tree/sarp_plot.cmd | bat | apache-2.0 | 831 |
@echo off
if '%1'=='?' goto Usage
if '%1'=='/?' goto Usage
if /I '%1'=='h' goto Usage
if /I '%1'=='/h' goto Usage
REM ----------------------------------------------------------------------------
REM -- VARIABLES
REM ----------------------------------------------------------------------------
if x%ANDROID% == x set ANDROID=D:\sdk\asdk
set ANDROID_PLATFORM=%ANDROID%\platforms\android-17
set DX_PATH=%ANDROID%\build-tools\21.1.2
set DX_LIB=%DX_PATH%\lib
set EMBO_DEX=D:\cb9\lib\android\debug\classes.dex
set JAVA_PATH="C:\Program Files\Java\jdk1.7.0_71\bin"
set OUT_PATH=..\classes
REM ----------------------------------------------------------------------------
REM -- Vars check
REM ----------------------------------------------------------------------------
setlocal
echo Configuring...
if not exist %ANDROID%/nul (
echo ERROR: Please set ANDROID variable!
goto Exit
)
if not exist %ANDROID_PLATFORM%/nul (
echo ERROR: Please correct ANDROID_PLATFORM variable
goto Exit
)
if not exist %DX_PATH%/nul (
echo ERROR: Please correct DX_PATH variable to point Android build tools
goto Exit
)
if not exist %DX_LIB%/nul (
echo ERROR: Please correct DX_LIB variable to point Android build LIB dir
goto Exit
)
if not exist %EMBO_DEX% (
echo ERROR: Please correct EMBO_DEX variable to point BDS classes.dex file
goto Exit
)
if not exist %JAVA_PATH%/javac.exe (
echo ERROR: Please correct JAVA_PATH variable to point JAVAC.EXE
goto Exit
)
if not exist %OUT_PATH%\nul mkdir %OUT_PATH% 2> nul
REM ----------------------------------------------------------------------------
REM -- Internal options
REM ----------------------------------------------------------------------------
set PROJ_DIR=%CD%
set VERBOSE=0
if /I '%1' == 'V' set VERBOSE=1
if /I '%1' == '/V' set VERBOSE=1
REM ----------------------------------------------------------------------------
REM -- Actions
REM ----------------------------------------------------------------------------
echo Compiling the Java Sources...
mkdir output 2> nul
mkdir output\classes 2> nul
if x%VERBOSE% == x1 SET VERBOSE_FLAG=-verbose
%JAVA_PATH%\javac %VERBOSE_FLAG% -Xlint:deprecation -cp %ANDROID_PLATFORM%\android.jar -d output\classes ^
src\com\dpfaragir\DPFActivity.java ^
src\com\dpfaragir\DPFTextView.java ^
src\com\dpfaragir\DPFUtils.java ^
src\com\dpfaragir\DPFVideoView.java ^
src\com\dpfaragir\http\DPFHTTP.java ^
src\com\dpfaragir\http\DPFOnHTTPListener.java ^
src\com\dpfaragir\webview\DPFOnWebViewListener.java ^
src\com\dpfaragir\webview\DPFWebClient.java ^
src\com\dpfaragir\webview\DPFWebView.java ^
src\com\dpfaragir\listview\DPFListView.java ^
src\com\dpfaragir\listview\DPFOnListViewListener.java ^
src\com\dpfaragir\Animation\DPFOnAnimationListener.java ^
src\com\dpfaragir\Animation\DPFAnimation.java
if NOT x%ERRORLEVEL%==x0 (
echo ERROR: error compiling java sources. Try to set verbose mode.
goto Usage
)
echo Creating jar containing the new classes...
mkdir output\jar 2> nul
if x%VERBOSE% == x1 SET VERBOSE_FLAG=v
%JAVA_PATH%\jar c%VERBOSE_FLAG%f output\jar\test_classes.jar -C output\classes com
if NOT x%ERRORLEVEL%==x0 (
echo ERROR: error creating JAR. Try to set verbose mode.
goto Usage
)
echo Converting from jar to dex...
mkdir output\dex 2> nul
if x%VERBOSE% == x1 SET VERBOSE_FLAG=--verbose
call %DX_LIB%\dx.jar --dex %VERBOSE_FLAG% --output=%PROJ_DIR%\output\dex\test_classes.dex --positions=lines %PROJ_DIR%\output\jar\test_classes.jar
echo Merging dex files...
%JAVA_PATH%\java -cp %DX_LIB%\dx.jar com.android.dx.merge.DexMerger %PROJ_DIR%\output\dex\classes.dex %PROJ_DIR%\output\dex\test_classes.dex %EMBO_DEX%
del output\classes\com\dpfaragir\*.class
rmdir output\classes\com\dpfaragir /s /q
rmdir output\classes\com /s /q
rmdir output\classes /s /q
del output\dex\test_classes.dex
del output\jar\test_classes.jar
rmdir output\jar /s /q
echo Copy created classes to "%OUT_PATH%\classes.dex"
copy /Y output\dex\classes.dex %OUT_PATH%\classes.dex
echo All done!
echo Do not forget to read "Install.txt" to usage instructions
echo Good luck :)
goto Exit
:Usage
echo ----------------------------------------------------------------------------
echo USAGE: BUILD.BAT [/]OPTIONS
echo Where OPTIONS are:
echo v - be verbose
echo h - display help screen
echo Before usage you need to correct variables at start of file in VARIABLES section.
echo You need to set:
echo 1. Correct variables to point correct paths in your environment
echo 2. Set correct path to JAVAC.EXE
echo ----------------------------------------------------------------------------
:Exit
endlocal
| JouriM66/DPF.Android.Native.Components | JavaClasses/build.bat | bat | apache-2.0 | 4,740 |
@echo off
cd target
java -jar shiver-1.0.0-RELEASE.jar
| tommelo/shiver | shiver/shiver-run.bat | bat | apache-2.0 | 55 |
@echo off
echo # BUILD_DIR: "%1"
echo ---
echo addons: []
echo default_process_types:
echo web: dummy
| stefanschneider/dummy-buildpack | bin/release.bat | bat | apache-2.0 | 106 |
set project=iqrf_frc_example
rem //expected build dir structure
set buildexp=build\\Visual_Studio_14_2015\\x86
set currentdir=%cd%
set builddir=.\\%buildexp%
set libsdir=..\\..\\..
mkdir %builddir%
rem //get path to clibcdc libs
set clibcdc=%libsdir%\\clibcdc\\%buildexp%
pushd %clibcdc%
set clibcdc=%cd%
popd
rem //get path to clibspi libs
set clibspi=%libsdir%\\clibspi\\%buildexp%
pushd %clibspi%
set clibspi=%cd%
popd
rem //get path to clibdpa libs
set clibdpa=%libsdir%\\clibdpa\\%buildexp%
pushd %clibdpa%
set clibdpa=%cd%
popd
rem //get path to cutils libs
set cutils=%libsdir%\\cutils\\%buildexp%
pushd %cutils%
set cutils=%cd%
popd
rem //get path to iqrfd libs
set iqrfd=..\\..\\daemon\\%buildexp%
pushd %iqrfd%
set iqrfd=%cd%
popd
rem //launch cmake to generate build environment
pushd %builddir%
cmake -G "Visual Studio 14 2015" -Dclibdpa_DIR:PATH=%clibdpa% -Dcutils_DIR:PATH=%cutils% -Dclibcdc_DIR:PATH=%clibcdc% -Dclibspi_DIR:PATH=%clibspi% -Diqrfd_DIR:PATH=%iqrfd% %currentdir%
popd
rem //build from generated build environment
cmake --build %builddir%
| iqrfsdk/iqrf-daemon | examples/iqrf_frc_example/build32.bat | bat | apache-2.0 | 1,077 |
@echo off
setlocal
if exist install.bat goto ok
echo install.bat must be run from its folder
goto end
:ok
set OLDGOPATH=%GOPATH%
set GOPATH=%~dp0;
gofmt -tabs=false -tabwidth=4 -w src
go install autogo
set GOPATH=%OLDGOPATH%
:end
echo finished
| polaris1119/autogo | install.bat | bat | mit | 252 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S09_MeetingResponse.MSASCMD_S09_TC10_MeetingResponse_TentativeAcceptMeeting /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S09_TC10_MeetingResponse_TentativeAcceptMeeting.cmd | bat | mit | 310 |
cmd_fs/fat/built-in.o := arm-linux-gnueabihf-ld -EL -r -o fs/fat/built-in.o fs/fat/fat.o fs/fat/vfat.o
| Dee-UK/D33_KK_Kernel | fs/fat/.built-in.o.cmd | bat | gpl-2.0 | 108 |
pep8 --first test.py
pep8 --first test2.py
pause
| cztomczak/boovix | boovix1/static_analysis/tests/pep8_.bat | bat | bsd-3-clause | 49 |
@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\FlaskDance.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\FlaskDance.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
| singingwolfboy/flask-dance | docs/make.bat | bat | mit | 6,709 |
cmd_networking/libiproute/built-in.o := rm -f networking/libiproute/built-in.o; ar rcs networking/libiproute/built-in.o
| muthumani2/Muthu-busybox | networking/libiproute/.built-in.o.cmd | bat | gpl-2.0 | 121 |
@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\plumbery.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\plumbery.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
| DimensionDataCBUSydney/plumbery | docs/make.bat | bat | apache-2.0 | 6,463 |
%OPENSSL%\openssl enc -aes-128-ecb -nosalt -nopad -K %K16% -in plaintext -out aes_ecb_128.enc
%OPENSSL%\openssl enc -aes-192-ecb -nopad -nosalt -K %K24% -in plaintext -out aes_ecb_192.enc
%OPENSSL%\openssl enc -aes-256-ecb -nopad -nosalt -K %K32% -in plaintext -out aes_ecb_256.enc
%OPENSSL%\openssl enc -aes-128-cbc -nopad -nosalt -K %K16% -iv %IV% -in plaintext -out aes_cbc_128.enc
%OPENSSL%\openssl enc -aes-192-cbc -nopad -nosalt -K %K24% -iv %IV% -in plaintext -out aes_cbc_192.enc
%OPENSSL%\openssl enc -aes-256-cbc -nopad -nosalt -K %K32% -iv %IV% -in plaintext -out aes_cbc_256.enc
%OPENSSL%\openssl enc -aes-128-ctr -nopad -nosalt -K %K16% -iv %IV% -in plaintext -out aes_ctr_128.enc
%OPENSSL%\openssl enc -aes-192-ctr -nopad -nosalt -K %K24% -iv %IV% -in plaintext -out aes_ctr_192.enc
%OPENSSL%\openssl enc -aes-256-ctr -nopad -nosalt -K %K32% -iv %IV% -in plaintext -out aes_ctr_256.enc
%OPENSSL%\openssl enc -aes-128-cfb -nopad -nosalt -K %K16% -iv %IV% -in plaintext -out aes_cfb_128.enc
%OPENSSL%\openssl enc -aes-192-cfb -nopad -nosalt -K %K24% -iv %IV% -in plaintext -out aes_cfb_192.enc
%OPENSSL%\openssl enc -aes-256-cfb -nopad -nosalt -K %K32% -iv %IV% -in plaintext -out aes_cfb_256.enc
| serdzz/ChibiOS | test/crypto/ref/aes_ref.bat | bat | gpl-3.0 | 1,231 |
@echo off
REM ---------------------------------------------------------------------------
REM Copyright 2005,2006 WSO2, Inc. http://www.wso2.org
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM 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 ---------------------------------------------------------------------------
rem Client script for the Jaxws-Jaxrs/jaxrs_basic Sample
rem
rem Environment Variable Prequisites
rem
rem WSO2AppServer_HOME Must point at your WSO2 AppServer directory
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem
rem JAVA_OPTS (Optional) Java runtime options
rem ---------------------------------------------------------------------------
set CURRENT_DIR=%cd%
rem Make sure prerequisite environment variables are set
if not "%JAVA_HOME%" == "" goto gotJavaHome
echo The JAVA_HOME environment variable is not defined
echo This environment variable is needed to run this program
goto end
:gotJavaHome
if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome
goto okJavaHome
:noJavaHome
echo The JAVA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
echo NB: JAVA_HOME should point to a JDK/JRE
goto end
:okJavaHome
rem check the WSO2AppServer_HOME environment variable
if not "%WSO2AppServer_HOME%" == "" goto gotHome
set WSO2AppServer_HOME=%CURRENT_DIR%
if exist "%WSO2AppServer_HOME\bin\version.txt" goto okHome
rem guess the home. Jump two directories up to check if that is the home
cd ..\..\..
set WSO2AppServer_HOME=%cd%
cd %CURRENT_DIR%
:gotHome
if exist "%WSO2AppServer_HOME%\bin\version.txt" goto okHome
set WSO2AppServer_HOME=%~dp0..\..
if exist "%WSO2AppServer_HOME%\bin\version.txt" goto okHome
echo The WSO2AppServer_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:okHome
rem set the classes
setlocal EnableDelayedExpansion
rem loop through the libs and add them to the class path
cd %WSO2AppServer_HOME%\samples\Jaxws-Jaxrs\jaxrs_basic
set CLIENT_CLASSPATH=.\conf;.\build\classes
FOR %%C in (.\build\lib\*.jar) DO set CLIENT_CLASSPATH=!CLIENT_CLASSPATH!;.\build\lib\%%~nC%%~xC
rem ----- Execute The Requested Command ---------------------------------------
echo Using WSO2AppServer_HOME: %WSO2AppServer_HOME%
echo Using JAVA_HOME: %JAVA_HOME%
set _RUNJAVA="%JAVA_HOME%\bin\java"
%_RUNJAVA% %JAVA_OPTS% -Dwso2appserver.home="%WSO2AppServer_HOME%" -cp "%CLIENT_CLASSPATH%" -Djava.endorsed.dirs="%WSO2AppServer_HOME%\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed" demo.jaxrs.client.Client http://localhost:9763/jaxrs_basic/services/customers/customerservice %*
cd %CURRENT_DIR%
endlocal
:end
| sanethd/product-as | modules/samples/product/Jaxws-Jaxrs/jaxrs_basic/run-client.bat | bat | apache-2.0 | 3,319 |
@echo off
set MAVEN_OPTS=-Xms3g -Xmx3g
call mvn clean install
cd deep-qa-web/
call mvn jetty:run | Tonnkie/QuestionAnsweringSystem | startup.bat | bat | gpl-3.0 | 98 |
set SCRIPT_DIR=%~dp0
java -Xmx512M -jar "%SCRIPT_DIR%sbt-launch.jar" %* | matachi/rangeFix | tools/sbt.bat | bat | mit | 72 |
mkdir ..\Build
cd ..\Build
cmake .. -G"Visual Studio 9 2008 Win64" -DASMJIT_BUILD_LIBRARY=1 -DASMJIT_BUILD_TEST=1
cd ..\Scripts
pause
| kdar/quakeslash | externals/AsmJit/Scripts/configure-windows-vs2008-x64.bat | bat | mit | 134 |
@echo off
:: MinGW and CMake paths can be set here if they are not already defined in PATH
set MINGW_PATH=C:\Dev\mingw-builds\x32-4.8.0-posix-dwarf-rev2\mingw32\bin
set CMAKE_PATH=C:\Dev\CMake\cmake-3.0.0-win32-x86\bin
:: Set an out of source build dir
set BUILD_ROOT=%~dp0..\Fire-build
set BUILD_DIR=%BUILD_ROOT%\build
set INSTALL_LIBS_DIR=%BUILD_ROOT%\deps
set INSTALL_EXE_DIR=%BUILD_ROOT%\bin
set PROJECT_DIR=%~dp0
set MAKE_FLAGS=-j 3
set PATH=
set PATH=%PATH%;%MINGW_PATH%
set PATH=%PATH%;%CMAKE_PATH%
set SFML_MODULE_PATH=%INSTALL_LIBS_DIR%\cmake\Modules
set CMAKE_LIBRARY_PATH=%INSTALL_LIBS_DIR%\lib
set CMAKE_INCLUDE_PATH=%INSTALL_LIBS_DIR%\include
set PATH=%PATH%;%INSTALL_LIBS_DIR%\bin
| Polyfructol/Fire | config.bat | bat | mit | 701 |
@echo off
echo Setting up MSVC 2013 amd64...
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
echo Adding Git to the path...
set PATH=C:\Program Files (x86)\Git\bin;%PATH%
echo Adding Python 3.5 to the path...
set PATH=C:\Python35;%PATH%
| jasondegraw/batfiles | msvc2013-amd64.bat | bat | mit | 271 |
@echo off
REM Query the host for connected Android devices. If one is found, send RUNNING_CRITICAL memory signal to App
setlocal enabledelayedexpansion
set ANDROID_SDK=C:\Software\AndroidSDK
set BUILD_TOOLS=24.0.0
call "%~dp0\choose_device.bat"
if not exist "%~dp0\chosendevice.temp" (
echo "No device was chosen. Aborting."
exit /b
)
set /p chosendevice=< "%~dp0\chosendevice.temp"
del "%~dp0\chosendevice.temp"
set packagename=none
%ANDROID_SDK%\build-tools\%BUILD_TOOLS%\aapt dump badging test.apk > "%~dp0\tmpFile"
for /f "usebackq tokens=1-2 delims=|" %%a in (%~dp0\tmpFile) do (
for /f "delims= " %%b in ("%%a") do (
for /f "tokens=2 delims='" %%c in ("%%b") do (
set packagename=%%~c
goto packagefound
)
)
)
:packagefound
del %~dp0\tmpFile
echo Sending RUNNING_CRITICAL memory signal to "%packagename%" on !chosendevice!
adb shell am send-trim-memory %packagename% RUNNING_CRITICAL
timeout 2 | DavidEdwards/AndroidDevTools | test_critical_memory.bat | bat | mit | 919 |
@echo off
set "VIRTUAL_ENV=e:\Python\Flask\fwd\venv"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(venv) %PROMPT%"
REM Don't use () to avoid problems with them in %PATH%
if defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME
set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
:ENDIFVHOME
set PYTHONHOME=
REM if defined _OLD_VIRTUAL_PATH (
if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH1
set "PATH=%_OLD_VIRTUAL_PATH%"
:ENDIFVPATH1
REM ) else (
if defined _OLD_VIRTUAL_PATH goto ENDIFVPATH2
set "_OLD_VIRTUAL_PATH=%PATH%"
:ENDIFVPATH2
set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
| HoracioAlvarado/fwd | venv/Scripts/activate.bat | bat | mit | 730 |
@PUSHD "%~dp0" & "..\..\..\launcher.exe" "play-disjunct.ini" | Kroc/PortaDOOM | PortaDOOM/files/wads/episodes/disjunct/play.bat | bat | mit | 60 |
cmd_drivers/media/platform/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/platform/built-in.o drivers/media/platform/msm/built-in.o
| Algesat/BladeApex2 | drivers/media/platform/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_lib/zlib_deflate/zlib_deflate.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/zlib_deflate/zlib_deflate.o lib/zlib_deflate/deflate.o lib/zlib_deflate/deftree.o lib/zlib_deflate/deflate_syms.o
| DJSteve/StreakKernel | lib/zlib_deflate/.zlib_deflate.o.cmd | bat | gpl-2.0 | 242 |
# -*- mode: epics -*-
# This file should be used with EPICS base 3.15.4 and mrfioc2 (han branch)
# With current EEE 1.8.2, the proper command is
#
# iocsh -3.14.12.5 cpci-evg-220/david-cpci-evg220_14Hz-evr230.cmd
#
#
require mrfioc2,iocuser
epicsEnvSet( "IOC" "DG-TS-IOC")
epicsEnvSet( "SYS" "DG")
epicsEnvSet( "EVG" "EVG")
epicsEnvSet( "EVG_BUS" "0x10")
epicsEnvSet( "EVG_DEV" "0x0d")
epicsEnvSet( "EVG_FUNC" "0x0")
mrmEvgSetupPCI($(EVG), $(EVG_BUS), $(EVG_DEV), $(EVG_FUNC))
# Fake timestamp source for testing without real hardware timestamp source (e.g., GPS recevier)
mrmEvgSoftTime($(EVG))
epicsEnvSet( "EVR0" "EVR")
epicsEnvSet( "EVR0_BUS" "0x10")
epicsEnvSet( "EVR0_DEV" "0x09")
epicsEnvSet( "EVR0_FUNC" "0x0")
epicsEnvSet("EVR0_DOMAIN" "0x0000")
mrmEvrSetupPCI($(EVR0), $(EVR0_DOMAIN), $(EVR0_BUS), $(EVR0_DEV), $(EVR0_FUNC))
# ESS ICS Definition
epicsEnvSet("HWEVT" "14")
epicsEnvSet("EVTFREQ" "14")
epicsEnvSet("EPICSEVT" "14")
# Fake Timestamp
epicsEnvSet("EVRTSE" "-2")
# Don't change HBEVT
epicsEnvSet("HBEVT" "122")
# One can change, but don't change it.
epicsEnvSet("HBFREQ" "1")
# --------------------------------------------------------
# Set Heart Beat Event (Evtcode, Fre, TrigSrc7) (122, 1, 1)
# Set 14 Hz Event (Evtcode, Fre, TrigSrc0) (14, 14, 1)
#
dbLoadRecords("evg-cpci.db", "DEVICE=$(EVG), SYS=$(SYS), TrigEvt7-EvtCode-SP=$(HBEVT), Mxc2-Frequency-SP=$(HBFREQ), Mxc2-TrigSrc7-SP=1, TrigEvt0-EvtCode-SP=$(HWEVT), Mxc0-Frequency-SP=$(EVTFREQ), Mxc0-TrigSrc0-SP=1, SoftEvt-Enable-Sel=1")
dbLoadRecords("evr-cpci-230.db", "DEVICE=$(EVR0), SYS=$(SYS)")
#Generate trigger signals
# Time Stamping on EVR
dbLoadRecords("evr-softEvent.template", "DEVICE=$(EVR0), SYS=$(SYS), CODE=$(EPICSEVT), EVT=$(HWEVT)")
# Trigger Output on EVR
dbLoadRecords("evr-pulserMap.template", "DEVICE=$(EVR0), SYS=$(SYS), PID=0, F=Trig, ID=0, EVT=$(HWEVT)")
iocInit
# EVR
# make the timestamp available to other equipment (e.g., data acquisition)
dbpf $(SYS)-$(EVR0):Time-I.TSE $(EVRTSE)
# Which EVNT should we use? I guess the EPICS EventNumber EPICSEVT
dbpf $(SYS)-$(EVR0):Time-I.EVNT $(EPICSEVT)
dbl > $(IOC).pvlist
sleep(5)
# Mandatory if Fake timestamp source for testing without real hardware timestamp source (e.g., GPS recevier)
#
dbpf $(SYS)-$(EVG):SyncTimestamp-Cmd 1
| icshwi/icsem_scripts | cpci-evg-220/david-cpci-evg220_14Hz-evr230.cmd | bat | gpl-2.0 | 2,425 |
cmd_vmlinux.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o vmlinux.o arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm/common/built-in.o arch/arm/mach-s5pv210/built-in.o arch/arm/plat-s5p/built-in.o arch/arm/plat-samsung/built-in.o arch/arm/nwfpe/built-in.o arch/arm/vfp/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o arch/arm/lib/lib.a lib/lib.a arch/arm/lib/built-in.o lib/built-in.o drivers/built-in.o sound/built-in.o firmware/built-in.o net/built-in.o --end-group
| sktjdgns1189/android_kernel_iriver_MX100 | .vmlinux.o.cmd | bat | gpl-2.0 | 704 |
@echo off
if EXIST ..\lib\comm.jar goto build
echo.
echo ..\lib\comm.jar could not be found.
echo Make sure you downloaded this file and placed it in the lib dir.
goto end
:build
if %windir%==C:\WINDOWS goto windows
if %windir%==C:\WINNT goto winnt
echo Sorry, couldn't tell windows type.
echo That's what you get for using such a shitty OS!
goto end
:windows
cd windows
call build.bat
cd ..
goto end
:winnt
call winnt\build.bat
:end
echo.
| MehrCurry/x10 | bin/build.bat | bat | gpl-2.0 | 469 |
cmd_drivers/usb/core/hcd.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/usb/core/.hcd.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -DMODULE -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(hcd)" -D"KBUILD_MODNAME=KBUILD_STR(usbcore)" -c -o drivers/usb/core/hcd.o drivers/usb/core/hcd.c
deps_drivers/usb/core/hcd.o := \
drivers/usb/core/hcd.c \
$(wildcard include/config/att/wakeup.h) \
$(wildcard include/config/pm.h) \
$(wildcard include/config/usb/otg.h) \
$(wildcard include/config/usb/mon.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/markers.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.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/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
include/linux/posix_types.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/posix_types.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/processor.h \
$(wildcard include/config/nkernel.h) \
$(wildcard include/config/mmu.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/hwcap.h \
include/asm/nkern.h \
$(wildcard include/config/nkernel/console.h) \
include/asm/nk/f_nk.h \
include/asm/nk/nk_f.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem.h) \
include/linux/const.h \
arch/arm/plat-pnx/include/mach/memory.h \
$(wildcard include/config/mach/pnx/realloc.h) \
$(wildcard include/config/android/pmem.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/linux/linkage.h \
/data/embedded/acer/acergit/linux/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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/cmpxchg.h \
include/linux/stat.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/stat.h \
include/linux/time.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/printk/debug.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/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) \
/data/embedded/acer/acergit/linux/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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_printk.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/data/embedded/acer/acergit/linux/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) \
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) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/domain.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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/math64.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/div64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/highmem.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/unevictable/lru.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.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/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/wait.h \
/data/embedded/acer/acergit/linux/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 \
/data/embedded/acer/acergit/linux/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 \
/data/embedded/acer/acergit/linux/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/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
/data/embedded/acer/acergit/linux/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/ifar.h) \
$(wildcard include/config/cpu/pabrt/noifar.h) \
include/asm-generic/page.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 \
/data/embedded/acer/acergit/linux/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/mutex-debug.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/disable/obsolete/cpumask/functions.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/elf.h \
include/linux/elf-em.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/elf.h \
$(wildcard include/config/gcov/profile.h) \
/data/embedded/acer/acergit/linux/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/marker.h \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/preempt/rcu.h) \
include/linux/percpu.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/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/workqueue.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/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/timex.h \
arch/arm/plat-pnx/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/completion.h \
include/linux/rcuclassic.h \
$(wildcard include/config/rcu/cpu/stall/detector.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/module.h \
include/linux/version.h \
include/linux/utsname.h \
$(wildcard include/config/uts/ns.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.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/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/x86/ptrace/bts.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/tracing.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.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/rbtree.h \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/auxvec.h \
include/linux/prio_tree.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/ipcbuf.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/signal.h \
include/asm-generic/signal.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sigcontext.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.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/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/resource.h \
include/asm-generic/resource.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/security.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/aio.h \
$(wildcard include/config/aio.h) \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/nsproxy.h \
$(wildcard include/config/cgroup/ns.h) \
include/linux/err.h \
include/linux/mm.h \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/mmdebug.h \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/debug/virtual.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable.h \
include/asm-generic/4level-fixup.h \
/data/embedded/acer/acergit/linux/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/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/cpu-single.h \
arch/arm/plat-pnx/include/mach/vmalloc.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable-hwdef.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/io.h \
arch/arm/plat-pnx/include/mach/io.h \
arch/arm/plat-pnx/include/mach/hardware.h \
$(wildcard include/config/vaddr.h) \
arch/arm/plat-pnx/include/mach/cpu.h \
$(wildcard include/config/arch/pnx67xx.h) \
$(wildcard include/config/arch/pnx67xx/v2.h) \
$(wildcard include/config/arch/pnx6708.h) \
$(wildcard include/config/arch/pnx6711.h) \
$(wildcard include/config/arch/pnx6712.h) \
arch/arm/plat-pnx/include/mach/regs-pnx67xx.h \
$(wildcard include/config/offset.h) \
$(wildcard include/config/reg.h) \
$(wildcard include/config/value.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/semaphore.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/dma-mapping.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/scatterlist.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/irq.h \
arch/arm/plat-pnx/include/mach/irqs.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/unaligned.h \
include/linux/unaligned/le_byteshift.h \
include/linux/unaligned/be_byteshift.h \
include/linux/unaligned/generic.h \
include/linux/platform_device.h \
include/linux/usb.h \
$(wildcard include/config/usb/devicefs.h) \
$(wildcard include/config/usb/device/class.h) \
$(wildcard include/config/usb/suspend.h) \
include/linux/mod_devicetable.h \
include/linux/usb/ch9.h \
$(wildcard include/config/size.h) \
$(wildcard include/config/att/one.h) \
$(wildcard include/config/att/selfpower.h) \
$(wildcard include/config/att/battery.h) \
include/linux/delay.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/delay.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/irqnr.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/ftrace_irq.h \
$(wildcard include/config/dynamic/ftrace.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/hardirq.h \
include/linux/irq_cpustat.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/radix-tree.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/fcntl.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
drivers/usb/core/usb.h \
drivers/usb/core/hcd.h \
$(wildcard include/config/pci.h) \
drivers/usb/core/hub.h \
drivers/usb/core/hcd.o: $(deps_drivers/usb/core/hcd.o)
$(deps_drivers/usb/core/hcd.o):
| yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/usb/core/.hcd.o.cmd | bat | gpl-2.0 | 23,803 |
cmd_/home/rszuminski/Development/compat-wireless-2011-08-08/drivers/net/wireless/wl12xx/wl12xx_sdio.o := arm-eabi-ld -EL -r -o /home/rszuminski/Development/compat-wireless-2011-08-08/drivers/net/wireless/wl12xx/wl12xx_sdio.o /home/rszuminski/Development/compat-wireless-2011-08-08/drivers/net/wireless/wl12xx/sdio.o
| cdmdata/compat-wireless-2011-08-08 | drivers/net/wireless/wl12xx/.wl12xx_sdio.o.cmd | bat | gpl-2.0 | 320 |
@echo OFF
:: OptoFidelity Test Video Generator example script for
:: Windows platforms
:: Edit this file to select the file formats to use,
:: and then run it to generate the video.
:: Name of input file (any supported video format)
SET INPUT=big_buck_bunny_1080p_h264.mp4
:: Name of layout file (bitmap image defining the marker locations)
SET LAYOUT=layout.bmp
:: Name of output file
SET OUTPUT=output.mov
:: Video compression (select one)
:: You can get configuration parameters for each format in the manual or
:: by running e.g. gst-inspect-1.0 x264enc
:: - video/x-raw, format=I420 Uncompressed video (YUV I420)
:: - video/x-raw, format=YUY2 Uncompressed video (YUV YUY2/422)
:: - video/x-raw, format=BGR Uncompressed video (RGB 24bit)
:: - video/x-raw, format=BGRx Uncompressed video (RGB 32bit)
:: - x264enc H.264 video
:: - avenc_libx265 H.265 video
:: - jpegenc Motion-JPEG video
:: - avenc_mpeg4 MPEG-4 part 2
:: - avenc_mpeg2video MPEG-2 video
:: - avenc_wmv2 Windows Media Video 8
:: - avenc_flv Flash video
:: - vp9enc Google VP9 video
SET COMPRESSION=x264enc speed-preset=4
:: Video container format (select one)
:: The OUTPUT filename should have the corresponding file extension
:: - mp4mux .MP4
:: - 3gppmux .3GP
:: - avimux .AVI
:: - qtmux .MOV
:: - asfmux .ASF
:: - flvmux .FLV
:: - matroskamux .MKV
:: - webmmux .WEBM
SET CONTAINER=qtmux
:: Audio compression
:: - avenc_aac Advanced Audio Codec
:: - wavenc Microsoft WAV
:: - vorbisenc Vorbis audio encoder
:: - avenc_mp2 MPEG audio layer 2
:: - identity No audio compression (raw PCM)
set AUDIOCOMPRESSION=avenc_aac compliance=-2
:: Preprocessing (select one or comment all lines to disable)
:: - videoscale ! video/x-raw,width=XXX,height=XXX Resize the video
:: - videoscale ! video/x-raw,width=XXX,height=XXX,pixel-aspect-ratio=1/1 Resize the video and stretch aspect ratio
:: - videorate ! video/x-raw,framerate=XXX/1 Lower FPS by dropping frames
:: - videorate ! videoscale ! video/x-raw,framerate=XXX/1,width=XXX,height=XXX Combination of the two
::SET PREPROCESS=! videoscale ! video/x-raw,width=640,height=480
::SET PREPROCESS=! videorate ! video/x-raw,framerate=10/1
::SET PREPROCESS=! videorate ! videoscale ! video/x-raw,framerate=5/1,width=320,height=240
:: Number of frames to process (-1 for full length of input video)
SET NUM_BUFFERS=256
:: Interval of lipsync markers in milliseconds (-1 to disable)
SET LIPSYNC=-1
:: If true, only the calibration sequences are applied, ie. this creates
:: a separate calibration video
SET ONLY_CALIBRATION=false
:: If true, white color during calibration sequence is only placed in the marker area
SET RGB6_CALIBRATION=false
:: Parameters (in milliseconds) for:
:: - pre calibration white screen duration
:: - pre calibration markers duration
:: - post calibration white screen duration
:: If you want no calibration sequence to be added, just set these parameters to 0.
SET PRE_WHITE_DURATION=4000
SET PRE_MARKS_DURATION=1000
SET POST_WHITE_DURATION=5000
:: You can put just the settings you want to change in a file named something.tvg
:: and open it with Run_TVG.bat as the program.
if exist "%1" (
copy "%1" tmp.bat >NUL
call tmp.bat
del tmp.bat
@echo Loaded parameters from %1
)
@echo Starting test video generator..
call %~dp0gstreamer\env.bat
:: Store debug info in case something goes wrong
set DEBUGDIR=%~dp0debug
del %DEBUGDIR%\*.dot %DEBUGDIR%\*.txt %DEBUGDIR%\*.png 2>NUL
set GST_DEBUG_DUMP_DOT_DIR=%DEBUGDIR%
set GST_DEBUG_FILE=%DEBUGDIR%\log.txt
set GST_DEBUG=*:3
set QUEUE=queue max-size-bytes=100000000 max-size-time=10000000000
:: Actual command that executes gst-launch
gst-launch-1.0 -q ^
filesrc location="%INPUT%" ! autoaudio_decodebin name=decode %PREPROCESS% ! %QUEUE% ^
! oftvg location="%LAYOUT%" num-buffers=%NUM_BUFFERS% only_calibration=%ONLY_CALIBRATION% ^
rgb6_calibration=%RGB6_CALIBRATION% pre_white_duration=%PRE_WHITE_DURATION% pre_marks_duration=%PRE_MARKS_DURATION% ^
post_white_duration=%POST_WHITE_DURATION% name=oftvg lipsync=%LIPSYNC% ^
! queue ! videoconvert ! %COMPRESSION% ! %QUEUE% ! %CONTAINER% name=mux ! filesink location="%OUTPUT%" ^
decode. ! audioconvert ! volume volume=0.5 ! %QUEUE% ! oftvg. ^
oftvg. ! queue ! audioconvert ! %AUDIOCOMPRESSION% ! %QUEUE% ! mux.
if not [%2]==[nopause] (
@echo Done! Press enter to exit.
PAUSE
)
| OptoFidelity/TVG | scripts/Run_TVG.bat | bat | gpl-2.0 | 4,797 |
cmd_scripts/bin2c := gcc -Wp,-MD,scripts/.bin2c.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/users/alian/simulators/arm_stuff/gem5_dvfs_enabled_kernel/linux-linaro-tracking-gem5/tools/include -o scripts/bin2c scripts/bin2c.c
source_scripts/bin2c := scripts/bin2c.c
deps_scripts/bin2c := \
/usr/include/stdc-predef.h \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
scripts/bin2c: $(deps_scripts/bin2c)
$(deps_scripts/bin2c):
| alianmohammad/gem5-linux-kernel | scripts/.bin2c.cmd | bat | gpl-2.0 | 1,151 |
@echo off
REM Author: Robert Meolic (robert@meolic.com)
REM $Revision: 652 $
REM $Date: 2021-08-28 09:52:46 +0200 (sob, 28 avg 2021) $
REM
REM This file is part of Biddy.
REM Copyright (C) 2006, 2019 UM FERI, Koroska cesta 46, SI-2000 Maribor, Slovenia
REM Copyright (C) 2019, 2021 Robert Meolic, SI-2000 Maribor, Slovenia
REM
REM Biddy is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as
REM published by the Free Software Foundation; either version 2
REM of the License, or (at your option) any later version.
REM
REM Biddy is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public
REM License along with this program; if not, write to the Free
REM Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
REM Boston, MA 02110-1301 USA.]
REM use CFLAGS="-m32" to produce 32-bit libs
REM use CFLAGS="-m64" to produce 64-bit libs
REM leave empty for system default
SET CFLAGS=
SET NAME=biddy
FOR /F "USEBACKQ" %%T IN (`TYPE VERSION`) DO SET VVERSION=%%T
SET VERSION=%VVERSION:.=-%
SET MYZIP="C:\Program Files\7-Zip\7z.exe" a
SET SFX="C:\Program Files\7-Zip\7zsd_All_x64.sfx"
rm -f %NAME%-bin-%VERSION%-Win.7z
rm -f %NAME%-bin-%VERSION%-Win.exe
rm -f %NAME%-%VERSION%-Win.7z
rm -f %NAME%-%VERSION%-Win.exe
rm -fr .\%NAME%-%VERSION%
make "CFLAGS = %CFLAGS%" "BINDIR = ../biddy/%NAME%-%VERSION%"
make clean "BINDIR = ../biddy/%NAME%-%VERSION%"
cp COPYING ./%NAME%-%VERSION%/
cp CHANGES ./%NAME%-%VERSION%/CHANGES
cp biddy.h ./%NAME%-%VERSION%/
REM mpir.dll IS USED FOR BUILDING WITH Visual Studio, ONLY.
REM libmpir-16.dll IS USED FOR BUILDING WITH MINGW
REM libmpir-16.dll IS COPIED TO TARGET FOLDER BY Makefile.MINGW
REM SET MPIRDLL="C:\Users\Robert\Documents\mpir-dll-2.7.2\mpir.dll"
REM cp %MPIRDLL% ./%NAME%-%VERSION%/
%MYZIP% %NAME%-%VERSION%-Win.7z .\%NAME%-%VERSION%\* -x!.\%NAME%-%VERSION%\*.h -x!.\%NAME%-%VERSION%\*.a -x!.\%NAME%-%VERSION%\*.lib
cp biddy-cudd.h biddy-cudd.c ./%NAME%-%VERSION%/
cp biddy-example-8queens.c ./%NAME%-%VERSION%/
cp biddy-example-independence.c biddy-example-independence-europe.c biddy-example-independence-usa.c biddy-example-independence-test.c ./%NAME%-%VERSION%/
cp biddy-example-hanoi.c ./%NAME%-%VERSION%/
cp biddy-example-dictionary.c biddy-example-dictman.c biddy-example-dict-common.c biddy-example-dict-common.h ./%NAME%-%VERSION%/
cp biddy-example-bra.c ./%NAME%-%VERSION%/
cp biddy-example-pp.c biddy-example-pp-data.c biddy-example-pp-data.csv ./%NAME%-%VERSION%/
%MYZIP% %NAME%-dev-%VERSION%-Win.7z .\%NAME%-%VERSION%\*
echo "Creating %NAME%-bin-%VERSION%-Win.exe ..."
echo ;!@Install@!UTF-8! > cfg.cfg
echo Title="Biddy x64 edition (binary version)" >> cfg.cfg
echo BeginPrompt="Biddy x64 edition\nVersion %VVERSION%\n\nBiddy is a multi-platform academic Binary Decision Diagrams package.\n\nThis is free software. See GNU GPL (version 2).\n\nNOTE: No registry entry will be changed and no file will be\n created outside the target folder. You can uninstall\n this software by simply deleting the target folder.\n\nRobert Meolic (robert@meolic.com)" >> cfg.cfg
echo ExtractPathText="Please, enter EMPTY or NONEXISTENT target folder:" >> cfg.cfg
echo ExtractDialogText="Please, wait..." >> cfg.cfg
echo ExtractTitle="Extracting..." >> cfg.cfg
echo GUIFlags="8+32+64+256+4096" >> cfg.cfg
echo GUIMode="1" >> cfg.cfg
echo InstallPath="%HOMEPATH%\\biddy" >> cfg.cfg
echo ;!@InstallEnd@! >> cfg.cfg
copy /b /y %SFX% + cfg.cfg + "%NAME%-%VERSION%-Win.7z" "%NAME%-%VERSION%-Win.exe"
echo "Creating %NAME%-%VERSION%-Win.exe ..."
echo ;!@Install@!UTF-8! > cfg.cfg
echo Title="Biddy x64 edition (development version)" >> cfg.cfg
echo BeginPrompt="Biddy x64 edition\nVersion %VVERSION%\n\nBiddy is a multi-platform academic Binary Decision Diagrams package.\n\nThis is free software. See GNU GPL (version 2).\n\nNOTE: No registry entry will be changed and no file will be\n created outside the target folder. You can uninstall\n this software by simply deleting the target folder.\n\nRobert Meolic (robert@meolic.com)" >> cfg.cfg
echo ExtractPathText="Please, enter EMPTY or NONEXISTENT target folder:" >> cfg.cfg
echo ExtractDialogText="Please, wait..." >> cfg.cfg
echo ExtractTitle="Extracting..." >> cfg.cfg
echo GUIFlags="8+32+64+256+4096" >> cfg.cfg
echo GUIMode="1" >> cfg.cfg
echo InstallPath="%HOMEPATH%\\biddy" >> cfg.cfg
echo ;!@InstallEnd@! >> cfg.cfg
copy /b /y %SFX% + cfg.cfg + "%NAME%-dev-%VERSION%-Win.7z" "%NAME%-dev-%VERSION%-Win.exe"
rm -f cfg.cfg
rm -fr %NAME%-%VERSION%
rm -f %NAME%-%VERSION%-Win.7z
rm -f %NAME%-dev-%VERSION%-Win.7z
echo *******************
echo PACKAGES COMPLETED!
echo *******************
| meolic/biddy | package-bin.bat | bat | gpl-2.0 | 5,066 |
cmd_arch/arm/lib/csumpartialcopyuser.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -include asm/unified.h -msoft-float -c -o arch/arm/lib/csumpartialcopyuser.o arch/arm/lib/csumpartialcopyuser.S
deps_arch/arm/lib/csumpartialcopyuser.o := \
arch/arm/lib/csumpartialcopyuser.S \
$(wildcard include/config/cpu.h) \
/root/kernel-dev/linux-2.6.37/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) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/linkage.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hwcap.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
arch/arm/lib/csumpartialcopygeneric.S \
arch/arm/lib/csumpartialcopyuser.o: $(deps_arch/arm/lib/csumpartialcopyuser.o)
$(deps_arch/arm/lib/csumpartialcopyuser.o):
| srinugnt2000/linux-2.6.37 | arch/arm/lib/.csumpartialcopyuser.o.cmd | bat | gpl-2.0 | 2,120 |
cmd_fs/exportfs/built-in.o := ld -m elf_i386 -r -o fs/exportfs/built-in.o fs/exportfs/exportfs.o
| namgk/kernel-tut | fs/exportfs/.built-in.o.cmd | bat | gpl-2.0 | 101 |
::@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: XCOPY/robocopy Once a day batch file.
::
:: You can by-pass the once-a-day check by specifying an argument.
:: This batch file was made a little fancy, but the key point here
:: is the first xcopy line below (/L /D:%stra%).
::
:: The first xcopy line lists the chk file with today's timestamp.
:: If the file is absent or it is not of today, none will be listed.
:: The exit code reflect the result:
::
:: Exit code == 0 if chk file exists (job has been done today).
:: Exit code == 100 if chk file is not found (job not done yet). //valid for xcopy?
::
:: Here, the contents of the file is printed as the acknowledgement
:: of the job done (and do nothing else).
::
:: Alternatively, you could write it so that it quietly jumps to
:: the end. Use the following line for the if statement instead,
::
:: if errorlevel 0 goto end
::
:: Here, the check file was created inside "e:\" but it
:: can be elsewhere under any other (unique) name.
::
:: Created: 2001-07-23 Kan Yabumoto
:: Edited: 2014-10-20 David-Lee Kulsch
:: rewrite for xcopy and robocopy which are out of the box on windows 7 available
:: robocopy part modified from http://tambnguyen.com
:: available on http://github.com/The1andONLYdave/drivebackup
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
if not "%1" == "" goto start
::commandline arguments can force to skip all checks (drive d exist, drive e exits, backup yesterday or older)
::first check availability of harddisks in drive bay
xcopy "e:\xxexist.chk" /L /Y >nul
if %ERRORLEVEL% == 0 goto gdrive
echo.
MSG * "Drive E unavailable or e:\xxexist.chk file deleted."
goto end
:gdrive
xcopy "d:\xxexist.chk" /L /Y >nul
if %ERRORLEVEL% == 0 goto onedrive
echo.
MSG * "Drive D unavailable or d:\xxexist.chk file deleted."
goto end
:onedrive
::convert german date
set str=%DATE%
set year=%str:~6,4%
set month=%str:~3,2%
set day=%str:~0,2%
set stra=%month%-%day%-%year%
echo %stra%
::if backup yesterday or older(filedate xxonce.chk) goto start, else popup "backup already run"
xcopy "e:\xxonce.chk" /L /D:%stra% /Y >nul
if errorlevel 1 goto start
echo.
type "e:\xxonce.chk"
echo.
MSG * "Daily Backup run today already"
del "e:\xxonce.chk"
goto end
::
:start
MSG * "Beginn daily Backup"
::
:: The following section is executed once a day.
:: If the execution is aborted, the whole thing will be repeated.
::
robocopy "C:\Users\Dell\Documents" "E:\Google Drive\autobackup\Documents" /S /MIR /R:3 /W:1 /LOG:"E:\mirror_drive.log" /NP /V /XJD /XJF
robocopy "C:\Users\Dell\Music" "E:\Google Drive\autobackup\Music" /S /MIR /R:3 /W:1 /LOG+:"E:\mirror_drive.log" /NP /V /XJD /XJF
robocopy "C:\Users\Dell\Pictures" "E:\Google Drive\autobackup\Pictures" /S /MIR /R:3 /W:1 /LOG+:"E:\mirror_drive.log" /NP /V /XJD /XJF
robocopy "C:\Users\Dell\Saved Games" "E:\Google Drive\autobackup\Saved Games" /S /MIR /R:3 /W:1 /LOG+:"E:\mirror_drive.log" /NP /V /XJD /XJF
robocopy "C:\Users\Dell\Videos" "E:\Google Drive\autobackup\Videos" /S /MIR /R:3 /W:1 /LOG+:"E:\mirror_drive.log" /NP /V /XJD /XJF
::after we copied every folder in google drive we use the complete folder to mirror at oneDrive too
robocopy "E:\Google Drive\autobackup" "D:\Online\OneDrive\autobackup" /S /MIR /R:3 /W:1 /LOG:"E:\mirror_drive2.log" /NP /V /XJD /XJF
IF %ERRORLEVEL% GTR 7 MSG * "Something went wrong with mirroring Google Drive. Check log!"
:: /V für ausgelassene dateien
:: /XJD /XJF für nicht folgen von links auf directories und files
::
:: The echo line below creates the chk file when this is complete.
::
okay drives exists, robocopy finishes, now start onedrive and googledrive
start "Google Drive Sync" "C:\Program Files (x86)\Google\Drive\googledrivesync.exe"
start "OneDrive Sync" "C:\Users\Dell\AppData\Local\Microsoft\SkyDrive\SkyDrive.exe"
echo "Hello, XXCOPY. It's done, today" >"e:\xxonce.chk"
:end | The1andONLYdave/drivebackup | backup-google-drive-daily.bat | bat | gpl-2.0 | 3,920 |
@echo off
cd c:\users\%USERNAME%\Desktop\sandbox
| rodyo/dos_prompt | s.bat | bat | gpl-2.0 | 51 |
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/cs5535audio/built-in.o
| PrestigeMod/SHW-M440S | sound/pci/cs5535audio/.built-in.o.cmd | bat | gpl-2.0 | 205 |
@echo off
set OLDDIR=%CD%
cd /d %~dp0
REM ============================================
echo *** Generating a Windows GPAC installer ***
REM ============================================
:begin
IF "%1"=="win32" GOTO next
IF "%1"=="x64" GOTO next
echo You must specified target architecture : win32 or x64
GOTO Abort
:next
echo:
REM ============================================
echo Check NSIS is in your PATH
REM ============================================
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
SET "PRGROOT=%programfiles(x86)%"
)
if "%PROCESSOR_ARCHITECTURE%" == "x86" (
SET PRGROOT=%programfiles%
)
set NSIS_EXEC="%PRGROOT%\NSIS\makensis.exe"
if not exist "%PRGROOT%\NSIS\makensis.exe" echo NSIS couldn't be found at default location %NSIS_EXEC%
if not exist "%PRGROOT%\NSIS\makensis.exe" goto Abort
echo Found NSIS at default location %NSIS_EXEC%
echo:
REM ============================================
echo Retrieving version/revision information
REM ============================================
if not exist include/gpac/revision.h echo version couldn't be found - check include/gpac/revision.h exists
if not exist include/gpac/revision.h goto Abort
REM execute svnversion and check if the result if found within revision.h
for /f "delims=" %%i in ('svnversion.exe') do Set VarRevisionSVN=%%i
REM 'M', 'S', 'P', ':' are special 'svnversion' results
for /f "delims=" %%i in ('echo %VarRevisionSVN% ^| findstr /i /r M^"') do goto RevisionAbort
for /f "delims=" %%i in ('echo %VarRevisionSVN% ^| findstr /i /r S^"') do goto RevisionAbort
for /f "delims=" %%i in ('echo %VarRevisionSVN% ^| findstr /i /r P^"') do goto RevisionAbort
for /f "delims=" %%i in ('echo %VarRevisionSVN% ^| findstr /i /r :^"') do goto RevisionAbort
for /f "delims=" %%i in ('type include\gpac\revision.h ^| findstr /i /r "%VarRevisionSVN%"') do Set VarRevisionBuild=%%i
echo VarRevisionBuild = %VarRevisionBuild%
echo VarRevisionSVN = %VarRevisionSVN%
if !"%VarRevisionBuild%"==!"%VarRevisionSVN%" echo local revision and last build revision are not congruent - please consider rebuilding before generating an installer
if !"%VarRevisionBuild%"==!"%VarRevisionSVN%" goto Abort
REM echo version found: %VarRevisionSVN%
move packagers\win32_64\nsis\default.out packagers\win32_64\nsis\default.out_
echo Name "GPAC Framework ${GPAC_VERSION} for %1 revision %VarRevisionSVN%" > packagers\win32_64\nsis\default.out
echo OutFile "GPAC.Framework.Setup-${GPAC_VERSION}-rev%VarRevisionSVN%-%1.exe" >> packagers\win32_64\nsis\default.out
IF "%1"=="x64" echo !define IS_WIN64 >> packagers\win32_64\nsis\default.out
echo:
REM ============================================
echo Executing NSIS
REM ============================================
call %NSIS_EXEC% packagers\win32_64\nsis\gpac_installer.nsi
echo:
REM ============================================
echo Removing temporary files
REM ============================================
move packagers\win32_64\nsis\default.out_ packagers\win32_64\nsis\default.out
echo:
REM ============================================
echo Windows GPAC installer generated - goodbye!
REM ============================================
REM LeaveBatchSuccess
set VarRevisionSVN=
set VarRevisionBuild=
cd /d %OLDDIR%
exit/b 0
:RevisionAbort
echo SVN revision "%VarRevisionSVN%" is not a simple number, you may have local modification (please check 'svnrevision' flags meaning or execute the NSIS script manually)
:Abort
echo:
echo *** ABORTING: CHECK ERROR MESSAGES ABOVE ***
REM LeaveBatchError
set VarRevisionSVN=
set VarRevisionBuild=
cd /d %OLDDIR%
exit/b 1
| DmitrySigaev/gpac-sf | generate_installer.bat | bat | lgpl-2.1 | 3,697 |
@echo off
set OLDDIR=%CD%
cd /d %~dp0
for /f "delims=" %%a in ('svnversion') do echo #define GPAC_SVN_REVISION "%%a" > test.h
if not exist include\gpac\revision.h goto create
ECHO n|COMP test.h include\gpac\revision.h > nul
if errorlevel 1 goto create
DEL test.h
goto done
:create
MOVE /Y test.h include\gpac\revision.h
:done
cd /d %OLDDIR%
exit/b
| DmitrySigaev/gpac-sf | version.bat | bat | lgpl-2.1 | 369 |
@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% 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\tellurium.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\tellurium.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
| matthiaskoenig/sbmlutils | docs_builder/make.bat | bat | lgpl-3.0 | 7,255 |
@echo off
call scripts\00_install_recovery.bat
timeout /t 5 /nobreak
fastboot boot recovery/openrecovery-twrp-2.8.1.0-grouper.img
timeout /t 18 /nobreak
pause
echo Now copy the backup folder.
call scripts\01a_remove_data.bat
pause
call scripts\05_rename_folder.bat
call scripts\06_restore.bat
pause | kobotoolbox/android-deploy | 02_recovery_rename_restore_existing.bat | bat | apache-2.0 | 298 |
@echo off
@if not "%ECHO%" == "" echo %ECHO%
@if "%OS%" == "Windows_NT" setlocal
set ENV_PATH=.\
if "%OS%" == "Windows_NT" set ENV_PATH=%~dp0%
set conf_dir=%ENV_PATH%\..\conf
set nid_file=%conf_dir%\nid
set /p nid=<"%nid_file%"
set otter_conf=%conf_dir%\otter.properties
set logback_configurationFile=%conf_dir%\logback.xml
set CLASSPATH=%conf_dir%
set CLASSPATH=%conf_dir%\..\lib\*;%CLASSPATH%
set JAVA_MEM_OPTS= -Xms128m -Xmx512m -XX:PermSize=128m
set JAVA_OPTS_EXT= -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dapplication.codeset=UTF-8 -Dfile.encoding=UTF-8
set JAVA_DEBUG_OPT= -server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8099,server=y,suspend=n
set OTTER_OPTS= -DappName=otter-node -Ddubbo.application.logger=slf4j -Dlogback.configurationFile="%logback_configurationFile%" -Dnid=%nid%
set JAVA_OPTS= %JAVA_MEM_OPTS% %JAVA_OPTS_EXT% %JAVA_DEBUG_OPT% %OTTER_OPTS%
set CMD_STR= java %JAVA_OPTS% -classpath "%CLASSPATH%" com.alibaba.otter.node.deployer.OtterLauncher
echo start cmd : %CMD_STR%
java %JAVA_OPTS% -classpath "%CLASSPATH%" com.alibaba.otter.node.deployer.OtterLauncher
| alibaba/otter | node/deployer/src/main/bin/startup.bat | bat | apache-2.0 | 1,147 |
"../../bin/skel" -i dtaskbag.cpp -s dtaskbag.dsg.cpp | Templet-language/newtemplet | samples/dtaskbag/dtaskbag.dsg.bat | bat | apache-2.0 | 52 |
@rem ************************************************
@rem this script starts the Derby database server
@rem ************************************************
@rem change the following line to 'echo on' for debugging
@echo off
setlocal
@rem call dbSetenv.cmd script to set up the Derby environment
call dbSetenv
title Stop Derby Server
@rem stop the Derby database server
java org.apache.derby.drda.NetworkServerControl shutdown
echo Derby server stopped.
pause
endlocal | pabsormar/BTS-Netmind | NetmindCourses/JJD290 - Programación con Java SE8/LabSetup_FTJ8_20160729/StudentWork/FTJ/Derby/dbStop.cmd | bat | apache-2.0 | 520 |
set matchparam=%2
if "x%matchparam%" == "x" set matchparam="*"
if "x%TCLSH%" == "x" set TCLSH=tclsh86t
%TCLSH% %1.test -constraint userInteraction -verbose pe -match %matchparam% %3 %4 %5 %6 %7 %8 %9
| chpock/twapi | twapi/tests/runtest.bat | bat | bsd-3-clause | 200 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S03_BookmarkRops_SeekRowBookMarkNotSupported_TestSuite.MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkNotSupported_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\MS-OXCTABL.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S03_BookmarkRops_SeekRowBookMarkNotSupported_TestSuite.cmd | bat | mit | 364 |
@echo off
setlocal enableDelayedExpansion
set hostpath=%1
if "%hostpath%"=="" set hostpath=localhost
if exist full_test_results.txt (del full_test_results.txt)
if exist full_test_output.txt (del full_test_output.txt)
echo [ > full_test_results.txt
call test_405.bat %hostpath%
type test_405_results.txt >>full_test_results.txt
echo , >>full_test_results.txt
call get_test.bat %hostpath%
type get_test_results.txt >>full_test_results.txt
echo , >>full_test_results.txt
call post_test.bat %hostpath%
type post_test_results.txt >>full_test_results.txt
echo , >>full_test_results.txt
call put_test.bat %hostpath%
type put_test_results.txt >>full_test_results.txt
echo , >>full_test_results.txt
call delete_test.bat %hostpath%
type delete_test_results.txt >>full_test_results.txt
echo ] >>full_test_results.txt
| rbwatson/wlux_web_service | test/full_test.bat | bat | mit | 806 |
taskkill -im freecad.exe /f
@echo OFF
echo cadquery-freecad-module required
@echo ON
cd %~p0
start "" "c:\FreeCAD_016_6712\bin\freecad" main_generator.py C_01005_0402Metric
:: start "" "d:\FreeCAD_015\bin\freecad" main_generator.py %1
::pause | easyw/kicad-3d-models-in-freecad | cadquery/FCAD_script_generator/RF_Antenna_Chip_SMD/create_model-example.bat | bat | gpl-2.0 | 243 |
cmd_fs/ext3/xattr.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/ext3/.xattr.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(xattr)" -D"KBUILD_MODNAME=KBUILD_STR(ext3)" -c -o fs/ext3/xattr.o fs/ext3/xattr.c
deps_fs/ext3/xattr.o := \
fs/ext3/xattr.c \
$(wildcard include/config/ext3/fs/posix/acl.h) \
$(wildcard include/config/ext3/fs/security.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.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 \
include/asm/ioctl.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/wait.h \
$(wildcard include/config/lockdep.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/asm/posix_types.h \
include/asm/sgidefs.h \
include/asm/types.h \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/64bit/phys/addr.h) \
$(wildcard include/config/64bit.h) \
include/asm/processor.h \
$(wildcard include/config/32bit.h) \
$(wildcard include/config/mips/mt/fpaff.h) \
$(wildcard include/config/cpu/has/prefetch.h) \
include/linux/cpumask.h \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \
include/linux/bitops.h \
include/asm/bitops.h \
$(wildcard include/config/cpu/mipsr2.h) \
$(wildcard include/config/cpu/mips32.h) \
$(wildcard include/config/cpu/mips64.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
$(wildcard include/config/mips/mt/smtc.h) \
$(wildcard include/config/irq/cpu.h) \
$(wildcard include/config/mips/mt/smtc/instant/replay.h) \
include/asm/hazards.h \
$(wildcard include/config/cpu/r10000.h) \
$(wildcard include/config/cpu/rm9000.h) \
$(wildcard include/config/cpu/sb1.h) \
include/asm/barrier.h \
$(wildcard include/config/cpu/has/sync.h) \
$(wildcard include/config/cpu/has/wb.h) \
$(wildcard include/config/weak/ordering.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
include/asm/break.h \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm/byteorder.h \
$(wildcard include/config/cpu/mips64/r2.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm/cpu-features.h \
$(wildcard include/config/cpu/mipsr2/irq/vi.h) \
$(wildcard include/config/cpu/mipsr2/irq/ei.h) \
include/asm/cpu.h \
include/asm/cpu-info.h \
$(wildcard include/config/sgi/ip27.h) \
$(wildcard include/config/mips/mt.h) \
include/asm/cache.h \
$(wildcard include/config/mips/l1/cache/shift.h) \
include/asm-mips/mach-generic/kmalloc.h \
$(wildcard include/config/dma/coherent.h) \
include/asm-mips/mach-generic/cpu-feature-overrides.h \
include/asm/war.h \
$(wildcard include/config/sgi/ip22.h) \
$(wildcard include/config/sni/rm.h) \
$(wildcard include/config/cpu/r5432.h) \
$(wildcard include/config/sb1/pass/1/workarounds.h) \
$(wildcard include/config/sb1/pass/2/workarounds.h) \
$(wildcard include/config/mips/malta.h) \
$(wildcard include/config/mips/atlas.h) \
$(wildcard include/config/mips/sead.h) \
$(wildcard include/config/cpu/tx49xx.h) \
$(wildcard include/config/momenco/jaguar/atx.h) \
$(wildcard include/config/pmc/yosemite.h) \
$(wildcard include/config/basler/excite.h) \
$(wildcard include/config/momenco/ocelot/3.h) \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ffz.h \
include/asm-generic/bitops/find.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm-generic/bitops/ext2-atomic.h \
include/asm-generic/bitops/minix.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
$(wildcard include/config/cpu/r3000.h) \
include/asm/cachectl.h \
include/asm/mipsregs.h \
$(wildcard include/config/cpu/vr41xx.h) \
$(wildcard include/config/page/size/4kb.h) \
$(wildcard include/config/page/size/16kb.h) \
$(wildcard include/config/page/size/64kb.h) \
include/asm/prefetch.h \
include/asm/system.h \
include/asm/addrspace.h \
$(wildcard include/config/cpu/r4300.h) \
$(wildcard include/config/cpu/r4x00.h) \
$(wildcard include/config/cpu/r5000.h) \
$(wildcard include/config/cpu/rm7000.h) \
$(wildcard include/config/cpu/nevada.h) \
$(wildcard include/config/cpu/r8000.h) \
$(wildcard include/config/cpu/sb1a.h) \
include/asm-mips/mach-generic/spaces.h \
$(wildcard include/config/dma/noncoherent.h) \
include/asm/dsp.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/asm/thread_info.h \
$(wildcard include/config/page/size/8kb.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/asm/current.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/rcupdate.h \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.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/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/sparsemem.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) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/asm/page.h \
$(wildcard include/config/build/elf64.h) \
$(wildcard include/config/limited/dma.h) \
include/linux/pfn.h \
include/asm/io.h \
include/asm-generic/iomap.h \
include/asm/pgtable-bits.h \
$(wildcard include/config/cpu/mips32/r1.h) \
$(wildcard include/config/cpu/tx39xx.h) \
$(wildcard include/config/mips/uncached.h) \
include/asm-mips/mach-generic/ioremap.h \
include/asm-mips/mach-generic/mangle-port.h \
$(wildcard include/config/swap/io/space.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/errno.h \
include/asm/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/smp.h \
include/asm/topology.h \
include/asm-mips/mach-generic/topology.h \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/time.h \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
include/asm-mips/mach-generic/timex.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/namei.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/asm/semaphore.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/ext3_jbd.h \
include/linux/jbd.h \
$(wildcard include/config/jbd/debug.h) \
$(wildcard include/config/buffer/debug.h) \
include/linux/buffer_head.h \
include/linux/pagemap.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/capability.h \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm/pgtable-32.h \
include/asm/fixmap.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/uaccess.h \
include/asm-generic/uaccess.h \
include/asm/cacheflush.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/journal-head.h \
include/linux/bit_spinlock.h \
include/linux/sched.h \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/compat.h) \
$(wildcard include/config/fault/injection.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/asm/ptrace.h \
$(wildcard include/config/cpu/has/smartmips.h) \
include/asm/isadep.h \
include/asm/mmu.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
$(wildcard include/config/trad/signals.h) \
$(wildcard include/config/binfmt/irix.h) \
include/asm-generic/signal.h \
include/asm/sigcontext.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.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/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.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/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/ext3_fs.h \
$(wildcard include/config/ext3/index.h) \
include/linux/magic.h \
include/linux/ext3_fs_i.h \
$(wildcard include/config/ext3/fs/xattr.h) \
include/linux/ext3_fs_sb.h \
include/linux/blockgroup_lock.h \
include/linux/percpu_counter.h \
include/linux/mbcache.h \
include/linux/quotaops.h \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
$(wildcard include/config/preempt/bkl.h) \
fs/ext3/xattr.h \
include/linux/xattr.h \
fs/ext3/acl.h \
include/linux/posix_acl_xattr.h \
include/linux/posix_acl.h \
fs/ext3/xattr.o: $(deps_fs/ext3/xattr.o)
$(deps_fs/ext3/xattr.o):
| matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/ext3/.xattr.o.cmd | bat | gpl-2.0 | 16,385 |
cmd_mm/fadvise.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,mm/.fadvise.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(fadvise)" -D"KBUILD_MODNAME=KBUILD_STR(fadvise)" -c -o mm/fadvise.o mm/fadvise.c
deps_mm/fadvise.o := \
mm/fadvise.c \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/asm/posix_types.h \
include/asm/sgidefs.h \
include/asm/types.h \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/64bit/phys/addr.h) \
$(wildcard include/config/64bit.h) \
include/linux/bitops.h \
include/asm/bitops.h \
$(wildcard include/config/cpu/mipsr2.h) \
$(wildcard include/config/cpu/mips32.h) \
$(wildcard include/config/cpu/mips64.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
$(wildcard include/config/mips/mt/smtc.h) \
$(wildcard include/config/irq/cpu.h) \
$(wildcard include/config/mips/mt/smtc/instant/replay.h) \
include/asm/hazards.h \
$(wildcard include/config/cpu/r10000.h) \
$(wildcard include/config/cpu/rm9000.h) \
$(wildcard include/config/cpu/sb1.h) \
include/asm/barrier.h \
$(wildcard include/config/cpu/has/sync.h) \
$(wildcard include/config/cpu/has/wb.h) \
$(wildcard include/config/weak/ordering.h) \
$(wildcard include/config/smp.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
include/asm/break.h \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm/byteorder.h \
$(wildcard include/config/cpu/mips64/r2.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm/cpu-features.h \
$(wildcard include/config/32bit.h) \
$(wildcard include/config/cpu/mipsr2/irq/vi.h) \
$(wildcard include/config/cpu/mipsr2/irq/ei.h) \
include/asm/cpu.h \
include/asm/cpu-info.h \
$(wildcard include/config/sgi/ip27.h) \
$(wildcard include/config/mips/mt.h) \
include/asm/cache.h \
$(wildcard include/config/mips/l1/cache/shift.h) \
include/asm-mips/mach-generic/kmalloc.h \
$(wildcard include/config/dma/coherent.h) \
include/asm-mips/mach-generic/cpu-feature-overrides.h \
include/asm/war.h \
$(wildcard include/config/sgi/ip22.h) \
$(wildcard include/config/sni/rm.h) \
$(wildcard include/config/cpu/r5432.h) \
$(wildcard include/config/sb1/pass/1/workarounds.h) \
$(wildcard include/config/sb1/pass/2/workarounds.h) \
$(wildcard include/config/mips/malta.h) \
$(wildcard include/config/mips/atlas.h) \
$(wildcard include/config/mips/sead.h) \
$(wildcard include/config/cpu/tx49xx.h) \
$(wildcard include/config/momenco/jaguar/atx.h) \
$(wildcard include/config/pmc/yosemite.h) \
$(wildcard include/config/basler/excite.h) \
$(wildcard include/config/momenco/ocelot/3.h) \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ffz.h \
include/asm-generic/bitops/find.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm-generic/bitops/ext2-atomic.h \
include/asm-generic/bitops/minix.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/file.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/asm/thread_info.h \
$(wildcard include/config/page/size/4kb.h) \
$(wildcard include/config/page/size/8kb.h) \
$(wildcard include/config/page/size/16kb.h) \
$(wildcard include/config/page/size/64kb.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/processor.h \
$(wildcard include/config/mips/mt/fpaff.h) \
$(wildcard include/config/cpu/has/prefetch.h) \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
$(wildcard include/config/cpu/r3000.h) \
include/asm/cachectl.h \
include/asm/mipsregs.h \
$(wildcard include/config/cpu/vr41xx.h) \
include/asm/prefetch.h \
include/asm/system.h \
include/asm/addrspace.h \
$(wildcard include/config/cpu/r4300.h) \
$(wildcard include/config/cpu/r4x00.h) \
$(wildcard include/config/cpu/r5000.h) \
$(wildcard include/config/cpu/rm7000.h) \
$(wildcard include/config/cpu/nevada.h) \
$(wildcard include/config/cpu/r8000.h) \
$(wildcard include/config/cpu/sb1a.h) \
include/asm-mips/mach-generic/spaces.h \
$(wildcard include/config/dma/noncoherent.h) \
include/asm/dsp.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.h \
include/linux/rcupdate.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.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/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/sparsemem.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) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/wait.h \
include/asm/current.h \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/asm/page.h \
$(wildcard include/config/build/elf64.h) \
$(wildcard include/config/limited/dma.h) \
include/linux/pfn.h \
include/asm/io.h \
include/asm-generic/iomap.h \
include/asm/pgtable-bits.h \
$(wildcard include/config/cpu/mips32/r1.h) \
$(wildcard include/config/cpu/tx39xx.h) \
$(wildcard include/config/mips/uncached.h) \
include/asm-mips/mach-generic/ioremap.h \
include/asm-mips/mach-generic/mangle-port.h \
$(wildcard include/config/swap/io/space.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/errno.h \
include/asm/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/smp.h \
include/asm/topology.h \
include/asm-mips/mach-generic/topology.h \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/time.h \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
include/asm-mips/mach-generic/timex.h \
include/linux/kobject.h \
include/linux/sysfs.h \
$(wildcard include/config/sysfs.h) \
include/linux/kref.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.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 \
include/asm/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/namei.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/asm/semaphore.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/capability.h \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm/pgtable-32.h \
include/asm/fixmap.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/pagemap.h \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/uaccess.h \
include/asm-generic/uaccess.h \
include/asm/cacheflush.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/pagevec.h \
include/linux/fadvise.h \
include/linux/writeback.h \
include/linux/sched.h \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/compat.h) \
$(wildcard include/config/fault/injection.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/asm/ptrace.h \
$(wildcard include/config/cpu/has/smartmips.h) \
include/asm/isadep.h \
include/asm/mmu.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
$(wildcard include/config/trad/signals.h) \
$(wildcard include/config/binfmt/irix.h) \
include/asm-generic/signal.h \
include/asm/sigcontext.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.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/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.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/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/syscalls.h \
$(wildcard include/config/v850.h) \
$(wildcard include/config/asus/sw/qos.h) \
include/linux/config.h \
$(wildcard include/config/h.h) \
include/linux/key.h \
include/asm/unistd.h \
$(wildcard include/config/mips32/o32.h) \
mm/fadvise.o: $(deps_mm/fadvise.o)
$(deps_mm/fadvise.o):
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/mm/.fadvise.o.cmd | bat | gpl-2.0 | 15,788 |
C:\Python27\python.exe ..\..\Executables\spndtime.py 4
| MartinHvidberg/jobman | jobman_master/Available/spndtime_4.bat | bat | gpl-3.0 | 55 |
@echo off
pushd %~dp0executors
sn -q -k sgKey.snk
csc -nologo csbox.cs -keyfile:sgKey.snk
popd
| buhe/judge | build_csbox.bat | bat | agpl-3.0 | 95 |
@echo off
REM
REM ExecScript.bat
REM
if not exist %1.sql goto script_not_found
set _LogFileName=%~n1
set _LogFileName=%_LogDir%\%_LogFileName%.LOG
echo Executing script %1 on %2...
echo Executing script %1 on %2... >>%_LogFileName%
if [%3]==[] (
sqlcmd -b -e -E -S %2 -i %1.sql >>%_LogFileName%
if errorlevel 1 goto log_error
) ELSE (
sqlcmd -b -e -U %3 -P %4 -S %2 -i %1.sql >>%_LogFileName%
if errorlevel 1 goto log_error
)
goto end
:script_not_found
echo script file %1.sql NOT FOUND !
goto show_syntax
:log_error
echo. script %1.sql failed...
goto end
:show_syntax
echo.
echo. ExecScript.bat 1
echo.
echo. 1 : script file
echo. 2 : Server
echo.
:end
set _LogFileName=
| jandppw/ppwcode-recovered-from-google-code | dotnet/Kit/UserManagement/trunk/Database/Scripts/ExecScript.bat | bat | apache-2.0 | 718 |
@echo off
set JAVA7_HOME=%SOFTWARE_DIR%\openjdk-7u75
set JRE7_HOME=%JAVA7_HOME%\jre | sjahreis/seu-as-code.packages | net.java/openjdk/7u75/files/set-env-openjdk7.cmd | bat | apache-2.0 | 84 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Grails JVM Bootstrap for Windows ##
@rem ##
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set CLASS=org.grails.wrapper.GrailsWrapper
if exist "%USERPROFILE%/.groovy/preinit.bat" call "%USERPROFILE%/.groovy/preinit.bat"
@rem Determine the command interpreter to execute the "CD" later
set COMMAND_COM="cmd.exe"
if exist "%SystemRoot%\system32\cmd.exe" set COMMAND_COM="%SystemRoot%\system32\cmd.exe"
if exist "%SystemRoot%\command.com" set COMMAND_COM="%SystemRoot%\command.com"
@rem Use explicit find.exe to prevent cygwin and others find.exe from being used
set FIND_EXE="find.exe"
if exist "%SystemRoot%\system32\find.exe" set FIND_EXE="%SystemRoot%\system32\find.exe"
if exist "%SystemRoot%\command\find.exe" set FIND_EXE="%SystemRoot%\command\find.exe"
:check_JAVA_HOME
@rem Make sure we have a valid JAVA_HOME
if not "%JAVA_HOME%" == "" goto have_JAVA_HOME
echo.
echo ERROR: Environment variable JAVA_HOME has not been set.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo.
goto end
:have_JAVA_HOME
@rem Remove trailing slash from JAVA_HOME if found
if "%JAVA_HOME:~-1%"=="\" SET JAVA_HOME=%JAVA_HOME:~0,-1%
@rem Validate JAVA_HOME
%COMMAND_COM% /C DIR "%JAVA_HOME%" 2>&1 | %FIND_EXE% /I /C "%JAVA_HOME%" >nul
if not errorlevel 1 goto check_GRAILS_HOME
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo.
goto end
:check_GRAILS_HOME
@rem Define GRAILS_HOME if not set
if "%GRAILS_HOME%" == "" set GRAILS_HOME=%DIRNAME%..
@rem Remove trailing slash from GRAILS_HOME if found
if "%GRAILS_HOME:~-1%"=="\" SET GRAILS_HOME=%GRAILS_HOME:~0,-1%
:init
for %%x in ("%HOMEPATH%") do set SHORTHOME=%%~fsx
if "x%GRAILS_AGENT_CACHE_DIR%" == "x" set GRAILS_AGENT_CACHE_DIR=%SHORTHOME%/.grails/2.2.5/
set SPRINGLOADED_PARAMS="profile=grails;cacheDir=%GRAILS_AGENT_CACHE_DIR%"
if not exist "%GRAILS_AGENT_CACHE_DIR%" mkdir "%GRAILS_AGENT_CACHE_DIR%"
set AGENT_STRING=-javaagent:wrapper/springloaded-core-1.1.3.jar -noverify -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true -Dspringloaded=\"%SPRINGLOADED_PARAMS%\"
set DISABLE_RELOADING=
if "%GRAILS_OPTS%" == "" set GRAILS_OPTS=-server -Xmx768M -Xms64M -XX:PermSize=32m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8
@rem Get command-line arguments, handling Windows variants
if "%@eval[2+2]" == "4" goto 4NT_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set CP=
set INTERACTIVE=true
:win9xME_args_slurp
if "x%~1" == "x" goto execute
set CURR_ARG=%~1
if "%CURR_ARG:~0,2%" == "-D" (
set GRAILS_OPTS=%GRAILS_OPTS% %~1=%~2
shift
shift
goto win9xME_args_slurp
)
if "x%~1" == "x-cp" (
set CP=%~2
shift
shift
goto win9xME_args_slurp
)
if "x%~1" == "x-debug" (
set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xnoagent -Dgrails.full.stacktrace=true -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
shift
goto win9xME_args_slurp
)
if "x%~1" == "x-classpath" (
set CP=%~2
shift
shift
goto win9xME_args_slurp
)
if "x%~1" == "x-reloading" (
set AGENT=%AGENT_STRING%
shift
goto win9xME_args_slurp
)
if "x%~1" == "xrun-app" (
set AGENT=%AGENT_STRING%
set INTERACTIVE=
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto win9xME_args_slurp
)
if "x%~1" == "x-noreloading" (
set DISABLE_RELOADING=true
shift
goto win9xME_args_slurp
)
set INTERACTIVE=
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto win9xME_args_slurp
:4NT_args
@rem Get arguments from the 4NT Shell from JP Software
set CMD_LINE_ARGS=%$
:execute
@rem Setup the command line
set STARTER_CLASSPATH=wrapper/grails-wrapper-runtime-2.2.5.jar;wrapper;.
if exist "%USERPROFILE%/.groovy/init.bat" call "%USERPROFILE%/.groovy/init.bat"
@rem Setting a classpath using the -cp or -classpath option means not to use
@rem the global classpath. Groovy behaves then the same as the java interpreter
if "x" == "x%CLASSPATH%" goto after_classpath
set CP=%CP%;%CLASSPATH%
:after_classpath
if "x%DISABLE_RELOADING%" == "xtrue" (
set AGENT=
) else (
if "x%INTERACTIVE%" == "xtrue" (
set AGENT=%AGENT_STRING%
)
)
set STARTER_MAIN_CLASS=org.grails.wrapper.GrailsWrapper
set STARTER_CONF=%GRAILS_HOME%\conf\groovy-starter.conf
set JAVA_EXE=%JAVA_HOME%\bin\java.exe
set TOOLS_JAR=%JAVA_HOME%\lib\tools.jar
set JAVA_OPTS=%GRAILS_OPTS% %JAVA_OPTS% %AGENT%
set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name="%PROGNAME%"
set JAVA_OPTS=%JAVA_OPTS% -Dgrails.home="%GRAILS_HOME%"
set JAVA_OPTS=%JAVA_OPTS% -Dgrails.version=2.2.5
set JAVA_OPTS=%JAVA_OPTS% -Dbase.dir=.
set JAVA_OPTS=%JAVA_OPTS% -Dtools.jar="%TOOLS_JAR%"
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.starter.conf="%STARTER_CONF%"
if exist "%USERPROFILE%/.groovy/postinit.bat" call "%USERPROFILE%/.groovy/postinit.bat"
@rem Execute Grails
CALL "%JAVA_EXE%" %JAVA_OPTS% -classpath "%STARTER_CLASSPATH%" %STARTER_MAIN_CLASS% --main %CLASS% --conf "%STARTER_CONF%" --classpath "%CP%" "%CMD_LINE_ARGS%"
:end
@rem End local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" endlocal
@rem Optional pause the batch file
if "%GROOVY_BATCH_PAUSE%" == "on" pause
| annotationframework/AfShared | grailsw.bat | bat | apache-2.0 | 5,644 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.