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 |
|---|---|---|---|---|---|
cmd_drivers/usb/storage/ums-alauda.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/usb/storage/ums-alauda.o drivers/usb/storage/alauda.o
| avareldalton85/rpi2-linux-rt | drivers/usb/storage/.ums-alauda.o.cmd | bat | gpl-2.0 | 208 |
SET PATH=C:/Program Files (x86)/NSIS;%PAHT%
SET QT_PATH=C:/Qt/Qt5.3.2/5.3/mingw482_32/bin
SET QT_PLUGIN_PATH=C:/Qt/Qt5.3.2/5.3/mingw482_32/plugins
SET LIB_PATH=C:/MinGW/bin
SET NSIS_PATH=C:/Program Files (x86)/NSIS
SET PATH=%NSIS_PATH%;%PAHT%
COPY "src/plot232.exe" .
COPY "%QT_BIN_PATH%/Qt5Core.dll" .
COPY "%QT_BIN_PA... | hmatuschek/plot232 | dist/windows/pack.bat | bat | gpl-2.0 | 735 |
cmd_drivers/block/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/block/built-in.o drivers/block/loop.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 189 |
@echo off
echo WARNING!!! You are about to compile and upload STABLE versions of Miranda NG! Are you absolutely sure?!
pause
set comp=bin15
for /F "tokens=1,2,3,4 delims= " %%i in (build/build.no.stable) do (
if "%%l" == "" (
set Branch=%%i_%%j_%%k
set MirVer=%%i.%%j.%%k
) else (
set Branch=%%i_%%j... | miranda-ng/miranda-ng | tools/build_scripts/zz_zRebuildUploadStable.bat | bat | gpl-2.0 | 1,312 |
cmd_sound/soc/codecs/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-tlv320aic3x.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 144 |
cmd_crypto/md5.o := arm-eabi-gcc -Wp,-MD,crypto/.md5.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigr... | HCDRJacob/wildfire-kernel | crypto/.md5.o.cmd | bat | gpl-2.0 | 140,510 |
set PATH=c:\python27;%PATH%
rd /s /q "mavlink"
python -m pymavlink.tools.mavgen --lang=CS --wire-protocol=2.0 "message_definitions\ardupilotmega.xml"
copy /y "mavlink\mavlink.cs" "Mavlink.cs"
rem python -m pymavlink.tools.mavgen --lang=CS --wire-protocol=2.0 "message_definitions\offspec.xml"
rem copy /y ... | ArduPilot/MissionPlanner | ExtLibs/Mavlink/regenerate.bat | bat | gpl-3.0 | 362 |
echo # nfCard >> README.md
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/xxl6097/nfCard.git
git push -u origin master | xxl6097/nfCard | aa.bat | bat | gpl-3.0 | 160 |
appium-doctor --android
| Memba/Kidoju-Mobile | test/appium/check.cmd | bat | gpl-3.0 | 24 |
@echo off
set AWS_SOURCE_NAME=liacom_tweets_1.41m.txt
set DATAFILE_PATH=C:\data\Thesis\events_db\petrovic\
set DATAFILE_PATH_AWS_BASE=s3://magnet-fwm/home/LiveU/joint_scenario
set DATAFILE_PATH_AWS_INPUT=%DATAFILE_PATH_AWS_BASE%/Liacom/
set DATAFILE_PATH_AWS_OUTPUT=%DATAFILE_PATH_AWS_BASE%/Bodof_Group/
set DATAFILE_L... | sameraamar/NED-Java-version | run_liacom - Copy.cmd | bat | gpl-3.0 | 1,437 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | felipedau/nymphemeral | docs/make.bat | bat | gpl-3.0 | 7,000 |
@echo off
chcp 936 >nul
title Easy2D °²×°Ïòµ¼
echo °²×°³ÌÐò¼ÓÔØÖÐ...
:: »ñÈ¡¹ÜÀíԱȨÏÞ
cd /d "%~dp0"
cacls.exe "%SystemDrive%\System Volume Information" >nul 2>nul
if %errorlevel%==0 goto Main
if exist "%temp%\getadmin.vbs" del /f /q "%temp%\getadmin.vbs"
echo Set RequestUAC = CreateObject^("Shell.Application"^)>"%t... | Nomango/Easy2D | scripts/7z/install-win7.bat | bat | gpl-3.0 | 7,267 |
nasm plasma.asm -o plasma.com -f bin -l plasma.lst
| reenigne/reenigne | 8088/cga/plasma/build.bat | bat | unlicense | 51 |
@echo off
set config=Release
set outputdir=..\build
set cwd=%CD%
set commonflags=/p:Configuration=%config%;AllowUnsafeBlocks=true /p:CLSCompliant=False
if %PROCESSOR_ARCHITECTURE%==x86 (
set msbuild="%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"
) else ( set msbuild="%WINDIR%\Microsoft.NET\Framewo... | tinarsoft/DGV2Printer | build.cmd | bat | apache-2.0 | 1,345 |
@CLS
@java -jar Project_Leviathan.jar
@PAUSE | ramizdemiurge/leviathan-bd | out/artifacts/Project_Leviathan_jar/runlev.bat | bat | apache-2.0 | 44 |
@ECHO OFF
REM ; %PROJECT_NAME% is set by Jenkins, this allows us to use the same script to verify
REM ; Chef and Angry Chef
cd C:\opscode\%PROJECT_NAME%\bin
REM ; We don't want to add the embedded bin dir to the main PATH as this
REM ; could mask issues in our binstub shebangs.
SET EMBEDDED_BIN_DIR=C:\opsco... | b002368/chef-repo | ci/verify-chef.bat | bat | apache-2.0 | 1,832 |
cmd_miscutils/setsid.o := gcc -Wp,-MD,miscutils/.setsid.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-protot... | rennman/copfvtci | build/busybox-1.25.1/miscutils/.setsid.o.cmd | bat | apache-2.0 | 10,196 |
python kodybot.py | kodycode/Kodybot | run.bat | bat | apache-2.0 | 17 |
@echo off
call "%VS100COMNTOOLS%\vsvars32.bat" x86
ECHO -----------------------------------------------------------------------
REM gacutil /i %1
ECHO -----------------------------------------------------------------------
regasm %1 /register /codebase
pause | Nazario-DApote/ShellGacUtil | ShellGacUtil/install.bat | bat | bsd-2-clause | 258 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | derkarnold/pylifx | doc/make.bat | bat | bsd-2-clause | 6,710 |
@echo off
set INTDIR=%1%
if not exist %INTDIR% mkdir %INTDIR%
if not exist %INTDIR%\svn_version mkdir %INTDIR%\svn_version
subwcrev .. ..\build\svn_version\svn_version.template.subwcrev.h %INTDIR%svn_version\svn_version.h || del %INTDIR%svn_version\svn_version.h || exit 0
exit 0
| ModusCreateOrg/libOpenMPT-ios | libopenmpt-0.2.6401/build/svn_version/update_svn_version_vs.cmd | bat | bsd-3-clause | 286 |
@ECHO OFF
:: ********************************************************************************************************************
::
:: enabling Technology progressive OS deployment
:: Client System Bootstrapper for Windows 10 Enterprise Installations
::
:: Install Some VC Redistributable Choco Packages
:: Version 1.0... | jhochwald/PowerShell-collection | Windows10-Bootstrapper/sources/$OEM$/$$/Setup/Scripts/39-InstallSomeVCRedistributableChocoPackages/InstallSomeVCRedistributableChocoPackages.cmd | bat | bsd-3-clause | 4,612 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC07_ConvertToExclusiveLock_InvalidCoauthSession_DifferentSchemaLockId /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC07.cmd | bat | mit | 408 |
echo "Starting mongod"
C:\tools\mongodb\bin\mongod.exe --config C:\tools\commands\mongod.conf
| losandes/Heinz95729 | provision/windows/mongod.bat | bat | mit | 94 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=../../pastas-docs
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %AL... | pastas/pasta | doc/make.bat | bat | mit | 7,271 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASTASK.S01_SyncCommand.MSASTASK_S01_TC05_CreateTaskItemRecursYearly /testcontainer:..\..\MS-ASTASK\TestSuite\bin\Debug\MS-ASTASK_TestSuite.dll /runconfig:..\..\MS-ASTASK\MS-ASTASK.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASTASK/RunMSASTASK_S01_TC05_CreateTaskItemRecursYearly.cmd | bat | mit | 300 |
@rem Recompiles .el files given. Wildcard allowed.
@rem (Created by Setup Helper at Fri Aug 2 09:27:13 2013)
for %%f in (%*) do c:\bin\emacs\bin\emacs.exe -batch -Q -L ./ -f batch-byte-compile %%f
| r2n2/emacs.d | elisp/EmacsW32/elc.cmd | bat | gpl-2.0 | 201 |
@echo off
ECHO sanity check
SET SHOULD_CANCEL=0
python -c "1" 2>NUL
IF %ERRORLEVEL% NEQ 0 (
ECHO Python not properly installed
SET SHOULD_CANCEL=1
goto SKIP_GTK_TEST
)
python -c "import gtk" 2>NUL
IF %ERRORLEVEL% NEQ 0 (
ECHO PyGtk not properly installed
SET SHOULD_CANCEL=1
)
:SKIP_GTK_TEST
git --version 2>NUL... | mfrasca/bauble.classic | scripts/devinstall.bat | bat | gpl-2.0 | 1,818 |
cd src
cl /nologo /MT /D WIN32 /D NDEBUG /D _WINDOWS /D LIB3DS_EXPORTS /c *.c
link /lib /nologo /out:lib3ds.lib *.obj | wangguojing/pokomodel | samples/LDView/3rdParty/lib3ds.cmd | bat | gpl-3.0 | 117 |
@setlocal
@set node_name=resty
@rem Get the absolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "usebackq tokens=1... | istoican/resty | rel/resty/bin/resty.cmd | bat | unlicense | 2,981 |
@echo off
REM Licensed to the Apache Software Foundation (ASF) under one
REM or more contributor license agreements. See the NOTICE file
REM distributed with this work for additional information
REM regarding copyright ownership. The ASF licenses this file
REM to you under the Apache License, Version 2.0 (the
REM "L... | darranl/directory-server | service/apacheds.bat | bat | apache-2.0 | 1,618 |
mvn install:install-file -DlocalRepositoryPath=mdht-vocab-repo -DcreateChecksum=true -Dpackaging=jar -Dfile=D:\MDHT\7_7\org.eclipse.ocl.common-1.1.0.v20130531-0544.jar -DgroupId=org.mdht.dependencies -DartifactId=org.eclipse.ocl.common -Dversion=1.1.0.v20130531-0544
| siteadmin/referenceccdavalidator | scripts/eclipse-oclcommon.bat | bat | bsd-2-clause | 267 |
robocopy \\conveydev.com\files\dev\sdlc-ci\development\user\MongoDB\v3.1.2c ..\MongoDB mongod.exe /ZB /X /TEE
robocopy \\conveydev.com\files\repository\third-party-software-installers\Mongo\mongo-c-driver-ssl ..\__submodules\mongo-c-driver\tests /E /X /TEE
robocopy \\conveydev.com\files\dev\sdlc-ci\development\user\op... | alexeyvo/mongo-c-driver-build | build/setup.cmd | bat | mit | 1,213 |
cmd_sound/usb/built-in.o := arm-eabi-ld -EL -r -o sound/usb/built-in.o sound/usb/misc/built-in.o sound/usb/usx2y/built-in.o sound/usb/caiaq/built-in.o sound/usb/6fire/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/usb/.built-in.o.cmd | bat | gpl-2.0 | 183 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Grails JVM Bootstrap for Windows ##
@rem ... | rahulsom/grails-spring-security-saml | grailsw.bat | bat | gpl-2.0 | 5,594 |
@echo off
echo $WCREV$ >%TEMP%\staff-svnrev-template
SubWCRev ..\..\.. %TEMP%\staff-svnrev-template %TEMP%\staff-svnrev >nul
for /F "" %%i in (%TEMP%\staff-svnrev) do set REVISION=%%i
del %TEMP%\staff-svnrev-template %TEMP%\staff-svnrev
if exist src\version.h del src\version.h
for /F "delims== tokens=1,2" %... | noushadalit/staff | staff/tools/codegen/genversion.cmd | bat | apache-2.0 | 469 |
@echo off
call mvn -Dmaven.test.skip clean install dependency:copy-dependencies
set JAVA_OPTS=-Xms12000m -Xmx12000m
set CLASS_PATH=target/classes;target/dependency/slf4j-api-1.6.4.jar;target/dependency/logback-classic-0.9.28.jar;target/dependency/logback-core-0.9.28.jar
set EXECUTOR=java %JAVA_OPTS% -cp %CLASS_PATH... | ysc/word | demo-word-vector-corpus.bat | bat | apache-2.0 | 1,086 |
REM Requires DirectX SDK
path %path%;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Utilities\bin\x64"
fxc /T ps_2_0 /E main /Fo AnaglyphEffect.ps AnaglyphEffect.fx
fxc /T ps_3_0 /E main /Fo InterlacedEffect.ps InterlacedEffect.fx
pause | vidstige/helix-toolkit | Source/HelixToolkit.Wpf/ShaderEffects/compileEffects.cmd | bat | mit | 257 |
@rem Copyright 2016 gRPC authors.
@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 ... | yetship/blog_codes | rpc/grpc/csharp/helloworld-from-cli/generate_protos.bat | bat | gpl-3.0 | 1,047 |
@echo off
echo Building the Windows Installer...
echo NOTE: This needs to be run from a .NET developer command prompt with msbuild in the path.
echo.
pushd %~dp0
echo Creating a local close of the current repo bits...
CALL scripts\prepareRepoClone.cmd
if %errorlevel% neq 0 exit /b %errorlevel%
echo Building MSI...
m... | Nepomuceno/azure-xplat-cli | tools/windows/build.cmd | bat | apache-2.0 | 421 |
java -jar ../../closure-compiler/compiler.jar ^
--js ../src/ode/extras.js ^
--js ../src/ode/base.js ^
--js ../src/ode/exceptions.js ^
--js ../src/ode/lexer.js ^
--js ../src/ode/nodes.js ^
--js ../src/ode/parser.js ^
--js ../src/ode/symboltable.js ^
--js ../src/ode/stacks.js ^
--js ../src/ode/environment.js ^
... | onlyafly/ode | build/compile-ode.bat | bat | mit | 740 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so... | amidoimidazol/bio_info | Beginning Perl for Bioinformatics/bin/search.bat | bat | mit | 54,929 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=Sacredboard
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comma... | chovanecm/sacredboard | docs/make.bat | bat | mit | 819 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Gitana
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was no... | SOM-Research/Gitana | docs/make.bat | bat | mit | 810 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-publish" %*
) ELSE (
node "%~dp0\..\mean-cli\bin\mean-publish" %*
) | fdecourcelle/meanfde | node_modules/meanio/node_modules/.bin/mean-publish.cmd | bat | mit | 147 |
mklink /D Source\Kernel\Concepts Source\Inbox\Concepts
mklink /D Source\Kernel\Events Source\Inbox\Events
mklink /D Source\Kernel\Concepts Source\TextAnalytics.dotnet\Concepts
mklink /D Source\Kernel\Events Source\TextAnalytics.dotnet\Events
| msdevno/enirkesto | setup.cmd | bat | mit | 243 |
@echo off
set CURPATH=%~dp0
pushd .
cd %CURPATH%\
call .\frontend\server\server.bat
call .\backend\server\server.bat
popd
echo Done. | TekMonks/monkshu | monkshu.bat | bat | mit | 134 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
set W=82&set /a WW=!W!*2
cmdwiz setfont 7 & mode %W%,54 & cls
cmdwiz setbuffersize %WW% 160
cmdwiz showcursor 0
for /F "tokens=1 delims==" %%v in ('set') do if not "%%v"=="W" if not "%%v"=="WW" set "%%v="
set CNT=0&for %%a in (0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f) do set HX!CN... | misol1/cmdgfx | legacy/matrix01.bat | bat | gpl-2.0 | 2,202 |
cmd_drivers/input/serio/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/input/serio/built-in.o drivers/input/serio/serio.o drivers/input/serio/serport.o drivers/input/serio/libps2.o
| Algesat/BladeApex2 | drivers/input/serio/.built-in.o.cmd | bat | gpl-2.0 | 214 |
cmd_fs/ext4/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/ext4/built-in.o fs/ext4/ext4.o
| kannu1994/crespo_kernel | fs/ext4/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_fs/lockd/clntproc.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/lockd/.clntproc.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... | srinugnt2000/linux-2.6.37 | fs/lockd/.clntproc.o.cmd | bat | gpl-2.0 | 33,887 |
/* pack.cmd : packaging scripts not using version macros */
'@echo off'
/* Error if non-defined variables are used */
signal on novalue
parse arg sCmdLine
if sCmdLine = '' then
do
say 'Usage: pack.cmd version [release-revision]'
exit 1
end
/* ----- Configuration parts start ----- */
/* Base name of a pack... | komh/winico | pack.cmd | bat | gpl-2.0 | 2,181 |
cmd_drivers/auxdisplay/built-in.o := rm -f drivers/auxdisplay/built-in.o; ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/auxdisplay/built-in.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | drivers/auxdisplay/.built-in.o.cmd | bat | gpl-2.0 | 172 |
cmd_drivers/video/tegra/host/t20/nvhost-t20.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/host/t20/nvhost-t20.o drivers/video/tegra/host/t20/t20.o
| AOSP-ZEUS/android_kernel_samsung_n1 | drivers/video/tegra/host/t20/.nvhost-t20.o.cmd | bat | gpl-2.0 | 220 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/conv_bit_s32.o := ld -m elf_i386 -r -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/conv_bit_s32.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/objects/hal/components/conv_bit_s32.o
| CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.conv_bit_s32.o.cmd | bat | gpl-2.0 | 237 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/scan-perl-prereqs.bat | bat | gpl-2.0 | 4,856 |
java -classpath "lib\jade.jar;lib\jadeTools.jar;lib\Base64.jar;lib\http.jar;lib\iiop.jar;lib\beangenerator.jar;lib\jgomas.jar;lib\jason.jar;lib\JasonJGomas.jar;classes;." jade.Boot -gui "Manager:es.upv.dsic.gti_ia.jgomas.CManager(8,map_01,125,10)"
| overxfl0w/JGOMAS | bin/mas/jgomas_manager_8agentes.bat | bat | gpl-2.0 | 248 |
cmd_/home/arcelik/kernel-headers/include/linux/isdn/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/linux/isdn /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/linux/isdn capicmd.h; /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/linux/isdn /home/... | eckucukoglu/arm-linux-gnueabihf | arm-linux-gnueabihf/libc/usr/include/linux/isdn/..install.cmd | bat | gpl-2.0 | 719 |
cmd_drivers/pci/bus.o := gcc -Wp,-MD,drivers/pci/.bus.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-tha... | namgk/kernel-tut | drivers/pci/.bus.o.cmd | bat | gpl-2.0 | 17,142 |
cmd_fs/devpts/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
| domintech/PandaBoard-LinuxKernel | fs/devpts/.built-in.o.cmd | bat | gpl-2.0 | 207 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs sound/isa/gus/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 140 |
cmd_arch/arm/kernel/sleep.o := /media/6f080547-a455-466c-8b3c-61717897bfb9/home/david/android/kernel/dlx/scripts/gcc-wrapper.py /opt/toolchains/linaro.4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /media/6f080547-a455-466c-8b3c-61717897bfb9/home/david/android/android-toolchain-eabi/bin/../... | chaosagent/DNA_JB_Kernel | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 4,528 |
echo off
setlocal enabledelayedexpansion
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "truncate table scglv3.category_general_commission ;" -u update_recon
echo TRUNCATE scglv3.category_general_commission DONE
echo.
FOR %%f IN ("*.csv") DO (
set old=%%~dpnxf
set new=!old:\=\\!
"C:\Program Files\MySQL... | reflaz/sql-scripts | shipment-charges-and-gain-loss-v3.0/00-c-import/Shipment_Charges_Gain_Loss_3/CATEGORY_GENERAL_COMMISSION/AA_Import_General_Commission.bat | bat | gpl-3.0 | 715 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=pymepps-streaming
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not f... | maestrotf/pymepps-streaming | docs/make.bat | bat | gpl-3.0 | 789 |
cd C:\pentaho\pentaho-server-ce-7.0.0.0-25\pentaho-server
start start-pentaho.bat
exit | alvarobasto/wilsonwithpdi | wilsonapi/commands/startpentaho/startPentaho.bat | bat | gpl-3.0 | 88 |
@echo off
:: ##JWP TODO if %2 specifies a non-existing local repository name: emit error message (now it does nothing)
:: ##JWP TODO check for each command if it actually exists (hg.exe, git.exe, svn.exe, etc)
for %%c in (set show clone pull help) do if /I !%1!==!%%c! call :%*
if /I !%1!==!! call :help
goto ... | fabriciocolombo/DUnitX | Dependencies.bat | bat | apache-2.0 | 4,811 |
rd /S /Q .\Publishing\lib
call build.bat
if %errorlevel% neq 0 exit /b %errorlevel%
md .\Publishing\lib
md .\Publishing\lib\net45
copy .\bin\Release\Metrics.dll .\Publishing\lib\net45\
copy .\bin\Release\Metrics.xml .\Publishing\lib\net45\
copy .\bin\Release\Metrics.pdb .\Publishing\lib\net45\
copy .\bin\MonoReleas... | alhardy/Metrics.NET | create-nuget.bat | bat | apache-2.0 | 1,079 |
vertx.py %* | earasoft/mod-earasoft-site1 | scripts/vertxpy.bat | bat | apache-2.0 | 11 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=WintonKafkaStreamsPython
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-bui... | wintoncode/winton-kafka-streams | docs/make.bat | bat | apache-2.0 | 828 |
@echo off
del /S *.class >nul 2>&1
@echo on
javac -cp .;junit-4.12.jar PlayFabApiTest.java
java -cp .;junit-4.12.jar;hamcrest-core-1.3.jar org.junit.runner.JUnitCore PlayFabApiTest
pause
| JoshuaStrunk/SDKGenerator | targets/java/testingFiles/RunPfTests.bat | bat | apache-2.0 | 187 |
ruby -Ku -I"..\..\..\Ragnarok\Ragnarok\Update" build.rb copy
pause
| ebifrier/Okiami | TimeController/dist/copy_dist.bat | bat | bsd-2-clause | 69 |
pyside-uic wiretapShotProcessorA04.ui --output=../../plugins/FnWiretapShotProcessorUI.py
REM Must override the image path to resources/images/cbsd_logo.png | CBSDigital/Hiero-Wiretap | design/forms/build_wiretapShotProcessor.bat | bat | bsd-3-clause | 156 |
@echo off
start "" "C:\ImageScript\ProgramData\SystemFiles\Python\pythonw.exe" "C:\ImageScript\ProgramData\SystemFiles\Python\Lib\site-packages\eric6\eric6_unittest.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
| kenshay/ImageScript | ProgramData/SystemFiles/Python/Scripts/eric6_unittest.bat | bat | gpl-3.0 | 197 |
::
:: Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
:: that can be found in the license/LICENSE.txt file.
::
:: This is board specific.
if "%BOARD%" == "" (
echo This script is to be included by build.bat
exit /b
)
:: TODO: we need a robust automated way t... | wiltonlazary/kotlin-native | samples/zephyr/c_interop/platforms/stm32f4_disco.bat | bat | apache-2.0 | 1,677 |
java -cp bin com.example.tests.ContactDataGenerator 2 contacts.txt csv
pause
java -cp bin;C:\Users\3\Downloads\xstream-distribution-1.4.8-bin\xstream-1.4.8\lib\xstream-1.4.8.jar;C:\Users\3\Downloads\xstream-distribution-1.4.8-bin\xstream-1.4.8\lib\xpp3_min-1.1.4c.jar;^
C:\Users\3\Downloads\xstream-distribution-1.4.8-bi... | MyIrina/ForPublic | addressbook-selenium-tests/ForContacts .bat | bat | apache-2.0 | 424 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2run.cmd | bat | apache-2.0 | 1,034 |
@echo off
title Weigh Station
npm run start
| Twistedst/scale-serial-reader | WeighStation.bat | bat | mit | 45 |
nuance-compile asrg_travel_english English.America -auto_pron lm.Addresses=localhost
| TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_nlu/ext/SIRIDUS/UGOT-D31/godis-apps/domain-ta/Resources/compile_nuance_grammar.bat | bat | mit | 85 |
"C:\Program Files\Git\bin\sh.exe" build.sh
pause | geopicardie/geopicardie-simple-web-apps | mviewer1/build.bat | bat | mit | 49 |
@echo off
rem ---------------------------------------------
rem -- tarefa-build-tools - (c) 2013 Tim Sharples
rem ---------------------------------------------
setlocal
rem -- tarefa build tools are in same folder as this batch file
set TBT_ROOT=%~dp0
set TBT_CMAKE_PATH=%TBT_ROOT%CMake\bin
set TBT_MINGW_PATH=%TBT_... | tarefa/tarefa-build-tools | tbt.bat | bat | mit | 480 |
@echo off
Packages\xunit.runner.console.2.1.0\tools\xunit.console ^
CarFuel.Facts\bin\Debug\CarFuel.Facts.dll ^
-parallel all ^
-html Result.html ^
-verbose ^
-nologo
@echo on | aromdee04/tdd-carfuel | test.bat | bat | mit | 186 |
@echo off
call %~dp0testenv.cmd %*
set CoreRT_AppDepSdkPkg=toolchain.win7-%CoreRT_BuildArch%.Microsoft.DotNet.AppDep
set CoreRT_AppDepSdkVer=1.0.6-prerelease-00003
setlocal EnableExtensions
:Arg_Loop
if "%1" == "" goto ArgsDone
if /i "%1" == "/?" goto Usage
if /i "%1" == "/nugetexedir" (set __NuGetExeDir=%2&shift... | schellap/corert | tests/restore.cmd | bat | mit | 1,461 |
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents... | mauriciovancine/enm_r | data/temp/raster/maxent/901033110726/species_explain.bat | bat | mit | 650 |
rem
rem The willus lib needs to be compiled without any optional third party libs -- see
rem the section in willus.h with HAVE_XXX_LIB defines.
rem
rem The k2pdfopt lib needs to be compiled without HAVE_GUI defined.
rem This will minimize the size of k2view.exe.
rem
gcc -Ofast -m32 -Wall k2view.c -o k2view.exe -... | li-xinyang/AW_BetterPDFBookForKindle | kindlepdfviewer/compile_k2view.bat | bat | mit | 450 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=F5AgilityLabs
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command... | f5devcentral/f5-automation-labs | docs/make.bat | bat | mit | 817 |
@ECHO OFF
REM Command file for Sphinx documentation
pushd %~dp0
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_elements.papers... | Muges/audiotsm | docs/sphinx/make.bat | bat | mit | 7,573 |
@ECHO OFF
:subMain
MODE CON: lines=30 cols=45
CLS & @Powershell.exe -File .\IPRanger.ps1
goto:eof | Killeroo/NetworkTests | NetworkTest/IPRanger_Launcher.bat | bat | mit | 98 |
cmd_fs/devpts/devpts.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| avareldalton85/rpi2-linux-rt | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 169 |
@echo off
rem increment driver version
set KX_BUILD_ROOT=%~dp0\..
set HTTPD_ROOT=%KX_BUILD_ROOT%\www
genvers.exe
| Earslicker/kx-audio-driver | mybuild/inc_vers.bat | bat | gpl-2.0 | 124 |
cmd_arch/arm/vfp/built-in.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/built-in.o arch/arm/vfp/vfp.o
| percy215/common | arch/arm/vfp/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_arch/powerpc/mm/44x_mmu.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/mm/.44x_mmu.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wst... | mattkelly/linux-2.6-xlnx | arch/powerpc/mm/.44x_mmu.o.cmd | bat | gpl-2.0 | 22,602 |
cmd_drivers/net/usb/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/net/usb/built-in.o drivers/net/usb/asix.o drivers/net/usb/cdc_ether.o drivers/net/usb/net1080.o drivers/net/usb/cdc_subset.o drivers/net/usb/zaurus.o drivers/net/usb/usbnet.o drivers/net/usb/cdc_ncm.... | friedrich420/Note-3-AEL-Kernel | drivers/net/usb/.built-in.o.cmd | bat | gpl-2.0 | 323 |
cmd_drivers/ssb/ssb.o := arm-linux-gnueabi-ld -EL -r -o drivers/ssb/ssb.o drivers/ssb/main.o drivers/ssb/scan.o drivers/ssb/driver_chipcommon.o drivers/ssb/driver_chipcommon_pmu.o
| jpsminix/minix5 | drivers/ssb/.ssb.o.cmd | bat | gpl-2.0 | 184 |
cmd_lib/parser.o := arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.parser.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/... | srinugnt2000/linux-2.6.37 | lib/.parser.o.cmd | bat | gpl-2.0 | 15,979 |
cmd_arch/arm/lib/putuser.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.putuser.o.d -nostdinc -isystem /home/aashir/android/toolchain/linaro/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/aashir/android/2012/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/gen... | emwno/android_kernel_U8500 | arch/arm/lib/.putuser.o.cmd | bat | gpl-2.0 | 1,652 |
REM cherche dans C:\ tous les emplacements contenant les fichiers A Note
dir c:\ /s /b | find "GeoShell.exe"
dir c:\ /s /b | find "GeoShell.lnk"
REM on cherche dans la base de registre les informations sur le logiciel, a savoirle nom,le numero de version,l'emplacement d'installation
reg query "HKLM\SOFTWARE... | cedricde/lrs | addons/lsc_deployment_scripts/Software_using_an_other_installer/GeoShell/infoGeoShell.bat | bat | gpl-2.0 | 601 |
cmd_arch/arm/boot/zImage := /home/beto/toolchain/bin/arm-eabi-objcopy -O binary -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/zImage
| IndieBeto/StockLP | arch/arm/boot/.zImage.cmd | bat | gpl-2.0 | 150 |
@echo off
call "%~dp0gssetgs.bat"
%GSC% -P- -dSAFER -DNODISPLAY %1 %2 %3 %4 %5 %6 %7 %8 %9
| mfaber/quexf | software/gs/lib/gsnd.bat | bat | gpl-2.0 | 92 |
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ar rcs sound/sh/built-in.o
| spacecaker/Stock_spacecaker_kernel | sound/sh/.built-in.o.cmd | bat | gpl-2.0 | 167 |
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
@REM
@REM This software may be used and distributed according to the terms of the
@REM GNU General Public License version 2.
@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' '%*'"
| facebookexperimental/eden | eden/scm/contrib/editmergeps.bat | bat | gpl-2.0 | 286 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.