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 |
|---|---|---|---|---|---|
glslangValidator.exe -V MiniTri.frag
glslangValidator.exe -V MiniTri.vert | jwollen/SharpVulkan | Samples/MiniTri/CompileShaders.cmd | bat | mit | 73 |
@ECHO OFF
CD /D %~dp0
IF NOT EXIST nupkg\Net45 MKDIR nupkg\Net45
COPY Oracle\ODP.NET.Managed\DataBooster.DbWebApi.nuspec ..\DataBooster.DbWebApi\DataBooster.DbWebApi.Oracle.Managed.nuspec /Y
..\..\.nuget\NuGet.exe pack ..\DataBooster.DbWebApi\DataBooster.DbWebApi.Oracle.Managed.csproj -IncludeReferencedProjects -Symbo... | DataBooster/DbWebApi | Server/NuGet/Pack-Oracle-ODP.NET.Managed.bat | bat | mit | 794 |
if exist ..\.deploy\Debug rmdir ..\.deploy\Debug /S /Q
call kpm build .\Archient.Web --configuration Debug --out ..\.deploy
xcopy ..\.deploy\Debug\*.nupkg ..\.deploy\ /R /Y
rmdir ..\.deploy\Debug /S /Q
call kpm build .\Archient.Web.Identity --configuration Debug --out ..\.deploy
xcopy ..\.deploy\Debug\*.nupkg ..\.dep... | ericis/me | Web/src/Archient.Package.Debug.cmd | bat | mit | 520 |
@echo off
if not exist "%~dp0InstallClangSetupvNext.ps1" goto NotFound
start PowerShell -NoLogo -NoExit -File "%~dp0InstallClangSetupvNext.ps1"
goto :EOF
:NotFound
echo Not Found InstallClangSetupvNext,Your Should Reset ClangSetupvNext
echo "Your Can: git clone https://github.com/forcegroup/ClangSetupvNext.git"
| crazyxiang/ClangSetupvNext | Install.bat | bat | mit | 316 |
c:
cd\
cd C:\git\netdepend\testConsole\target
java -jar -Dlog4j.configuration=file:"C:\temp\log4j2.xml" -Dconfig_file_path="C:\temp\config.xml" console-0.0.1-SNAPSHOT-jar-with-dependencies.jar PicScout.Inf.Messaging.sln
pause | foromer4/netdepend | testConsole/runGetResult.bat | bat | mit | 225 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jasmine-tagged\bin\jasmine-tagged" %*
) ELSE (
node "%~dp0\..\jasmine-tagged\bin\jasmine-tagged" %*
) | dwings/atom-windows | resources/app/node_modules/.bin/jasmine-tagged.cmd | bat | mit | 163 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\npm" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\npm" %*
)
| BigstickCarpet/version-bump-prompt | test/fixtures/mocks/npm.cmd | bat | mit | 143 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
FOR /D %%G in (*) DO (
CD %%G
CALL gnuplot gnupar
CD ..
)
PAUSE
| Gyebro/superman | results/generate_plots.bat | bat | mit | 111 |
cmd_arch/arm/kernel/entry-common.o := /home/rms/rms/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/rms/arch/arm/include -Iarch/arm/include/generated -... | R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 3,897 |
cmd_drivers/nfc/built-in.o := rm -f drivers/nfc/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD drivers/nfc/built-in.o
| evan6200/cirrfy_pos | drivers/nfc/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_drivers/net/wireless/built-in.o := rm -f drivers/net/wireless/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs drivers/net/wireless/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_net/ipv4/netfilter/nf_nat.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/nf_nat.o net/ipv4/netfilter/nf_nat_core.o net/ipv4/netfilter/nf_nat_helper.o net/ipv4/netfilter/nf_nat_proto_unknown.o net/ipv4/netfilter/nf_nat_proto_common.o net/ipv4/netfilter/nf_nat_proto_... | arshull/GalaTab3_Kernel | net/ipv4/netfilter/.nf_nat.o.cmd | bat | gpl-2.0 | 404 |
cmd_net/ipv4/devinet.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.devinet.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/m... | srinugnt2000/linux-2.6.37 | net/ipv4/.devinet.o.cmd | bat | gpl-2.0 | 31,992 |
cmd_drivers/char/defkeymap.o := gcc -Wp,-MD,drivers/char/.defkeymap.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 -Wfr... | namgk/kernel-tut | drivers/char/.defkeymap.o.cmd | bat | gpl-2.0 | 7,722 |
cmd_lib/built-in.o := mips-openwrt-linux-uclibc-ld -m elf32btsmip -r -o lib/built-in.o lib/bcd.o lib/div64.o lib/sort.o lib/parser.o lib/halfmd4.o lib/debug_locks.o lib/random32.o lib/bust_spinlocks.o lib/hexdump.o lib/kasprintf.o lib/bitmap.o lib/scatterlist.o lib/gcd.o lib/lcm.o lib/list_sort.o lib/uuid.o lib/fle... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/lib/.built-in.o.cmd | bat | gpl-2.0 | 681 |
cmd_net/wireless/built-in.o := ld -m elf_x86_64 -r -o net/wireless/built-in.o net/wireless/cfg80211.o net/wireless/wext-core.o net/wireless/wext-proc.o
| Existed/kernel-2.6.35.14 | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 156 |
-- Employee john
!create john : Employee
!set john.name := 'john'
!set john.salary := 4000
-- Employee frank
!create frank : Employee
!set frank.name := 'frank'
!set frank.salary := 4500
| stormymauldin/stuff | examples/Demo2.cmd | bat | gpl-2.0 | 188 |
@echo %INCLUDE%
call "%ProgramFiles%\Microsoft Visual Studio 8\VC\vcvarsall.bat"
cd %~dp0..\..\detours-2.1\bin
withdll /d:%~dp0..\bin\debug\interposed.dll %~dp0build.bat
| willjoseph/cpparch | cpparch/cppparse/trace.bat | bat | gpl-3.0 | 176 |
@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... | davidak/PyZufall | doc/make.bat | bat | gpl-3.0 | 6,705 |
@echo off
python "C:\Program files\Python25\Scripts\yapd.py" %*
| cyberguijarro/YAPD | yapd.bat | bat | gpl-3.0 | 70 |
@echo off
taskkill /im "node.exe" /f
taskkill /im "mongod.exe" /f
del "C:\Program Files\MongoDB 2.6 Standard\data\db\mongod.lock"
mongod --repair
exit 1 | ishida83/cyanrhino | stop.bat | bat | gpl-3.0 | 156 |
@echo off
del error 2>nul
bapp_w32_ @parfile.bld
| mrev11/ccc2c | ccctools/prg2ppo/m.bat | bat | lgpl-2.1 | 52 |
@REM SonarQube Runner Startup Script for Windows
@REM
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM
@REM Optional ENV vars:
@REM SONAR_RUNNER_HOME - location of runner's installed home dir
@REM SONAR_RUNNER_OPTS - parameters passed to the Java VM when running Sonar
@echo off
set ERROR... | mzcity123/sonar-runner | sonar-runner-cli/src/main/assembly/bin/sonar-runner.bat | bat | lgpl-3.0 | 2,546 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\..\..\dateformat\1.0.12\dateformat\bin\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\..\..\dateformat\1.0.12\dateformat\bin\cli.js" %*
) | DHclly/webDemo | nodeJsDemo/example/gulp/node_modules/.npminstall/gulp-util/3.0.7/gulp-util/node_modules/.bin/dateformat.cmd | bat | unlicense | 244 |
@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: WARNING: MAKE SURE EVERYTHING YOU CARE ABOUT IS IN YOUR PENDING CHANGES ::
:: WHEN IN DOUBT, MAKE A .ZIP BEFORE RUNNING THIS! ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::... | chinnurtb/OpenAdStack | build/svnpurge.cmd | bat | apache-2.0 | 2,053 |
@echo off
PUSHD "%~dp0"
jake
:END
POPD
| Ali-Shaltout/facebook-csharp-sdk | build.cmd | bat | apache-2.0 | 50 |
@echo off
SET NODE_NAME=%1
SET NODE_IP=%2
SET NODE_PORT=%3
SET CLI_IP=%4
SET CLI_PORT=%5
SET USER=%6
SET PASSWORD=%7
SET RUN_MODE=%8
SET TEST_MODE=%9
IF NOT DEFINED NODE_NAME (
echo "NODE_NAME argument is required"
exit /B 1
)
IF NOT DEFINED NODE_IP (
echo "NODE_IP argument is required"
exit /B 1
)
IF NOT DEFIN... | spivachuk/sovrin-node | scripts/install_indy_node.bat | bat | apache-2.0 | 1,744 |
"C:\Program Files\Java\jdk1.8.0_74\jre\..\bin\javadoc.exe" @options @packages | cose-wg/COSE-JAVA | docs/javadoc.bat | bat | bsd-3-clause | 77 |
adb -d install -r net.thedju.GoOnTap.apk
pause | jbatonnet/goontap | GoOnTap.Android/Install.bat | bat | mit | 46 |
cmd_net/core/dev.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/core/.dev.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-prototy... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/core/.dev.o.cmd | bat | gpl-2.0 | 20,807 |
cmd_/work/arm_fsl_gcc_4.4.4_multilib/arm-fsl-linux-gnueabi/multi-libs/usr/include/linux/nfsd/.check := for f in const.h debug.h export.h nfsfh.h stats.h syscall.h ; do echo "/work/arm_fsl_gcc_4.4.4_multilib/arm-fsl-linux-gnueabi/multi-libs/usr/include/linux/nfsd/$${f}"; done | xargs perl /work/arm-toolchains/tmp/src/li... | chrnueve/udooImaxdi | arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi/multi-libs/usr/include/linux/nfsd/..check.cmd | bat | gpl-2.0 | 544 |
@echo off
setlocal
rem [e.g.] run_pivot_desktop HelloBXML
rem export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
rem set JAVA_HOME=C:\Program Files\Java\jre7
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_04
rem export LIB_PATH=lib
set LIB_PATH=D:\work_center\sw_dev\java\ext\lib
rem export CLASSPATH=.:$LI... | sangwook236/SWDT | sw_dev/java/ext/doc/gui/apache_pivot/run_pivot_desktop.bat | bat | gpl-3.0 | 809 |
@echo off
setlocal
if not "%FEDORA_HOME%" == "" goto gotFedoraHome
echo ERROR: The FEDORA_HOME environment variable is not defined.
exit /B 1
:gotFedoraHome
set LAUNCHER="%FEDORA_HOME%\client\bin\env-client.bat"
call %LAUNCHER% org.fcrepo.client.utility.AutoPurger %* | livingstoneonline/docker-fedora | rootfs/opt/fedora/client/bin/fedora-purge.bat | bat | gpl-3.0 | 280 |
@echo off
rem -------------------------------------------------------------------------------------
setlocal enabledelayedexpansion
set ocp=%CLASSPATH%
set cp=.
set cp=%cp%;..\ncitbrowser\conf
for %%x in (..\ncitbrowser\lib\*.jar lib\*.jar) do (
set cp=!cp!;%%x
)
set cp=%cp%;bin
set CLASSPATH=%cp%
set ... | NCIP/nci-term-browser | software/test/run.bat | bat | bsd-3-clause | 929 |
@echo off
set path=%path%;%systemroot%\SysWOW64
start javaw -cp bin;NullpoMino.jar;lib\log4j-1.2.15.jar mu.nu.nullpo.tool.netadmin.NetAdmin
| sammymax/nullpomino | netadmin.bat | bat | bsd-3-clause | 143 |
inject.exe --run "C:\Program Files (x86)\Steam\SteamApps\common\Divinity - Original Sin\Shipping\EoCApp.exe" --inject --steam-app-id 230230 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/dos.bat | bat | mit | 204 |
@echo off
rem CLI Script to build system for extensions support
rem PHP version 5
rem @category PHP
rem @package PHP_CompatInfo
rem @author Laurent Laville <pear@laurent-laville.org>
rem @license http://www.opensource.org/licenses/bsd-license.php BSD
rem @version CVS: $Id: pciconf.bat,v 1.1 2008/11/2... | liuyangning/WX_web | xampp/php/scripts/pciconf.bat | bat | mit | 497 |
@echo off
REM This batchfile byte-compiles the ECB lisp files.
REM Copyright (C) 2000 - 2005 Jesper Nordenberg,
REM Klaus Berndl,
REM Kevin A. Burton,
REM Free Software Foundation, Inc.
REM Author: Jesper Nordenberg <mayhem@home.se>... | simonjefford/emacsconfig-old | vendor/ecb/make.bat | bat | gpl-3.0 | 2,965 |
::This script is used to accomplish a vs project automated testing.
::You should make sure you have set %VS90COMNTOOLS%.
::Set the directory of qtp project.
set qtpproj=%cd%
cd ..\..\..\..\
::Compile vs project.
"%VS90COMNTOOLS%..\IDE\devenv.com" "%cd%\cocos2d-win32.vc2008.sln" /Build "Release|Win32"
::Set the direc... | cnsuperx/Cocos2d-x-2.2.5 | tools/jenkins_scripts/windows/win32/test-win-vs2008_release.bat | bat | mit | 914 |
@echo off
rem ***************************************************************************
rem * _ _ ____ _
rem * Project ___| | | | _ \| |
rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * ... | vpon/log2esd | src/external/curl-7.39.0/projects/checksrc.bat | bat | apache-2.0 | 2,503 |
robocopy %RECIPE_DIR%\.. . /E
"%PYTHON%" setup.py install --single-version-externally-managed --record=%TEMP%record.txt
if errorlevel 1 exit 1
| mrgloom/menpofit | conda/bld.bat | bat | bsd-3-clause | 145 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\ncp\bin\ncp" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\ncp\bin\ncp" %*
) | divyatcst/SampleReactApp | node_modules/utile/node_modules/.bin/ncp.cmd | bat | mit | 176 |
@echo off
if "%1" == "" goto error
CALL triangulate.bat 20 1.0 "..\..\Data\Meshes\%1.poly"
goto end
:error
echo ERROR: An argument is required
:end
| BartSiwek/Neurotransmitter2D | MeshCreator/scripts/triangulateWithNoArea.bat | bat | mit | 152 |
@echo off
call "%~dp0\npm_install.cmd" volar-server @volar/server@0.31.1
call npm install typescript@4.5
| ruchee/vimrc | vimfiles/bundle/lsp-settings/installer/install-volar-server.cmd | bat | mit | 110 |
rem 输入参数测试
@echo on
@echo test input
set /p var=input val:
@echo %var%
pause | longlongwaytogo/Learning.test | bat/input.bat | bat | mit | 91 |
nuget pack SimpleInjector.Extensions.csproj -properties Configuration=Release
@pause
| tonivix/simpleinjector.extensions | SimpleInjector.Extensions/CreateNugetPackage.bat | bat | mit | 85 |
@echo off
if "%~1" == "/?" (
echo Associates a path with a drive letter.
echo Manages persistent substituted ^(virtual^) drives.
echo.
echo PSUBST [drive1: [drive2:]path] [/P]
echo PSUBST drive1: /D [/P]
echo.
echo drive1: Specifies a virtual drive to which you want to assign a path.
echo ... | jeremejevs/jeremejevs-website | public/u/psubst.bat | bat | mit | 3,048 |
SETLOCAL
SET "K_APPBASE=%~dp0..\src\Omnisharp"
%USERPROFILE%\.kre\packages\KRE-CLR-x86.1.0.0-beta2\bin\k run %*
| filipw/omnisharp-roslyn | scripts/Omnisharp.cmd | bat | mit | 113 |
cmd_net/ipv4/devinet.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.devinet.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/ar... | mjmccall/Kernel | net/ipv4/.devinet.o.cmd | bat | gpl-2.0 | 29,630 |
cmd_drivers/mmc/core/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/mmc/core/built-in.o drivers/mmc/core/mmc_core.o
| IndieBeto/StockLP | drivers/mmc/core/.built-in.o.cmd | bat | gpl-2.0 | 143 |
@echo off
set "VIRTUAL_ENV=D:\LocalCode\cosmos-py\.env"
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=(.env) %PROMPT%"
if not defined _OLD_VIRTUAL_PYTHONHOME (
set "_OL... | cosmosbox/cosmos-py | .env/Scripts/activate.bat | bat | gpl-2.0 | 532 |
cmd_arch/arm/kernel/entry-armv.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-armv.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/arm/include/gene... | chrnueve/udooImaxdi | kernel_oficial_source/arch/arm/kernel/.entry-armv.o.cmd | bat | gpl-2.0 | 8,386 |
cmd_fs/fs_struct.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.fs_struct.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -ml... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/fs/.fs_struct.o.cmd | bat | gpl-2.0 | 21,956 |
cmd_arch/arm/vfp/vfphw.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoconf.h -D... | percy215/common | arch/arm/vfp/.vfphw.o.cmd | bat | gpl-2.0 | 2,733 |
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(J*"') do SET SCDJB=%%i
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(E*"') do SET SCDEB=%%i
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(U*"') do SET SCDUB=%%i
for /f "tokens=* delims... | HoodlumDTX/rom-jacket | extinjSEGCD.bat | bat | gpl-2.0 | 2,325 |
cmd_sound/core/oss/built-in.o := ld -m elf_x86_64 -r -o sound/core/oss/built-in.o sound/core/oss/snd-mixer-oss.o sound/core/oss/snd-pcm-oss.o
| Existed/kernel-2.6.35.14 | sound/core/oss/.built-in.o.cmd | bat | gpl-2.0 | 146 |
cmd_drivers/misc/cb710/built-in.o := rm -f drivers/misc/cb710/built-in.o; /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/misc/cb710/built-in.o
| doadin/samsung-kernel-msm7x30-Doadin | drivers/misc/cb710/.built-in.o.cmd | bat | gpl-2.0 | 179 |
cmd_mm/mincore.o := arm-none-linux-gnueabi-gcc -Wp,-MD,mm/.mincore.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 | mm/.mincore.o.cmd | bat | gpl-2.0 | 26,537 |
cmd_drivers/platform/built-in.o := rm -f drivers/platform/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/platform/built-in.o
| domintech/PandaBoard-LinuxKernel | drivers/platform/.built-in.o.cmd | bat | gpl-2.0 | 228 |
cmd_fs/aio.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,fs/.aio.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch/arm/include -include include/linux/autoconf.h -... | kingklick/kk-evo-kernel | fs/.aio.o.cmd | bat | gpl-2.0 | 24,595 |
cmd_arch/arm/lib/memchr.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.memchr.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c... | kaylorchen/Linux_for_mini2440 | arch/arm/lib/.memchr.o.cmd | bat | gpl-2.0 | 1,877 |
@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... | not-na/packetmq | docs/make.bat | bat | gpl-2.0 | 7,257 |
cmd_arch/arm/lib/sha1.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KE... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,301 |
cmd_arch/arm/kernel/entry-common.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/include -Dlinux -Iinclude -I/home/leonardo/mykernel/kernel/arch/arm/in... | dalinaum/studyak | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 3,513 |
cmd_arch/arm/lib/putuser.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.putuser.o.d -nostdinc -isystem /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/playfulgod/A... | Jewbie/Kernel-2.6.32 | arch/arm/lib/.putuser.o.cmd | bat | gpl-2.0 | 1,448 |
echo login as BugzillaCloningAutomation@hp.com
echo CloningBugsIsFun!
echo off
rem Releases for which to make targets
echo Possible release targets
echo 65maint Halo Astra-Maint Atlas future
set rel=c:\Users\mwroberts\Desktop\rel
rem del %rel%
rem echo 65maint >> %rel%
rem echo Halo >> %rel%
rem echo Astra-Maint >> %r... | mikersgit/nixScripts | bat/cloneBugs.bat | bat | gpl-3.0 | 1,511 |
@rem This script creates the Rufus appxupload for upload to the Windows Store.
@rem It attemps to follow as closely as possible what Visual Studio does.
@echo off
setlocal EnableExtensions DisableDelayedExpansion
goto main
:ReplaceTokenInFile
setlocal EnableDelayedExpansion
set FILE=%~1
set TOKEN=%~2
set VALUE=%~3
fo... | pbatard/rufus | res/appstore/packme.cmd | bat | gpl-3.0 | 5,354 |
@echo off
pushd %~dp0
set xslt=..\..\SparkleShare\Windows\tools\xslt\bin\release\xslt.exe
if not exist %xslt% call ..\..\SparkleShare\Windows\tools\xslt\build.cmd
for %%a in (*.xml.in) do (
%xslt% parse_plugins.xsl "%%a" "%%~dpna"
)
popd
| Warliy/yey-storage | yey-storage/data/plugins/build.cmd | bat | gpl-3.0 | 243 |
@echo on
set runtime=0
cd commander
:Test_Start
if exist uu1_result_motor_back_0414.bat del uu1_result_motor_back_0414.bat
timeout 2
commander.exe -t test_uu1_motor_back_0414.yaml -s sys_uu1.txt -g
timeout 1
:log
call uu1_result_motor_back_0414.bat
:Motor_Back
set msg=MOTOR_BACK_Test
find /i "MOTOR_BACK=PASS" uu1_r... | auspbro/CodeSnippets | Batch/SubString/Motor_Back.bat | bat | gpl-3.0 | 1,033 |
SET LogFile=%TEMP%\HELLOWORLD.LOG
"%IDAPATH%\idaw.exe" -A -B -P+ -a "-L%LogFile%" "-S.\HELLOWORLD.IDC" -z00030028 -o.\NOTEPAD.IDB "%WinDir%\system32\NOTEPAD.EXE"
NOTEPAD "%LogFile%"
NOTEPAD "%LOCALAPPDATA%\idaplug\logs\HELLOWORLD.LOG"
| BlueSkeye/Idaplug | Samples/HelloWorld/TestHelloWorld.cmd | bat | lgpl-3.0 | 239 |
REM Windows install script
goto :%SMING_ARCH%
:Esp8266
choco install esp8266-udk --source https://www.myget.org/F/sming/ -y --no-progress
goto :EOF
:Host
REM Ensure MinGW installation is up to date
mingw-get update
mingw-get upgrade
goto :EOF
| anakod/Sming | .appveyor/install.cmd | bat | lgpl-3.0 | 258 |
git init && git config remote.origin.url https://github.com/nin-jin/pms-jin.git && git pull & git add .
| nin-jin/pms-jin | git-init.cmd | bat | unlicense | 105 |
::Reconstructed pony.bat - WIN32 - Orig 2014, current 2016
@echo off
for /f "tokens=3" %%G in ('find "" /v /c episodes.txt') do set linecount=%%G
:randomize
set/a dice=((%RANDOM%*6)/32768)+1
set/a line_selected=((%RANDOM%*%linecount%)/32768)
::I am pretty sure I had a cleaner solution to 0 in the original.
if %line_... | Vivix/ponyselect | script/pony2.bat | bat | unlicense | 677 |
@echo off
pushd "%~dp0"
if exist RedistPackages rd /s /q RedistPackages
if not exist RedistPackages\libs mkdir RedistPackages\libs
set projectname=ClouDeveloper.Hash
.nuget\nuget.exe pack %projectname%\%projectname%.csproj -Build -Symbols -IncludeReferencedProjects -OutputDirectory "RedistPackages\libs" -Properties c... | rkttu/ClouDeveloper.Hash | ClouDeveloper.Hash/BuildPackages.cmd | bat | apache-2.0 | 425 |
@echo off
del __history\*.*
rd __history
@cls | tavultesoft/keymanweb | windows/src/ext/mbcolor/clear history.bat | bat | apache-2.0 | 45 |
-do run -all; quit -code [expr [coverage attribute -name TESTSTATUS -concise] >= 2 ? [coverage attribute -name TESTSTATUS -concise] : 0]; exit -c a few vsim_options -gvlogparam_bool=1 -gvlogparam_int=42 -gvlogparam_str=hello +plusarg_bool=1 +plusarg_int=42 +plusarg_str=hello top_module
| SymbiFlow/edalize | tests/test_modelsim/vsim2.cmd | bat | bsd-2-clause | 287 |
REM This is the jenkins build script for building/testing
REM Blaze.
REM
REM Jenkins Requirements:
REM - Anaconda should be installed in ~/anaconda
REM - Use a jenkins build matrix for multiple
REM platforms/python versions
REM - Use the XShell plugin to launch this script
REM - Call the script from the roo... | mrocklin/blaze | buildscripts/jenkins-build.bat | bat | bsd-3-clause | 3,136 |
@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 I18N... | michaelkressaty/ssepaperless | docs/make.bat | bat | bsd-3-clause | 5,108 |
@echo off
fasm start.asm start.o
gcc -c -fno-builtin test.c
gcc -c -fno-builtin system/kolibri.c
gcc -c -fno-builtin system/stdlib.c
gcc -c -fno-builtin system/string.c
gcc -c -fno-builtin system/ctype.c
ld -nostdlib -T kolibri.ld -o test start.o kolibri.o stdlib.o string.o ctype.o test.o
objcopy test -O binary
erase s... | devlato/kolibrios-llvm | programs/system/shell/compile_test.bat | bat | mit | 425 |
@echo off
set LIB=..\xmlparse\Release;..\lib;%LIB%
cl /nologo /DXMLTOKAPI=__declspec(dllimport) /DXMLPARSEAPI=__declspec(dllimport) /I..\xmlparse /Fe..\bin\elements elements.c xmlparse.lib
@echo Run it using: ..\bin\elements ^<..\expat.html
| simsong/SBook5 | expat/sample/build.bat | bat | mit | 245 |
echo "start pproxy,don't close it"
@echo off
pproxy -conf=./conf/pproxy.conf | qida/pproxy | script/windows_run.bat | bat | mit | 76 |
ipconfig /all
pause | guoming0000/BatchRunTrayTool | BatchRunTrayTool/config/Network/ipconfig all.bat | bat | mit | 19 |
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Zero\Abp.Zero.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Zero.EntityFramework\Abp.Zero.EntityFramework.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols
"..\src\.nuget... | jxzly229190/module-zero | nupkg/pack_abp_zero.bat | bat | mit | 464 |
cmd_arch/arm/lib/changebit.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.changebit.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/in... | jdlfg/Mecha-kernel-jdlfg | arch/arm/lib/.changebit.o.cmd | bat | gpl-2.0 | 1,779 |
cmd_net/sunrpc/clnt.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/sunrpc/.clnt.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-p... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/sunrpc/.clnt.o.cmd | bat | gpl-2.0 | 16,951 |
cmd_scripts/basic/hash := gcc -Wp,-MD,scripts/basic/.hash.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/hash scripts/basic/hash.c
deps_scripts/basic/hash := \
scripts/basic/hash.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/sys/cdefs.h \
... | bergwolf/rhel6 | scripts/basic/.hash.cmd | bat | gpl-2.0 | 1,423 |
#!/bin/bash
# @ account_no = my_cineca_computing_account
# @ job_name = piccante
# @ output = opic.$(jobid)
# @ error = epic.$(jobid)
# @ shell = /bin/bash
# @ wall_clock_limit = 0:30:00
# @ job_type = bluegene
# @ notification = always
# @ bg_size = 64
# @ notify_user = myemail@address
# @ queue
runjob --np 512 --ra... | ALaDyn/piccante | script/run/fermi-512.cmd | bat | gpl-3.0 | 354 |
@echo off
REM this genereates the pbs_ifl_wrap.c file.
if exist "C:\Program Files\swigwin-3.0.10\swig.exe" (
if not exist "pbs_ifl_wrap.c" (
echo %%module pbs_ifl > pbs_ifl.i
echo %%{ >> pbs_ifl.i
echo #include "..\..\src\include\pbs_ifl.h" >> pbs_ifl.i
echo %%} >> pbs_ifl.i
echo %%include "..\..\src\includ... | vinodchitrali/pbspro | win_configure/projects.VS2008/gen_ifl_wrap.bat | bat | agpl-3.0 | 505 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\winresourcer\lib\WinResourcer" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\winresourcer\lib\WinResourcer" %*
) | lacrioque/splitterfinder | node_modules/nw-builder/node_modules/.bin/winresourcer.cmd | bat | gpl-2.0 | 200 |
cd /d %~dp0
cd ../..
start sbt test:compile
pause
| tomaszacer/seldon | others/bat/sbt-test-compile.bat | bat | apache-2.0 | 50 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
"%~dp0perl.exe" -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 err... | leighpauls/k2cro4 | third_party/perl/perl/bin/ptargrep.bat | bat | bsd-3-clause | 4,774 |
@echo off
REM change dir to location of script
SET mypath=%~dp0
CD %mypath%
echo Starting Photon service at:
WMIC service "Photon Socket Server: Default" get Pathname
SC start "Photon Socket Server: Default"
pause
| ShuaiPointChen/def | Deploy/bin_win64/_service.start.cmd | bat | mit | 217 |
universe = scheduler
executable = x_sleep.pl
log = job_core_onexitrem-false_sched.log
output = job_core_onexitrem-false_sched.out
error = job_core_onexitrem-false_sched.err
Notification = NEVER
arguments = 3
on_exit_remove = (time() - QDate) > (2 )
queue
| htcondor/htcondor | src/condor_tests/job_core_onexitrem-false_sched.cmd | bat | apache-2.0 | 259 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
call %~dp0..\..\..\..\tools\generate.cmd devspaces/resource-manager %*
| jamestao/azure-sdk-for-net | src/SDKs/DevSpaces/Management.DevSpaces/generate.cmd | bat | mit | 204 |
@echo off
rem ***************************************************************************
rem * _ _ ____ _
rem * Project ___| | | | _ \| |
rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * ... | abadcafe/avalokita | thirdparty/curl-7.54.0/projects/checksrc.bat | bat | gpl-3.0 | 6,499 |
cmd_/projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/mtd/.install := perl scripts/headers_install.pl /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux-2.6.36.4/include/mtd /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/mtd arm inft... | ghmajx/asuswrt-merlin | release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/mtd/..install.cmd | bat | gpl-2.0 | 691 |
nuget pack rabbitmq.server/rabbitmq.server.nuspec -NoPackageAnalysis
| Thuzi/RabbitMQ2Go | tools/pack.rabbitmq.bat | bat | mit | 69 |
mvn archetype:generate ^
-DinteractiveMode=false ^
-DarchetypeGroupId=org.openjdk.jmh ^
-DarchetypeArtifactId=jmh-java-benchmark-archetype ^
-DgroupId=org.sample ^
-DartifactId=test ^
-Dversion=1.0 | zaqwes8811/micro-apps | buffer/jvm-tricks/intern/jmh/create.bat | bat | mit | 257 |
C:\Python27\python.exe convert-pillow.py sample.png sample.gif
| werkzeuge/python-image-convert-pillow | convert-pillow.bat | bat | mit | 63 |
@echo off
set v_params=%*
set v_params=%v_params:\=/%
set v_params=%v_params:c:=/mnt/c%
set v_params=%v_params:"=\"%
bash.exe -c "python3 %v_params%" | NathanMH/scripts | py_env_switch.bat | bat | mit | 154 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.