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 |
|---|---|---|---|---|---|
docker run -d -p 8080:8080 --name fabric.machinelearning imranq2/fabric.machinelearning | HintonBR/scratch | docker/machinelearning/run.cmd | bat | mit | 87 |
@echo off
SET modelFolder=%cd%
SET modelFile=%modelFolder%/subsetUnionBenchmark.ecore
:: Go to folder, in which the gradle task 'generateModel' is callable, e.g. the MDE4CPP home folder
:: 'generateModel' is defined in %MDE4CPP_HOME%/src/common/universalGradleTasks/build.gradle
CD /D %MDE4CPP_HOME%
:: Call the gradl... | MDE4CPP/examples | benchmarks/SubsetUnionBenchmark/model/generate.bat | bat | mit | 479 |
msbuild /property:Configuration=Release ..\Amazon-OAuth-Provider\Amazon-OAuth-Provider.csproj
nuget pack Amazon-OAuth-Provider.nuspec | AreYouFreeBusy/Amazon-OAuth-Provider | nuget/pack.cmd | bat | mit | 133 |
REM In _make.log wird jede verarbeitete Zeile aufgelistet
REM Bei einem Fehler wird sofort die Verarbeitung unterbrochen
REM Die letzte Zeile zeigt an, wo der Fehler aufgetreten ist
_make C:\Users\Alfred\Programme\Firebird\x32\v258\bin\isql.exe _make.log | AlfredGerke/ZABonline | source/script/script/makedb.bat | bat | mit | 255 |
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "G:/ceshi/lab3.2/test_for_aluCtr_isim_beh.exe" -prj "G:/ceshi/lab3.2/test_for_aluCtr_beh.prj" "work.test_for_aluCtr" "work.glbl"
| chasingegg/Computer_Systems | CS334_computer organization lab/source/lab3_aluCtr/fuseRelaunch.cmd | bat | mit | 227 |
D:\maconomy\index.html | bink81/development-tools | windows/index.bat | bat | mit | 22 |
@echo off
cd %cd%
set dbServer=127.0.0.1
set dbAcount=sa
set dbPass=Admin@123
set gameuser=game_user
set gamepass=123
set dbpath=%cd%\Data
@echo ÅäÖòÎÊýÈçÏ£º
@echo [dbServer] Êý¾Ý¿â·þÎñÆ÷:%dbServer%
@echo [dbAcount] ¿É´´½¨Êý¾Ý¿âµÄÕʺÅ(sa):%dbAcount%
@echo [dbPass] ¿É´´½¨Êý¾Ý¿âµÄÃÜÂë(s... | wenhulove333/ScutServer | Source/Tools/ContractTools/db/mssql/必备库创建一键运行.bat | bat | mit | 835 |
@echo off
setlocal
call project.bat
if exist %PROJECT%\bin rd /s /q %PROJECT%\bin
if errorlevel 1 goto error
nuget restore
if errorlevel 1 goto error
msbuild %PROJECT%.sln /target:Clean,Rebuild /p:Configuration=Debug
if errorlevel 1 goto error
set TESTDLL=%PROJECT%.Tests\bin\Debug\%PROJECT%.Tests.dll
if exist "%T... | lassevk/commander | build.bat | bat | mit | 412 |
TITLE UNIFORM SERVER - Start Apache as a program
COLOR B0
@echo off
cls
rem ###################################################
rem # Name: 2_Apache_program.bat
rem # Created By: The Uniform Server Development Team
rem # Edited Last By: Mike Gleaves (ric)
rem # V 1.0 3-12-2009
rem #############################... | ravihansa3000/vesuvius-portable-windows | PortableApps/SahanaFoundation.org/a_diagnostic/2_Apache_program.bat | bat | mit | 2,768 |
@echo off
php vendor/espino316/rsphp/rsphp %*
| espino316/rsphp | rsphp.bat | bat | mit | 46 |
python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data --compress etc1 | Taikatou/oxygine-framework | examples/Game/part5/gen-atlasses-android(ETC1).bat | bat | mit | 100 |
SoftwareAcademy.exe < test.000.001.in.txt > test.000.001.out-Yavor.txt | ykomitov/Homeworks-TA | 03.OOP/89.OOP_Exam_Preparation/1. SoftwareAcademy/z.runTest.bat | bat | mit | 70 |
::-------------------------------------------------------------------------------------------------------
:: Copyright (C) Microsoft. All rights reserved.
:: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
::------------------------------------------------------... | mrkmarron/ChakraCore | lib/Runtime/Library/JsBuiltIn/GenByteCode.cmd | bat | mit | 2,441 |
@echo OFF
set path=%~1
set pathType=NUL
set pathName=NUL
set pathExt=NUL
set selectedFolder=NUL
set value=NUL
call:getPathType "%path%" pathType
call:getPathName "%path%" pathName
call:getPathExtension "%path%" pathExt
echo path: %path%
echo type: %pathType%
echo name: %pathName%
echo extension: %path... | nestharus/JASS | jass/Tools/opt.bat | bat | mit | 2,232 |
java -classpath ./xalan.jar;. org.apache.xalan.xslt.Process -in ../Questions_gouvernement_XIV.xml -xsl ../style.xsl -out ../view.html
| DavidLibeau/Open-Data | AN/QuestionsGouvernement/resrc/compil.bat | bat | cc0-1.0 | 134 |
@echo off
set HOME=C:
set USER=Windows
set CLIENT=.\ccg_client.exe
if exist .\home set HOME=.\home
if exist module_windows32\ccg_client.exe set CLIENT=module_windows32\ccg_client.exe
start %CLIENT% --design 1024x768 --user %USER% %1 %2 %3 %4 %5 %6 %7 %8 %9 metw.xml
| markferry/gccg-core | Metw.bat | bat | gpl-2.0 | 274 |
cmd_net/xfrm/built-in.o := /home/robin/toolchain/bin/arm-none-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o
| spacecaker/CM7_Space_Kernel_Cooper | net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 260 |
cmd_init/built-in.o := rm -f init/built-in.o; arm-linux-musleabihf-ar rcs init/built-in.o
| ThinkIntegrate/busybox | init/.built-in.o.cmd | bat | gpl-2.0 | 91 |
cmd_drivers/char/agp/built-in.o := rm -f drivers/char/agp/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/char/agp/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/char/agp/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_drivers/usb/misc/mdm_bridge.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/usb/misc/mdm_bridge.o drivers/usb/misc/mdm_ctrl_bridge.o drivers/usb/misc/mdm_data_bridge.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/usb/misc/.mdm_bridge.o.cmd | bat | gpl-2.0 | 216 |
cmd_arch/arm/lib/putuser.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.putuser.o.d -nostdinc -isystem /root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -Iinclude -I/usr/local/dvsdk/psp/linux-2.6.32-rc2-psp03.01.00.37/arch/arm/inc... | gzdaoke/linux2.6.32_kernel | arch/arm/lib/.putuser.o.cmd | bat | gpl-2.0 | 1,486 |
@echo off
python main.py
pause | scarvalhojr/ntlmaps | runserver.bat | bat | gpl-2.0 | 32 |
@echo off
java NslCompiler %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo on
| salvadormarmol/NSL_3_0_S | nslc/bin/nslc.bat | bat | gpl-2.0 | 66 |
set mode=debug
set outPath=..\%mode%
set nunit="c:\nunit\nunit-console\nunit3-console.exe"
mkdir ..\Archive
del ..\Aphid\bin\%mode%\* /s /q
del ..\Coywolf\bin\%mode%\* /s /q
del ..\Boxelder\bin\%mode%\* /s /q
del ..\Mantispid\bin\%mode%\* /s /q
del %outPath%\* /s /q
call xbuild ..\Aphid\Aphid.csproj
mkd... | John-Leitch/Aphid | build/make.cmd | bat | gpl-2.0 | 2,402 |
cmd_drivers/input/keyboard/built-in.o := ppc_4xx-ld -m elf32ppc -r -o drivers/input/keyboard/built-in.o drivers/input/keyboard/atkbd.o
| mattkelly/linux-2.6-xlnx | drivers/input/keyboard/.built-in.o.cmd | bat | gpl-2.0 | 140 |
cmd_drivers/input/input-core.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o drivers/input/input-core.o drivers/input/input.o drivers/input/input-compat.o drivers/input/ff-core.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/input/.input-core.o.cmd | bat | gpl-2.0 | 203 |
@echo off
set QT_INSTALL_DIR=%1
:: %QT_INSTALL_DIR%\bin\qtenv.bat
:: echo -- QTDIR set to %QTDIR%
::
set QTDIR=%QT_INSTALL_DIR%\qt
set PATH=%QT_INSTALL_DIR%\bin
set PATH=%PATH%;%QT_INSTALL_DIR%\bin;%QT_INSTALL_DIR%\mingw\bin
set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++
:: echo %PATH%
... | baoping/Red-Bull-Media-Player | agentbuild_updater.bat | bat | gpl-3.0 | 520 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=rpg-dark-fantasy
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module wa... | lpenaud/rpg-dark-fantasy | sphinx/make.bat | bat | gpl-3.0 | 814 |
@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... | lavaner/pywim2 | docs/make.bat | bat | gpl-3.0 | 6,701 |
echo off
call vc-env_3.17.bat
call vc-build.bat
call deploy.bat | vogler75/oa4j | Native/Tools/vc-build_3.17.bat | bat | agpl-3.0 | 64 |
java -cp "ecsJars/*;common/*" -Dio.netty.tryReflectionSetAccessible=true de.iip_ecosphere.platform.support.LifecycleHandler$WaitingStarter %*
| SSEHUB/EASyProducer | Plugins/EASy-Producer/ScenariosTest/testdata/real/IIP-Ecosphere/nov21/expected/SerializerConfig1/ecs8.bat | bat | apache-2.0 | 142 |
adb uninstall uk.co.tekkies.readings | tekkies/Readings | un.bat | bat | apache-2.0 | 36 |
@echo off
if defined MSYSTEM (
echo This .bat file is for Windows CMD.EXE shell only.
goto end
)
:: Missing requirements check
set MISSING_REQUIREMENTS=
python.exe --version >NUL 2>NUL
if %errorlevel% neq 0 set "MISSING_REQUIREMENTS= python &echo\"
git.exe --version >NUL 2>NUL
if %errorlevel% neq 0 set "MISSING_REQ... | espressif/esp-idf | install.bat | bat | apache-2.0 | 1,571 |
del ..\contribution.xml /q
REM Build Viz Databound contribution.xml files
call build_viz.cmd
REM Build the rest as normal
type ..\..\org.scn.community.shared\templates.main\contribution.xml.head.txt ^
..\templates\contribution.xml.head.txt ^
..\..\org.scn.community.shared\templates.main\eula.xml.txt ^
..\..\org.scn.c... | YunuSahin/sdk | src/org.scn.community.databound/script/build.cmd | bat | apache-2.0 | 2,519 |
cmd_coreutils/mv.o := gcc -Wp,-MD,coreutils/.mv.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wu... | rennman/copfvtci | build/busybox-1.25.1/coreutils/.mv.o.cmd | bat | apache-2.0 | 10,250 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License... | gitee2008/glaf | tomcat/bin/catalina.bat | bat | apache-2.0 | 15,528 |
set DATABASE_URL='jdbc:postgresql://localhost:5432/twitterwall2?user=twitterwall2&password=twitterwall2pwd'
set DATABASE_URL_TEST='jdbc:postgresql://localhost:5432/twitterwall2test?user=twitterwall2test&password=twitterwall2testpwd'
set TWITTERWALL_FRONTEND_MAX_RESULTS=200
set TWITTERWALL_SHOW_USERS_MENU=true
set TWITT... | phasenraum2010/twitterwall2 | run.cmd | bat | apache-2.0 | 1,482 |
@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%
... | weso/CWR-DataApi | docs/make.bat | bat | mit | 6,992 |
set BUILD_OUTDIR=%1
set BUILD_PROJECTDIR=%2
echo ---------------------------------------
echo OUTPUT : [%BUILD_OUTDIR%]
echo SOLUTION: [%BUILD_PROJECTDIR%]
echo ---------------------------------------
echo "Mesh Optimization dependencies copy done"
| GPUOpen-Tools/Compressonator | applications/_plugins/cmesh/mesh_optimizer/copyfiles.bat | bat | mit | 252 |
@ECHO OFF
REM Find MSBuild.
REM by yoyo: http://stackoverflow.com/a/13752506/1700174
FOR /D %%D in (%SYSTEMROOT%\Microsoft.NET\Framework\v4*) DO SET msbuild.exe=%%D\MSBuild.exe
IF NOT EXIST "%msbuild.exe%" (
ECHO Error: MSBuild not found. Could not compile tests.
EXIT /B 1
)
REM Compile tests.
CALL %msbuild.exe% T... | robinryf/Entitas-CSharp | runTests.bat | bat | mit | 571 |
cmd_arch/arm/kernel/vmlinux.lds := /home/amit/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/amit/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/../lib/gcc/arm-none-eabi/4.6.3/include -I/home/amit/Desktop/GT-S5830_Kernel... | MadManA/MadKernel_cooper | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 3,854 |
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
deps_scripts/kconfig/kxgettext.o := \
scripts/kconfig/kxgettext.c ... | dduval/kernel-rhel6 | scripts/kconfig/.kxgettext.o.cmd | bat | gpl-2.0 | 1,726 |
@echo off
REM
REM []-------------------------[]
REM | check INPUT/ENVIRONMENT |
REM []-------------------------[]
REM
set _ScriptFiles=runme.txt
set _DBServer=%1
set _UserName=%2
set _Password=%3
set _LogDir=.\Log
echo _ScriptFiles=%_ScriptFiles%
echo _DBServer=%_DBServer%
echo _UserName=%_userName%
... | jandppw/ppwcode-recovered-from-google-code | dotnet/Kit/UserManagement/trunk/Database/Scripts/runme.bat | bat | apache-2.0 | 876 |
@ECHO OFF
REM
REM ScrollDemo2.bat
REM
REM $Id$
REM
REM Java startup script
rem
rem This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
rem project.
rem
rem Copyright (C) 1998-2014 OpenLink Software
rem
rem This project is free software; you can redistribute it and/or modify it
rem under ... | v7fasttrack/virtuoso-opensource | binsrc/samples/JDBC/jdk1.5/ScrollDemo2/ScrollDemo2.bat | bat | gpl-2.0 | 1,181 |
make
pause
| swarzesherz/rxTools | msethax/payload/build.bat | bat | bsd-2-clause | 11 |
@echo off
set CB_DEVEL_DIR=devel%1
set CB_DEVEL_RESDIR=..\..\..\%CB_DEVEL_DIR%\share\CodeBlocks
call:mkdirSilent "%CB_DEVEL_RESDIR%\SpellChecker"
call:mkdirSilent "%CB_DEVEL_RESDIR%\images\settings"
zip -j9 %CB_DEVEL_RESDIR%\SpellChecker.zip manifest.xml SpellCheckSettingsPanel.xrc
xcopy /D /Y OnlineSpell... | obfuscated/codeblocks_sf | src/plugins/contrib/SpellChecker/update.bat | bat | gpl-3.0 | 1,937 |
setlocal
if "%NUGET_KEY%"=="" SET NUGET_KEY=%1
echo "key: '%NUGET_KEY%'"
set BINROOT=%TF_BUILD_BINARIESDIRECTORY%\Release\NuGet
if not exist %BINROOT% echo "Error: '%BINROOT%' does not exist."&goto :eof
set NUGET=%TF_BUILD_SOURCESDIRECTORY%\NuGet.exe
if not exist %NUGET% echo "Error: '%NUGET%' does not exist."&goto... | pharring/ApplicationInsights-dotnet | LOGGING/PushNugetPackages.cmd | bat | mit | 618 |
/*
//###########################################################################
//
// FILE: 28065_RAM_lnk.cmd
//
// TITLE: Linker Command File For F28065 examples that run out of RAM
//
// This ONLY includes all SARAM blocks on the F28065 device.
// This does not include flash or OTP.
/... | battosai30/Energia | hardware/c2000/cores/c2000/F2806x_common/cmd/28065_RAM_lnk.cmd | bat | lgpl-2.1 | 6,913 |
@echo off
if defined DOTNET_HOST_PATH (
set HOST_PATH=%DOTNET_HOST_PATH%
) else (
set HOST_PATH=dotnet
)
"%HOST_PATH%" "%~dp0\vbc.dll" %*
| jcouv/roslyn | src/NuGet/Microsoft.NETCore.Compilers/tools/bincore/RunVbc.cmd | bat | apache-2.0 | 146 |
@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 (the
REM... | arunasujith/wso2-axis2 | modules/tool/script/wsdl2java.bat | bat | apache-2.0 | 2,822 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../doctrine/doctrine-module/bin/doctrine-module
php "%BIN_TARGET%" %*
| SavedX/zend-2.local | vendor/bin/doctrine-module.bat | bat | bsd-3-clause | 101 |
@echo off
AjGenesis.Command %* Command=ApplicationNew TechnologyCommand.ajg | ajlopez/AjGenesis | commands/ApplicationNew.cmd | bat | mit | 76 |
@echo off
echo GoCryptoTrader: Generating gRPC, proxy and swagger files.
REM You may need to include the go mod package for the annotations file:
REM %GOPATH%\pkg\mod\github.com\grpc-ecosystem\grpc-gateway\v2@v2.0.1\third_party\googleapis
protoc -I=. -I=%GOPATH%\src -I=%GOPATH%\src\github.com\grpc-ecosystem\grpc-gatew... | thrasher-/gocryptotrader | gctrpc/gen_pb_win.bat | bat | mit | 870 |
set pythonpath=D:\pfaff\projekte\software\wradlib-outgoing
set SPHINXOPTS=-D pngmath_latex=D:\pfaff\tools\miktex-portable\miktex\bin\latex.exe -D pngmath_dvipng=D:\pfaff\tools\miktex-portable\miktex\bin\dvipng.exe
call make.bat clean
deltree source/generated
call make.bat htmlhelp > make-htmlhelp.log 2>&1
call mak... | jjhelmus/wradlib | doc/make-many.bat | bat | mit | 358 |
SET HarvestFileDir=%1
SET OutputPath=%2
SET ComponentGroup=%3
SET SourceVar=%4
echo ComponentGroup = %3
echo ComponentGroup = %ComponentGroup%
echo "%WIX%\bin\heat.exe" dir "%HarvestFileDir%" -cg %ComponentGroup% -gg -scom -sreg -sfrag -srd -dr INSTALLDIR -var var.%ComponentGroup%.SourceDir -out "%OutputPath%"
"%WIX... | sparql-studio/sparql-studio | Code/Src/SPARQL_Studio.Setup/MakeHeat.cmd | bat | mit | 461 |
java -classpath SteamCardFinder.jar se.lolektivet.steamcardfinder.Main %*
| linusonline/Misc | SteamCardFinder.bat | bat | mit | 74 |
webpack -p
| giladgreen/pokerStats | 1.bat | bat | mit | 11 |
@setlocal EnableDelayedExpansion EnableExtensions
@for %%i in (%~dp0\_packer_config*.cmd) do @call "%%~i"
@if defined PACKER_DEBUG (@echo on) else (@echo off)
title Setting network configuration. Please wait...
echo ==^> Disabling new network prompt
reg add "HKLM\System\CurrentControlSet\Control\Network\NewNetworkWi... | audio4ears/packer-windows | scripts/customize-windows.bat | bat | mit | 3,148 |
@echo off
echo This example requires the DUB package dwtlib
rdmd rdub gui\hello_dwt.d --force
if %0 == "%~0" pause | jasc2v8/dwtlib | examples/example_gui.bat | bat | epl-1.0 | 118 |
@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... | mrwizard82d1/think_bayes | docs/make.bat | bat | epl-1.0 | 5,106 |
@ECHO OFF
@"%~dp0jruby.exe" -S jruby_visualizer %*
| burnnat/sassedit | org.jruby.jruby/META-INF/jruby.home/bin/jruby_visualizer.bat | bat | epl-1.0 | 51 |
cmd_sound/core/snd-compress.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o sound/core/snd-compress.o sound/core/compress_offload.o
| domintech/PandaBoard-LinuxKernel | sound/core/.snd-compress.o.cmd | bat | gpl-2.0 | 227 |
cmd_libbb/str_tolower.o := gcc -Wp,-MD,libbb/.str_tolower.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-prot... | muthumani2/Muthu-busybox | libbb/.str_tolower.o.cmd | bat | gpl-2.0 | 9,397 |
cmd_net/ipv6/netfilter/nf_log_ipv6.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T ./scripts/module-common.lds -s --build-id -o net/ipv6/netfilter/nf_log_ipv6.ko net/ipv6/netfilter/nf_log_ipv6.o net/ipv6/netfilter/nf_log_ipv6.mod.o
| Parkdaeyoung/OPENWRT-LEAKY-BUCKET | build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.18.44/net/ipv6/netfilter/.nf_log_ipv6.ko.cmd | bat | gpl-2.0 | 242 |
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
deps_scripts/basic/fixdep := \
scripts/basic/fixdep.c \
$(wildcard include/config/his/driver.h) \
$(wildcard include/config/my/option.h) \
... | dnh34/proj1 | scripts/basic/.fixdep.cmd | bat | gpl-2.0 | 3,839 |
cmd_libbb/inet_common.o := gcc -Wp,-MD,libbb/.inet_common.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-prot... | muthumani2/Muthu-busybox | libbb/.inet_common.o.cmd | bat | gpl-2.0 | 9,479 |
cmd_sound/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/built-in.o sound/soundcore.o sound/core/built-in.o sound/i2c/built-in.o sound/drivers/built-in.o sound/isa/built-in.o sound/pci/built-in.o sound/ppc/built-in.o sound/arm/built-in.o sound/sh/built-in.o sound/synth/built-in.o soun... | dizgustipated/BOCA-2.6.35.14 | sound/.built-in.o.cmd | bat | gpl-2.0 | 533 |
cmd_drivers/hid/hid-dummy.mod.o := arm-eabi-gcc -Wp,-MD,drivers/hid/.hid-dummy.mod.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 ... | HCDRJacob/wildfire-kernel | drivers/hid/.hid-dummy.mod.o.cmd | bat | gpl-2.0 | 140,516 |
cmd_net/netlink/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
| JoinTheRealms/TF700-dualboot-stockbased | net/netlink/.built-in.o.cmd | bat | gpl-2.0 | 213 |
@setlocal
@REM copy the EXE into C:\MDOS, IFF changed
@set TMPDIR=C:\MDOS
@set TMPFIL1=gshhg.exe
@set TMPFIL2=gshhg.exe
@set TMPSRC=Release\%TMPFIL1%
@if NOT EXIST %TMPSRC% goto ERR1
@echo Current source %TMPSRC%
@call dirmin %TMPSRC%
@if NOT EXIST %TMPDIR%\nul goto ERR2
@set TMPDST=%TMPDIR%\%TMPFIL2%
@if NOT EXIST %T... | geoffmcl/gshhg | build.x64/updexe.bat | bat | gpl-2.0 | 1,071 |
cmd_drivers/i2c/i2c-core.o := arm-eabi-gcc -Wp,-MD,drivers/i2c/.i2c-core.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/ar... | bigbiff/i717-GB-Kernel | drivers/i2c/.i2c-core.o.cmd | bat | gpl-2.0 | 23,205 |
setMode -bscan
setCable -p auto
identify
assignfile -p 2 -file top.mcs
erase -p 2
program -p 2
quit
| Murailab-arch/magukara | boards/netfpga/synthesis/flash.cmd | bat | gpl-3.0 | 100 |
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS
SETLOCAL ENABLEDELAYEDEXPANSION
SET /A ERROR_HELP_SCREEN=1
SET /A ERROR_FILE_NOT_FOUND=2
SET /A ERROR_FILE_READ_ONLY=4
SET /A ERROR_UNKNOWN=8
set project_dir=%CD%
set SCONS_MSCOMMON_DEBUG=-
set PATH=C:\tools\msys64\mingw32\bin;C:\tools\msys64\usr\bin;%PATH%
echo "JAVA_HOME : %JAV... | AlbanAndrieu/nabla-cpp | build.bat | bat | gpl-3.0 | 2,403 |
@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... | jleugeri/nengo-adaptiveLN-models | docs/make.bat | bat | gpl-3.0 | 7,301 |
REM -- Pushing \\Games-DL.stage.real.com\gameconsole files
copy /y \\Games-DL.stage.real.com\gameconsole\"go ahead and push-gameconsole" \\Games-DL.stage.real.com\gameconsole\push-gameconsole
echo OFF
date /T >> \\Games-DL.stage.real.com\gameconsole\gameconsole_push.log
time /T >> \\Games-DL.stage.real.com\gameconsole\... | esc0rtd3w/realarcade-wrapper-killer | extras/dumps/sites/origin.gamehouse.com/gameconsole/gameconsole_push.bat | bat | gpl-3.0 | 443 |
@ECHO OFF
SET FORMATOUT=%~p0\formatout.cmd
CALL:getColorCode %1 %2
:getColorCode col ret -- converts color text to color code
:: -- col [in] - color text BackgroundForeground, i.e.: BlueLYellow for 1E
:: -- ret [out] - return variable to return color code in
:$created 20060101 :$c... | GaryLBaird/CommandLineHelper | scripts/cmd/libs/getColorCode.cmd | bat | gpl-3.0 | 912 |
nmake -f psp.mak CFG="PSP - Win32 load V2 dll Release"
copy ..\..\..\win\dll\anet2.dll
copy ..\..\..\win\dll\winets2.dll
load2dr\load2dr -c=2 -d=winets2.dll -r=HamRoom -s=iserv.activision.com -l=Load.log
:end
| BygoneWorlds/anet | src/test/PSP/lrun.bat | bat | lgpl-2.1 | 209 |
@echo off
setlocal
@echo off
REM # Get to the pwiz root directory
set SCRIPTS_MISC_ROOT=%~dp0
set SCRIPTS_MISC_ROOT=%SCRIPTS_MISC_ROOT:~0,-1%
pushd %SCRIPTS_MISC_ROOT%\..\..
set EXIT=0
REM # call clean
echo ##teamcity[progressMessage 'Cleaning project...']
call clean.bat
set EXIT=%ERRORLEVEL%
if %EXIT... | biospi/mzmlb | pwiz/scripts/misc/tcbuild.bat | bat | apache-2.0 | 1,155 |
@ECHO OFF
:Loop
IF "%1"=="clean" GOTO clean
IF "%1"=="build" GOTO build
:clean
rm -f lib/*.pyc ui/*.pyc ui/ui_*.py resources*.py *.pyc
:build
(
echo Building...
CALL pyuic4 ui/MainWindow.ui > ui/ui_mainwindow.py
CALL pyrcc4 resources.qrc -o resources_rc.py
GOTO end
REM EXIT /B 0
)
:en... | luis-wang/python_Tesseract_GUI_Demo | win32compile.bat | bat | apache-2.0 | 336 |
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you ma... | takeshineshiro/cc3200_wifi_module | WMScanner/settings/WMScanner.Release.cspy.bat | bat | apache-2.0 | 1,424 |
node driver.js --mode=local --platform=mobileweb | appcelerator/titanium_mobile_tizen | tests/anvil/driver/start_mobileweb.bat | bat | apache-2.0 | 48 |
@echo off
%comspec% /c ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 8.1 && "fbuild.exe" %*" | pierricgimmig/orbitprofiler | external/DIA2Dump/fb.bat | bat | bsd-2-clause | 122 |
@echo off
if "%1" == "" goto error
del dcfdrvr dcf_%1c.zip
cd ..
pack client\packing.lst client\dcfdrvr /L
copy readme.os2 client
cd client
zip dcf_%1c.zip dcfinst.exe dcfinst.hlp dcfdrvr readme.os2
goto end
:error
echo Syntax: makeinst <bldlevel>
echo example: makeinst 250
:end
| OS2World/APP-CLOCK-Clock60 | install/Client/makeinst.cmd | bat | bsd-3-clause | 285 |
@echo off
set BATCH_DIR=%~dp0
cd %BATCH_DIR%
cd ..\..
set MY_DIR=%CD%
call build\auto\setup_vs_any.cmd
call build\auto\helper_get_svnversion.cmd
call build\auto\helper_get_openmpt_version.cmd
set MPT_REVISION=%OPENMPT_VERSION%-r%SVNVERSION%
cd bin\Win32 || goto error
del /f /q openmpt-win32old.t... | ModusCreateOrg/libOpenMPT-ios | libopenmpt-0.2.6401/build/auto/package_openmpt_win32old.cmd | bat | bsd-3-clause | 1,231 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S04_StreamForErrorCodeTable_TestSuite.MSOXCPRPT_S04_StreamForErrorCodeTable_TestSuite4 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /u... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S04_StreamForErrorCodeTable_TestSuite4.cmd | bat | mit | 331 |
cmd_drivers/input/touchscreen/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/input/touchscreen/built-in.o drivers/input/touchscreen/atmel.o
| jdlfg/Mecha-kernel-jdlfg | drivers/input/touchscreen/.built-in.o.cmd | bat | gpl-2.0 | 210 |
cmd_drivers/net/built-in.o := arm-eabi-ld -EL -r -o drivers/net/built-in.o drivers/net/mii.o drivers/net/phy/built-in.o drivers/net/Space.o drivers/net/loopback.o drivers/net/ppp_generic.o drivers/net/ppp_deflate.o drivers/net/bsd_comp.o drivers/net/ppp_mppe.o drivers/net/pppox.o drivers/net/pppolac.o drivers/net/p... | MrHyde03/android_kernel_samsung_espressovzw | drivers/net/.built-in.o.cmd | bat | gpl-2.0 | 559 |
@echo off
chcp 65001
echo.
pushd %~dp0
::Attempts to start py launcher without relying on PATH
%SYSTEMROOT%\py.exe --version > NUL 2>&1
IF %ERRORLEVEL% NEQ 0 GOTO attempt
%SYSTEMROOT%\py.exe -3 launcher.py
PAUSE
GOTO end
::Attempts to start py launcher by relying on PATH
:attempt
py.exe --version > NUL 2>&1
IF %ERROR... | Controller-Network/MARViN-D | start_launcher.bat | bat | gpl-3.0 | 727 |
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ConvertImagesToPdfFromUrlsAsynchronously.ps1"
echo Script finished with errorlevel=%errorlevel%
pause | bytescout/ByteScout-SDK-SourceCode | PDF.co Web API/Image To PDF API/PowerShell/Convert Images To PDF From URLs Asynchronously/run.bat | bat | apache-2.0 | 173 |
@echo off
setlocal
if not exist "%JAVA_HOME%\bin\java.exe" (
echo "Please set JAVA_HOME"
exit /b 1
)
rem Set Quartz to the base directory of the Quartz Distribution
@SET WD=%~d0%~p0
@SET QUARTZ=%WD%..\..
@rem setup the class path...
CALL "%WD%..\bin\buildcp.bat"
SET QUARTZ_CP=%TMP_CP%
rem !!!!!!! ... | suthat/signal | vendor/quartz-2.2.0/examples/example15/instance1.bat | bat | apache-2.0 | 1,343 |
dotnet fixie -- --category Delivery --category Security | Suremaker/LightBDD | examples/Example.LightBDD.Fixie2/run-dotnet-fixie-filter-categories.cmd | bat | bsd-2-clause | 55 |
@echo off
rem Batch script for running the test suite.
rem Requires the python package `nose` to be installed.
set nosetests=call python -W ignore::DeprecationWarning -m nose
%nosetests% ^
tests/test_provided_code.py ^
tests/test_1_parsing.py ^
tests/test_2_evaluating_simple_expressions.py ^
tests/test_3_evaluating_co... | kvalle/diy-lisp | run-tests.bat | bat | bsd-3-clause | 590 |
@if (@x)==(@y) @end /***** jscript comment ******
@echo off
cscript //E:JScript //nologo "%~f0" "%~nx0" %*
exit /b %errorlevel%
@if (@x)==(@y) @end ****** end comment *********/
var FileSystemObj = new ActiveXObject("Scripting.FileSystemObject");
var ARGS = WScript.Arguments;
var scriptName=ARGS.I... | TheBigBear/batch.scripts | hybrids/jscript/FileTimeFilterJS.bat | bat | mit | 7,845 |
@echo off
::
:: Postbuild step for NiftySolution toolbar.
::
if "%1" == "" (
goto :HELP
)
if "%2" == "" (
goto :HELP
)
goto :DOIT
:HELP
echo Usage: ^<projectdir^> ^<outdir^>
echo.
echo Needs to be called from Visual Studio
goto :EOF
:DOIT
setlocal
set P... | ben-marsh/niftyplugins | NiftySolution/PostBuild2010.cmd | bat | mit | 983 |
@echo off
::
:: smartd warning script
::
:: Copyright (C) 2012-13 Christian Franke <smartmontools-support@lists.sourceforge.net>
::
:: This program is free software; you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
:: the Free Software Foundation; either vers... | fnadeau/smartmontools | smartmontools/os_win32/smartd_warning.cmd | bat | gpl-2.0 | 5,159 |
gradlew.bat build -x test
pause | mannyrivera2010/groovy-gradle-skeleton | gradle-buildNoTest.bat | bat | apache-2.0 | 31 |
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o lib/gen_crc32table lib/gen_crc32table.c
source_lib/gen_crc32table := lib/gen_crc32table.c
deps_lib/gen_crc32table := \
/usr/include/stdc-predef.h \
/usr/include/stdio.h \
... | Zaphod-Beeblebrox/kernel_rockchip_rk3188 | lib/.gen_crc32table.cmd | bat | gpl-2.0 | 1,276 |
xsb plot boringen_to_csv_shape_plot.yaml
| tomvansteijn/xsb | xsboringen/examples/example_surfacelevel/plot.bat | bat | gpl-3.0 | 42 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=certbot-dns-dnsimple
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not fo... | letsencrypt/letsencrypt | certbot-dns-dnsimple/docs/make.bat | bat | apache-2.0 | 793 |
#!/bin/csh
####################
# Script: unsupsendUpdates.cmd
# This script "unschedules" the Suspend production job
####################
"rm" -f $statusArea/pending/Suspend
echo "--- Production Jobs Restarted --- "
| VisionAerie/vision | application/localvision/adminScripts/unsuspendUpdates.cmd | bat | bsd-3-clause | 221 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.