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_sound/drivers/built-in.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o sound/drivers/built-in.o sound/drivers/opl3/built-in.o sound/drivers/opl4/built-in.o sound/drivers/mpu401/built-in.o sound/drivers/vx/built-in.o sound/drivers/pcsp/built-in....
freebsdmax/gsmart1315_kernel
sound/drivers/.built-in.o.cmd
bat
gpl-2.0
323
cmd_drivers/media/video/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/video/built-in.o drivers/media/video/videodev.o drivers/media/video/v4l2-int-device.o drivers/media/video/v4l2-common.o drivers/media/video/videobuf2-core.o drivers/media/video/videobuf2-memops.o drivers/media/v...
Algesat/BladeApex2
drivers/media/video/.built-in.o.cmd
bat
gpl-2.0
575
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/macintosh/built-in.o
dizgustipated/BOCA-2.6.35.14
drivers/macintosh/.built-in.o.cmd
bat
gpl-2.0
154
cmd_rte_eth_bond_pmd.o = gcc -Wp,-MD,./.rte_eth_bond_pmd.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-prototype...
JerryLX/DPDK
arm64-armv8a-linuxapp-gcc/build/drivers/net/bonding/.rte_eth_bond_pmd.o.cmd
bat
gpl-2.0
595
cmd_drivers/watchdog/built-in.o := rm -f drivers/watchdog/built-in.o; /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/watchdog/built-in.o
PrestigeMod/SHW-M440S
drivers/watchdog/.built-in.o.cmd
bat
gpl-2.0
190
pdflatex validation_document.tex pdflatex validation_document.tex del *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.bbl *.blg
niklasb/pse-broadcast-encryption
validation/make.cmd
bat
gpl-3.0
155
nmake MT=true /f makefile.mak %*
lamby/pkg-swi-prolog
packages/jpl/make.bat
bat
lgpl-2.1
33
cd "." SET "TG_HOME=." SET "TG_MAIN_CLASS=org.herac.tuxguitar.app.TGMainSingleton" SET "JAVA=jre\bin\java" SET "JAVA_LIBRARY_PATH=%JAVA_LIBRARY_PATH%;lib\" SET "JAVA_CLASSPATH=%JAVA_CLASSPATH%;lib\tuxguitar.jar" SET "JAVA_CLASSPATH=%JAVA_CLASSPATH%;lib\tuxguitar-lib.jar" SET "JAVA_CLASSPATH=%JAVA_CLASSPATH%;lib\tux...
gburlet/tuxguitar
build-scripts/tuxguitar-windows-x86-installer/src/resources/tuxguitar.bat
bat
lgpl-2.1
884
kubectl create secret generic rabbitmq-secret --dry-run=true --save-config=true --namespace=simple-rabbitmq --from-literal=username=guest --from-literal=password=guest -o yaml > ./rabbitmq-secrets.yaml
csc19601128/misc-examples
kubernetes/rabbitmq/rabbitmq-environment/kubernetes/dev/rabbitmq-secret.bat
bat
apache-2.0
201
@echo off setlocal @rem Workaround for fastbuild removing all environment variables for Exec calls. SET PATH=%PATH%;C:\Windows\System32 set "keySystem=hklm\system\currentcontrolset\control\session manager\environment" call :GETREGVAL "%keySystem%" path systemPath SET PATH=%systemPath% REM ***************************...
ubisoftinc/Sharpmake
Sharpmake.FunctionalTests/FastBuildFunctionalTest/codebase/RequirePreBuildStep/execute.bat
bat
apache-2.0
2,512
cmd_libbb/change_identity.o := gcc -Wp,-MD,libbb/.change_identity.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 -Wstr...
rennman/copfvtci
build/busybox-1.25.1/libbb/.change_identity.o.cmd
bat
apache-2.0
10,304
# Start the flask app set FLASK_APP=web.py flask run
gvasold/gdp17
lastenrad/run.bat
bat
apache-2.0
53
REM Make sure to change 192.168.4.1 to the IP you'll be connecting from REM Comments will need to be removed to render this on the box (size requirement) REM Start the Windows time service and sync it with time.dfw1.rackspace.com net start w32time w32tm /config /manualpeerlist:"time.dfw2.rackspace.com time.dfw1.racksp...
rgbkrk/bigbang
windows/open_hatch.cmd
bat
apache-2.0
796
echo Building OggVorbisLib bldmake bldfiles @UIQ21 abld build cw_ide @UIQ21 echo DONE!
wayfinder/Wayfinder-S60-Navigator
CPP/Targets/OggVorbisLib/uiq21/make_cw_ide.bat
bat
bsd-3-clause
95
@ECHO OFF call cd .. call cd .. set php=C:\xampp\php\php.exe set /p mname=Enter module name: set module=%cd%\vendor\zendframework\zftool\zf.php create module %mname% call %php% %module% set controller=%cd%\vendor\zendframework\zftool\zf.php create controller %mname% %mname% call %php% %controller% call pause
kib-ev/zend
vendor/bat/zftool-create-module.bat
bat
bsd-3-clause
317
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: @echo off if "%1" == "" ( set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/1141893c69c16724c1702f26d8c2c9a2da516be9/arm-consumption/2017-04-24-preview/swagger/consump...
AzCiS/azure-sdk-for-net
src/SDKs/Consumption/Management.Consumption/generate.cmd
bat
mit
687
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSFOLD.S08_OptionalElements.MSOXWSFOLD_S08_TC02_AllOperationsWithoutAllOptionalElements /testcontainer:..\..\MS-OXWSFOLD\TestSuite\bin\Debug\MS-OXWSFOLD_TestSuite.dll /runconfig:..\..\MS-OXWSFOLD\MS-OXWSFOLD.testsettings /un...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSFOLD/RunMSOXWSFOLD_S08_TC02_AllOperationsWithoutAllOptionalElements.cmd
bat
mit
330
call ant build-offline
janosch715/mbeddr.core
code/languages/offlineBuildLanguages.bat
bat
epl-1.0
22
@SETLOCAL @SET THIS=%0 @SET THIS_DIR=%~dp0 @ECHO THIS=%THIS% @ECHO THIS_DIR=%THIS_DIR% @SET PROJ_ROOT=%THIS_DIR%..\..\src\Tug.Server @SET DOTNET_MONIK=-f net452 dotnet run -p %PROJ_ROOT% %DOTNET_MONIK% -- %* @ENDLOCAL
majst32/tug
test/run-net452/tug.cmd
bat
gpl-3.0
223
@echo off rem $Id$ if not "%JAVA_HOME%" == "" goto gotJavaHome echo Java environment not found. Please set echo your JAVA_HOME environment variable to echo the home of you JDK. goto :eof :gotJavaHome if not "%EXIST_HOME%" == "" goto gotExistHome set EXIST_HOME=%CD% :gotExistHome set ANT_HOME=%EXIST_H...
kingargyle/exist-1.4.x
build.bat
bat
lgpl-2.1
1,009
@echo off call bapp_w320.bat @parfile.bld -bpcre.dll
mrev11/ccc3
tools/pcre/pcre_example/m.bat
bat
lgpl-2.1
59
@rem /* @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 ...
trasukg/river-qa-2.2
examples/hello/scripts/krb-reggie.bat
bat
apache-2.0
1,593
@echo off xcopy ..\jar\bin\fullscreen-ane-jar.jar android /Y call adt ^ -package ^ -target ane ./AndroidFullScreen.ane extension.xml ^ -swc ../swc/bin/fullscreen-ane-swc.swc ^ -platform Android-ARM -C android . ^ -platform Android-ARM64 -C android . ^ -platform Android-x86 -C android . ^ -platform default -C d...
mesmotronic/air-fullscreen-ane
build/build.cmd
bat
bsd-3-clause
330
/****************************************************************************** * * usb_stick_demo_ccs.cmd - CCS linker configuration file for usb_stick_demo. * * Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is suppl...
jhnphm/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c123g/usb_stick_demo/usb_stick_demo_ccs.cmd
bat
gpl-3.0
2,807
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. mkdir Debug cl /nologo /Zi /MD /I ..\.. /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /D UNICODE /D _UNICODE *.cpp ..\..\*.cpp /FeDebug/directx12_example.exe /FoDebug/ /link d3d12.li...
Senryoku/SenBoy
ext/imgui/examples/directx12_example/build_win32.bat
bat
mit
348
..\..\..\tools\oxyresbuild -x xmls\ui.xml --src_data data --dest_data data --compress pvrtc --quality best
daltomi/oxygine-framework
examples/Game/part5/gen-atlasses-ios(PVRTC).bat
bat
mit
106
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=.build set SPHINXPROJ=PokeAlarm if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was...
blsmit5728/PokeAlarm
docs/make.bat
bat
agpl-3.0
813
@echo off rem Public domain rem http://unlicense.org/ rem Created by Grigore Stefan <g_stefan@yahoo.com> SETLOCAL ENABLEDELAYEDEXPANSION echo - %BUILD_PROJECT% ^> platform github-release if "%GITHUB_PROJECT%" == "" set GITHUB_PROJECT=%BUILD_PROJECT% if not exist release\ echo Error - no release & exit 1 ...
g-stefan/xyo-generate-hook
build/platform/platform.github-release.cmd
bat
mit
1,320
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto error set RUN_JAVA=%JAVA_HOME%\bin\java set HAZELCAST_HOME=%~dp0.. set CLASSPATH="%HAZELCAST_HOME%\lib\*";%CLASSPATH% set JAVA_OPTS=%JAVA_OPTS% "-Dhazelcast.client.config=%HAZELCAST_HOME%\config\hazelcast-client.yaml" "%RUN_JAVA%" %JAVA_OPTS% -cp %CLASSPATH% com.hazel...
jerrinot/hazelcast
distribution/src/bin-regular/hz-cli.bat
bat
apache-2.0
468
:: Build LinkChecker :: Copyright (C) 2010-2011 Bastian Kleineidam :: This program is free software; you can redistribute it and/or modify :: it under the terms of the GNU General Public License as published by :: the Free Software Foundation; either version 2 of the License, or :: (at your option) any later versi...
terryyin/linkchecker
windows/build.bat
bat
gpl-2.0
1,943
@echo off cls "..\..\tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "..\..\tools" "-ExcludeVersion" "..\..\tools\FAKE\tools\Fake.exe" build.fsx target=Clean pause
molinch/FAKE
Samples/RunSpecificTarget/JustClean.bat
bat
apache-2.0
174
@ECHO OFF RD /S /Q "%APPDATA%\vlc" 2>NUL XCOPY "%SETTINGS%\vlc" "%APPDATA%\vlc" /i /y
jeremejevs/jeremejevs-website
public/u/settings-vlc.bat
bat
mit
91
:start @echo off cls title Š «ìªã«ïâ®à color 71 echo ‚¢¥¤¨â¥ ¢ëà ¦¥­¨¥: set /p Exp= set /a Result=%Exp% cls echo ‚ëç¨á«¥­® echo ‚ è¥ ¢ëà ¦¥­¨¥:%Exp% echo ¥§ã«ìâ â:%Result% echo. echo  ¦¬¨â¥ «î¡ãî ª« ¢¨èã . . . pause > nul goto start
CoBeHoK/vvp-master
lw10/test.bat
bat
mit
234
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off :: ---------------------- :: KUDU Deployment Script :: Version: 0.2.2 :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already i...
MicrosoftEdge/CharMap
deploy.cmd
bat
mit
3,532
python src\createClassifierModel.py svm python src\createClassifierModel.py knn python src\createClassifierModel.py randomforest python src\createClassifierModel.py gradientboosting python src\createClassifierModel.py extratrees
belkinsky/SFXbot
train.bat
bat
mit
230
Trollhunter -r900x600 -d
devapromix-roguelikes/troll-hunter
Trollhunter-900x600.bat
bat
mit
24
@echo off echo /////////////////////////////////////////////////////////////////////////// echo // U8-Extract_ArcExtension echo // echo // -------------------------------------------------- echo //...
griest024/PokyrimTools
TOOL_Package_Update_1/U8-Extract_ARCExt.bat
bat
mit
1,001
:: Purpose: Simple script to check if a host is online and turn the window green (up) or red (down) based on the result. Also logs the result to a file :: Requirements: Windows XP and up :: Author: reddit.com/user/vocatus ( vocatus.gate at gmail ) // PGP key: 0x07d1490f82a211a2 :: Version: 1.2.1 ! Fix d...
bmrf/standalone_scripts
pingup.bat
bat
mit
3,407
@echo off set DOTNET_CLI_TELEMETRY_OPTOUT=1 dotnet restore -v Minimal cd DarkStatsCore call npm install dotnet publish -r win10-x64 -o .\darkstatscore-win10-x64 dotnet publish -r osx.10.12-x64 -o .\darkstatscore-osx.10.12-x64 dotnet publish -r debian.8-x64 -o .\darkstatscore-debian.8-x64 echo Win %APPVEYOR_BUILD_VERSI...
tylerrichey/darkstatscore
appveyorbuild.cmd
bat
mit
591
@echo off REM Unregister a file handler for the .3dgep file types. REM This is a configuration file format that is used to run REM the GraphicsTest application. pushd . cd "%~dp0..\" SET EXE_FILE=Game.exe SET EXE_DIR=%CD%\bin\Release\ SET EXE_PATH="%EXE_DIR%%EXE_FILE%" SET FILE_EXT=.3dgep SET FILE_TYPE=text SET PROG...
jpvanoosten/VolumeTiledForwardShading
Conf/UnregisterFileType_Win10_Rel_x64.bat
bat
mit
664
:: Generates project documentation :: Create the temporary directory set tempDirectory="temp" mkdir %tempDirectory% :: Copy the required files to the temporary directory copy ImmDoc.NET\ImmDocNet.exe %tempDirectory% copy ..\src\SequelocityDotNet\bin\Debug\SequelocityDotNet.dll %tempDirectory% copy ..\src\SequelocityD...
AmbitEnergyLabs/Sequelocity.NET
tools/GenerateDocumentation.bat
bat
mit
609
call nuget push Packages\Simple.OData.Client.%1.nupkg %2 call nuget push Packages\Simple.OData.V3.Client.%1.nupkg %2 call nuget push Packages\Simple.OData.V4.Client.%1.nupkg %2
FundsLibrary/Simple.OData.Client
NugetPush.cmd
bat
mit
178
@echo off \mingw\bin\asw -L uforth.asm if errorlevel 1 goto end \mingw\bin\p2bin -r 0-1023 -l 0 uforth.p ..\emulator\fredii.exe uforth.bin :end
paulscottrobson/fred
uForth/go.bat
bat
mit
143
@echo off powershell "gci . -Recurse | Unblock-File" powershell "Start-Process -FilePath powershell.exe -ArgumentList '%~fs0\..\Scripts\Uninstall.ps1', 'PROJECT' -verb RunAs -Wait"
jdunkerley/AlteryxAddIns
Scripts/Uninstall.bat
bat
mit
180
net stop CrashPlanService net start CrashPlanService
pchrapka/ballin-avenger-scripts
restart_crashplan.bat
bat
mit
52
cmd_drivers/usb/host/xhci-hcd.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/usb/host/xhci-hcd.o drivers/usb/host/xhci.o drivers/usb/host/xhci-mem.o drivers/usb/host/xhci-pci.o drivers/usb/host/xhci-ring.o drivers/usb/host/xhci-hub.o drivers/usb...
JoinTheRealms/TF700-dualboot-stockbased
drivers/usb/host/.xhci-hcd.o.cmd
bat
gpl-2.0
338
cmd_drivers/connector/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/connector/built-in.o drivers/connector/cn.o drivers/connector/cn_proc.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/connector/.built-in.o.cmd
bat
gpl-2.0
252
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -meta -patchmeta -v -verboseentities "C:\openarena-0.8.1\baseoa\maps\am_galmevish2.map" "I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa...
NeonKnightOA/oaassets
tools/compile-scripts/batch/am_galmevish2.bat
bat
gpl-2.0
792
cmd_arch/arm/lib/csumpartial.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartial.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...
kingklick/kk-evo-kernel
arch/arm/lib/.csumpartial.o.cmd
bat
gpl-2.0
1,702
cmd_net/netfilter/xt_hashlimit.o := arm-eabi-gcc -Wp,-MD,net/netfilter/.xt_hashlimit.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 -Wunde...
HCDRJacob/wildfire-kernel
net/netfilter/.xt_hashlimit.o.cmd
bat
gpl-2.0
155,001
cmd_drivers/media/dvb-frontends/tda826x.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/dvb-frontends/tda826x.ko drivers/media/dvb-frontends/tda826x.o drivers/media/dvb-frontends/tda826x.mod.o
avareldalton85/rpi2-linux-rt
drivers/media/dvb-frontends/.tda826x.ko.cmd
bat
gpl-2.0
311
cmd_arch/arm/lib/ashldi3.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashldi3.o.d -nostdinc -isystem /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/dman3285/Kernerl-Source/kernel_hammer_v1/arch...
AOSP-ZEUS/android_kernel_samsung_n1
arch/arm/lib/.ashldi3.o.cmd
bat
gpl-2.0
1,694
cmd_drivers/staging/vt6656/built-in.o := rm -f drivers/staging/vt6656/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/staging/vt6656/built-in.o
avareldalton85/rpi2-linux-rt
drivers/staging/vt6656/.built-in.o.cmd
bat
gpl-2.0
214
@echo off "%~dp0python3.bat" -B -E "%~dp0\pyld.py" fcp %*
drtuxwang/system-config
bin/fcp.bat
bat
gpl-2.0
58
cmd_block/built-in.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o block/built-in.o block/elevator.o block/blk-core.o block/blk-tag.o block/blk-sysfs.o block/blk-barrier.o block/blk-settings.o block/blk-ioc.o block/blk-map.o block/blk-exec.o block/blk-m...
damageless/linux-kernel-ican-tab
block/.built-in.o.cmd
bat
gpl-2.0
519
cmd_arch/arm/mm/extable.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.extable.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/Ker...
mjmccall/Kernel
arch/arm/mm/.extable.o.cmd
bat
gpl-2.0
14,075
cmd_net/ipv4/netfilter/nf_nat.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/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_prot...
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
net/ipv4/netfilter/.nf_nat.o.cmd
bat
gpl-2.0
406
/*** Psion REXX Interface API Usage Example ******/ /*** (c) 2001 Mike Potapoff ******/ /*** Function Return Code Definitions ************/ RET_OK = 0 RET_NOT_CONNECTED = -1 RET_NOT_ENOUGH_MEM = -2 RET_ALREADY_RUNNED = -3 RET_RUN_TIMEOUT = -4 RET_NO_SUCH_PROCESS = -5 SAY 'Psion R...
OS2World/APP-COMM-Psion_Converter
psiREXXproc.cmd
bat
gpl-2.0
2,840
cmd_drivers/cpufreq/cpufreq_stats.o := arm-eabi-gcc -Wp,-MD,drivers/cpufreq/.cpufreq_stats.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 ...
HCDRJacob/wildfire-kernel
drivers/cpufreq/.cpufreq_stats.o.cmd
bat
gpl-2.0
142,221
sqlite3.exe users.sqlite < ptokax-sqlite-test.sql
pavel-pimenov/flylinkdc-r5xx
test/sql/run-ptokax-test.bat
bat
gpl-2.0
50
SET OUTDIR=C:\Git\ServiceConnect-CSharp\src\ SET OUTDIRFILTERS=C:\Git\ServiceConnect-CSharp\filters\ @ECHO === === === === === === === === @ECHO ===NUGET Publishing .... del *.nupkg :: comment NuGet pack "%OUTDIR%ServiceConnect\ServiceConnect.nuspec" ::NuGet pack "%OUTDIR%ServiceConnect.Client.RabbitMQ\ServiceConn...
R-Suite/ServiceConnect-CSharp
src/Tools/packaging_netcore/BuildNugetPublishPackages.bat
bat
gpl-2.0
2,168
cmd_networking/ftpgetput.o := gcc -Wp,-MD,networking/.ftpgetput.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstric...
muthumani2/Muthu-busybox
networking/.ftpgetput.o.cmd
bat
gpl-2.0
9,570
@echo off title Helper - Show device information set _root=%~dp0 set root=%_root:~0,-1% set helper="%root%\helper\helper.exe" echo. call %helper% detailed-scan echo. pause
rmmbear/Android-QA-Helper
windows_shortcuts/Show_device_info.bat
bat
gpl-3.0
176
@ECHO off set loopcount=64 set C= 0 set valor= 0 :Start ECHO ==========================================Teste De Ping League Of Legends============================================== ECHO ==============================================By: Gabriel Mesquita===================================================== ECHO ...
BumperSt/Testping
Ping lol.bat
bat
gpl-3.0
1,118
:: update_binding.cmd :: 10/6/2012 jichi :: See: http://qt-project.org/wiki/Category:LanguageBindings::PySide::Shiboken::PySide_Binding_Generation_Tutorial :: See: http://blog.csdn.net/dbzhang800/article/details/6387577 @setlocal cd /d "%~dp0" set TARGET=vnrmem set PYTARGET=py%TARGET% set HEADER=%PYTARGET%_config.h set...
Dangetsu/vnr
Frameworks/Sakura/cpp/plugins/pyvnrmem/update_binding.cmd
bat
gpl-3.0
2,906
@echo off pushd %~dp0 if [%1]==[] goto first-missing if [%2]==[] goto second-missing if [%3]==[] goto third-missing if [%4]==[] goto fourth-missing if [%5]==[] goto fifth-missing SET PROG=%6 if [%6]==[] SET PROG="..\..\..\..\install\imf-conversion-utility\bin\imf-conversion-utility" @echo on %PROG% itunes -c ..\..\.....
DSRCorporation/imf-conversion
acceptance/itunes/run/film/itunes-locale.bat
bat
gpl-3.0
1,408
@echo off :: Batch file for building/testing vimproc on AppVeyor cd %APPVEYOR_BUILD_FOLDER% if /I "%1"=="test" ( set _target=_test ) else ( set _target= ) for %%i in (msvc mingw msys2 cygwin) do if "%compiler%"=="%%i" goto %compiler%%_target% echo Unknown build target. exit 1 :msvc :: --------------------------...
SpaceVim/SpaceVim
bundle/vimproc.vim/tools/appveyor.bat
bat
gpl-3.0
2,832
reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableSoftLanding" /t "REG_DWORD" /d "1" /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightFeatures" /t "REG_DWORD" /d "1" /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindow...
CHEF-KOCH/regtweaks
OS independent/Batch/Disable Windows Tips.bat
bat
mpl-2.0
490
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=...
DerOli82/yadm
gradlew.bat
bat
lgpl-3.0
1,969
@ECHO OFF REM $Id: make.bat 509501 2016-08-05 19:08:31Z fukanchi $ REM =========================================================================== REM REM PUBLIC DOMAIN NOTICE REM National Center for Biotechnology Information REM REM This software/database is a "United States G...
kyungtaekLIM/PSI-BLASTexB
src/ncbi-blast-2.5.0+/c++/compilers/vs2015/make.bat
bat
lgpl-3.0
6,827
@ echo off :: Script for starting the Salt-Minion :: Accepts all parameters that Salt-Minion Accepts :: Define Variables Set SaltDir=%~dp0 Set SaltDir=%SaltDir:~0,-1% Set Python=%SaltDir%\bin\python.exe Set Script=%SaltDir%\bin\Scripts\salt-call :: Launch Script "%Python%" -E -s "%Script%" %*
saltstack/salt
pkg/windows/buildenv/salt-call.bat
bat
apache-2.0
296
@call debug.cmd
Clarence-pan/bin
d.cmd
bat
apache-2.0
16
jekyll build --safe --config _config.yml,_config_localhost.yml
alumb/HollyburnSailingClub
build.bat
bat
apache-2.0
64
echo "running ODMTools timing profiler" python -m cProfile -o profile.dat D:\\DEV\\ODMTools\\ODMToolsPython\\ODMTools.py echo "view timing profiler result" python D:\\DEV\\ODMTools\\ODMToolsPython\profiler\runsnake.py profile.dat
ODM2/ODMToolsPython
profiler/timingprofiler.bat
bat
bsd-3-clause
234
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServerExtended_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite10 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite10.cmd
bat
mit
376
@call properties.bat @call "%flex_bin%\mxmlc.bat" -o "%build_dir%\NginxPseudoStreamingPlugin.swf" ^ -debug=%debug% ^ -swf-version=11 ^ -target-player=10.2 ^ -sp src ^ -l "%flex_sdk%\frameworks\libs" ^ -define CONFIG::LOGGING %logging% ^ src\ru\kutu\osmf\nginxpseudostreaming\NginxPseudoStreamingPlugin.as
kutu/NginxPseudoStreamingPlugin
build_plugin.bat
bat
mit
313
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S17_FileLevelItems.MSWOPI_S17_TC25_RefreshLock_Fail409 /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique pause
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S17_TC25.cmd
bat
mit
292
cmd_net/sunrpc/cache.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/sunrpc/.cache.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...
matteocrippa/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/sunrpc/.cache.o.cmd
bat
gpl-2.0
15,822
cmd_sound/soc/davinci/built-in.o := rm -f sound/soc/davinci/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/soc/davinci/built-in.o
friedrich420/Note-3-AEL-Kernel
sound/soc/davinci/.built-in.o.cmd
bat
gpl-2.0
172
cmd_net/bridge/netfilter/ebtables.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebtables.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/autocon...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebtables.o.cmd
bat
gpl-2.0
20,815
@echo off REM ------------------------------------------------------------------------- REM Desc: Batch file for building GNU printf on Windows platforms REM Tabs: 3 REM REM Copyright (c) 2006 Novell, Inc. All Rights Reserved. REM REM This program is free software; you can redistribute it and/or REM modify it unde...
jlodom/FLAIM-Database-For-OS-X
tools/external/w32/printf/build.bat
bat
gpl-2.0
1,182
@IF NOT EXIST MIOSv10\0000000c.app @GOTO filenotfound @cd DML make clean make @cd.. @GOTO end :filenotfound @echo 0000000c.app not found, please read MIOSv10\info.txt :end @pause
MathewWi/dios-mios-lite-source-project
makeDML.bat
bat
gpl-3.0
191
@echo off rem rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2...
apache/servicemix4-kernel
assembly/src/main/distribution/windows-text/bin/servicemix.bat
bat
apache-2.0
5,467
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\METAL GEAR RISING REVENGEANCE\METAL GEAR RISING REVENGEANCE.exe" --inject --steam-app-id 235460 --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x86/mgrr.bat
bat
mit
217
@echo Compiling DamnVid for win32. @echo ---------------------------- @cd .. @echo Finding Python installation. @python build-exe\find-system-paths-win32.py @set /p python= < python32-path.tmp @echo Building list of required files. @%python%\python -OO build-any\build-required-files.py @echo Creating /package/ ...
PiRSquared17/damnvid
build-exe/build-app-only-win32.bat
bat
gpl-3.0
1,025
del *.log /S del CSharpGL.*.nupkg /S pause
bitzhuwei/CSharpGL
deleteLog.bat
bat
mit
43
@echo off set 0=a set 1=b set 2=c set 3=d set 4=e set 5=f set 6=g set 7=h set 8=i set 9=j set 10=k set 11=l set 12=m set 13=n set 14=o set 15=p set 16=q set 17=r set 18=s set 19=t set 20=u set 21=v set 22=w set 23=x set 24=y set 25=z
0x776b7364/batch-utils
FILEEXTS/setletters.bat
bat
mit
262
@echo off REM Usage: wslrun.cmd <bash command> REM Runs the given command in the Windows Subsystem for Linux bash shell. REM Locate bash.exe REM 32/64 bits causes issues here because it actually redirects the System32 dir set BASH=bash.exe if exist C:\Windows\System32\bash.exe set BASH=C:\Windows\System32\bash....
kzu/GitInfo
src/GitInfo/build/wslrun.cmd
bat
mit
422
@echo off call node app.js "E-mail 1 - Value" E:/dev/samples/google.csv
Roaders/contact-list-checker
run.cmd
bat
mit
72
@echo off title IP Scan color B1 echo IP Scan v1.3 :prompt echo. set /p first="Please enter the first octet of IP range: " set /p second="Please enter the second octet of IP range: %first%. set /p third="Please enter third octet of IP range: %first%.%second%." set /p startip="Please enter first IP in range: ...
MitchellHollis/scripts
IPscan.bat
bat
mit
2,661
cd .. java -cp lib\*;out\production\FreelanceAnalitycs furnaces.odesk.apps.db_overview.DBOverview "jdbc:mysql://127.0.0.1:3306" "root" "qwerty" "freelance_analytics_test" rem "2014-10-29 13:55:03" "2014-10-29 14:07:56" pause
AlexCAB/FreelanceAnalytics
runners/RunBDOwerview.bat
bat
mit
225
:: Current WinRM settings :: winrm get winrm/config :: Configure WinRM start "" /WAIT cmd.exe /c net stop winrm cmd.exe /c winrm quickconfig -q cmd.exe /c winrm quickconfig -transport:http cmd.exe /c winrm set winrm/config @{MaxTimeoutms="1800000"} cmd.exe /c winrm set winrm/config/winrs @{MaxMemoryPerShellMB="2048"} ...
hideakihal/packer-windows-esxi
scripts/winrm.bat
bat
mit
838
@REM ---------------------------------------------------------------------------- @REM Copyright 2001-2006 The Apache Software Foundation. @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 o...
mohanaraosv/appassembler
appassembler-maven-plugin/src/test/resources/org/codehaus/mojo/appassembler/daemon/script-basedir-repo/expected-basedir-test.bat
bat
mit
3,190
@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...
maistrovas/Internet-Store
docs/make.bat
bat
mit
5,112
:: Purpose: Removes all versions of Adobe Flash Player from a system. Saves a log to c:\logs by default :: Requirements: Run this script with an admin account :: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x82A211A2 :: History: 2.0.0 + Complete overhaul to mor...
bmrf/standalone_scripts
adobe_flash_player_nuker.bat
bat
mit
42,599
cmd_net/bluetooth/bluetooth_6lowpan.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o net/bluetooth/bluetooth_6lowpan.o net/bluetooth/6lowpan.o
avareldalton85/rpi2-linux-rt
net/bluetooth/.bluetooth_6lowpan.o.cmd
bat
gpl-2.0
205
cmd_drivers/media/rc/keymaps/rc-videomate-m1f.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/rc/keymaps/rc-videomate-m1f.ko drivers/media/rc/keymaps/rc-videomate-m1f.o drivers/media/rc/keymaps/rc-video...
avareldalton85/rpi2-linux-rt
drivers/media/rc/keymaps/.rc-videomate-m1f.ko.cmd
bat
gpl-2.0
335
cmd_kernel/mutex.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.mutex.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-...
jpsminix/minix5
kernel/.mutex.o.cmd
bat
gpl-2.0
21,732
cmd_kernel/rwsem.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.rwsem.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...
yohanes/Acer-BeTouch-E130-Linux-Kernel
kernel/.rwsem.o.cmd
bat
gpl-2.0
17,451
cmd_drivers/media/usb/s2255/built-in.o := rm -f drivers/media/usb/s2255/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/media/usb/s2255/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/media/usb/s2255/.built-in.o.cmd
bat
gpl-2.0
257