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/isa/msnd/built-in.o := rm -f sound/isa/msnd/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/msnd/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/isa/msnd/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_sound/usb/misc/built-in.o := rm -f sound/usb/misc/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/usb/misc/built-in.o
| miamo/miamOv | sound/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 143 |
cmd_fs/ext2/acl.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/ext2/.acl.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-tri... | mattkelly/linux-2.6-xlnx | fs/ext2/.acl.o.cmd | bat | gpl-2.0 | 20,587 |
cmd_arch/arm/lib/strncpy_from_user.o := /home/friedrich420/kernel/s4/S4GEKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strncpy_from_user.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I... | friedrich420/S4-GPE-AEL-Kernel-4.4.3 | arch/arm/lib/.strncpy_from_user.o.cmd | bat | gpl-2.0 | 2,462 |
cmd_fs/ext3/hash.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/ext3/.hash.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 | fs/ext3/.hash.o.cmd | bat | gpl-2.0 | 25,491 |
cmd_libbb/read.o := gcc -Wp,-MD,libbb/.read.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 -Wstrict-prototypes -Wunuse... | muthumani2/Muthu-busybox | libbb/.read.o.cmd | bat | gpl-2.0 | 9,320 |
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -w -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -w -x -S "%0" %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
goto endofperl
#!perl
# HX.PL
use vars qw(
$bo... | tinypigdotcom/bat | hx.bat | bat | gpl-3.0 | 1,347 |
@echo off
setlocal
cd /d %~dp0
cd ../../..
iwpcli monitor | corvideon/InstantWP | core/platform/win/scripts/InstantWP-QEMUMonitor.bat | bat | gpl-3.0 | 58 |
mysql --default-character-set=UTF8 -u root mysql -p -e "source 00-executeAllScript.sql;"
pause
| dev-mansonthomas/crf-rdp | stuff/01 - SQL/create database/launchAllScript.bat | bat | gpl-3.0 | 102 |
@echo off
set pathtoavrdude=C:\ExtraProgramme\Programmierung\AvrDude5.1\
set com=com2
set project=v3_Single
%pathtoavrdude%avrdude.exe -p T44 -P %com" -b 115200 -c avr910 -U flash:w:"%project%.hex":i -U eeprom:w:"%project%.eep":i -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m
pause | tengelmann/Lampensteuerung | Firmware/v3_Single/default_5V/avrdude_mem_and_fuses.bat | bat | gpl-3.0 | 273 |
@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... | jecki/SchnelleSeite | docs/make.bat | bat | apache-2.0 | 6,715 |
rd /s /q dist
md dist
md dist\ptk
md dist\phi
rd /s /q src\ptk\target
md src\ptk\target
copy src\ptk\win32\*.* src\ptk\target\*.*
cl.exe -c src\ptk\*.c src\ptk\target\*.c /TP -Fodist\ptk\
cl.exe -c src\main.windows.cpp src\phi\*.c /TP -Fodist\phi\
link.exe dist\ptk\*.obj dist\phi\*.obj /OUT:dist\phi.exe
rd /s /q dist\p... | learning/phi | make.bat | bat | apache-2.0 | 354 |
@echo off
REM Copyright 2001,2004-2005 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 of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
... | Sage-ERP-X3/izpack | bin/compile.bat | bat | apache-2.0 | 2,960 |
..\bin\zxb-sms.exe test.zxb --prg_version=0.02 --prg_name=DataStorm --author="Haroldo de Oliveira Pinheiro" | haroldo-ok/really-old-stuff | mastersystem/zxb-sms-2012-02-23/zxb-sms/DataStorm/build.bat | bat | apache-2.0 | 107 |
set CPS230_ROOT=c:\cps230
set ASM=%CPS230_ROOT%\bin\jwasm
set LINK=%CPS230_ROOT%\bin\jwlink
set INCLUDE=c:\Irvine
set LIB=c:\Irvine
%ASM% -nologo -omf -Zm -Fl -Zi -c %1.asm
if errorlevel 1 goto terminate
%LINK% format dos option quiet,map file %1.obj library Irvine16.lib
:terminate
| josh-austin/cps230 | make16.bat | bat | bsd-3-clause | 285 |
@echo off
echo Creating nuget package...
set solutionDir=%1
set nuget=%solutionDir%Tools\nuget.exe
set projDir=%solutionDir%UtilJsonApiSerializer\
set outputDir=%projDir%bin\Release
%nuget% pack "%projDir%UtilJsonApiSerializer.csproj" -IncludeReferencedProjects -OutputDirectory "%outputDir%" -Prop Configuration=Releas... | FrontlineEducation/Util-JsonApiSerializer | Util-JsonApiSerializer/makeNugetPackage.bat | bat | mit | 342 |
cls
@echo This is only a placeholder file; all Windows 7/8/8.1 telemetry purging code is directly integrated into the main Tron script
pause
| ronnie/tron | resources/stage_4_repair/purge_windows_telemetry/purge_windows_7-8-81_telemetry.bat | bat | mit | 141 |
cmd_drivers/mtd/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o drivers/mtd/built-in.o drivers/mtd/mtd.o drivers/mtd/cmdlinepart.o drivers/mtd/mtdchar.o drivers/mtd/mtd_blkdevs.o drivers/mtd/mtdblock.o dr... | EPDCenterSpain/kernel_Archos_97_Titan | drivers/mtd/.built-in.o.cmd | bat | gpl-2.0 | 554 |
@echo off
rem This file is part of Radio Downloader.
rem Copyright © 2007-2014 by the authors - see the AUTHORS file for details.
rem
rem This program is free software: you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
rem the Free Software Foundation, eithe... | nbl1268/RadioDownloader | tools/recoverdb/recoverdb.bat | bat | gpl-3.0 | 2,018 |
@echo off
bapp_w32_ @gtk-win.bld @parfile.bld
| mrev11/ccc3 | gtk/examples/gallery/stock/m.bat | bat | lgpl-2.1 | 50 |
@echo off
rem ***************************************************************************
rem * _ _ ____ _
rem * Project ___| | | | _ \| |
rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * ... | LiberatorUSA/GUCEF | dependencies/curl/projects/build-openssl.bat | bat | apache-2.0 | 19,171 |
set base_dir="C:\vagrant_puppet"
set manifest="C:\vagrant_puppet\manifests\site.pp"
puppet apply -t --environmentpath "C:\" --environment "vagrant_puppet" --detailed-exitcodes %manifest%
| example42/psick | vagrant/bin/papply.cmd | bat | apache-2.0 | 190 |
@rem !/bin/msdos
@
@echo %cd%
@
@cd integrity
@call make.bat
@cd ..
@
@cd oveburn
@call make.bat
@cd ..
@
@cd unique
@call make.bat
@cd ..
| dmilos/color | example/less-than-1k/fix/make.bat | bat | apache-2.0 | 140 |
echo off
set JAVA=$JAVA_HOME\bin\java
set BASE=$INSTALL_PATH
set GAVROG=%BASE%\Systre.jar;%BASE%\3dt-Main.jar
set JREAL=%BASE%\jReality\jReality.jar
set JREAL_PLUS=%BASE%\jReality\bsh.jar;%BASE%\jReality\jtem-beans.jar;%BASE%\jReality\jTerm.jar
set XSTREAM=%BASE%\XStream\xpp3.jar;%BASE%\XStream\xstream.jar
set JOGL=%... | odf/gavrog | Deploy/bin/3dt.bat | bat | apache-2.0 | 630 |
@echo off
if exist %OutDir% rmdir %OutDir% /S /Q
mkdir %OutDir%
copy %~dp0\..\Grammars\Bin\%Configuration%\*.* %OutDir% /B /Z 1>nul
pushd .
cd %OutDir%
"%Nemerle%\Nemerle.Compiler.Test.exe" %Tests%\*.n %Tests%\*.cs %Tests%\*.nitra -output:%OutDir% -ref:System.Core -ref:%RuntimeDllPath%\Nitra.Runtime.dll -macro:%C... | JetBrains/Nitra | Tests/sub-run.cmd | bat | bsd-3-clause | 375 |
CALL :GET_RESPONSE %*
GOTO END
REM =================================================================================
:GET_RESPONSE
REM =================================================================================
SET __PROMPT=%~1
SET __ALLOW_QUIT=
SET __ALLOW_SKIP=
SET __REQUIRED=
SET __RESPONSES_TEXT=
SET __RE... | imhogan/RESTFetcher | Samples/Qrvey3/_Scripts/GetResponse.cmd | bat | apache-2.0 | 2,476 |
@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... | pombredanne/bugjar | docs/make.bat | bat | bsd-3-clause | 5,096 |
@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... | ivbeg/docx2csv | docs/make.bat | bat | bsd-3-clause | 6,467 |
git pull --rebase origin master | WCell/WCell | gitpull.bat | bat | gpl-2.0 | 31 |
@echo off
"Build.bat" BUILDVERSION
| NighthawkSLO/rainmeter | Build/BuildVersion.bat | bat | gpl-2.0 | 37 |
@echo off
echo ÕýÔÚÇå³ý±àÒë²úÉúµÄÀ¬»øÎļþ£¬ÇëÉÔµÈ......
del /f /q /s *.obj
del /f /q /s *.pdb
del /f /q /s *.idb
del /f /q /s *.pch
del /f /q /s *.ilk
echo Çå³ýÀ¬»øÎļþÍê³É£¡
echo. & pause | MRunFoss/NoahGameFrame | _Out/Server/VC_Clear.bat | bat | apache-2.0 | 202 |
@echo off
setlocal
goto :start
:usage
echo Set up for individual test execution, with SuperPMI collection.
echo.
echo Usage: collect_runtest.cmd ^<path to runtest.cmd^> [optional args]
echo.
echo We can't set the SuperPMI collection variables before runtest.cmd executes,
echo because it runs other managed apps, includ... | tijoytom/coreclr | tests/src/JIT/superpmi/collect_runtest.cmd | bat | mit | 1,459 |
@ECHO off
cd ..
CD ..
set d=%~dp0
set d=%d:~0, -1%
"%ProgramFiles%\Sublime Text 3\sublime_text.exe" "%d%" | Widdershin/workspaces | Commands/.sublime.bat | bat | mit | 106 |
@echo off
rem Based this off of the wsl-con.cmd in the ConEmu install and the ConEmu
rem documentation: ttps://conemu.github.io/en/BashOnWindows.html#true-color-example
rem I have no idea why this needs to be in a batch cmd file to work, starting
rem conemu-cyg-64.exe directly didn't result in a working 256 colors fo... | tscheffe/dotfiles | wsl/wsl-con.cmd | bat | mit | 1,116 |
@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... | gtamazian/Chromosomer | docs/make.bat | bat | mit | 6,711 |
g:\masm32\bin\ml /c /coff ecdsa128dll.asm
g:\masm32\bin\cvtres /machine:ix86 version.res
g:\masm32\bin\link /DLL /DEF:ecdsa128dll.def ecdsa128dll.obj version.obj ..\..\lib\*.lib /OUT:ecdsa128.dll
del *.obj
del *.exp
pause
| FloydZ/Crypto-Hash | ecdsa128/src/ECDSA128_dll/src/makedll.bat | bat | mit | 222 |
@echo off
if not exist "dist" echo Nema dist-a!
if not exist "source" echo Nema source-a!
echo nastaviti?
PAUSE
cd dist
echo generiram zadacu
main zadaca
cd ..
cd ..
"C:\Program Files\7-Zip\7z.exe" a urmDZ.zip .\temp2\*
PAUSE | frainfreeze/studying | university/10005-ComputerNetworks/IP calculator homework/zapakiraj.bat | bat | mit | 226 |
@echo off
.\tools\NuGet.exe restore src\Rook.sln -source "https://nuget.org/api/v2/" -RequireConsent -o "src\packages"
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\src\packages\psake.4.5.0\tools\psake.ps1' build.ps1 %*; if ($psake.build_success -eq $false) { write-host "Build Failed!" -fore RED; e... | plioi/rook | build.cmd | bat | mit | 344 |
:: (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... | medav/conware | conware_final/system/implementation/system_axi_dma_0_wrapper_fifo_generator_v9_3_2/implement/implement_synplify.bat | bat | mit | 3,467 |
@echo off
rem Resizes the base icon image to common sizes for iOS and Android. Useful if you don't have an SVG.
rem @author Steve Richey
echo Processing images...
haxe -main resize/Resizer.hx -neko resize/Resizer.n
set "GENIOS="
set "GENAND="
if %1==all set GENIOS=1
if %1==ios set GENIOS=1
if %1==all set GENAND=1
i... | DreamShowAdventures/dsa-tools | resize.bat | bat | mit | 657 |
npm install -g brunch bower
npm update -g brunch bower
npm install
bower install
PAUSE | pierr/bootstrap-ws | dependencies.bat | bat | mit | 86 |
call loadConfig "config.ini" GENERAL
call loadConfig "config.ini" PROD
SET PUTTY_FILE_SCRIPT=_deployment.txt
echo %JAVA_PATH%/bin/java -cp %WEBLOGIC_JAR% weblogic.Deployer -url %WEBLOGIC_ADMIN_URL% -user %WEBLOGIC_USER% -password %WEBLOGIC_PASSWORD% -redeploy -name %DEPLOY_REST_NAME% -targets %DEPLOY_REST_SERVE... | tommylsh/test20170719 | maxim-pos-parent/document/07 Deployment/software package/prod/deploy/PRODredeployRest.bat | bat | epl-1.0 | 487 |
cmd_arch/arm/lib/strchr.o := /home/rms/EXP/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strchr.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/EXP/arch/arm/include -Iarch/arm/include/generated -Iinclude -include... | R-M-S/RMS_DragunKernal_V.10-MAX-8-29-2012_3.0.42 | arch/arm/lib/.strchr.o.cmd | bat | gpl-2.0 | 1,956 |
cmd_drivers/compcache/built-in.o := rm -f drivers/compcache/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs drivers/compcache/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/compcache/.built-in.o.cmd | bat | gpl-2.0 | 159 |
cmd_sound/soc/imx/built-in.o := rm -f sound/soc/imx/built-in.o; /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/imx/built-in.o
| TeamGlide/LiteKernel | sound/soc/imx/.built-in.o.cmd | bat | gpl-2.0 | 141 |
cmd_mm/backing-dev.o := gcc -Wp,-MD,mm/.backing-dev.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-... | dnh34/proj1 | mm/.backing-dev.o.cmd | bat | gpl-2.0 | 11,976 |
set file=%1ver.inc
set tmpfile=%1ver.inc.tmp
cd %1
for /F "tokens=*" %%a in ('git describe --abbrev"="4 --dirty"="-d') do echo #define GIT_TAG "%%a" >> %tmpfile%
for /F "tokens=*" %%a in ('git rev-list HEAD --count') do echo #define GIT_COMMIT_COUNT %%a >> %tmpfile%
for /F "tokens=*" %%a in ('git log -1 --format"=... | pavel-pimenov/flylinkdc-r5xx | Tools/generate-version.bat | bat | gpl-2.0 | 712 |
@echo off
echo build start...
if exist "%~dp0build.log" (del /Q "%~dp0build.log")
%windir%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe "D:\U9\Project\Plug\Code\UFIDA.U9.Cust.XMJL.UpdateTransferInPlug\UFIDA.U9.Cust.XMJL.UpdateTransferInPlug.sln" /t:Clean;Rebuild /p:WarningLevel=0;Configuration=Release
echo build end | amazingbow/yonyou | 金龙/插件/UFIDA.U9.Cust.XMJL.UpdateTransferInPlug/build.bat | bat | gpl-2.0 | 320 |
@echo off
set PROGRAM=.\FindNameSend\FindNameSend.exe
set OPTIONS=%*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
rem if not defined OPTIONS set OPTIONS=
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
set dir=%cd%
cd %~dp0
echo %PROGRAM% -v... | zappyk-github/zappyk-python | src/src_zappyk/findNameSend/FindNameSend-launch.bat | bat | gpl-2.0 | 523 |
cmd_drivers/md/dm-mod.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/md/dm-mod.o drivers/md/dm.o drivers/md/dm-table.o drivers/md/dm-target.o drivers/md/dm-linear.o drivers/md/dm-stripe.o drivers/md/dm-ioctl.o drivers/md/dm-io.o drivers/md/dm-kcopyd.o drivers/md/dm-sysfs.o
| Algesat/BladeApex2 | drivers/md/.dm-mod.o.cmd | bat | gpl-2.0 | 297 |
cmd_fs/ocfs2/ocfs2_stackglue.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o fs/ocfs2/ocfs2_stackglue.o fs/ocfs2/stackglue.o
| avareldalton85/rpi2-linux-rt | fs/ocfs2/.ocfs2_stackglue.o.cmd | bat | gpl-2.0 | 188 |
@echo off
TITLE ClearSky-php7 server software for Minecraft: Pocket Edition
cd /d %~dp0
if exist bin\php\php.exe (
set PHPRC=""
set PHP_BINARY=bin\php\php.exe
) else (
set PHP_BINARY=php
)
if exist ClearSky-PHP7.phar (
set POCKETMINE_FILE=ClearSky-PHP7.phar
) else (
if exist src\pocketmine\PocketMine.php (
set... | ClearSky-hani/ClearSky-PHP7WINx86 | start.cmd | bat | gpl-2.0 | 917 |
cmd_/media/disk1/nvidia_open_source/nvidia_jb_16r10_qc750/3rdparty/ti/compat-wireless/compat/compat.o := /media/disk1/nvidia_open_source/nvidia_jb_16r10_qc750/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o /media/disk1/nvidia_open_source/nvidia_jb_16r10_qc750/3rdparty/ti/compat-wireless/compat/co... | DmitryADP/diff_qc750 | 3rdparty/ti/compat-wireless/compat/.compat.o.cmd | bat | gpl-2.0 | 842 |
cmd_/home/sybot/devel/etherlabmaster/master/ec_master.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-3.2.0-4-common/scripts/module-common.lds --build-id -o /home/sybot/devel/etherlabmaster/master/ec_master.ko /home/sybot/devel/etherlabmaster/master/ec_master.o /home/sybot/devel/etherlabmaster/master/ec_master.mod.o... | ahzahraee/etherlabmaster | master/.ec_master.ko.cmd | bat | gpl-2.0 | 321 |
cmd_arch/arm/lib/memchr.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memchr.o.d -nostdinc -isystem /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/rittik/android/kernel/crater/arch/arm/include -Iarch/... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | arch/arm/lib/.memchr.o.cmd | bat | gpl-2.0 | 2,062 |
@echo off
REM ********************************************************
REM This batch call all the test batches with default parameters
REM ********************************************************
REM ********************************************************
REM This batch file receives the follwing parameters:
REM buil... | hardvain/mono-compiler | class/System.Drawing/run-tests.bat | bat | gpl-2.0 | 1,243 |
mzc --exe virtuoso2tll.exe virtuoso2tll.ss
mzc --exe-dir release virtuoso2tll.exe | s1s0/toped | utils/cadence/build.bat | bat | gpl-2.0 | 81 |
cmd_net/ipv6/ip6_tunnel.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ip6_tunnel.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -... | b8e5n/KTG-kernel_es209ra | net/ipv6/.ip6_tunnel.o.cmd | bat | gpl-2.0 | 31,406 |
cmd_arch/arm/lib/div64.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.div64.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/work/kernel_study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c2410/in... | heyoufei/mini2440_kernel | arch/arm/lib/.div64.o.cmd | bat | gpl-2.0 | 1,420 |
/* Substitute $REV$ to version X\Y\Z (or any string :-)) in WIS scripts */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
!Rev = '$REV$'
Parse arg Template Version Wis
Call Stream Template, 'C', 'Open Read'
Buffer = CharIn(Template, 1, chars(Template))
Call stream Template, 'c', 'Close'
!... | Oxyd76/WarpIN-Scripts-and-tools | Tools/revisioner.cmd | bat | gpl-3.0 | 597 |
dir /B | grep ".png" | sed "s/^\(.*\)$/<Image style=\"opacity:0;\" src=\"file:\/\/{images}\/items\/\1\" \/>/g" > images.xml | MNoya/DotaCraft | content/dota_addons/dotacraft/panorama/images/items/imagebatchscript.bat | bat | gpl-3.0 | 123 |
@echo off
rem apmTagsRemove.cmd
rem ms-windows batch to Remove tags from jpg (IPTC:Keywords) and xmp (XMP-dc:Subject)
rem p=preserve-filedate
rem set exe="C:\Progs.Portable\Multimedia\Picture\Image-ExifTool-6.93\exiftool.exe" -P -overwrite_original -ignoreMinorErrors -quiet
if "%exifdir%"=="" set exifdir=C:\Progs.Por... | k3b/APhotoManager | fotolib2/src/test/resources/de/k3b/media/apmTagsRemove.cmd | bat | gpl-3.0 | 1,986 |
@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... | eduNEXT/openedx-session-time-tracker | docs/make.bat | bat | agpl-3.0 | 7,495 |
@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... | rameshg87/pyremotevbox | docs/make.bat | bat | apache-2.0 | 6,471 |
@echo off
call pack
python -m qpm install --package_name SandboxOrchestration
| QualiSystems/cloudshell-orch-sandbox | pack_install.bat | bat | apache-2.0 | 78 |
@pushd ..\photos
@dir /s *.jpg | grep -v _thumb | grep -i jpg | awk '{print $5}' | cygsort -f > %TEMP%\jpgdups1.out
@type %TEMP%\jpgdups1.out | awk -f ..\utilities\dups1.awk | cygsort -f -u > %TEMP%\jpgdups2.out
@echo. > %TEMP%\jpgdups3.out
@for /f %%i in ( %TEMP%\jpgdups2.out ) do @echo BREAK >> %TEMP%\jpgdups3.out &&... | oharasteve/eagle | samples/www/utilities/dups.bat | bat | apache-2.0 | 471 |
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" AMD64
cd .
nmake -f DC.mk GENERATE_REPORT=0 MODELLIB=DClib.lib RELATIVE_PATH_TO_ANCHOR=.. MODELREF_TARGET_TYPE=NONE
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
An_error_occurred_during_the_call_to_make
| mufb/mufb | DC_Motor_Battery/DC_sfcn_rtw/DC.bat | bat | bsd-3-clause | 318 |
:lastindexof [%1 - string ; %2 - find last index of ; %3 - if defined will store the result in variable with same name]
::http://ss64.org/viewtopic.php?id=1687
@echo off
setlocal enableDelayedExpansion
set "str=%~1"
set "splitter=%~2"
set LF=^
rem ** Two empty lines are required
echo off
setlocal
for %%L in ("!LF... | npocmaka/batch.scripts | stringutils/lastIndexOf.bat | bat | mit | 1,417 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_VIEWSS.S03_MaintainViewDefinition.MSVIEWSS_S03_TC08_UpdateView_TrueCollapse_NoComputedFields /testcontainer:..\..\MS-VIEWSS\TestSuite\bin\Debug\MS-VIEWSS_TestSuite.dll /runconfig:..\..\MS-VIEWSS\MS-VIEWSS.testsettings /unique
... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-VIEWSS/RunMSVIEWSS_S03_TC08_UpdateView_TrueCollapse_NoComputedFields.cmd | bat | mit | 325 |
cmd_scripts/mod/sumversion.o := gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c
deps_scripts/mod/sumversion.o := \
scripts/mod/sumversion.c \
/usr/include/netinet/in.h \
/usr/include/featur... | MadManA/MadKernel_cooper | scripts/mod/.sumversion.o.cmd | bat | gpl-2.0 | 3,849 |
cmd_arch/mips/kernel/module.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,arch/mips/kernel/.module.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 -W... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/arch/mips/kernel/.module.o.cmd | bat | gpl-2.0 | 13,196 |
cmd_drivers/idle/built-in.o := rm -f drivers/idle/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/idle/built-in.o
| jdlfg/Mecha-kernel-jdlfg | drivers/idle/.built-in.o.cmd | bat | gpl-2.0 | 171 |
@echo off
setlocal
set GTK=C:\OCPWin32\gtk\bin
set OCAML=C:\OCPWin32\bin
set GIT=C:\Program Files\Git\bin
set DOT=C:\Program Files (x86)\Graphviz2.36\bin
set WINDOWS=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
set PATH=%WINDOWS%;%OCAML%;%GTK%;%DOT%;%GIT%
.\ocamleditor.exe
endlocal
| ftovagliari/ocamleditor-mingw | src/ocamleditor-mingw.bat | bat | gpl-3.0 | 298 |
@ECHO OFF
rem ///
rem /// JasperReports Server common upgrade script.
rem ///
rem /// Usage: do-js-upgrade.bat {edition:(ce|pro)} {strategy:(standard|inDatabase)} {option:(<EMPTY>|with-samples|regen-config|test)} {option(for standard upgrade only):import file(<path-to-file-and-filename>)}
rem /// If <path-to-fi... | SmarterApp/ItemAuthoring | sbac-iaip-rpm-installer/iaip-tomcatjasper-rpm/src/main/opt/jasper-update/buildomatic/bin/do-js-upgrade.bat | bat | apache-2.0 | 5,191 |
@echo off
setlocal
REM Copyright 2006-2011 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 "license" ... | bizo/aws-tools | iam/IAMCli-1.5.0/bin/iam-accountmodpasswordpolicy.cmd | bat | apache-2.0 | 1,037 |
@echo off
tx.exe pull -l en
tx.exe pull -a --skip
FOR %%i IN (..\www\i18n\*.json) DO 7z.exe -tgzip a "..\www\i18n\%%~ni.json.gz" "%%i"
del ..\www\i18n\*.json | murdemon/domoticz_codesys | tools/get_translations.bat | bat | gpl-3.0 | 163 |
@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... | jaredculp/faker | docs/make.bat | bat | mit | 6,699 |
@echo off
echo [INFO] create a project.
cd %~dp0
cd ..
call mvn eclipse:eclipse
cd bin
pause | tempbottle/exit-web-framework | showcase/vcs_admin/bin/eclipse.bat | bat | apache-2.0 | 93 |
docker build -t digits-cpu . | rquintino/ml-dockerfiles | digits-cpu/build.cmd | bat | mit | 28 |
@echo off
echo Boucle infinie
:loop1
java -jar Tests.patched.jar
goto :loop1 | vialette/ocs-java | JavaPatcher/testJars/loop.bat | bat | mit | 78 |
@echo off
set NUGET=nuget
%NUGET% pack Xamcc.nuspec
%NUGET% pack Xamcc.Interactions.nuspec
PAUSE | mntone/Xamcc | nuget/nuget-pack.bat | bat | mit | 99 |
REM https://github.com/Azure/AutoRest - it is a npm package, no longer a tool inside a NuGet package
REM https://github.com/Azure/autorest/blob/master/docs/examples/generating-a-client.md
REM npm install -g autorest
REM *** OLD CODE ***
REM ..\packages\autorest.0.14.0\tools\AutoRest.exe -Input swagger.json -Namespace... | christophwille/roslyncodeconverterclients | src/RoslynCodeConverterClientLibrary/buildproxy.bat | bat | mit | 566 |
pug templates -P -o ./ | madnerdorg/leds | apps/html/compile.bat | bat | mit | 22 |
@cd ..
call mvn -Dmaven.test.skip=true clean package
@pause | JavanLu/javan-blog | springmvc-csrf-velocity/bin/mvn_package.bat | bat | mit | 62 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | rgsoda/pypy-llist | docs/make.bat | bat | mit | 4,513 |
tasmx /z /zi rgz_1.asm
tlink /v rgz_1.obj
td rgz_1.exe | RussianPenguin/samples | ASM_-_РГЗ_№1_по_Организации_ЭВМ/start.cmd | bat | mit | 54 |
ECHO APPVEYOR_REPO_BRANCH: %APPVEYOR_REPO_BRANCH%
ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
Call Tools\nuget.exe restore ..\Slimsy.sln
cd buildpackage
SET toolsFolder=%CD%\tools\
IF NOT EXIST "%toolsFolder%" ... | Jeavon/Slimsy | BuildPackage/Build.bat | bat | mit | 1,064 |
@echo off
set styles=default default_themed cerulean cosmo custom cyborg darkly flatly journal lumen paper readable sandstone simplex slate spacelab superhero united yeti
IF NOT EXIST output MD output
DEL /Q output\*
FOR %%A IN (%styles%) DO (
rem asciidoctor -T ..\src\templates -a source-highlighter="coderay" -a l... | nerk/asciidoctor-bs-themes | test/gendoc.cmd | bat | mit | 514 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\_extract-zip@1.5.0@extract-zip\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\_extract-zip@1.5.0@extract-zip\cli.js" %*
) | 724400475/gallery-by-react | node_modules/_phantomjs-prebuilt@2.1.14@phantomjs-prebuilt/node_modules/.bin/extract-zip.cmd | bat | mit | 228 |
echo off
node StartServer.js
pause | pwy1608/ur3d | StartServer.bat | bat | mit | 34 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script expands variable %2, store result in variable %1 and returns with
rem previous error level.
rem Examples:
rem 1. call errlvl.bat 10
rem set "AAA=BBB"
rem set "BBB=C:\blabla\%%CCC%%"
rem set "CCC=blabla\... | andry81/contools | Scripts/Tools/expandvar.bat | bat | mit | 646 |
cmd_crypto/khazad.ko := /home/adminuser/sgy1/arm-2009q3/bin/arm-none-eabi-ld -EL -r -T /home/adminuser/sgy1/kernel/common/scripts/module-common.lds --build-id -o crypto/khazad.ko crypto/khazad.o crypto/khazad.mod.o
| prototype-U/Hells-Fusion-SGYD | crypto/.khazad.ko.cmd | bat | gpl-2.0 | 216 |
@echo off
rem
rem flext - C++ layer for Max/MSP and pd (pure data) externals
rem
rem Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org)
rem For information on usage and redistribution, and for a DISCLAIMER OF ALL
rem WARRANTIES, see the file, "license.txt," in this distribution.
rem
rem more information on http://g... | lodsb/vinylcontrol | build.bat | bat | gpl-2.0 | 1,649 |
cmd_fs/notify/dnotify/built-in.o := rm -f fs/notify/dnotify/built-in.o; /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs fs/notify/dnotify/built-in.o
| TeamGlide/LiteKernel | fs/notify/dnotify/.built-in.o.cmd | bat | gpl-2.0 | 153 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\vm2\bin\vm2" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\vm2\bin\vm2" %*
) | ChatterBoxGames/ChatterBot | node_modules/.bin/vm2.cmd | bat | gpl-2.0 | 164 |
cmd_drivers/uio/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/uio/built-in.o drivers/uio/uio.o drivers/uio/msm_sharedmem.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/uio/.built-in.o.cmd | bat | gpl-2.0 | 189 |
cmd_drivers/char/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/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/misc.o drivers/char/fsl_otp.o drivers/char/hw_random/built-in.o drivers/char... | FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/char/.built-in.o.cmd | bat | gpl-2.0 | 369 |
cmd_fs/ext3/symlink.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.symlink.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... | bigbiff/i717-GB-Kernel | fs/ext3/.symlink.o.cmd | bat | gpl-2.0 | 26,240 |
cmd_lib/sha1.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.sha1.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D... | dagnarf/sgh-i717-dagkernel | lib/.sha1.o.cmd | bat | gpl-2.0 | 17,811 |
@echo off
echo Sample
echo ======
echo.
echo Input
echo -----
type sample.dat
echo.
echo.
echo Expected output
echo ---------------
type sample.txt
echo.
echo Actual output
echo -------------
Challenge_129I sample.dat
echo.
pause | powder96/rdailyprogrammer | Challenge_129I/Release/sample.cmd | bat | gpl-3.0 | 246 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.