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 |
|---|---|---|---|---|---|
OpenCover.Console.exe -register:path32 -target:..\..\..\main\packages\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe -targetargs:"OpenCover.Test.dll --where:cat!=AdminOnly --x86" -filter:"+[Open*]* -[OpenCover.T*]*" -output:opencovertests.xml
| secdec/codepulse | dotnet-tracer/main/cmdline/dogfood_path32.cmd | bat | apache-2.0 | 247 |
echo off
rem ** ------ K{IvV ±±©ç ------------------------------------------------------------**
set TOOL_DIR=%~dp0
rem cd /d %TOOL_DIR%
rem æt@Cði[µÄ¢éfBNg
set ANT_DIR=D:\programs\pleiades\apache-ant-1.9.6\bin
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_60\bin
set path=%path%;%AN... | boomin614/gps2exif | build.bat | bat | apache-2.0 | 487 |
@setlocal
@set STARTDIR=%~dp0
@if not defined WWW set WWW=C:\www2
@java -Xmx512M -classpath %STARTDIR%\ThumbNailer PicInfo "%WWW%" %* | oharasteve/eagle | samples/www/utilities/picinfo.bat | bat | apache-2.0 | 136 |
@bundle exec jekyll serve --force_polling | takenet/blip-blog | serve.bat | bat | apache-2.0 | 41 |
@echo off
SET PATH=..\App\GenMsg\bin\Debug;%PATH%
for %%f in (.\srv\core\*.srv) do (
GenMsg.exe -t srv -n core -o ..\RosSharp\Generated\srv\core -i .\msg\roslib -i .\msg\std_msgs %%f
)
for %%f in (.\srv\sample\*.srv) do (
GenMsg.exe -t srv -o ..\RosSharp\Generated\srv\sample -i .\msg\roslib -i .\msg... | zoetrope/RosSharp | MsgAndSrv/generate_srv.bat | bat | bsd-2-clause | 669 |
cmd_arch/arm/lib/ucmpdi2.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ucmpdi2.o.d -nostdinc -isystem /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/... | EPDCenter/android_kernel_archos_97_titan | arch/arm/lib/.ucmpdi2.o.cmd | bat | gpl-2.0 | 1,750 |
@ECHO OFF
SET /p var=<build_number
SET /a var=%var%+1
ECHO %var%>build_number
SET version=#define BUILD %var%
ECHO %version%>include\version.h
| schlecky/texomaker | setVersion.bat | bat | gpl-2.0 | 155 |
rd trunk /S /Q | BurakDev/BehaviorIsManaged | Clean.bat | bat | gpl-3.0 | 14 |
@echo off
call bapp_w32_ @parfile.bld
copy obj%CCCBIN%\*.lib %CCCDIR%\usr\lib\%CCCBIN%
| mrev11/ccc3 | tools/sql2/util/tdsutil/m.bat | bat | lgpl-2.1 | 88 |
cd target\site
perl -i.orig -p ..\..\removeMaven.re batch.html
perl -i.orig -p ..\..\removeMaven.re bootstrap.html
perl -i.orig -p ..\..\removeMaven.re bootstrap3.html
perl -i.orig -p ..\..\removeMaven.re bootstrapaudio.html
perl -i.orig -p ..\..\removeMaven.re bootstrapmain.html
perl -i.orig -p ..\..\removeMaven.re co... | badvision/adtprofx | src/main/doc/buildpost.bat | bat | gpl-2.0 | 1,682 |
@echo off
echo **** > null
mkdir farbank 2> null
rm null
| osgcc/ryzom | nel/tools/3d/build_gamedata/processes/farbank/0_setup.bat | bat | agpl-3.0 | 67 |
@echo off
"%dp~0%build.bat" STM32F091
EXIT /b | Skobovm/llilum | Zelig/LLVM2IR_results/mbed/simple/buildSTM32F091.bat | bat | mit | 52 |
rem
rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
rem under the terms of the GNU General Public License version 2 only, as
rem published by th... | RedlineResearch/OpenJDK8 | nashorn/bin/nashornsecure.bat | bat | gpl-2.0 | 1,568 |
@echo off
REM
REM Copyright 2013 Carlos Tasada
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicabl... | arunthirupathi/voldemort | bin/run-class.bat | bat | apache-2.0 | 1,446 |
nant -D:base.path="C:\Source\master\WalkerCMS" -D:staging.path="C:\staging\master\Websites" -D:system.test.output.path="C:\source\master\SystemTests" -D:php.path="C:\php" -D:verbose.output="true" test > results.txt | tpwalke2/WalkerCMS | test.bat | bat | mit | 214 |
@echo off
echo *** %~n0 ...
echo *** %1
echo.
call %~dp0\_init.bat %1 %2 %3
gdal_edit -a_nodata 255 %1
timeout 30 | kubaszostak/gdal-dragndrop | raster-set-nodata-white.bat | bat | mit | 115 |
:: "C:\Program Files\GraphicsMagick-1.3.20-Q8\gm.exe" convert -resize 12288x2048 +profile "*" 2020140925170000000000000000000000HQTC/raw/cube.tif 2020140925170000000000000000000000HQTC/raw/cube.png
@echo off
:start
set /p id="Input Pano ID:"
::"Raw Image Format( eg:jpg/png/bmp/tif/.. , default is jpg ):"
set sImgTyp... | reruin/panojs | example/mix/pano/crop2048.bat | bat | mit | 1,130 |
: %1: guid
: %2: maintanancetool path
: %3: base_key
: %4: 0: offline; 1: online
@echo off
reg query "%~3\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\%~1"
IF "%errorlevel%" == "0" (
set baseKey=WOW6432Node\Microsoft
) ELSE (
set baseKey=Microsoft
)
IF "%4" == "0" (
reg add "%~3\SOFTWARE\%baseKe... | Skycoder42/IcoDroid | build_scripts/win/regSetUninst.bat | bat | mit | 537 |
bin\LogImporter.exe -d "J:\mbi_logs\W3SVC8" -t w3clog_services -n -c "Data Source=.\SQLEXPRESS;Initial Catalog=logimporter_test;Integrated Security=True" -p "*.log" | peschuster/LogImporter | test.bat | bat | mit | 164 |
echo on
@Rem thread number
set thread_num=6
@Rem use current machine as master
FOR /F "usebackq" %%i IN (`hostname`) DO SET master_host=%%i
echo %master_host%
@Rem if you run more than one training tasks on the same host at the same time,
@Rem different tasks must have different ports!
set master_port=61235... | yuantiku/ytk-learn | demo/win/fm/regression/win_local_optimizer.bat | bat | mit | 1,234 |
@echo off
set CARD_DIR=%~dp0
java -jar "%CARD_DIR%\com.willmeyer.card-app-0.0.1-SNAPSHOT-jar-with-dependencies.jar" %*
| willmeyer/car-d | bin/card.cmd | bat | mit | 126 |
@echo off
set HOME=%~dp0
set LIB=%HOME%lib
set CP=%LIB%\kernal64.jar;%LIB%\jinput.jar;%LIB%\scala-library.jar;%LIB%\scala-parser-combinators_2.13-1.1.2.jar;%LIB%\commons-net-3.3.jar;%LIB%\jsoup-1.13.1.jar;%LIB%\rsyntaxtextarea-3.1.1.jar
java -server -Xms64M -Xmx128M -cp %CP% -Djava.library.path=%LIB% ucesoft.cbm.c64.C6... | abbruzze/kernal64 | Kernal64/build/k64s.bat | bat | mit | 325 |
wget ws1.technicality.be/save?pw=blauw507druk
wget ws2.technicality.be/save?pw=blauw507druk
wget ws3.technicality.be/save?pw=blauw507druk
wget ws4.technicality.be/save?pw=blauw507druk
wget ws5.technicality.be/save?pw=blauw507druk
wget ws6.technicality.be/save?pw=blauw507druk
wget ws7.technicality.be/save?pw=blauw507dru... | karellodewijk/wottactics | extra/save.bat | bat | mit | 367 |
setlocal
call settings.bat
git clone --depth 1 https://github.com/CMakePorts/cmake.pixman.git pixman
cd pixman
cmake %GENERATOR% -DCMAKE_BUILD_TYPE=%VARIANT% -DCMAKE_INSTALL_PREFIX=%PREFIX1%
%ER%
%MSBUILDINSTALL%
%ER%
cd ..
| alex85k/winbuilds | build_pixman.bat | bat | cc0-1.0 | 228 |
setlocal
git clone https://github.com/alex85k/pyosmium.git pyosmium
git clone --depth 10 https://github.com/osmcode/libosmium.git
cd pyosmium
SET LIBS_PREFIX=c:/libs
SET BOOST_PREFIX=c:/libs
python setup.py build
python setup.py install --user
set PATH=%BOOST_PREFIX:/=\%\lib;%PATH%
echo %PATH%
cd test
python run_te... | alex85k/winbuilds | build_pyosmium.bat | bat | cc0-1.0 | 336 |
#include "Cache.h"
#include "GProcessor.h"
#include "GMemorySystem.h"
#include "MemObj.h"
#include "MemorySystem.h"
#include "Processor.h"
#include "xuStats.h"
xuStats::xuStats(char *fileName,int nCPUs){
this->fileName = fileName;
/* preData.dl1 = 0;
preData.il1 = 0;
preData.l2 = 0;
preData.bpred =... | xuyoujun/xu_sesc | src/libmem/xuStats.cpp.bat | bat | gpl-2.0 | 2,227 |
cmd_crypto/aead.o := arm-none-linux-gnueabi-gcc -Wp,-MD,crypto/.aead.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlit... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/crypto/.aead.o.cmd | bat | gpl-2.0 | 28,532 |
cmd_drivers/net/e1000e/e1000e.o := ld -m elf_i386 -r -o drivers/net/e1000e/e1000e.o drivers/net/e1000e/82571.o drivers/net/e1000e/ich8lan.o drivers/net/e1000e/es2lan.o drivers/net/e1000e/lib.o drivers/net/e1000e/phy.o drivers/net/e1000e/param.o drivers/net/e1000e/ethtool.o drivers/net/e1000e/netdev.o
| madhwang/linuxKernel | drivers/net/e1000e/.e1000e.o.cmd | bat | gpl-2.0 | 305 |
cmd_drivers/net/ethernet/i825xx/built-in.o := rm -f drivers/net/ethernet/i825xx/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD drivers/net/ethernet/i825xx/built-in.o
| lindsaytheflint/stone | drivers/net/ethernet/i825xx/.built-in.o.cmd | bat | gpl-2.0 | 240 |
cmd_drivers/video/tegra/host/t30/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/host/t30/built-in.o drivers/video/tegra/host/t30/nvhost-t30.o
| TeamGlide/LiteKernel | drivers/video/tegra/host/t30/.built-in.o.cmd | bat | gpl-2.0 | 191 |
echo reset IIS
echo iisreset
echo beging copy UI dll to portal
copy .\bin\Debug\UFIDA.U9.Cust.CostSharingRatioUI.WebPart.dll C:\yonyou\U9V50\Portal\UILib
copy .\bin\Debug\UFIDA.U9.Cust.CostSharingRatioUI.WebPart.pdb C:\yonyou\U9V50\Portal\UILib
echo begin run build UI Script
echo 目录:.\..\..\..\UBFV50\U9.VOB.Prod... | amazingbow/yonyou | 视贝/SeeBest_Code/CostSharingRatioUI/AutoBuild.bat | bat | gpl-2.0 | 759 |
cmd_arch/arm/mm/proc-v7.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/mm/.proc-v7.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... | Dee-UK/D33_KK_Kernel | arch/arm/mm/.proc-v7.o.cmd | bat | gpl-2.0 | 6,996 |
cmd_arch/powerpc/kernel/vdso32/gettimeofday.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/kernel/vdso32/.gettimeofday.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__ -... | mattkelly/linux-2.6-xlnx | arch/powerpc/kernel/vdso32/.gettimeofday.o.cmd | bat | gpl-2.0 | 3,772 |
cmd_fs/proc/cmdline.o := arm-eabi-gcc -Wp,-MD,fs/proc/.cmdline.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h... | timmytim/honeybutter_kernel | fs/proc/.cmdline.o.cmd | bat | gpl-2.0 | 19,146 |
cmd_net/netfilter/xt_CLASSIFY.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/xt_CLASSIFY.ko net/netfilter/xt_CLASSIFY.o net/netfilter/xt_CLASSIFY.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.xt_CLASSIFY.ko.cmd | bat | gpl-2.0 | 304 |
cmd_arch/arm/lib/memcpy.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/root/Kernel/D710SPR_GB27_Kernel/arch/arm/include -Iarch/arm/include/generated -Iinclud... | garwynn/D710SPR_GB27_Kernel | arch/arm/lib/.memcpy.o.cmd | bat | gpl-2.0 | 2,099 |
cmd_arch/arm/common/built-in.o := arm-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/gic.o arch/arm/common/pl330.o arch/arm/common/fiq_glue.o arch/arm/common/fiq_glue_setup.o arch/arm/common/fiq_debugger.o
| jpsminix/minix5 | arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD sound/pci/cs5535audio/built-in.o
| JoinTheRealms/TF700-dualboot-stockbased | sound/pci/cs5535audio/.built-in.o.cmd | bat | gpl-2.0 | 215 |
@echo off
REM We need pip environment because of requests_oauthlib:
call activate py3pip
REM instap.py just imports the instaporter.instaporter module and executes the main function:
REM You can add cmdline args (or config params) here:
REM python %~dp0\instap.py url %1
REM Start with loglevel:
python %~dp0\instap... | scholer/instaporter | bin/instaporter_url.bat | bat | gpl-3.0 | 875 |
@echo off
rem https://megatools.megous.com/man/megaput.html
if exist "%2" goto ok1
echo "mega_put.cmd <file-local>"
exit
:ok1
megaput --disable-previews %1
exit | user9209/LinuxScripts | windows/mega.nz/mega_put.cmd | bat | gpl-3.0 | 165 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set API_TOCTREE_DIR=api
set SPHINXPROJ=glotaran
set SPHINXOPTS=-W
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The ... | glotaran/lmfit-varpro | docs/make.bat | bat | gpl-3.0 | 1,090 |
::arguments:none
@echo off
set | pmanwatkar/puppetModules | actions/files/ProcessHandlingWindows/list_enviornment_variables.bat | bat | gpl-3.0 | 31 |
:: This script builds entire ION system and forms 'bar' directory.
:: bcc32 and ilink32 are required.
:: Copyright (c) 2014 Mark Karpov
@echo off
:: setting some parameters
setlocal enableextensions
:: edit these variables if needed, also take a look at the section
:: 'copying of resources' if you have v... | mrkkrp/ion | make.cmd | bat | gpl-3.0 | 5,901 |
@echo off
REM ---------------------------------------------------------------------------
REM Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
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 ... | wso2/product-ei | p2-profile/analytics-profile/carbon-home/runtime/worker/carbon.bat | bat | apache-2.0 | 7,253 |
msbuild NoefGen.proj /t:PushNugetProd | sam-meacham/Noef | scripts/push-nuget-dev-NoefGen.bat | bat | apache-2.0 | 37 |
@SETLOCAL
@SET NUGET_EXE=NuGet
@SET CACHED_NUGET="%USERPROFILE%\.nuget\NuGet.exe"
@IF ["%APPVEYOR%"] == [""] (
SET NUGET_EXE=%CACHED_NUGET%
IF NOT EXIST %CACHED_NUGET% (
echo Downloading latest version of NuGet.exe...
IF NOT EXIST "%USERPROFILE%\.nuget" md "%USERPROFILE%\.nuget"
power... | JSkimming/abioc | coverage.cmd | bat | apache-2.0 | 3,236 |
@echo off
setlocal enabledelayedexpansion
set errorlevel=
set CURRENT_DIR="%~dp0"
set CURRENT_DIR=!CURRENT_DIR:"=!
set WLP_INSTALL_DIR=!CURRENT_DIR:~0,-5!
@REM De-quote input environment variables.
if defined JRE_HOME set JRE_HOME=!JRE_HOME:"=!
if defined JAVA_HOME set JAVA_HOME=!JAVA_HOME:"=!
if defined... | eygitadmin/eysandbox | target/liberty/wlp/bin/bluemixUtility.bat | bat | apache-2.0 | 3,146 |
REM do NOT run this file. Must be run cygwin-install.py instead.
@ECHO OFF
SETLOCAL
FOR /F %%D in ("%CD%") DO SET DRIVE=%%~dD
SET DFLTSITE=http://mirror.csclub.uwaterloo.ca/cygwin/
SET DFLTLOCALDIR=c:\Temp\cygwindownload
SET DFLTROOTDIR=%DRIVE%\cygwin
SET SITE=-s %DFLTSITE%
SET LOCALDIR=-l %D... | cloudmesh/windows | cloudmesh_cmd/cygwin-install.bat | bat | apache-2.0 | 707 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\btoa-atob\atob" %*
) ELSE (
node "%~dp0\..\btoa-atob\atob" %*
) | armen-zakaryan/Supervising-App | node_modules/.bin/atob.cmd | bat | mit | 125 |
@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... | fivejjs/pyuv | docs/make.bat | bat | mit | 4,507 |
cmd_scripts/kallsyms := gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/ssd/jmz/android_kernel_htc_a3ul_new/tools/include -o scripts/kallsyms scripts/kallsyms.c
source_scripts/kallsyms := scripts/kallsyms.c
deps_scripts/kallsyms := \
$(wildcard inclu... | jmztaylor/android_kernel_htc_a3ul | scripts/.kallsyms.cmd | bat | gpl-2.0 | 2,305 |
cmd_drivers/char/broadcom/modem/rpc/rpc_CIB/xdr/src/built-in.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o drivers/char/broadcom/modem/rpc/rpc_CIB/xdr/src/built-in.o drivers/char/broadcom/modem/rpc/rpc_CIB/xdr/src/xdr.o drivers/char/broadcom/modem/rpc/rpc_CIB/xdr/src/xdr_array.o drivers/char/br... | sai9615/MY-kernel-for-grand-I9082 | drivers/char/broadcom/modem/rpc/rpc_CIB/xdr/src/.built-in.o.cmd | bat | gpl-2.0 | 428 |
@echo off
@set root=%CD%
for %%f in ("%root%") do @set root=%%~sf
title Iniciando...
echo Iniciando...
cd "%CD%\Builder"
start App.exe "%CD%\Builder.tgapp" /:Init /:"%root%" | VictorxD70/translategames_updater | Build.bat | bat | gpl-3.0 | 173 |
@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... | vimalkvn/riboplot | docs/make.bat | bat | bsd-3-clause | 6,462 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jslint\bin\jslint.js" %*
) ELSE (
node "%~dp0\..\jslint\bin\jslint.js" %*
) | willwei/ross | node_modules/grunt-jslint/node_modules/.bin/jslint.cmd | bat | mit | 137 |
@echo off
if not exist node_modules\.bin\jake.cmd call npm rebuild
node node_modules\jake\bin\cli.js %*
| kyroskoh/lets_code_javascript | jake.bat | bat | mit | 104 |
@ECHO OFF
rem This is a script to automate generating Windows packages
rem It is fairly basic and still requires quite a bit of
rem user-interaction. I'll try and include what needs doing
rem In addition, the script makes various assumptions about locations
rem and such.
rem if you really want to help, you'd write me ... | hyiltiz/labyrinth | Windows/WinSetup.bat | bat | gpl-2.0 | 5,718 |
@echo off
REM http://stackoverflow.com/questions/708238/how-do-i-add-an-icon-to-a-mingw-gcc-compiled-executable
where /q windres.exe
IF ERRORLEVEL 1 (
ECHO The windres.exe is missing. Ensure it is installed and placed in your PATH.
EXIT /B
) ELSE (
windres.exe -I ../lib -I windres -i windres/zstd.rc -O cof... | inikep/zstd | programs/windres/generate_res.bat | bat | bsd-3-clause | 456 |
@ECHO OFF
goto comment
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache Licen... | sixertoy/done | platforms/blackberry10/cordova/bb10-ndk-version.bat | bat | mit | 960 |
courgette.exe -gen .\1048\splayer\splayer.exe .\1056\splayer\splayer.exe 1048to1056.patch | systembugtj/playasa | src/Test/Update_Unittest/Data/1048to1056.bat | bat | gpl-2.0 | 89 |
@ECHO OFF
if defined LOKI_TMP (
goto STARTCOMPILING
)
:: Viual C++ 7.1
if defined VS71COMNTOOLS (
if exist "%VS71COMNTOOLS%\vsvars32.bat" (
echo -
echo - Visual C++ 7.1 found.
echo -
call "%VS71COMNTOOLS%\vsvars32.bat"
set LOKI_TMP=true
goto STARTCOMPILING
)
)
:: Viual C++ 8.0
if defined VS80COMNTOOL... | kingtaurus/vogl | src/extlib/loki/make.msvc.bat | bat | mit | 1,314 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set GENERATEDDIR="source\generated"
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHI... | jjhelmus/wradlib | doc/make.bat | bat | mit | 4,800 |
@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... | philippWassibauer/templated-emails | docs/make.bat | bat | mit | 4,531 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "data_transit" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "data_transit" %* | thundercumt/data_transit | bin/data_transit.bat | bat | mit | 145 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | sprat/yaak.inject | docs/make.bat | bat | mit | 5,113 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | freelan-developers/chromalog | doc/make.bat | bat | mit | 6,474 |
@echo off
setlocal
pushd %~dp0\..
IF "%~1" == "" (
set AUTHORITY=vscode-remote://test+test/
:: backward to forward slashed
set EXT_PATH=%CD:\=/%/extensions
:: Download nodejs executable for remote
call yarn gulp node
) else (
set AUTHORITY=%1
set EXT_PATH=%2
)
set REMOTE_VSCODE=%AUTHORITY%%EXT_PATH%
if "%VS... | microsoft/vscode | scripts/test-web-integration.bat | bat | mit | 3,231 |
set datadir=c:\data\ethereum\testchain3
geth --datadir "%datadir%" init "%datadir%\CustomGenesis.json"
| ericvrp/SoliditySandbox | install-privatechain/windows/privatechain/initchain.bat | bat | mit | 103 |
@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... | vicyap/sainsmart | docs/make.bat | bat | mit | 6,465 |
@echo off
cd BizHawk
DISABLERTC.bat
exit | superusercode/RTC3 | Real-Time Corruptor/Output RTC/START BizHawk without RTC.bat | bat | mit | 40 |
setmode -bscan
setCable -p auto
identify
attachflash -position 2 -bpi "XCF128X"
assignfiletoattachedflash -position 2 -file "top_v6.mcs"
Erase -p 2
Program -p 2 -dataWidth 16 -rs1 NONE -rs0 NONE -bpionly -e -v -loadfpga
quit
| vipinkmenon/fpgadriver | src/hw/scripts/download_flash_v6.cmd | bat | mit | 225 |
@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... | NottingHack/rules | make.bat | bat | cc0-1.0 | 7,280 |
cmd_net/sunrpc/auth_gss/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o net/sunrpc/auth_gss/built-in.o net/sunrpc/auth_gss/auth_rpcgss.o
| heyoufei2/yocto3.14.38_kernel | net/sunrpc/auth_gss/.built-in.o.cmd | bat | gpl-2.0 | 144 |
cmd_drivers/regulator/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/regulator/built-in.o drivers/regulator/core.o drivers/regulator/fixed.o drivers/regulator/samsung_pd.o drivers/regulator/max8997.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/regulator/.built-in.o.cmd | bat | gpl-2.0 | 277 |
@echo off
rem Generic batch file to build a version of the library. This batch file
rem assumes that the correct batch files exist to setup the appropriate
rem compilation environments, and that the DMAKE.EXE program is available
rem somewhere on the path.
rem
rem Builds as release or debug depending on the value of th... | OS2World/DEV-UTIL-SNAP | bin-win32/build_it.bat | bat | gpl-2.0 | 8,015 |
cmd_lib/ratelimit.o := arm-eabi-gcc -Wp,-MD,lib/.ratelimit.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/inc... | bigbiff/i717-GB-Kernel | lib/.ratelimit.o.cmd | bat | gpl-2.0 | 16,979 |
cmd_arch/arm/lib/lib1funcs.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.lib1funcs.o.d -nostdinc -isystem /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/lithium/kfhd/kernel/android-3.0/arch/arm/include -I... | 0xD34D/kernel_amazon_tate | arch/arm/lib/.lib1funcs.o.cmd | bat | gpl-2.0 | 2,235 |
cmd_net/ipv6/netfilter/nf_conntrack_ipv6.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
| Envious-Data/shinano-sirius_msm8974abpro | net/ipv6/netfilter/.nf_conntrack_ipv6.o.cmd | bat | gpl-2.0 | 268 |
cmd_drivers/scsi/scsi_wait_scan.ko := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -T /space/android/kernel/linux-2.6.39-tegra/scripts/module-common.lds --build-id -o drivers/scsi/scsi_wait_scan.ko drivers/scsi/scsi_wait_scan.o drivers/scsi/scsi_wait_scan.mod.o
| asopov/linux-tpt-2.6.39 | drivers/scsi/.scsi_wait_scan.ko.cmd | bat | gpl-2.0 | 308 |
echo reset IIS
echo iisreset
echo beging copy UI dll to portal
copy .\bin\Debug\UFIDA.U9.Cust.FJGX.CustomerQueryUI.WebPart.dll D:\yonyou\U9V50\Portal\UILib
copy .\bin\Debug\UFIDA.U9.Cust.FJGX.CustomerQueryUI.WebPart.pdb D:\yonyou\U9V50\Portal\UILib
echo begin run build UI Script
echo 目录:.\..\..\..\..\..\yonyou\U... | amazingbow/yonyou | 广鑫/XMGX_Code/CustomerQueryUI/AutoBuild.bat | bat | gpl-2.0 | 724 |
cmd_drivers/w1/masters/built-in.o := rm -f drivers/w1/masters/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/w1/masters/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/w1/masters/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_fs/proc/proc.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 fs/proc/proc.o fs/proc/task_mmu.o fs/proc/inode.o fs/proc/root.o fs/proc/base.o fs/proc/generic.o fs/proc/array.o fs/proc/fd.o fs/proc/proc_tty.o fs/proc... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | fs/proc/.proc.o.cmd | bat | gpl-2.0 | 620 |
# DO NOT EDIT THIS FILE
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
# default values
setenv rootdev "/dev/mmcblk0p1"
setenv verbosity "1"
setenv console "both"
setenv disp_mem_reserves "off"
setenv disp_mode "720p60"
setenv rootfstype "ext4"
setenv camera_type "none"
setenv pine64_lcd "off"
if... | lipro-armbian/lib | config/bootscripts/boot-pine64-default.cmd | bat | gpl-2.0 | 4,903 |
cmd_drivers/usb/gadget/built-in.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/usb/gadget/built-in.o drivers/usb/gadget/msm72k_udc.o drivers/usb/gadget/android.o drivers/usb/gadget/f_adb.o drivers/usb/gadget/f_mass_storage.o drivers/usb/gadget/f_rndis... | utkanos/android_htc_mecha_kernel_5slot | drivers/usb/gadget/.built-in.o.cmd | bat | gpl-2.0 | 527 |
@echo off
rem $Id: retry.cmd 45594 2013-04-17 17:23:21Z vboxsync $
rem rem @file
rem Windows NT batch script that retries a command 5 times.
rem
rem
rem Copyright (C) 2009-2013 Oracle Corporation
rem
rem This file is part of VirtualBox Open Source Edition (OSE), as
rem available from http://www.virtualbox.or... | carmark/vbox | tools/bin/retry.cmd | bat | gpl-2.0 | 1,476 |
set CSV="%1Resources\BuildInfo\BuildInfo.csv"
echo 0,,,0,,0,, > %CSV%
| alexandrkopylov/UG | Tools/ResetBuildInfo.cmd | bat | gpl-3.0 | 72 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=ZestyTechnology
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comma... | ZestyTechnology/zesty-docs | docs/make.bat | bat | agpl-3.0 | 819 |
@echo off
REM if not exist FreeImage.dll curl "https://github.com/artint-liu/Marimo_3rd/blob/master/GrapX/third_party/FreeImage/FreeImage.dll" --output FreeImage.dll
REM if not exist FreeImage.h curl "https://github.com/artint-liu/Marimo_3rd/blob/master/GrapX/third_party/FreeImage/FreeImage.h" --output FreeImage.h
R... | artint-liu/Marimo | GrapX/third_party/FreeImage/get_freeimage.cmd | bat | lgpl-2.1 | 1,183 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\create-fm-post" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\create-fm-post" %*
) | davidfekke/create-fm-post-cli | create-fm-post.cmd | bat | apache-2.0 | 164 |
:: This script assumes the standard setup on tensorflow Jenkins windows machines.
:: It is NOT guaranteed to work on any other machine. Use at your own risk!
::
:: REQUIREMENTS:
:: * All installed in standard locations:
:: - JDK8, and JAVA_HOME set.
:: - Microsoft Visual Studio 2015 Community Edition
:: - Msys2
:... | jeffzheng1/tensorflow | tensorflow/tools/ci_build/windows/cpu/cmake/run_py.bat | bat | apache-2.0 | 1,194 |
@echo off
rem /**
rem */
echo.
echo warning !!!warning !!!warning !!!warning !!! init data ?
echo.
pause
echo.
echo warning !!!warning !!!warning !!!warning !!! init data ?
pause
echo.
cd %~dp0
call mvn antrun:run -Pinit-db
cd .
pause
| shuyouliu/zycloud | cloud_db/init-db.bat | bat | apache-2.0 | 259 |
txt2font arabic_var_single
txt2font greek_var_single
txt2font katakana_var_single
txt2font LCD5x7_fixed_single
txt2font modernArabic_var_single
txt2font seg7_fixed_double
txt2font seg7_fixed_single
txt2font symbol_var_single
txt2font sys_fixed_single
txt2font sys_var_double
txt2font sys_var_single
| xbed/Mixly_Arduino | mixly_arduino/arduino/portable/sketchbook/libraries/MD_MAX72XX/Font Builder/make_font.bat | bat | apache-2.0 | 299 |
@echo off
if %1==bin (
dirname %0
) else (
if %1==install (
REM test_install is a fixture generated in build and run test specs
cp -af ../../../../test_install/. .
)
echo NPM %* [%cd%]
)
| eclipsesource/tabris-js-cli | test/bin/npm.cmd | bat | bsd-3-clause | 202 |
echo "Generating AnimatSim Mono Solution"
..\..\..\bin\premake4m --os=linux --file=Solution.lua codeblocks
TIMEOUT /T 2
..\..\..\bin\fart *.cbp "C:/Projects/AnimatLabSDK/AnimatLabPublicSource/include" "../../../include"
TIMEOUT /T 2
..\..\..\bin\fart *.cbp "C:/Projects/AnimatLabSDK/AnimatLabPublicSource/Libraries/StdU... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/AnimatSim/Projects_CodeBlocks/GenerateSolution.bat | bat | bsd-3-clause | 612 |
set NODE_ENV=production
cmd.exe /c "babel src --out-dir lib"
set PACK=webpack --config webpack.config.js
cmd.exe /c "%PACK%"
set MINIFIED=1
%PACK%
| fuhub/fuhub-client | make.cmd | bat | mit | 147 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm local.asm local
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/network_old/local/trunk/build_ru.bat | bat | mit | 88 |
call install-openiab-local
call run | GrimReio/OpenIAB-Cordova-sample | update.bat | bat | apache-2.0 | 35 |
@Echo Off
if "%1"=="" (
echo 'This script must be called with the version of IDEA to build'
echo 'example: build.bat 2017.2.4'
Exit /B 1
)
gradlew.bat clean build verifyPlugin -PtargetVersion="%1"
| eliasku/intellij-haxe | build.bat | bat | apache-2.0 | 200 |
@echo off
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (t... | josegom/training | kerby/kerby-download/kerby-all-1.0.0-RC1/kerby-dist/kdc-dist/bin/kadmin.cmd | bat | apache-2.0 | 1,157 |
@echo off
Title Running %*
REM Set Variables
REM Change to Userdata Directory
cd /d "%XBMC_PROFILE_USERDATA%"
cd ..
set XBMCLaunchCmd="%XBMC_HOME%\XBMC.exe"
REM Check for portable mode
echo %XBMC_PROFILE_USERDATA%|find /i "portable_data">nul
if errorlevel 0 if not errorlevel 1 set XBMCLaunchCmd=%XBMCLaunchCmd% -p
ech... | azumimuo/family-xbmc-addon | script.games.rom.collection.browser/resources/scriptfiles/applaunch-vbs_xbmc.bat | bat | gpl-2.0 | 846 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.