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_fs/fat/fat.o := arm-poky-linux-gnueabi-ld -EL -r -o fs/fat/fat.o fs/fat/cache.o fs/fat/dir.o fs/fat/fatent.o fs/fat/file.o fs/fat/inode.o fs/fat/misc.o fs/fat/nfs.o
heyoufei2/yocto3.14.38_kernel
fs/fat/.fat.o.cmd
bat
gpl-2.0
173
cmd_drivers/media/radio/built-in.o := rm -f drivers/media/radio/built-in.o; /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/media/radio/built-in.o
DJSteve/StreakKernel
drivers/media/radio/.built-in.o.cmd
bat
gpl-2.0
183
@echo off if not exist ..\bin goto ERROR cd ..\setup\windows\ rem Set SETUP_VERSION if not exist set_source_dir.cmd goto ERROR3 call set_source_dir.cmd rem override SOURCE_DIR Set SOURCE_DIR="..\..\bin\windows" rem check if source_dir exists if not exist %SOURCE_DIR% goto ERROR2 echo Creating the ...
cyberbeat/mysql-gui-tools
query-browser/build/MakeSetupCommercial.bat
bat
gpl-2.0
1,429
mvn versions:set -DnewVersion=%1
evg-tyurin/gryphon
gryphon-parent/setversion.bat
bat
gpl-2.0
34
cmd_mm/slab.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,mm/.slab.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/arch/arm/include -in...
mjmccall/Kernel
mm/.slab.o.cmd
bat
gpl-2.0
25,087
cl /c /Ox /Os /GL /GF /GS- /W4 dlfl.c rc -r dlfl.rc link /LTCG dlfl.obj dlfl.res /subsystem:console /MERGE:.rdata=.text
deemru/dlfl
src/make.bat
bat
gpl-2.0
121
cmd_sound/pci/lx6464es/built-in.o := rm -f sound/pci/lx6464es/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/lx6464es/built-in.o
AOSP-ZEUS/android_kernel_samsung_n1
sound/pci/lx6464es/.built-in.o.cmd
bat
gpl-2.0
189
>>> vowels = {'a', 'e', 'a', 'a', 'i', 'o', 'u', 'u'} >>> vowels {'i', 'a', 'u', 'e', 'o'} >>> set(vowels) {'i', 'a', 'u', 'e', 'o'} >>> set({5, 3, 1}) {1, 3, 5}
simontakite/sysadmin
pythonscripts/practicalprogramming/setdict/set_from_set.cmd
bat
gpl-2.0
162
cmd_kernel/debug/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o kernel/debug/built-in.o kernel/debug/debug_core.o kernel/debug/gdbstub.o kernel/debug/kdb/built-in.o
1DeMaCr/android_kernel_samsung_codina
kernel/debug/.built-in.o.cmd
bat
gpl-2.0
204
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/macintosh/built-in.o
PrestigeMod/SHW-M440S
drivers/macintosh/.built-in.o.cmd
bat
gpl-2.0
193
-m bin/firmerware.map MEMORY { ISRMAP (RWIX) : origin = 0x000100, length = 0x000300 STACK (RWI) : origin = 0x000400, length = 0x000c00 ROM (RIX) : origin = 0x001000, length = 0x006000 DARAM (RWIX) : origin = 0x007000, length = 0x001000 RAM (RWIX) : origin = 0x800000, length = 0x080000 CONSTRAM (RWIX) : origin = ...
vanrein/0cpm-Firmerware
src/driver/tic55x/linker.cmd
bat
gpl-3.0
854
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not gran...
ILoveSpeccy/Aeon-Lite
cores/lvov-pk02-mips/src/cham_rom/cham_rom/simulation/timing/simulate_isim.bat
bat
gpl-3.0
2,868
call setenv call ant -buildfile build.xml test PAUSE
oscaraya/VCMS-SC
test.bat
bat
gpl-3.0
53
@echo off rem Update CEF eventually utils\premake5.exe install_cef rem Update Unifont utils\premake5.exe install_unifont rem Generate solutions utils\premake5.exe vs2019 rem Create a shortcut to the solution - http://superuser.com/questions/392061/how-to-make-a-shortcut-from-cmd set SCRIPTFILE="%TEMP%\CreateMyShort...
huncrys/mtasa-blue
win-create-projects.bat
bat
gpl-3.0
709
:: runxyce.bat :: Sets runtime environment variables and executes Xyce @echo off echo ------------------------------------------------------------------------- echo Copyright Notice echo. echo Copyright (c) 2002-2013, Sandia Corporation, Albuquerque, NM, USA. echo See the output of Xyce -license for details...
Xycedev/Xyce
distribution/runxyce.bat
bat
gpl-3.0
467
cd parent call start-im-client.bat
tywo45/talent-aio
start-im-client.bat
bat
lgpl-2.1
35
@echo off pyblish_shell.exe -m pyblish_tray %*
pyblish/pyblish-shell
pyblish_tray.bat
bat
lgpl-3.0
46
@echo off :#***************************************************************************** :# * :# Filename src2objs.bat * :# * :# Description Gen...
JFLarvoire/the_silver_searcher
win32/include/src2objs.bat
bat
apache-2.0
3,277
@echo off pushd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'Silentl...
trbngr/akka.net
build.cmd
bat
apache-2.0
1,387
@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...
sujoyg/tool
vendor/ec2-api-tools-1.4.2.2/bin/ec2delsubnet.cmd
bat
mit
1,029
@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...
llgoncalves/harpia
docs/make.bat
bat
gpl-2.0
7,258
cmd_scripts/sortextable := gcc -Wp,-MD,scripts/.sortextable.d -O2 -I/home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes -I/home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/staging_dir/host/include -I/home/wengbj/projec...
unigent/OpenWrt-Firefly-SDK
build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.10.14-p112871/scripts/.sortextable.cmd
bat
gpl-2.0
4,661
REM Batch file to make all Makefiles or all Visual Studio project files REM (*.dsp for MSVC-6.0 or *.vcproj for MSVC-7.0) for Qwt with qmake. REM REM BUG: the designer plugin *.dsp file may not work; the Makefile does. REM REM To make Makefiles, type: msvc-qmake REM To make project files type: msvc-qmake vc RE...
christianurich/VIBe2GUI
src/3dparty/qwt-5.2.0/admin/msvc-qmake.bat
bat
gpl-2.0
1,296
@echo off set MSBUILD_PATH="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64\MSBuild.exe" set INNO_PATH="C:\Program Files (x86)\Inno Setup 5\Compil32.exe" rem UPDATE VERSION INFO echo Start Update Version Info SubWCRev %cd% %cd%\src\SharedSources\SharedAssemblyInfo.templ %cd...
tech-nik89/website-builder
make.bat
bat
gpl-3.0
739
@echo off @echo PRG2OBJ.BAT %1 %2 del error--outpre-%1 2>nul del error--ppo2cpp-%1 2>nul del error--outcpp-%1 2>nul md ppo 2>nul :Preprocesszor (prg-->ppo) set CMPOPT=ppo\prg2ppo-%1 del %CMPOPT% 2>nul if not "%BUILD_PRE%"=="" echo %BUILD_PRE% >>%CMPOPT% set ECHOOUT=%CMPOPT% set ECHOPRE=-I set ECHOPOST= call %...
mrev11/ccc3
usr/build/windows/prg2obj.bat
bat
lgpl-2.1
1,300
@echo off rem We use FPC to found out the Platform and OS to create a lib output path fpc -Parm -Twince -iTP > tmpvar set /p myplatform= < tmpvar fpc -Parm -Twince -iTO > tmpvar set /p myos= < tmpvar del tmpvar if exist ..\lib\%myplatform%-%myos%\nul.x goto exists echo Creating missing directory ..\lib\%myplatform%-...
wkitty42/fpGUI
src/build_wince.bat
bat
lgpl-2.1
509
@REM This bat file has been generated by the IAR Embeddded Workbench @REM C-SPY interactive debugger,as an aid to preparing a command @REM line for running the cspybat command line utility with the @REM appropriate settings. @REM @REM After making some adjustments to this file, you can launch cspybat @REM by typi...
sdlylshl/DK5438_example
综合应用/03-RTOS与触控GUI/settings/EtherNet.cspy.bat
bat
gpl-2.0
2,770
secstate remove PassComp-G-2-2
quark-pat/CLIP
packages/secstate/secstate/testing/tests/remove_bad_param_group/commands/remove.cmd
bat
apache-2.0
31
cmd_drivers/net/wireless/built-in.o := rm -f drivers/net/wireless/built-in.o; ar rcs drivers/net/wireless/built-in.o
namgk/kernel-tut
drivers/net/wireless/.built-in.o.cmd
bat
gpl-2.0
118
@echo off %~dp0node/node node/node_modules/npm/bin/npm-cli.js %* @echo on
danielleeht/zhuoyue
zhuoyue-ui/npm.cmd
bat
mit
73
@echo off @REM Copyright 2016 Goldman Sachs. @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 req...
itohro/reladomo
build/antbuild.bat
bat
apache-2.0
1,698
#################### ## ## Test Condor command file ## #################### universe = standard executable = job_ckpt_signals_std.cndr.exe.$$(OPSYS).$$(ARCH) error = job_ckpt_signals_std.err output = job_ckpt_signals_std.out log = job_ckpt_signals_std.log arguments = -_condor_aggravate_bugs p...
djw8605/condor
src/condor_tests/job_ckpt_signals_std.cmd
bat
apache-2.0
361
@echo off "%~dp0\..\bootstrap\node.bat" --experimental-modules "%~dp0\build.js" %*
Bawhoppen/-tg-station
tools/build/build.bat
bat
agpl-3.0
83
:: Copyright 2017 - Refael Ackermann :: Distributed under MIT style license or the libuv license :: See accompanying file LICENSE at https://github.com/node4good/windows-autoconf :: or libuv LICENSE file at https://github.com/libuv/libuv :: version: 2.0.0 @if not defined DEBUG_HELPER @ECHO OFF setlocal if "%~1"=="prer...
ibc/MediaSoup
worker/deps/libuv/libuv/tools/vswhere_usability_wrapper.cmd
bat
isc
1,312
@echo off if not exist node_modules\.bin\jake.cmd call npm rebuild node_modules\.bin\jake %*
jamesshore/lab1_grunt_shootout
jake.bat
bat
mit
93
pandoc Practicum-Gleaning.md -s -o ../PDFDOCUMENTATION/Practicum-Gleaning.pdf pause
tkuebler/ChatScript
WIKI/once.bat
bat
mit
85
call ..\tools\shadercDebug.exe -f src/vs_meshPlot.sc -i src/ --platform asm.js --bin2c -o vs_meshPlot.h --type vertex call ..\tools\shadercDebug.exe -f src/fs_meshPlot.sc -i src/ --platform asm.js --bin2c -o fs_meshPlot.h --type fragment call ..\tools\shadercDebug.exe -f src/vs_sign.sc -i src/ --platform asm.js --bin2c...
podgorskiy/TinyFEM
shaders/make.bat
bat
mit
459
@ECHO off :menu cls echo. echo. echo. echo MusiC echo. echo. echo. echo Choose one of the alternatives(NOTE they are case sensitive): echo. echo v: Visual Studio g: GNU Makefile C: CodeLite echo c: Code::Blocks m: Monodevelop s: Sharpdevelop e...
berkus/music-cs
build/build.bat
bat
mit
2,298
recserver -package %REGULUS%\Examples\Toy0\Nuance\hand_coded_toy0 pause
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy0/scripts/run_recserver_hand_coded.bat
bat
mit
73
@echo off :: Remove all package CALL powershell -ExecutionPolicy RemoteSigned -Command "& {Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online}" CALL powershell -ExecutionPolicy RemoteSigned -Command "& {Get-AppxPackage -AllUsers | Remove-AppxPackage}" :: Disable bing research in windows 8 CALL...
y0ug/vmboxer
scripts/unattend/w8-init.bat
bat
mit
434
@ECHO OFF IF NOT EXIST %windir%\Command MKDIR %windir%\Command COPY /Y *.bat %windir%\Command COPY /Y *.reg %windir%\Command ECHO Adding Registry Entries for Aliases REG IMPORT %windir%\Command\CMD.REG ECHO Adding Registry Entries for Solarised Colour Scheme REG IMPORT %windir%\Command\solarized-light.reg ECHO Aliases ...
petercamfield/cmd-alias
InstallLight.bat
bat
mit
392
:: Search stackoverflow for something :: opens a new tab with the search :: usage: stksrch <query> @echo off setlocal enabledelayedexpansion set engine=http://www.stackoverflow.com/search?q= set space=+ set query= call :argactionstart %* start chrome %engine%%query% goto :eof :argactionstart if -%1-==-- goto argact...
philosowaffle/NewDeviceSetup
Windows/scripts/stksrch.bat
bat
mit
404
@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...
Heroes-Academy/AI_Winter_2016
docs/make.bat
bat
mit
6,734
@echo off setlocal set "FILE_PATH=%~1" rem drop return value set "FOUND_PATH=" set "LAST_FILE=" for /F "usebackq eol= tokens=* delims=" %%i in (`dir /A:-D /B /O:D /T:W "%FILE_PATH:/=\%" 2^>nul`) do set "LAST_FILE=%%i" call :GET_DIR "%%FILE_PATH%%" ( endlocal set "FOUND_PATH=%FILE_DIR%%LAST_FI...
andry81/contools
Scripts/Tools/filesys/get_newest_file.bat
bat
mit
385
:getfiledatetime :: Description: Returns a variable with a files modification date and time in yyMMddhhmm similar to setdatetime. Note 4 digit year makes comparison number too big for batch to handle. :: Revised: 2016-05-04 :: Classs: command - internal - date -time :: Required parameters: :: varname :: file ::...
SILAsiaPub/vimod-pub-combo
core/getfiledatetime.cmd
bat
mit
1,213
rscript process.R "../data/"
swharden/ROI-Analysis-Pipeline
sandbox/beronica/boshLS/examples/demo.cmd
bat
mit
28
@echo off nunit3-console.exe "Hydra Desktop Tests.dll" --domain=None --inprocess pause
m93a/hydra
Hydra Desktop Tests/RunTests.bat
bat
mit
89
cmd_fs/ext3/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o fs/ext3/built-in.o fs/ext3/ext3.o
IndieBeto/StockLP
fs/ext3/.built-in.o.cmd
bat
gpl-2.0
112
cmd_drivers/gud/mcKernelApi.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/gud/mcKernelApi.o drivers/gud/MobiCoreKernelApi/main.o drivers/gud/MobiCoreKernelApi/clientlib.o drivers/gud/MobiCoreKernelApi/device....
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/gud/.mcKernelApi.o.cmd
bat
gpl-2.0
406
cmd_drivers/net/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-ld -EL -r -o drivers/net/built-in.o drivers/net/mii.o drivers/net/phy/built-in.o drivers/net/can/built-in.o drivers/net/Space.o drivers/net/loopback.o drivers/net/fec.o drivers...
evan6200/cirrfy_pos
drivers/net/.built-in.o.cmd
bat
gpl-2.0
396
@ECHO OFF IF NOT EXIST "%~dp0..\vendor\nette\tester" ( ECHO Nette Tester is missing. You can install it using Composer: ECHO php composer.phar update --dev EXIT /B 2 ) php.exe -n "%~dp0..\vendor\nette\tester\Tester\tester.php" -p php-cgi.exe -c "%~dp0php.ini-win" -j 20 -log "%~dp0test.log" %*
JDCofficial/kobliha-bootstrap
tests/run-tests.bat
bat
gpl-2.0
295
cmd_fs/direct-io.o := arm-eabi-gcc -Wp,-MD,fs/.direct-io.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu...
bigbiff/i717-GB-Kernel
fs/.direct-io.o.cmd
bat
gpl-2.0
28,754
cmd_kernel/kprobes.o := arm-eabi-gcc -Wp,-MD,kernel/.kprobes.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/i...
bigbiff/i717-GB-Kernel
kernel/.kprobes.o.cmd
bat
gpl-2.0
27,305
@%~dp0\busybox.exe seq %*
witwall/busybox-w32
seq.bat
bat
gpl-2.0
26
cmd_net/ipv4/arp.o := arm-eabi-gcc -Wp,-MD,net/ipv4/.arp.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu...
bigbiff/i717-GB-Kernel
net/ipv4/.arp.o.cmd
bat
gpl-2.0
34,521
cmd_drivers/bluetooth/hci_h4.o := arm-eabi-gcc -Wp,-MD,drivers/bluetooth/.hci_h4.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 -W...
HCDRJacob/wildfire-kernel
drivers/bluetooth/.hci_h4.o.cmd
bat
gpl-2.0
154,489
cmd_arch/arm/kernel/head.o := arm-linux-androideabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/...
tenorntex/lhbalanced
arch/arm/kernel/.head.o.cmd
bat
gpl-2.0
4,366
cmd_net/ipv4/udp.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,net/ipv4/.udp.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/...
doadin/samsung-kernel-msm7x30-Doadin
net/ipv4/.udp.o.cmd
bat
gpl-2.0
35,373
cmd_sound/soc/omap/built-in.o := rm -f sound/soc/omap/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/omap/built-in.o
selva-simple/Galaxy-R-Kernel
sound/soc/omap/.built-in.o.cmd
bat
gpl-2.0
174
cmd_sound/drivers/pcsp/built-in.o := rm -f sound/drivers/pcsp/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD sound/drivers/pcsp/built-in.o
lindsaytheflint/stone
sound/drivers/pcsp/.built-in.o.cmd
bat
gpl-2.0
213
cmd_fs/mbcache.o := gcc -Wp,-MD,fs/.mbcache.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-than=2048 -f...
namgk/kernel-tut
fs/.mbcache.o.cmd
bat
gpl-2.0
18,750
@cd %~dp0 echo. > PeerCastStation.exe:Zone.Identifier echo. > Mono.Nat.dll:Zone.Identifier echo. > Newtonsoft.Json.dll:Zone.Identifier echo. > PeerCastStation.ASF.dll:Zone.Identifier echo. > PeerCastStation.Core.dll:Zone.Identifier echo. > PeerCastStation.FLV.dll:Zone.Identifier echo. > PeerCastStation.GUI.dll:Z...
plonk/peercaststation-installer
PeerCastStation/unblock.bat
bat
gpl-2.0
643
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/aw2/built-in.o
selva-simple/Galaxy-R-Kernel
sound/pci/aw2/.built-in.o.cmd
bat
gpl-2.0
171
cmd_fs/open.o := arm-linux-gnueabihf-gcc -Wp,-MD,fs/.open.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include -I/home/darrell/android/rockchip/rk3188/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk3188/...
Dee-UK/D33_KK_Kernel
fs/.open.o.cmd
bat
gpl-2.0
31,946
cmd_drivers/clocksource/built-in.o := rm -f drivers/clocksource/built-in.o; /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/clocksource/built-in.o
kingklick/kk-evo-kernel
drivers/clocksource/.built-in.o.cmd
bat
gpl-2.0
189
-stack 0x1000 /* PRIMARY STACK SIZE */ -sysstack 0x1000 /* SECONDARY STACK SIZE */ -heap 0x3F80 /* HEAP AREA SIZE */ MEMORY { MMR (RW) : origin = 0000000h length = 0000C0h /* MMRs */ VEC (RX) : origin = 00000C0h length = 000300h /* on-chip ROM vectors */ DARAM (...
DMFX-1/Software
DMFX_1_1/c55xx_csl/ccs_v5.0_examples/dma/CSL_DMA_SDRAM_Example/VC5505_DMA.cmd
bat
gpl-3.0
951
@echo on cmd /C cleandrv_chk_x86.cmd builddrv_chk_x86.cmd
novoid/tstest
filemonitor/development_stage/flmonflt/rebuilddrv_chk_x86.cmd
bat
gpl-3.0
65
SET machine=oric SET speed=3 SET ruta_ucf=..\source\oric SET ruta_bat=..\..\ call %ruta_bat%genxst.bat rem call %ruta_bat%generar.bat v2_v3 ZZ3 rem call %ruta_bat%generar.bat v4 ZX1 call %ruta_bat%generar.bat v4_my ZX1 rem call %ruta_bat%generar.bat Ap ZZA
antoniovillena/zxuno
cores/Oric/build/make.bat
bat
gpl-3.0
257
rd Release /s /q rd Debug /s /q rd Source\FreeImageLib\Debug /s /q rd Source\FreeImageLib\Release /s /q rd Source\Source\Release /s /q rd Source\Source\Debug /s /q rd Source\LibJPEG\Debug /s /q rd Source\LibJPEG\Release /s /q rd Source\LibPNG\Debug /s /q rd Source\LibPNG\Release /s /q rd Source\LibMNG\Debug /s /q rd So...
dllsystem/FreeImage
clean.bat
bat
gpl-3.0
1,932
del buildlog. "%vs71comntools%..\ide\devenv.exe" papyrus.sln /rebuild "Release" /out buildlog.
papyrussolution/OpenPapyrus
Src/BuildVC70/build_pp.bat
bat
agpl-3.0
95
@rem Copyright (c) 2020 Antti Kivi @rem Licensed under the Effective Elegy Licence @echo off set composer_name=Couplet Composer set ode_name=Obliging Ode set anthem_name=Unsung Anthem echo Running the Windows batch file wrapper for %composer_name%, the build ^ script of %ode_name% and %anthem_name% echo %composer_na...
venturesomestone/unsung-anthem
compose.bat
bat
agpl-3.0
2,313
@echo off :# -------------------------------------------------------------------- :# link :# copy source files into the tmp directory :# :# it *must* be run from the emx directory :# :# Mark Olesen :# olesen@Weber.QueensU.CA :# 8-Sept-1994 :# ----------------------------------------------------------------------- set ...
pemryan/DAKOTA
packages/plplot/sys/dos/emx/link.bat
bat
lgpl-2.1
987
@echo off REM ------------------------------------------------------------------------- REM See the NOTICE file distributed with this work for additional REM information regarding copyright ownership. REM REM This is free software; you can redistribute it and/or modify it REM under the terms of the GNU Lesser General P...
pbondoer/xwiki-platform
xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start_xwiki_debug.bat
bat
lgpl-2.1
5,719
@echo off if "%OS%" == "Windows_NT" setlocal if not defined JAVA_HOME goto no_java_home if not defined VTPASS_HOME goto no_vtpass_home set JAVA=%JAVA_HOME%\bin\java set PASS_JAR=%VTPASS_HOME%\jars\vt-password-${project.version}.jar set LIBDIR=%VTPASS_HOME%\lib set CLASSPATH=%LIBDIR%\vt-dictionary-3.0.jar;%LIBDIR%\v...
dfish3r/vt-password
bin/password.bat
bat
apache-2.0
646
handlebars templates -e hbtpl -f js/handlebars.templates.js
marlonlom/Onamero
prepare-handlebars-tpls.bat
bat
apache-2.0
59
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM opt...
macuco/aserradero
gradlew.bat
bat
apache-2.0
5,242
python D:\limejs\closure\closure/bin/build/closurebuilder.py --root="D:\limejs\helloworld/" --root="D:\limejs\lime/" --root="D:\limejs\box2d/" --root="D:\limejs\closure/" --namespace="helloworld" -o compiled -c D:\limejs\bin/external\compiler.jar -f --define='goog.DEBUG=false' --output_file="helloworld\hw.js"
ddssssdd/starburk
build.bat
bat
apache-2.0
311
attrib /S -R *.* xcopy /Y C:\Dev\UTP\DevelopmentBranches\CIAPI.docs\Source\Servers\RESTWebServices\RESTWebServices\Metadata C:\Dev\RESTful-Webservice-Schema\src\CIAPI.MetadataGenerator.Tests\TestData\valid\Metadata copy /Y C:\Dev\UTP\DevelopmentBranches\CIAPI.docs\Source\Servers\RESTWebServices\RESTWebServic...
cityindex-attic/RESTful-Webservice-Schema
src/CIAPI.MetadataGenerator.Tests/TestData/valid/copy-from-CIAPI.docs-branch-RESTWebservices.cmd
bat
apache-2.0
3,277
svn propset svn:ignore . -F ignore.txt
nicodewet/vouchertool
vouchserv/ignore.bat
bat
apache-2.0
39
del *.ipk call tools\deploy.bat copy appinfo.json deploy\ call palm-package package\ deploy\ service\ call palm-install *.ipk pscp -P 55022 -l root -pw "" -scp *.ipk 127.0.0.1:/media/internal/ adb push *.ipk /media/internal/ pscp -r -P 55022 -l root -pw "" -scp deploy/* localhost:/media/cryptofs/apps/usr/palm/appli...
Garfonso/MoboReader
build_min.bat
bat
apache-2.0
854
@set CONFIG=floor_meter @cd /d %~dp0 python meter.py %CONFIG%.json > %CONFIG%.csv python ..\..\vmdgadgets\spectrum.py --config %CONFIG%.json %1 timeout 10
Hashi4/vmdgadgets
sample/spectrum/floor_meter.bat
bat
apache-2.0
155
mvn exec:java -Dexec.args="application-form-ukr.odt in_dossier.xml" -e
javadev/odt-to-pdf-converter
sample.cmd
bat
apache-2.0
71
@echo off rem *************************************************************************** rem Start Calculator Application rem *************************************************************************** pushd setlocal title Calculator Client rem Location of downloaded Apache Axis2 set AXIS2_HOME=./axis2-...
ibm-rtvs/Examples
calculator/applications/client/startCalculator.bat
bat
apache-2.0
1,019
set SBT_OPTS=-Xmx1024M -Dinput.encoding=Cp1252 -Dfile.encoding=SJIS -XX:+CMSClassUnloadingEnabled java %SBT_OPTS% -jar sbt-launch.jar %*
seraphr/scalatra-reactjs-fileupload
sbt.bat
bat
bsd-2-clause
138
@devenv ht.sln /rebuild Win_Debug
spiffcode/hostile-takeover
game/mkwin.bat
bat
bsd-2-clause
34
xsd cwe_schema_v5.4.2.xsd /classes /order /f /n:CWEBot.Models
OSSIndex/CWEBot
CWEBot.Extract/NVD/schemas/gen-cwe-classes.cmd
bat
bsd-3-clause
64
@echo off java -jar "C:\Users\jls\Projects\spekl-package-manager\target\uberjar\spekl-package-manager-0.1.0-SNAPSHOT-standalone.jar" %*
Spekl/spekl-package-manager
installer/spm-batch-template.bat
bat
isc
139
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=django-fluent-comments if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build...
edoburu/django-fluent-comments
docs/make.bat
bat
apache-2.0
826
cd ../../../.. runtime/jre/bin/java -jar app/remotify.client-1.0-jfx.jar
ostap0207/remotify.me
res/bin/autostart/remotify.bat
bat
apache-2.0
72
@echo off if exist Makefile nmake clean for /F %%a in ('dir /AD /B *.dir') do if exist %%a rmdir /S /Q %%a for %%a in (CMakeFiles Testing doc\html) do if exist %%a rmdir /S /Q %%a for %%a in (CMakeCache.txt DartTestfile.txt Makefile cmake_install.cmake progress.make *.ftss data\*.ftss include\CTPP2SysHeaders.h *...
moneymanagerex/ctpp
ClearPackage.cmd
bat
bsd-3-clause
664
@echo off REM Command line wrapper to start PowerShell hook script set PWSH=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe %PWSH% -ExecutionPolicy Bypass -NonInteractive -NoProfile -Command "$input | %1\hooks\post-commit.ps1" "%1" "%2" "%3" if errorlevel 1 exit /b %errorlevel%
dregad/source-integration
SourceSVN/post-commit.bat
bat
mit
291
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\module-deps\bin\cmd.js" %* ) ELSE ( node "%~dp0\..\module-deps\bin\cmd.js" %* )
CamiloMM/works-list
deps/native/MINGW32_NT-6.1-i686-node-v0.10.29/browserify/node_modules/.bin/module-deps.cmd
bat
agpl-3.0
145
glslangvalidator -V phong.vert -o phong.vert.spv glslangvalidator -V phong.frag -o phong.frag.spv glslangvalidator -V wireframe.vert -o wireframe.vert.spv glslangvalidator -V wireframe.frag -o wireframe.frag.spv glslangvalidator -V toon.vert -o toon.vert.spv glslangvalidator -V toon.frag -o toon.frag.spv
jpbruyere/Vulkan
data/shaders/pipelines/generate-spriv.bat
bat
mit
307
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\tslint\bin\tslint" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\tslint\bin\tslint" %* )
DaanKrug/Rocker-Framework
samples/Rocker-Framework-Functional-Show-Case/node_modules/.bin/tslint.cmd
bat
gpl-3.0
176
php phpunit.php --configuration suite.xml %*
owen-kellie-smith/mediawiki
wiki/tests/phpunit/run-tests.bat
bat
mit
45
@rem Used by the buildbot "buildmsi" step. cmd /c Tools\buildbot\external.bat @rem build release versions of things call "%VS71COMNTOOLS%vsvars32.bat" if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib ( devenv ..\db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static ) @rem build Python c...
TathagataChakraborti/resource-conflicts
PLANROB-2015/seq-sat-lama/Python-2.5.2/Tools/buildbot/buildmsi.bat
bat
mit
596
start tunnel 80 localhost 81 start boomClient 81 localhost 60000 /ss 2500 start tunnel 60000 localhost 60001 start GeTunnel 60001 localhost 60002 start tunnel 60002 localhost 60003 start GeTunnel 60003 localhost 60004 /r start tunnel 60004 localhost 60005 start boomServer 60005 localhost 8081 start tunnel 8081 localhos...
stackprobe/Factory
Labo/Socket/tunnel/GeTunnelTest01_ss2500.bat
bat
mit
354
@echo off SET CONFIG=Debug SET ACTION=Build CALL DarkSpaceBuild.bat if errorlevel 1 goto :Error :Done echo Done... exit 0 :Error echo Error occured... exit 1
palestar/darkspace
Build/DarkSpaceBuildDebug.bat
bat
mit
164
: : Usage: apk_launcher.bat <apk file> : : *.apk ‚ÉŠÖ˜A•t‚¯‚ð‚µ‚Ä‚¨‚­‚ƕ֗˜‚Å‚· : : command line arguments @IF "%~1" == "" ( echo Usage: apk_launcher.bat ^<apk file^> >&2 goto end ) : check python command existence @where python 1>nul 2>nul @IF %ERRORLEVEL% NEQ 0 ( echo Error: python command not found. ...
kobake/apk-launcher
apk_launcher.bat
bat
mit
436
set CURRDIR=%cd% cd ../../../.. set GOPATH=%cd% go test github.com/davyxu/cellnet/example/classicrecv ^ github.com/davyxu/cellnet/example/sendclose ^ github.com/davyxu/cellnet/example/echo_pb ^ github.com/davyxu/cellnet/example/echo_sproto ^ github.com/davyxu/cellnet/example/echo_websocket ^ github.com/davyxu/cellnet/...
davyxu/cellorigin
server/src/github.com/davyxu/cellnet/RunAllTest.bat
bat
mit
437