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 |
|---|---|---|---|---|---|
SET cmd=%1
SET app_name=%2
SET build_dir=%~f3
SET build_type=%4
SET webstudio_url=%5
SET bin_dir=%~dp0
IF "%app_name%" EQU "" (
CALL %bin_dir%\echoc.exe 4 please specify app_name
GOTO error
)
IF NOT EXIST "%bin_dir%\publish.%app_name%.cmd" (
CALL %bin_dir%\echoc.exe 4 please create '%bin_dir%\publish.%app... | glglwty/rDSN | scripts/windows/publish.cmd | bat | mit | 1,363 |
@ECHO OFF
GOTO START
******************************************************************************
*
* File: MakeMovie.bat
*
* Parameters: 4 (3 optional)
* %1: Movie file to be converted
* %2: Size
* %3: Quality
* %4: Framerate
*
* Requirement: The free avai... | JiabinDainel/Master-design | emWin Simulator/Sample/JPEG2Movie/MakeMovie.bat | bat | gpl-3.0 | 2,164 |
setlocal
set NATIVE_PROPERTIES_PATH=%1
set FIRST_ARG=%2
set SECOND_ARG=%3
set PURE_FIRST_ARG=%2
:: for compatibility
if "%FIRST_ARG%"=="""" (
set FIRST_ARG=
)
if "%SECOND_ARG%"=="""" (
set SECOND_ARG=
)
if "%PURE_FIRST_ARG%"=="""" (
set PURE_FIRST_ARG=
)
if "%FIRST_ARG%"=="0" (
set FIRST_A... | lastaflute/lastaflute-example-waterfront | mydbflute/dbflute-1.x/etc/cmd/_df-managedo.cmd | bat | apache-2.0 | 7,533 |
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj32/WebKitExportGenerator
echo Generating export definitions
del /F /Q "%GeneratorDirectory%/DerivedSources/WebKitExportGenerator.cpp"
bash -c "./make-export-file-ge... | CodeDJ/qt5-hidpi | qt/qtwebkit/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd | bat | lgpl-2.1 | 416 |
@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // DOS 32-bit
@echo // Watcom C/C++ (using DOS/4G extender)
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=wcl386 -zq -mf -5r -bt#dos -l#dos4g
set CF=-ox -zc %CFI% %CFASM%
set LF=%BLIB%
%CC% %CF% -c src\*.c
@if... | unix1986/universe | thirdparty/lzo-2.08/B/dos32/wc.bat | bat | bsd-2-clause | 893 |
@echo off
SETLOCAL enabledelayedexpansion
IF DEFINED JAVA_HOME (
set JAVA=%JAVA_HOME%\bin\java.exe
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST "%JAVA%" (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
set SCRIPT_DIR=... | strahanjen/strahanjen.github.io | elasticsearch-master/distribution/src/main/resources/bin/elasticsearch-translog.bat | bat | bsd-3-clause | 1,387 |
@ECHO OFF
SET WORLD=World
ECHO Hello, %WORLD%!
| testdouble/scripty | test/fixtures/built-in-scripts-win/hello/world.cmd | bat | mit | 49 |
@setlocal enableextensions enabledelayedexpansion & set "PATH0=%~f0" & PowerShell.exe -Command "& (Invoke-Expression -Command ('{#' + ((Get-Content '!PATH0:'=''!') -join \"`n\") + '}'))" %* & exit /b !errorlevel!
#
# - Name
# ssh.bat
#
# - Contents
# Simplify SSH Connect by Tera Term.
# <kbd>Windows</kbd>... | initsh/initsh.github.io | ps1/ssh.bat | bat | mit | 6,308 |
cd "../bin"
TGE_debug.exe -script "consoledemo/main" | eigenl/tge | examples/CONSOLEDEMO.bat | bat | mit | 52 |
@echo off
rem -- 用户手动配置
rem -------------------------------
rem -- ANDROID
rem -------------------------------
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_40
set ECLIPSE_HOME=E:\adt-bundle-windows-x86\eclipse
set ANDROID_SDK_HOME=E:\adt-bundle-windows-x86\sdk
set ANDROID_NDK_HOME=E:\android-ndk-r10e
set ... | dxmgame/dxm | templates_project/config.bat | bat | mit | 3,100 |
@echo off
REM
REM SetEnv.cmd - Sets up the enlistment environment
REM 2010-12-22 - [thomasde] created
REM
echo ------------
echo SETENV.CMD
echo ------------
REM
REM ensure %ROOT% is defined (we DON'T run if ROOT is not defined)
REM
if not defined root (
echo %%ROOT%% environment variable is not defined.
... | eXtensoft/xf-2.0 | setenv.cmd | bat | mit | 4,384 |
set CDIR=%~dp0
reg add HKCU\Environment /v HQENGINE_VS2008_X86_LIB_DEB_PATH /t REG_SZ /d %CDIR%\Output\Debug\
reg add HKCU\Environment /v HQENGINE_VS2008_X86_LIB_REL_PATH /t REG_SZ /d %CDIR%\Output\Release\
reg add HKCU\Environment /v HQENGINE_VS2008_X86_LIB_STATIC_CRT_DEB_PATH /t REG_SZ /d "%CDIR%\Output\Debug sta... | kakashidinho/HQEngine | HQEngine/VS2008/setLibPathEnv.bat | bat | mit | 451 |
@ECHO OFF
SETLOCAL
CALL "%VS140COMNTOOLS%VsMSBuildCmd.bat"
ECHO Building solution...
msbuild .\ShaderEditor.sln /property:Configuration=Debug /verbosity:minimal /nologo
ECHO Running tests...
.\packages\xunit.runner.console.2.1.0\tools\xunit.console.exe .\SRPTests\bin\Debug\SRPTests.dll | simontaylor81/Syrup | RunTests.bat | bat | mit | 290 |
cmd_networking/libiproute/utils.o := arm-linux-musleabihf-gcc -Wp,-MD,networking/libiproute/.utils.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wsha... | ThinkIntegrate/busybox | networking/libiproute/.utils.o.cmd | bat | gpl-2.0 | 13,725 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs arch/arm/lib/built-in.o
| utkanos/android_htc_mecha_kernel_5slot | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 180 |
cmd_drivers/net/wireless/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/net/wireless/built-in.o drivers/net/wireless/wifi_sys/rkwifi_sys_iface.o drivers/net/wireless/bcm4329/built-in.o
| jpsminix/minix5 | drivers/net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_drivers/acpi/sleep/proc.o := gcc -Wp,-MD,drivers/acpi/sleep/.proc.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -W... | namgk/kernel-tut | drivers/acpi/sleep/.proc.o.cmd | bat | gpl-2.0 | 22,731 |
cmd_net/netfilter/nf_conntrack.o := /home/robin/toolchain/bin/arm-none-eabi-ld -EL -r -o net/netfilter/nf_conntrack.o net/netfilter/nf_conntrack_core.o net/netfilter/nf_conntrack_standalone.o net/netfilter/nf_conntrack_expect.o net/netfilter/nf_conntrack_helper.o net/netfilter/nf_conntrack_proto.o net/netfilter/nf_c... | spacecaker/CM7_Space_Kernel_Cooper | net/netfilter/.nf_conntrack.o.cmd | bat | gpl-2.0 | 540 |
cmd_arch/arm/kernel/entry-armv.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-armv.o.d -nostdinc -isystem /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include -Iarch/arm/include... | arshull/GalaTab3_Kernel | arch/arm/kernel/.entry-armv.o.cmd | bat | gpl-2.0 | 7,464 |
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
source_scripts/basic/fixdep := scripts/basic/fixdep.c
deps_scripts/basic/fixdep := \
$(wildcard include/config/his/driver.h) ... | jyh0082007/sigTaint | scripts/basic/.fixdep.cmd | bat | gpl-2.0 | 3,549 |
set "VSCMD_START_DIR=%CD%"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
echo Set environ
cd ldmicro
PATH=d:\bin\msys64\usr\bin;%PATH%
call make.bat | LDmicro/LDmicro | makeld.bat | bat | gpl-3.0 | 223 |
java -server -Xmx512M -Xmx512M -classpath ../target/libpcap-latency-meter-0.1.RC1.jar;../lib/jnetpcap.jar org.tinyfix.latency.LiveCaptureProcessor %*
| andymalakov/libpcap-latency-meter | bin/live-traffic.cmd | bat | gpl-3.0 | 150 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=pineal
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not ... | edne/pineal | docs/make.bat | bat | agpl-3.0 | 808 |
@echo on
call make_verf.bat 2
pushd jt\jtlib & call m.bat & popd
pushd tools\dbaseiii & call m.bat & popd
pushd tools\dbfview & call m.bat & popd
pushd tools\ddict2 & call m.bat & popd
pushd tools\list & call m.bat & popd
pushd tools\pcre & call m.bat & pop... | mrev11/ccc2c | make_extn.bat | bat | lgpl-2.1 | 773 |
@echo off
setlocal enableextensions
set VERSION=6.1
set PRODUCT=ReSharper
set BASEDIR=JetBrains\%PRODUCT%\v%VERSION%
set PLUGIN=NuGetSupport
set INSTALL_SOURCEDIR=%~dp0\%PLUGIN%.%VERSION%
set PER_USER_PLUGINDIR=%LOCALAPPDATA%\%BASEDIR%\plugins\%PLUGIN%
if exist "%PER_USER_PLUGINDIR%" goto do_clean
mkdir "%PER_USER_... | JetBrains/resharper-nuget | install/Install-NuGetSupport.6.1.bat | bat | apache-2.0 | 747 |
set VLMA_CLASSPATH=%VLMA_CLASSPATH%;%1
| ajwtech/VideoOnDemand | vlma-0.2.0/bin/cp_append.cmd | bat | apache-2.0 | 39 |
brcc32 TestUnit.rc
pause | milanqiu/moon | files/Strings/TestUnit/MakeRes.bat | bat | apache-2.0 | 24 |
@echo off
color0a
echo 5 Wait
ping localhost -n 1> nul
cls
echo 4 Wait
ping localhost -n 1> nul
cls
echo 3 Wait
ping localhost -n 1> nul
cls
echo 2 WAit
ping localhost -n 1> nul
cls
echo 1 DOOOOOOne
ping localhost -n 2> nul
cls
Color 0c
color 0d
Color 0a
Color 0b
cls
echo Wait Pls) LOADING APP....
ping localhost ... | timothyfrancis/GitCommands-For-Win-7-8-and-10 | Tinoy's Application.bat | bat | apache-2.0 | 2,146 |
@ECHO OFF
SETLOCAL
CLS
ECHO.
ECHO. Initializing Acrobat Reader download.
bitsadmin.exe /transfer "Acrobat Reader Installer" https://admdownload.adobe.com/bin/live/readerdc_en_xa_install.exe %USERPROFILE%\Downloads\readerdc_en_xa_install.exe
ECHO. The Acrobat Reader Installer is opening in another window...
START %USER... | JustinMuniz/Computer-Shop-Utilities | Windows/Batch/Build-Scripts/Install-Acrobat-Reader.bat | bat | bsd-2-clause | 553 |
#start cmd.exe @cmd /k "grunt serve"
cd ..
start cmd.exe @cmd /k "grunt shell:webdriver"
start cmd.exe @cmd /k "grunt shell:browserstack"
start cmd.exe @cmd /k | qld-gov-au/emergency-services | cmd/testing.cmd | bat | bsd-2-clause | 159 |
@echo // Copyright (C) 1996-2005 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (Itanium)
@echo // Intel C/C++ (DLL)
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=icl -nologo -MD
set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
%CC% %CF% -D__LZO_EXPORT1#__declspec(dllexport) -c @b\src.rsp
@if e... | ZHAW-INES/rioxo-uClinux-dist | lib/lzo/lzo-2.02/B/win64/ic_dll.bat | bat | gpl-2.0 | 986 |
cmd_sound/pci/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o sound/pci/built-in.o sound/pci/ac97/built-in.o sound/pci/ali5451/built-in.o sound/pci/au88x0/built-in.o sound/pci/aw2/built-in.o sound/pci/ctxfi/built-in.o sound/pci/ca0106/built-in.o sound/pci/cs46... | jdlfg/Mecha-kernel | sound/pci/.built-in.o.cmd | bat | gpl-2.0 | 794 |
@echo off
rem ---------------------------------------------------------------------------
setlocal enabledelayedexpansion
set ocp=%CLASSPATH%
set cp=.
set cp=%cp%;.\conf;..\conf
set cp=%cp%;classes
for %%x in (..\lib\*.jar lib\*.jar) do (
set cp=!cp!;%%x
)
set cp=%cp%;..\build\web\WEB-INF\classes
set C... | NCIP/nci-report-writer | software/ncireportwriter/test/run.bat | bat | bsd-3-clause | 1,033 |
@echo off
Rem
Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
Rem format, or else stock DOS/Windows shells will refuse to run it.
Rem
Rem This batch file unpacks the GDB distribution while simultaneously
Rem renaming some of the files whose names are invalid on DOS or conflict
Rem with ... | argp/macgdb | djunpack.bat | bat | gpl-2.0 | 1,879 |
MD latest\NServiceKit
MD latest\NServiceKit.OrmLite
MD latest\NServiceKit.Redis
COPY ..\NuGet\NServiceKit\lib\net35\* latest\NServiceKit
COPY ..\NuGet\NServiceKit\lib\net40\* latest\NServiceKit
COPY ..\NuGet\NServiceKit.Common\lib\net35\* latest\NServiceKit
COPY ..\NuGet\NServiceKit.Mvc\lib\net40\* latest\N... | nataren/NServiceKit | release/copy.bat | bat | bsd-3-clause | 2,100 |
@echo off
TITLE Adding task to start KA Lite at system start
setlocal
for /f "tokens=4-6 delims=[.XP " %%i in ('ver') do set WIN_VERSION="%%i.%%j"
rem 5.1 and 5.2 are XP and Server 2003/64-bit XP
if %WIN_VERSION% LEQ "5.2" (
echo This feature is unavailable on this version of Windows.
pause
) else (... | ruimalheiro/installers | windows/scripts/add_systemstart_task.bat | bat | mit | 439 |
universe = scheduler
executable = x_sleep.pl
log = job_core_perrelease-true_sched.log
output = job_core_perrelease-true_sched.out
error = job_core_perrelease-true_sched.err
hold = True
periodic_release = (time() - QDate) > 3
Notification = NEVER
arguments = 6
queue
| zhangzhehust/htcondor | src/condor_tests/job_core_perrelease-true_sched.cmd | bat | apache-2.0 | 270 |
@ECHO OFF
REM
REM Copyright 2013 The ANGLE Project Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM
PATH %ProgramFiles(x86)%\Windows Kits\8.1\bin\x86;%DXSDK_DIR%\Utilities\bin\x86;%PATH%
setlocal
set errorCount=0
set successCou... | endlessm/chromium-browser | third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/generate_shaders.bat | bat | bsd-3-clause | 23,509 |
golint ./...
go vet ./...
| Originate/morula | bin/lint.cmd | bat | isc | 26 |
copy ..\style\base.css .
saxon math.xml ../style/module.xsl
cd functions
cd min
copy ..\..\..\style\base.css .
saxon math.min.xml ../../../style/function.xsl
wzzip -P -o math.min.zip @math.min.package.txt
wzzip -P -o math.min.use-cases.zip @math.min.use-cases.txt
cd ..
cd ..
cd functions
cd max
copy ..\..\..\style\base... | exslt/exslt.github.io | math/update.bat | bat | mit | 4,326 |
cd ..
vagrant reload
| sergeydt/grunt-mocha-test | vagrant-scripts/vagrant-reload.bat | bat | mit | 23 |
@echo off
setlocal
set MANUAL=KSP Reference Manual(6.0.2).txt
python ExtractCallbackFromManual.py "%MANUAL%" > extract_callback.txt
python ExtractCommandFromManual.py "%MANUAL%" > extract_command.txt
python ExtractVariableFromManual.py "%MANUAL%" > extract_variables.txt
endlocal
| r-koubou/vscode-syntax-for-ksp | data/extract.bat | bat | mit | 295 |
@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... | istresearch/ansible-symphony | docs/make.bat | bat | mit | 7,262 |
nodemon bot.js | hazulu/DiscordRPGBot | run.bat | bat | mit | 14 |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe BrowseMonkey.build.xml /t:Build /p:BuildConfig=Release;VisualStudioVersion=12.0;DebugType=full;PreBuildEvent=;PostBuildEvent=;OutputPath=..\..\_build;DeployOnBuild=true;DeployTarget=Package
| shukriadams/browsemonkey | build/build.bat | bat | mit | 248 |
@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... | inveniosoftware/invenio-rest | docs/make.bat | bat | mit | 6,993 |
SET mypath=%~dp0
SET path_to_index=%mypath:~0,-1%\..\index.html
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %path_to_index% --args -allow-file-access-from-files | waldobronchart/ShortcutMapper | utils/launch_chrome.bat | bat | mit | 179 |
cls
SETLOCAL ENABLEEXTENSIONS
@pushd "%~dp0"
@set location=%~dp0
@echo %DATE% %TIME%
@set EXIT_CODE=0
@call reset
@cmd.exe /C a.cmd
@if ERRORLEVEL 1 call :ERROR "a failed"
@cmd.exe /C b
@if ERRORLEVEL 1 call :ERROR "b failed"
@cmd.exe /C c
@if ERRORLEVEL 1 call :ERROR "c failed"
@call SynchronizeEnvironment
@call re... | mvw684/Experiments | BatchFile/UseInvoke.cmd | bat | mit | 490 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
:: All rights reserved.
:: Contact: Nokia Corporation (qt-info@nokia.com)
::
:: This file is part of the tools applications of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGP... | librelab/qtmoko-test | qtopiacore/qt/tools/installer/batch/toupper.bat | bat | gpl-2.0 | 2,993 |
cmd_arch/arm/lib/putuser.o := /home/lupohirp/Scrivania/Acer_Liquid_Glow_Kernel/scripts/gcc-wrapper.py /home/lupohirp/Scrivania/android-toolchain-eabi/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.putuser.o.d -nostdinc -isystem /home/lupohirp/Scrivania/android-toolchain-eabi/bin/../lib/gcc/arm-eabi/4.7.3/include -I/home/lupoh... | lupohirp/Acer_Liquid_Glow_Kernel | arch/arm/lib/.putuser.o.cmd | bat | gpl-2.0 | 1,946 |
@echo off
rem
rem buildwin.cmd
rem
rem command-line build script for MS Visual Studio
rem
rem Usage:
rem ------
rem buildwin VS_VERSION LINKMODE CONFIGURATION SAMPLES
rem buildwin {71|80|90} [static|shared|both] [release|debug|both] [yes|no]
rem
rem VS_VERSION is required argument. Defau... | carvalhomb/tsmells | sample/poco/poco/buildwin.cmd | bat | gpl-2.0 | 9,107 |
@echo off
set GRASS_VERSION=6.4.2
set BUILDDIR=%CD%\build
REM set BUILDDIR=%TEMP%\qgis_unstable
set LOG=%BUILDDIR%\build.log
if not exist "%BUILDDIR%" mkdir %BUILDDIR%
if not exist "%BUILDDIR%" goto error
set VERSION=%1
set PACKAGE=%2
set PACKAGENAME=%3
if "%VERSION%"=="" goto error
if "%PACKAGE%"=="" ... | imincik/pkg-qgis-1.8 | ms-windows/osgeo4w/package.cmd | bat | gpl-2.0 | 7,150 |
cmd_kernel/user.o := arm-eabi-gcc -Wp,-MD,kernel/.user.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 -D__KER... | timmytim/honeybutter_kernel | kernel/.user.o.cmd | bat | gpl-2.0 | 24,236 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/not.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/not.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/objects/hal/components/not.o
| CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.not.o.cmd | bat | gpl-2.0 | 216 |
@echo off
echo Size: %~z1 bytes | chriva/T8Legion | MAIN/printsize.bat | bat | gpl-2.0 | 31 |
cmd_drivers/base/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/base/built-in.o drivers/base/component.o drivers/base/core.o drivers/base/bus.o drivers/base/dd.o drivers/base/syscore.o drivers/base/driver.o drivers/base/class.o drivers/base/platform.o drivers/base/cpu.o drivers/base/firmware.o drivers/ba... | heyoufei2/yocto3.14.38_kernel | drivers/base/.built-in.o.cmd | bat | gpl-2.0 | 801 |
>>> help(0)
Help on int object:
class int(object)
| int(x[, base]) -> integer
|
| Convert a string or number to an integer, if possible. A floating
| point argument will be truncated towards zero (this does not include a
| string representation of a floating point number!) When converting a
| string, us... | simontakite/sysadmin | pythonscripts/practicalprogramming/modules/int_help.cmd | bat | gpl-2.0 | 550 |
cmd_net/built-in.o := arm-linux-gnueabi-ld -EL -r -o net/built-in.o net/socket.o net/core/built-in.o net/llc/built-in.o net/ethernet/built-in.o net/802/built-in.o net/sched/built-in.o net/netlink/built-in.o net/netfilter/built-in.o net/ipv4/built-in.o net/xfrm/built-in.o net/unix/built-in.o net/ipv6/built-in.o net/... | jpsminix/minix5 | net/.built-in.o.cmd | bat | gpl-2.0 | 531 |
cmd_net/unix/unix.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o net/unix/unix.o net/unix/af_unix.o net/unix/garbage.o net/unix/sysctl_net_unix.o
| mjmccall/Kernel | net/unix/.unix.o.cmd | bat | gpl-2.0 | 172 |
cmd_sound/pcmcia/vx/built-in.o := rm -f sound/pcmcia/vx/built-in.o; /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pcmcia/vx/built-in.o
| PrestigeMod/SHW-M440S | sound/pcmcia/vx/.built-in.o.cmd | bat | gpl-2.0 | 187 |
:user_configuration
:: Path to Flex SDK
set FLEX_SDK=A:\Aldy\AIRSDK_Compiler
set AUTO_INSTALL_IOS=yes
:: Path to Android SDK
set ANDROID_SDK=C:\Program Files (x86)\FlashDevelop\Tools\android
:validation
if not exist "%FLEX_SDK%\bin" goto flexsdk
if not exist "%ANDROID_SDK%\platform-tools" goto androidsdk
goto succee... | AldyAhsn/PixelConflict | src/bat/SetupSDK.bat | bat | gpl-3.0 | 737 |
start node httpwsd.js
start python mt\main.py
start chrome.exe http://localhost:8124/atompm | hergin/DelTa | run.bat | bat | gpl-3.0 | 91 |
@echo off
pyinstaller --noconfirm artisan-win.spec
rem #
rem # Don't make assumptions as to where the 'makensis.exe' is - look in the obvious places
rem #
if exist "C:\Program Files (x86)\NSIS\makensis.exe" set NSIS_EXE="C:\Program Files (x86)\NSIS\makensis.exe"
if exist "C:\Program Files\NSIS\makensis.exe" ... | MAKOMO/artisan | src/build-win3-pi.bat | bat | gpl-3.0 | 640 |
Date:Sun Apr 22 07:10:14 PM EDT 2012
Input command file generated by LEDA
#VERILOGCompiler /package/eda/synopsys/leda-E-2010.12/amd64/bin/ve -M +no_lvs_env -c -z -p2 -i -k95e -log /home/ecegrid/a/mg56/ece337/project_new/leda-logs/compiler.log -full_log -snote +max_case+8 +max_casexz+8 -config_file /home/ecegrid/a/ece... | kuruoujou/ECE-337-USB-Data-Sniffer | leda.cmd | bat | gpl-3.0 | 2,403 |
vagrant up
@echo off
echo In Chrome, open http://localhost:3000
pause
| cgreenhalgh/musiccodes | bootstrap/musiccodes.bat | bat | agpl-3.0 | 71 |
mvn exec:java | KennethHuang/xScript | xScript.all/xScript_mvn.bat | bat | lgpl-3.0 | 13 |
avrdude -v -V -p m1284p -c stk500v2 -P COM3 -b 115200 -U flash:w:"..\Release\IronAHRS.hex"
pause
| j1elo/IronAHRS | etc/program avrdude release COM3.cmd | bat | apache-2.0 | 97 |
java -Djava.net.preferIPv4Stack=true -jar ../lib/hazelcast-client-${project.version}.jar | health-and-care-developer-network/health-and-care-developer-network | library/hazelcast/2.5/hazelcast-2.5-source/hazelcast-client/src/main/resources/client.bat | bat | apache-2.0 | 88 |
cmd_networking/dnsd.o := gcc -Wp,-MD,networking/.dnsd.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-prototyp... | rennman/copfvtci | build/busybox-1.25.1/networking/.dnsd.o.cmd | bat | apache-2.0 | 10,357 |
!vs-tools.exe !build * -release
pause | Lifemotion/Bwl.VsTools | !build.cmd | bat | apache-2.0 | 37 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\gulp-cli\bin\gulp.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\gulp-cli\bin\gulp.js" %*
) | chtoucas/narvalo.org | build/gulp.cmd | bat | bsd-2-clause | 202 |
@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... | Aplopio/elasticsearch_backup | docs/make.bat | bat | bsd-3-clause | 6,486 |
@echo off
(
if not exist Htpc.py (
for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
if defined FOUND (
DEL "%~f0"
git clone https://github.com/styxit/HTPC-Manager.git .
) else (
echo "Git not installed. Install from: http://msysgit.github.io/"
pause
exit
)
)
start ... | iAmMrinal0/HTPC-Manager | HTPC-Manager.bat | bat | mit | 348 |
@ECHO OFF
.\other\Prebuild\Prebuild.exe /target sharpdev2 /file prebuild.xml /pause
| mono/tao | sharpdev2.bat | bat | mit | 86 |
%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe %~dp0\build.proj /t:Deploy | jorbor/Kekiri | deploy.bat | bat | mit | 86 |
cmd_drivers/media/common/tuners/tda18271.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/common/tuners/tda18271.o drivers/media/common/tuners/tda18271-maps.o drivers/media/common/tuners/tda18271-common.o drivers/media/common/tuners/tda18271-fe.o
| friedrich420/Note-3-AEL-Kernel | drivers/media/common/tuners/.tda18271.o.cmd | bat | gpl-2.0 | 296 |
/*
* Copyright (c) 2015-2016, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* n... | jakapoor/AMRUPT | Software/Angle of Arrival/Transmitter Testing Protocol Code/rfCarrierWave_CC1310_LAUNCHXL_tirtos_ccs/CC1310_LAUNCHXL_TIRTOS.cmd | bat | gpl-3.0 | 3,671 |
@echo // Copyright (C) 1996-2004 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 16-bit
@echo // Microsoft Visual C/C++ (using QuickWin)
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=cl -nologo -AL -G2 -Mq
set CF=-O -Gf -Gs -Gy -W3 %CFI%
set LF=%BLIB% -Fm /link /seg:256
%CC% %CF%... | null--/graviton | code/external/ucl/B/win16/vc.bat | bat | gpl-3.0 | 653 |
@echo off
SETLOCAL EnableExtensions EnableDelayedExpansion
if [%1] EQU [MSIONLY] goto BUILD_MSI
del *.log
for %%x in (Win7, Win8, Win8.1, XP) do (
for %%y in (Debug, Release) do (
for %%z in (win32, x64) do (
call tools\vs_run.bat UsbDk.sln /Rebuild "%%x %%y|%%z" /Out build%%y_%%x_%%z.log
if !ERRO... | SPICE/win32-usbdk | buildAll.bat | bat | apache-2.0 | 545 |
@echo off
setlocal
rem Simple script to fetch source for external libraries
if not exist "%~dp0..\externals" mkdir "%~dp0..\externals"
pushd "%~dp0..\externals"
if "%SVNROOT%"=="" set SVNROOT=http://svn.python.org/projects/external/
if "%MSSVNROOT%"=="" set MSSVNROOT=https://github.com/Microsoft/openssl/branches/Open... | munyirik/python | cpython/PCbuild/get_externals.bat | bat | bsd-3-clause | 2,680 |
appcfg.py --insecure update ./ | catsky/rebang | 1/BBS/saespot-v0.2/saespot/update-in.bat | bat | mit | 30 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:RDPEGFX_SurfaceToSurface_Negative_InterSurfaceCopy_DestOutOfBoundary /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEGFX/RDPEGFX_SurfaceToSurface_Negative_InterSurfaceCopy_DestOutOfBoundary.cmd | bat | mit | 257 |
@echo off
set BALANA_CLASSPATH=.\conf
FOR %%C in ("\lib\*.jar") DO set BALANA_CLASSPATH=!BALANA_CLASSPATH!;".\lib\%%~nC%%~xC"
FOR %%D in ("\..\..\balana-core\target\*.jar") DO set BALANA_CLASSPATH=!BALANA_CLASSPATH!;".\..\..\balana-core\target\%%~nD%%~xD"
FOR %%E in ("\target\*.jar") DO set BALANA_CLASSPATH=!BALANA_CLA... | TU-Berlin-SNET/tresor-pdp-caching | modules/balana/modules/balana-samples/kmarket-trading-sample/run.bat | bat | apache-2.0 | 488 |
@echo off
REM #
REM # $RCSfile$
REM # $Revision: 1102 $
REM # $Date: 2005-03-07 22:36:48 -0300 (Mon, 07 Mar 2005) $
REM #
if "%JAVA_HOME%" == "" goto javaerror
if not exist "%JAVA_HOME%\bin\java.exe" goto javaerror
goto run
:javaerror
echo.
echo Error: JAVA_HOME environment variable not set, Openfire n... | DaraghOKeeffe/openfire | target/openfire/bin/openfire.bat | bat | gpl-2.0 | 662 |
@echo off
echo.
echo Automatic creation of the MSVC project files
echo.
if "%~1"=="/stable" goto stable
if "%~1"=="/STABLE" goto stable
if "%~1"=="/all" goto all
if "%~1"=="/ALL" goto all
if "%~1"=="/tools" goto tools
if "%~1"=="/TOOLS" goto tools
if "%~1"=="/tests" goto tests
if "%~1"=="/TESTS" goto tests
... | vanfanel/scummvm | dists/msvc/create_msvc.bat | bat | gpl-2.0 | 2,526 |
@echo off
rem start this file to install datasources with mysql provider
if "%STAFF_HOME%" == "" (
echo Error: STAFF_HOME is not set
goto errexit
)
set outdir=%STAFF_HOME%\components\staff.das\datasources\staff.das.samples\
if not exist %outdir% mkdir %outdir%
xcopy /Y /S datasources\*.* %outdir%
... | gale320/staff | das/samples/Users/datasources/sqlite/install.cmd | bat | apache-2.0 | 529 |
del *.txt
del *.m
del *.tex
del *.eps
del *.log | gholker/MastersThesis | ThesisResults/4.0.2_Retina/delete_results.bat | bat | apache-2.0 | 47 |
@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... | state-hiu/geonode | docs/make.bat | bat | gpl-3.0 | 4,513 |
::
:: 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 License, Version 2.0
:: (the "License"); you may ... | agoncharuk/ignite | modules/clients/src/test/bin/stop-nodes.cmd | bat | apache-2.0 | 1,245 |
python labeler.py < labeler_sample.in > labeler_out.out
python labeler_check.py labeler_sample.ans labeler_out.out | rahulsrma26/code-gems | ML/labeler.bat | bat | mit | 114 |
@echo off
set DB=ruian_test
set PATH=C:\Program Files (x86)\PostgreSQL\9.3\bin;%PATH%
IF "%1"=="ogr" (
set PGM=%1
set OPT=--format SQLite --dsn=%DB%.db
del "%DB%.db"
) ELSE (
set PGM=pg
set OPT=--dbname %DB% --user %USER%
set USER=postgres
set CONN=--username %USER%
psql -d %DB% -f cleandb.s... | ctu-osgeorel/gdal-vfr | test_suite/test-multi.bat | bat | mit | 871 |
NuOp o_200 s o_200 i
NuBasis o_200b
NuProj o_200b
NuOper o_200b s o_200 i
NuMatrix o_200b s
NuOrth o_200b s
NuOpm o_200b o_200b a+a- b
NuOpd o_200b o_200b o b o_200
NuBasis o_200a
NuProj o_200a
NuOper o_200a s o_200 i
NuMatrix o_200a s
NuOrth o_200a s
NuOpm o_200a o_200a a+a- a
NuOpd o_200a o_20... | kc9jud/ShellCorretta | NuShellX_exercises/O20/shellx1.bat | bat | mit | 852 |
:: http://blogs.visigo.com/chriscoulson/encode-h-264-and-webm-videos-for-mediaelement-js-using-ffmpeg/
REM mp4 (H.264 / ACC)
"c:\program files\ffmpeg\bin\ffmpeg.exe" -y -i %1 -vcodec libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -vprofile high -preset fast -b:v 200k -minrate 200k -maxrate 300k -bufsize 1000k... | logsdon/redlove | video/ffmpeg/create_thumbnails.bat | bat | mit | 1,807 |
cd /d %~dp0
ActiveReport.exe -d "true", -f "true" | crs2007/ActiveReport | ActiveReport/Run in debug mode.bat | bat | mit | 52 |
@echo off
SET ROOT=%~dp0..
SET CoreNugetSpecFile=%ROOT%\Build\PortableLog.Core.nuspec
SET NLogNugetSpecFile=%ROOT%\Build\PortableLog.NLog.nuspec
SET NuGetExe=%ROOT%\Tools\NuGet.exe
SET NuGetOutDir=%ROOT%\Artifacts\NuGet
mkdir "%NuGetOutDir%"
%NuGetExe% pack %CoreNugetSpecFile% -Verbosity detailed -OutputDirectory "%N... | anjdreas/PortableLog | Build/pack-nuget.bat | bat | mit | 477 |
@rem Copyright (C) 2013-2015 MetaMorph Software, Inc
@rem Permission is hereby granted, free of charge, to any person obtaining a
@rem copy of this data, including any software or models in source or binary
@rem form, as well as any drawings, specifications, and documentation
@rem (collectively "the Data"), to de... | pombredanne/metamorphosys-desktop | metamorphosys/META/src/Run_PRISMATIC_toolchain/run_prismatic.bat | bat | mit | 3,900 |
@ECHO OFF &SETLOCAL
SET BIN_DIR_PATH=%~dp0
%BIN_DIR_PATH%blurry.bat -r %*
pause | giusilvano/blurry | run-scripts/win/blurry-restore.bat | bat | mit | 81 |
echo off
cd source
..\build\Poc /B Buildfile
cd ..
echo on | congdm/AyaCompiler | selfbuild.bat | bat | cc0-1.0 | 62 |
@echo off
call c:\python27\markdown\md.py %1 -o %temp%\temp.html
start %temp%\temp.html
| gialloporpora/yellowpy | batch/mdv.bat | bat | gpl-2.0 | 95 |
@ECHO OFF
REM
:importCertRoot
verify >nul
certutil.exe -store authroot | findstr "040000000001154b5ac394"
IF '%ERRORLEVEL%'=='0' goto importCertRoot2
verify >nul
certutil -addstore -f "authroot" "C:\Temp\global.cer"
:importCertRoot2
verify >nul
certutil -store authroot | findstr "9b7e0649a33e62b9d5ee90487129ef5... | gouldcwilliam/HelpDeskTools | HelpDeskTools/Libraries/HDSharedServices/Resources/Batch/Certs.bat | bat | gpl-2.0 | 454 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.