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 |
|---|---|---|---|---|---|
setPreference -pref UserLevel:NOVICE
setPreference -pref MessageLevel:DETAILED
setPreference -pref ConcurrentMode:FALSE
setPreference -pref UseHighz:FALSE
setPreference -pref ConfigOnFailure:STOP
setPreference -pref StartupCLock:AUTO_CORRECTION
setPreference -pref AutoSignature:FALSE
setPreference -pref KeepSVF:FALSE
s... | elkhadiy/xph-leons | grlib-gpl-1.4.1-b4156/boards/digilent-xc3s1000/fpga.cmd | bat | gpl-2.0 | 855 |
@REM --------------------------------------------------------------------------
@REM This is for reindexing Tickets with Lucene.
@REM
@REM Since the Tickets feature is undergoing massive churn it may be necessary
@REM to reindex tickets due to model or index changes.
@REM
@REM usage:
@REM reindex-tickets <b... | firateren52/gitblit | src/main/distrib/win/reindex-tickets.cmd | bat | apache-2.0 | 666 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2dbun.cmd | bat | apache-2.0 | 1,041 |
jasmine-node specsNode | SebastianGlonner/CodeLab | tests/jasmine.bat | bat | mit | 22 |
@SET OUTPUT_FILE=maven-output.txt
@ECHO ON
CALL maven-single.bat drumbeat-common 1> %OUTPUT_FILE%
@ECHO ON
CALL maven-single.bat drumbeat-ifc.common 1>> %OUTPUT_FILE%
@ECHO ON
CALL maven-single.bat drumbeat-ifc.data 1>> %OUTPUT_FILE%
@ECHO ON
CALL maven-single.bat drumbeat-rdf 1>> %OUTPUT_FILE%
@ECHO ON
CALL maven... | Web-of-Building-Data/Ifc2Rdf | software/drumbeat-ifc2ld-1.0.0/maven.bat | bat | mit | 778 |
doxygen Python.DoxyFile | treehopper-electronics/treehopper-sdk | Documentation/generate-python.bat | bat | mit | 23 |
dotnet restore
dotnet pack -c Release System.Net.Http.HttpListener\project.json
pause | robertsundstrom/HttpListener | src/_build nuget.cmd | bat | mit | 85 |
@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... | RealTimeWeb/MagicTheGatheringService | python/make.bat | bat | mit | 6,495 |
@ECHO OFF
REM Command file for Sphinx documentation
pushd %~dp0
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%... | woutdenolf/spectrocrunch | doc/make.bat | bat | mit | 7,768 |
@echo off
echo [INFO] generate sdbx_aa.xsd mapping java class.
cd %~dp0
cd ../..
xjc -d src/main/java -p org.blue.sdbx.xsd.aa src/main/resources/xsd/sdbx_aa.xsd
cd bin/xsd_generate_java
pause | wangpuv/sDBx | bin/xsd_generate_java/aa.bat | bat | mit | 194 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\xss\bin\xss" %*
) ELSE (
node "%~dp0\..\xss\bin\xss" %*
) | paper/PHost | node_modules/.bin/xss.cmd | bat | mit | 119 |
@echo off
:: Set Visual Studio environment variables
set VSDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0
set VSVARS=%VSDIR%\Common7\Tools\vsvars32.bat
call "%VSVARS%"
pushd %~dp0
:: Create directory for build results
set BUILDDIR=Build\OculusTray %date% %time%
set BUILDDIR=%BUILDDIR::=-%
set BUILDDIR=%BUIL... | ndepoel/OculusTray | build.bat | bat | mit | 719 |
@echo off
adb push cgostudy /data/local/tmp/
adb shell chmod 755 /data/local/tmp/cgostudy
adb shell /data/local/tmp/cgostudy
adb pull /data/local/tmp/s.png
s.png
| codeskyblue/android-snapshot-with-golang | run.bat | bat | mit | 162 |
@echo off
setlocal
pushd %~dp0
set this=%~n0
if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build
if "%PYTHON%" EQU "" set PYTHON=py
if "%1" NEQ "htmlhelp" goto :skiphhcsearch
if exist "%HTMLHELP%" goto :skiphhcsearch
rem Search for HHC in likely places
set HTMLHELP=
where hhc /q && set HTMLHELP=h... | wanliming11/MurlocAlgorithms | Last/OpenSource/Python-3.6.1/Doc/make.bat | bat | mit | 4,205 |
cmd_sound/built-in.o := arm-none-linux-gnueabi-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 sound/usb/built-in.o sound... | srinugnt2000/linux-2.6.37 | sound/.built-in.o.cmd | bat | gpl-2.0 | 487 |
cmd_drivers/net/can/can-dev.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/net/can/can-dev.o drivers/net/can/dev.o
| heyoufei2/yocto3.14.38_kernel | drivers/net/can/.can-dev.o.cmd | bat | gpl-2.0 | 121 |
>>> help(days_difference)
Help on function days_difference in module __main__:
days_difference(day1, day2)
(int, int) -> int
Return the number of days between day1 and day2, which are both
in the range 1-365 (thus indicating the day of the year).
>>> days_difference(200, 224)
24
>>> d... | simontakite/sysadmin | pythonscripts/practicalprogramming/functions/help_days_difference.cmd | bat | gpl-2.0 | 389 |
@setlocal enabledelayedexpansion
set root=%1
echo image root path: "!root!"
::label id is sorted by class name
::check im2rec.py
:: dirs.sort()
:: files.sort()
python im2rec.py train !root!\train\ --recursive true --list true
python im2rec.py test !root!\test\ --recursive true --list tru... | z01nl1o02/tests | mxnet/cn/get_lst.bat | bat | gpl-2.0 | 446 |
cmd_drivers/firewire/built-in.o := rm -f drivers/firewire/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD drivers/firewire/built-in.o
| lindsaytheflint/stone | drivers/firewire/.built-in.o.cmd | bat | gpl-2.0 | 207 |
cmd_drivers/hid/hid.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/hid/hid.o drivers/hid/hid-debug.o drivers/hid/hid-core.o drivers/hid/hid-input.o
| domintech/PandaBoard-LinuxKernel | drivers/hid/.hid.o.cmd | bat | gpl-2.0 | 252 |
call clean
xelatex -no-pdf main.tex
bibtex main
xelatex -no-pdf main.tex
xelatex main.tex
call clean
main.pdf | qxx/AHU_Thesis | make.bat | bat | gpl-2.0 | 115 |
cmd_arch/x86/boot/printf.o := gcc -Wp,-MD,arch/x86/boot/.printf.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/inc... | Existed/kernel-2.6.35.14 | arch/x86/boot/.printf.o.cmd | bat | gpl-2.0 | 5,326 |
@echo off
set /a W=180, H=100
set /a F6W=W/2, F6H=H/2
cmdwiz setfont 6 & mode %F6W%,%F6H% & cls & title Object split
cmdwiz showcursor 0
if defined __ goto :START
set __=.
cmdgfx_input.exe m0nuW10xR | call %0 %* | cmdgfx_gdi "" Sf0:0,0,360,%H%,%W%,%H%N315Z500
set __=
set W=&set H=&set F6W=&set F6H=
cls
cmdwiz setfont 6... | misol1/cmdgfx | server-objsplit.bat | bat | gpl-2.0 | 3,217 |
cmd_arch/arm/kernel/process.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.process.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KE... | yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/kernel/.process.o.cmd | bat | gpl-2.0 | 22,625 |
@echo off
setlocal EnableDelayedExpansion
set VCVARSALL=%VS140COMNTOOLS%..\..\VC\vcvarsall.bat
set MAKENSIS=%PROGRAMFILES%\NSIS\MakeNSIS.exe
set GIT=%PROGRAMFILES%\Git\bin\git.exe
:: Set VERSION_REVISION to non-zero value to override
set VERSION_MAJOR=4
set VERSION_MINOR=0
set VERSION_SUBMINOR=0
set VERSIO... | dcgrace/rainmeter | Build/Build.bat | bat | gpl-2.0 | 7,114 |
cmd_net/packet/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
| Algesat/BladeApex2 | net/packet/.built-in.o.cmd | bat | gpl-2.0 | 132 |
cmd_networking/traceroute.o := gcc -Wp,-MD,networking/.traceroute.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 -Wshadow -Wwrite-strings -Wundef -Wstr... | valentinthirion/android-tracebox-busybox | networking/.traceroute.o.cmd | bat | gpl-2.0 | 10,666 |
call %FLEX_SDK_PATH%/bin/acompc -source-path as3_src -include-classes benkuper.nativeExtensions.VirtualMIDI -swf-version=14 -output VirtualMIDI.swc
unzip -o VirtualMIDI.swc -x catalog.xml
call %FLEX_SDK_PATH%/bin/adt -package -target ane VirtualMIDI.ane extension-descriptor.xml -swc VirtualMIDI.swc -platform Windows-... | benkuper/AIR-NativeExtensions | AIRVirtualMIDI/ane_src/swcCompiler.bat | bat | gpl-2.0 | 441 |
cmd_arch/arm/plat-nomadik/built-in.o := /home/me/ARM_codebench/bin/arm-none-linux-gnueabi-ld -EL -r -o arch/arm/plat-nomadik/built-in.o arch/arm/plat-nomadik/timer.o
| akkufix/sola_jb_kernel | arch/arm/plat-nomadik/.built-in.o.cmd | bat | gpl-2.0 | 171 |
be17p.py ever17.ff.scr -rtsu --lnk --cont --out e17_script.html D:\Games\Ever17\script.dat
pause | dsp2003/e17p | script_dump_1.cmd | bat | gpl-2.0 | 97 |
#!./bin/linux-x86/softIocPy
epicsEnvSet("ENGINEER","mdavidsaver")
epicsEnvSet("LOCATION","740")
# FPM waveform is 1M elements of type DBF_DOUBLE
epicsEnvSet("EPICS_CA_MAX_ARRAY_BYTES","9000000")
py "import logging"
py "logging.basicConfig(level=logging.DEBUG)"
#SR:C16-BI{FPM:1}BunchQ-Wf
dbLoadRecords("fpm.db","P=S... | mdavidsaver/pyDevSup | iocBoot/iocFPM/st.cmd | bat | gpl-2.0 | 1,219 |
python build.py %*
| overfl0/Bulletproof-Arma-Launcher | build.bat | bat | gpl-3.0 | 19 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=colourlab
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not f... | ifarup/colourlab | docs/make.bat | bat | gpl-3.0 | 807 |
@echo OFF
pushd %~dp0
explorer "%CD%\..\docs"
| younglim/hats-ci | virtualenv/shell/utils/docs.cmd | bat | gpl-3.0 | 53 |
@call "%~dp0set_path.bat"
:: Check Visual Studio 2005
:: ========================
@call "%~dp0..\_src\eidmw\SetPathVs2005.bat"
@if %ERRORLEVEL%==0 goto find_vs2005
@echo [TIP] Use set_path.bat script to define PTEID_DIR_VS_2005
@goto end
:find_vs2005
@echo [INFO] Using PTEID_DIR_VS_2005=%PTEID_DIR_VS_2005... | 12019/svn.gov.pt | windows/make_win.bat | bat | gpl-3.0 | 5,755 |
cd ..\bin
for %%a in (CasaSoft*.xml) do ..\tools\xml2rst %%a >..\doc_src\%%a.rst | strawberryfield/VirtualRailwaysTools | tools/makedoc.cmd | bat | gpl-3.0 | 80 |
tools\tundra2\bin\tundra2 release
| aliasIsolation/aliasIsolation | compile.cmd | bat | unlicense | 35 |
set SCRIPT_DIR=%~dp0
bash "%SCRIPT_DIR%/xsbt.sh" %* | atamborrino/zen-coding-game | xsbt.cmd | bat | apache-2.0 | 51 |
rem ..\..\..\..\main\bin\debug\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" -targetargs:"TargetTests.dll" -filter:"+[Target*]* -[TargetTests*]*" -output:opencovertests.xml -mergebyhash
..\..\..\..\... | secdec/codepulse | dotnet-tracer/fakes/TargetTests/vstest.opencover.cmd | bat | apache-2.0 | 1,010 |
cd %~dp0
set target=C:\Release\TraceHub\AuthDevCreatorCloudDev\
xcopy bin\Release\*.* %target% /Y /D
c:\green\XmlPreprocess\bin\XmlPreprocess.exe /i app.config /x C:\Release\TraceHub\settings.xml /o %target%AuthDbCreator.exe.config /e MySql /clean
pause | zijianhuang/TraceHub | AuthDbCreator/CopyForCloudDev.bat | bat | apache-2.0 | 257 |
@echo OFF
setLocal EnableDelayedExpansion
:CHKFORMAT
SET "AllowExt=tif ecw img jp2 sid"
SET "AllowExt= %AllowExt%"
SET "AllowExt=%AllowExt: = *.%"
SET /P Qual="Enter the JPEG Quality value: (1-100, 80 is recommended)"
for %%a in (%AllowExt%) do (
set xml_fn="%%~na_!Qual!.xml"
break> !xml_fn!
echo ^<?xml version="1... | GeoPDF/sdk_samples | Convert_Raster_to_GeoPDF/00_Convert_GeoTIFF_to_GeoPDF_RUN_ME.bat | bat | apache-2.0 | 1,336 |
@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... | thinkingpotato/django-permissionsx | docs/make.bat | bat | bsd-2-clause | 5,122 |
..\..\..\bin\protoc.exe --cxx_out=. XmlTest.proto
| chai2010/protorpc.cxx | tests/xmltest/xml.pb/update_pb.bat | bat | bsd-3-clause | 50 |
..\PSharp\Binaries\Debug\PSharpCompiler.exe /s:..\Migration.sln
| jerickmsft/MigratingTable | Migration/psharp-compile.bat | bat | mit | 64 |
cmd_fs/nfsd/nfs4idmap.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/nfsd/.nfs4idmap.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/nfsd/.nfs4idmap.o.cmd | bat | gpl-2.0 | 17,592 |
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; arm-linux-gnueabi-ar rcsD drivers/macintosh/built-in.o
| qubir/PhoenixA20_linux_sourcecode | drivers/macintosh/.built-in.o.cmd | bat | gpl-2.0 | 128 |
cmd_drivers/misc/carma/built-in.o := rm -f drivers/misc/carma/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/misc/carma/built-in.o
| friedrich420/Note-3-AEL-Kernel | drivers/misc/carma/.built-in.o.cmd | bat | gpl-2.0 | 175 |
set PATH=%PATH%;D:\Program Files\CMake 2.8\bin
set CMAKE_BUILDDIR=build\cmake\vc
set STARTDIR=%CD%
set WXDIR=%STARTDIR%\..\..\wxWidgets\2.9.5
@if NOT "%VS100COMNTOOLS%"=="" (call "%VS100COMNTOOLS%\vsvars32.bat" & goto VS_END)
@if NOT "%VS90COMNTOOLS%"=="" (call "%VS90COMNTOOLS%\vsvars32.bat" & goto VS_END)
... | petabi/regexbench | src/pcre_check/library/litesql-src-0.3.17/release_it.bat | bat | apache-2.0 | 1,207 |
@echo off
@if not "%ECHO%" == "" echo %ECHO%
@if "%OS%" == "Windows_NT" setlocal
set ENV_PATH=.\
if "%OS%" == "Windows_NT" set ENV_PATH=%~dp0%
set conf_dir=%ENV_PATH%\..\conf
set logback_configurationFile=%conf_dir%\logback.xml
set client_mode=Simple
if not "%1" == "" set client_mode=%1
set CLASSPATH=%... | alibaba/canal | example/src/main/bin/startup.bat | bat | apache-2.0 | 1,125 |
:: build-windows.bat
::
:: This source file is part of the Swift.org open source project
::
:: Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
:: Licensed under Apache License v2.0 with Runtime Library Exception
::
:: See https://swift.org/LICENSE.txt for license information
:: See https://sw... | karwa/swift | utils/build-windows.bat | bat | apache-2.0 | 13,048 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
deps_scripts/kconfig/zconf.tab.o := \
scripts/kconfig/zconf.tab.c \
/usr/include/ctype.h \
/usr/in... | valentinthirion/android-tracebox-busybox | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 3,574 |
@echo off
rem This constructs a subset of the GeoIP-to-ASN mapping database provided
rem by http://www.maxmind.com/app/asnum which is restricted to the specific
rem ISPs that we support filtering.
rem Since our query volume will be low, and the turnover of the netblocks
rem for these ISPs also low, the intent ... | Optimusprimeums/steam-limiter | updateapp/geofilter.bat | bat | bsd-2-clause | 2,291 |
@echo off
:: ----------------------
:: KUDU Deployment Script
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current ... | mtian/SiteExtensionGallery | build/DeployFrontend.cmd | bat | apache-2.0 | 2,724 |
executable = job_dagman_metrics-A-node.pl
arguments = "$(nodename)"
universe = scheduler
notification = NEVER
output = job_dagman_metrics-A-$(nodename).out
error = job_dagman_metrics-A-$(nodename).err
queue
| htcondor/htcondor | src/condor_tests/job_dagman_metrics-A-node.cmd | bat | apache-2.0 | 209 |
@echo off
echo === Compiling documentation ===
echo.
copy overview.txt ..\addons
copy CBA_logo_large.png ..\addons
perl "C:\Program Files (x86)\NaturalDocs-1.52\NaturalDocs" -r -i "..\addons" -o HTML "..\docs" -p "ndocs-project" -s Default cba
del /Q ..\addons\overview.txt
del /Q ..\addons\CBA_logo_large.png
echo.
ech... | MikeMatrix/CBA_A3 | tools/make_docs.bat | bat | gpl-2.0 | 459 |
@echo off
rem This script installs OpenSC
rem Parameters:
rem user - Install for this user only.
setlocal
set MODE=%1
set KEY=HKEY_LOCAL_MACHINE
if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER
cd %0\..\..
if not exist bin\opensc-tool.exe goto error
for /f %%f in (".") do set OPENSC_HOME=%%~f... | dirkx/OpenSC.tokend | win32/opensc-install.bat | bat | lgpl-2.1 | 1,038 |
del services.h
del services_lock.h
del ublue_setup.gen.out.txt
"%NRFGOSTUDIOPATH%\nrfgostudio.exe" -nrf8001 -g UART_over_BLE.xml -codeGenVersion 1 -o . | RedBearLab/ble-sdk-arduino | libraries/Nordic_nRF8001/examples/ble_uart_project_with_dfu_template/run_me_compile_xml_to_nRF8001_setup.bat | bat | mit | 152 |
@echo off
:: Mock windows assembler.
cl /MD /c %1 /Fo"%2"
| ibc/MediaSoup | worker/deps/gyp/test/assembly/src/as.bat | bat | isc | 59 |
C:\Ruby200\bin\ruby.exe e:\small_fish\lib\1_data_collection\daily_data\save_daily_data_into_one_text.rb | grasp/small_fish | lib/9_cron/get_daily_data.bat | bat | mit | 103 |
set DJANGO_SETTINGS_MODULE=censusreporter.config.dev.settings
python manage.py runserver
| johnlscott/cr | run-dev.cmd | bat | mit | 90 |
@echo off
if "%1" == "" goto error
CALL triangulate.bat 30 0.0005 "..\..\Data\Meshes\%1.poly"
goto end
:error
echo ERROR: An argument is required
:end
| BartSiwek/Neurotransmitter2D | MeshCreator/scripts/standardTriangulation.bat | bat | mit | 155 |
cd /d "%~dp0"
del /S/Q ..\output\*.pdb
del /S/Q ..\output\Galasoft.*
del /S/Q ..\output\Microsoft.Phone.*
del /S/Q ..\output\Microsoft.Practices.ServiceLocation.*
del /S/Q ..\output\Microsoft.Xaml.*
del /S/Q ..\output\System.Reactive.*
del /S/Q ..\output\Microsoft.Xaml.*
del /S/Q ..\output\System.Windows.Interactivity.... | LocalJoost/WpWinNl | tools/packagebuilder.cmd | bat | mit | 1,783 |
$@.
| dopefishh/mc1516pa | modelchecker/tests/2.bat | bat | mit | 4 |
dotnet build src/Ornament.Domain -c:Release -o:.\Bin\net461 --framework:net461
dotnet build src/Ornament -c:Release -o:.\Bin\net461 --framework:net461
dotnet build src/Uow/Ornament.Uow.DbConnection -c:Release -o:.\Bin\net461 --framework:net461
dotnet build src/Ornament.Uow.Web -c:Release -o:.\Bin\net461 --framework:net... | luqizheng/Ornament.Core | build.bat | bat | mit | 704 |
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents... | mauriciovancine/enm_r | data/temp/raster/maxent/2251572362/species_explain.bat | bat | mit | 644 |
rmdir /s /Q chrome_app
mkdir chrome_app
copy /y chrome\manifest.json chrome_app\manifest.json
xcopy /y /s images\*.png chrome_app\images\ | M1nified/Sierotki.pl | build_chrome_app.bat | bat | mit | 137 |
%~d0
cd %~p0
cmd /k java -classpath ".\lib\core\*;.\lib\aeromock-server\*;.\lib\aeromock-cli\*;.\lib\templates\aeromock-freemarker\*;lib\templates\aeromock-handlebars-java\*;lib\templates\aeromock-jade4j\*;lib\templates\aeromock-velocity\*;lib\templates\aeromock-groovy-template\*;lib\templates\aeromock-thymeleaf\*" ^
... | CyberAgent/aeromock-brew | resources/aeromock.bat | bat | mit | 430 |
..\cov-analysis\bin\cov-build.exe --dir cov-int "%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /t:Rebuild MimeKit.Net40.sln
| nachocove/MimeKit | cov-build.bat | bat | mit | 135 |
@echo off
SETLOCAL EnableDelayedExpansion
SETLOCAL EnableExtensions
Echo.--------------------------------------------------------------------------
Echo.This script shall run cpplint for all source code files in the project.
Set g_log=%CD%\cpplint.log
Set g_python_path=python.exe
Set g_cpplint_arg=%CD%\cpp... | dezGusty/serpents | tools/runcpplint.bat | bat | mit | 2,658 |
docker run -it --net=host --rm -e NETWORKID=9876 -v blockchain-volume-dev:/root/ kdwavestone/ethereum-node:v1 | descampsk/wavevote | WaveVote_Docker_Ethereum_Node/wavevote_start_docker_ethereum_node.bat | bat | mit | 109 |
cmd_arch/arm/boot/compressed/lib1funcs.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.lib1funcs.o.d -nostdinc -isystem /home/xdf-531/Desktop/rtLinux_V2/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/../lib/gcc/arm-bcm2708hardfp... | avareldalton85/rpi2-linux-rt | arch/arm/boot/compressed/.lib1funcs.o.cmd | bat | gpl-2.0 | 3,777 |
cmd_drivers/md/dm-mod.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/md/dm-mod.o drivers/md/dm.o drivers/md/dm-table.o drivers/md/dm-target.o drivers/md/dm-linear.o drivers/md/dm-stripe.o drivers/md/dm-ioctl.o drivers/md/dm-io.o drivers/md/dm-kcopyd.o drivers/md/dm-sysfs.o ... | sleshepic/epic_touch_kernel | drivers/md/.dm-mod.o.cmd | bat | gpl-2.0 | 321 |
C:\Python27\python.exe setup.py py2exe
move dist\main.exe "HIP.exe"
move dist\python27.dll ""
move dist\library.zip ""
RD /S /Q dist
RD /S /Q build
| zijistark/HIP-tools | installer/compile.bat | bat | gpl-2.0 | 148 |
extproc sh
#
#
_srcdir=`pwd`
CONFIG_SITE=${_srcdir}/os2/config.site
export CONFIG_SITE
#
#
# os2config version 1.5 by Jun SAWATAISHI <jsawa@attglobal.net>
#
# Purpose: Rewrite scripts (configure ...) and Makefile.in's
# to run configure and make WITHOUT AUTOCONF.
#
# @@@ Required Executables @@@
#
# ... | OS2World/APP-WORDPROC-GNU_texinfo | OS2tree/usr/src/redhat/SOURCES/OS2patch/os2config.cmd | bat | gpl-2.0 | 6,407 |
cmd_drivers/gpu/ion/built-in.o := rm -f drivers/gpu/ion/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/gpu/ion/built-in.o
| garwynn/D710SPR_GB27_Kernel | drivers/gpu/ion/.built-in.o.cmd | bat | gpl-2.0 | 163 |
cmd_drivers/media/video/samsung/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/video/samsung/built-in.o drivers/media/video/samsung/fimc/built-in.o drivers/media/video/samsung/mfc50/built-in.o drivers/media/video/samsung/jpeg_v2/built-in.o drivers/media/video/samsung/tv... | sktjdgns1189/android_kernel_iriver_MX100 | drivers/media/video/samsung/.built-in.o.cmd | bat | gpl-2.0 | 378 |
cmd_fs/devpts/devpts.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| Jewbie/Kernel-2.6.32 | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 168 |
cmd_drivers/scsi/sr_mod.o := ld -m elf_x86_64 -r -o drivers/scsi/sr_mod.o drivers/scsi/sr.o drivers/scsi/sr_ioctl.o drivers/scsi/sr_vendor.o
| Existed/kernel-2.6.35.14 | drivers/scsi/.sr_mod.o.cmd | bat | gpl-2.0 | 144 |
cmd_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/drivers/... | heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.cmd | bat | gpl-2.0 | 1,774 |
del /S /Q ..\lib\Grafica\DB
perl script\grafica_create.pl model DB DBIC::Schema Grafica::DB create=static dbi:Pg:dbname=grafica_demo postgres ""
| lcspereira/Grafica | script/recria_classes_db.bat | bat | gpl-2.0 | 146 |
resume export youarehired\index.html -t slick | ambitious-candidate/ambitious-candidate.github.io | export.bat | bat | gpl-3.0 | 45 |
rem Build a static version of Qt
rem ============================
rem
rem 1. Download the Qt library source code to C:\Qt\4.8.5
rem Source: http://qt-project.org/downloads#qt-lib
rem
rem 2. Download OpenSSL to C:\OpenSSL
rem Source: http://slproweb.com/products/Win32OpenSSL.html
rem
rem 3. Build in C:\Qt\4.8.5
re... | niklasf/android-barcode-scanner | client/fix-static-release-manifest.bat | bat | gpl-3.0 | 772 |
set ECDB_HOME="%1"
set CATALINA_OPTS="-Djava.awt.headless=true"
set CATALINA_BASE=%ECDB_HOME%
set CATALINA_HOME=%TOMCAT_DIR%
set CATALINA_PID=%CATALINA_BASE/logs/catalina.pid
set CATALINA_LOG=%CATALINA_BASE/logs/catalina.out
start %TOMCAT_DIR%\bin\catalina.bat %2 | glycoinfo/eurocarbdb | application/Eurocarbdb/bin/catalina.bat | bat | gpl-3.0 | 263 |
set PATH=C:\msys64\bin;%PATH%
set PATH=C:\msys64\usr\bin;%PATH%
set PATH=C:\msys64\mingw64\bin;%PATH%
set CC=gcc
REM echo useful info
bash --login -c "$CC -v"
REM appveyor msys configure workaround "exec 0</dev/null"
bash --login -c "cd `cygpath '%CD%'`; exec 0</dev/null; ./autoconf.sh"
bash --login -c "cd `cygpath ... | uxcn/yafd | .appveyor/build_script.bat | bat | gpl-3.0 | 335 |
F:\c++\projects\nndk\bin\pmis.exe F:\c++\projects\nndk\data\ar9.txt -k4 -b100
@set /p getch="Press any key to continue..."
| Re-bort/NNDK | examples/script/pmis.bat | bat | gpl-3.0 | 126 |
@echo off
wcc386 -3r pmwbind
IF ERRORLEVEL 1 goto quit
IF ERRORLEVEL 0 goto link
:link
wlink system dos4g op stub=..\pmodew.exe file pmwbind
:quit
| vii1/DIV | pmwlite/src/pmwbind/c.bat | bat | gpl-3.0 | 147 |
PirateDemo.exe -vrmode Oculus | vmohan7/NaviPirateDemo | Builds/OculusPirateDemo.bat | bat | gpl-3.0 | 29 |
@echo off
rem
rem
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
rem
rem Copyright 2008 Sun Microsystems, Inc. All rights reserved.
rem
rem The contents of this file are subject to the terms of either the GNU
rem General Public License Version 2 only ("GPL") or the Common Development
rem and Distribution ... | marcellodesales/svnedge-console | ext/windows/pkg-toolkit/pkg/bin/pkgrecv.bat | bat | agpl-3.0 | 2,290 |
tlink /v @flopresp >>oops
| dylancarlson/citplus | linkflop.bat | bat | unlicense | 27 |
@ECHO OFF
SET PHANTOMJS_BIN=%AppData%\npm\node_modules\phantomjs\lib\phantom\phantomjs.exe
REM SET CHROME_BIN=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
SET CHROME_BIN=%LOCALAPPDATA%\Google\Chrome\Application\chrome.exe
SET FIREFOX_BIN=C:\Program Files (x86)\Mozilla Firefox\firefox.exe
karma start --b... | HomeAgain/HomeAgainApi | karma.x64_ENV.bat | bat | apache-2.0 | 355 |
rdc c saucer.rdc image\saucer.til
rdc c beam.rdc image\beam.til
rdc c zorp.rdc image\zorp.til
rdc c bkg01_t.rdc image\bkg01.til
rdc c bkg01_m.rdc image\bkg01.map
rdc c mtrshp_t.rdc image\mtrship.til
rdc c mtrshp_m.rdc image\mtrship.map
| haroldo-ok/really-old-stuff | megadrive/c_ark/data/mkgraph.bat | bat | apache-2.0 | 236 |
call signtool.exe sign /t http://timestamp.verisign.com/scripts/timstamp.dll /a MyVocabulary-setup.exe | KamilSvoboda/MyVocabulary | nsis-install/sign.bat | bat | apache-2.0 | 102 |
@echo off
set fdir=%WINDIR%\Microsoft.NET\Framework64
if not exist %fdir% (
set fdir=%WINDIR%\Microsoft.NET\Framework
)
set msbuild=%fdir%\v4.0.30319\msbuild.exe
set outDir=bin\net40\Debug
%msbuild% WebSocket4Net\WebSocket4Net.csproj /p:Configuration=Debug;OutDir=..\%outDir% /t:Clean;Rebuild
FOR /F "tokens=*" %%G... | jmptrader/WebSocket4Net | Build.bat | bat | apache-2.0 | 4,051 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | MarcinMoskala/ActivityStarter | gradlew.bat | bat | apache-2.0 | 2,189 |
@echo off
setlocal
set CURRENT_DIR="%~dp0"
for %%i in (%0) do (
if not defined QUICKSTART_BIN_PATH (
set QUICKSTART_BIN_PATH=%%~dpi
)
)
if "%QUICKSTART_BIN_PATH:~-1%" == "\" (
set QUICKSTART_BIN_PATH=%QUICKSTART_BIN_PATH:~0,-1%
)
set QUICKSTART_BASE=%QUICKSTART_BIN_PATH%\..
set QUICKSTAR... | carpedm20/pinpoint | quickstart/bin/start-hbase.cmd | bat | apache-2.0 | 435 |
@ECHO off
IF NOT "x%1" == "x" GOTO :%1
:statsd
IF NOT EXIST lit.exe CALL make.bat lit
ECHO "Building statsd"
lit.exe make
GOTO :end
:lit
ECHO "Building lit"
PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/0.11.0/get-lit.ps... | virgo-agent-toolkit/luvit-statsd | make.bat | bat | apache-2.0 | 425 |
"c:\Program Files (x86)\WiX Toolset v3.10\bin\candle.exe" MyWixUI_InstallDir.wxs
"c:\Program Files (x86)\WiX Toolset v3.10\bin\candle.exe" terrafirma.wxs
"c:\Program Files (x86)\WiX Toolset v3.10\bin\light.exe" -ext WixUIExtension -o terrafirma.msi terrafirma.wixobj MyWixUI_InstallDir.wixobj
@pause
| flying-sheep/TerraFirma | makeinstaller.bat | bat | bsd-2-clause | 300 |
@echo off
java -cp ".\;%P2PMPI_HOME%\p2pmpi.jar;%P2PMPI_HOME%\log4j.jar;%CLASSPATH%" -DP2PMPI_HOME="%P2PMPI_HOME%" -DHOSTNAME=%COMPUTERNAME% -Dlog4j.configuration="file:%P2PMPI_HOME%/log4j.properties" p2pmpi.fd.GossipDetectorServer
EXIT
| schtibe/airport | airport/lib/p2pmpi/bin/runFD.bat | bat | bsd-3-clause | 237 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S07_RopRecipient.MSOXCMSG_S07_TC02_RecipientRowSize /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S07_TC02_RecipientRowSize.cmd | bat | mit | 291 |
cd "%1"
compass compile "%2" --force | booyuan/Waguu | Waguu/packages/Ruby.Compass.0.12.2.2/compile.bat | bat | mit | 36 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.