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 |
|---|---|---|---|---|---|
if (cmd.split(" ")[0] == 'pause') {
pauseTrack(term);
} | mridlen/encoderlogic | modules/oldcommands/pause.cmd | bat | gpl-3.0 | 58 |
REM ============================================VECVR
REM =============================
set QT_WIN64=C:\Qt\Qt5.7.0-x64\5.7\msvc2013_64\
REM x64 Debug
xcopy /y /e 3rdparty\ffmpeg-win\ffmpeg-x64\bin vecvr\prj_win32\x64\Debug
xcopy /y /e 3rdparty\poco\bin64\PocoData64d.dll vecvr\prj_win32\x64\Debug
xcopy /y /e 3... | veyesys/opencvr | scripts/dllprepare-vecvr-x64.bat | bat | mit | 3,790 |
@echo off
set GO_HOME=%SOFTWARE_DIR%\go-1.4.2
set PATH=%GO_HOME%\bin;%PATH% | sjahreis/seu-as-code.packages | org.golang/go/1.4.2/files/set-env-go.cmd | bat | apache-2.0 | 76 |
node app.js
Pause | AtecStudios/SpaceRemover | SpaceRemoveApp/Run.bat | bat | apache-2.0 | 17 |
@echo off
set rt=
set rtver=
set osver=
for /f "usebackq" %%I in (`dumpbin -dependents %1 ^| findstr -r -i "\<msvcr.*\.dll$"`) do set rt=%%~nI
if "%rt%" == "" (
(echo %0: %1 is not linked to msvcrt) 1>&2
exit 1
)
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do @call set rt=%%rt:%%i=%%i%%
if ... | atmark-techno/atmark-dist | user/ruby/ruby-2.1.2/win32/rtname.cmd | bat | gpl-2.0 | 559 |
::
:: This file is part of Apparat.
::
:: Apparat is free software: you can redistribute it and/or modify
:: it under the terms of the GNU Lesser General Public License as published by
:: the Free Software Foundation, either version 3 of the License, or
:: (at your option) any later version.
::
:: Apparat is distribute... | joa/apparat | apparat-assembly/src/main/resources/asmifier.bat | bat | lgpl-2.1 | 825 |
cmd_net/sunrpc/sunrpc.o := arm-eabi-ld -EL -r -o net/sunrpc/sunrpc.o net/sunrpc/clnt.o net/sunrpc/xprt.o net/sunrpc/socklib.o net/sunrpc/xprtsock.o net/sunrpc/sched.o net/sunrpc/auth.o net/sunrpc/auth_null.o net/sunrpc/auth_unix.o net/sunrpc/auth_generic.o net/sunrpc/svc.o net/sunrpc/svcsock.o net/sunrpc/svcauth.o n... | MrHyde03/android_kernel_samsung_espressovzw | net/sunrpc/.sunrpc.o.cmd | bat | gpl-2.0 | 550 |
copy "C:\fyiReporting\RDL Project 4\src\RdlAsp\bin\Debug\*.*" "C:\fyiReporting\RDL Project 4\src\ReportServer\bin\*.*"
copy "C:\fyiReporting\RDL Project 4\src\RdlEngine\bin\Debug\*.*" "C:\fyiReporting\RDL Project 4\src\ReportServer\bin\*.*"
copy "C:\fyiReporting\RDL Project 4\src\RdlEngine\RdlEngineConfig.xml" "C:\fy... | gregberns/ZipRdlProjectDev410 | src/ReportServer/CopyReportServer.bat | bat | apache-2.0 | 373 |
path=%path%;C:\Dev-Cpp\bin
make
pause
| spacemanspiff/Hermes--cIOS | stripios/MakeIt.bat | bat | gpl-2.0 | 43 |
@echo "start test server ..."
asio_echo_serv.exe --host=127.0.0.1 --port=8090 --mode=http --test=qps --packet-size=512 --thread-num=0
pause
| shines77/netlib_test | bin/vc2015/x64-Release/start_local_http_server.bat | bat | mit | 140 |
echo "Windows Kiosk Web Refresher requires Windows 7 or later with Chrome web browser pre-installed"
rem install python
set pyver=3.3.4
set pydir=%cd%\python3
set msi=python-%pyver%
rem replace these hash values if you use a different version!!!
if defined ProgramFiles(x86) (
set msi=%msi%.amd64
)
set msi=%msi%.... | bigjonroberts/webkiosk | install.bat | bat | mit | 1,488 |
@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%
... | nitehawck/dem | docs/make.bat | bat | mit | 7,454 |
@echo off
plink sshd@<inser ip here> -pw <insert password here> halt
echo The server will shutdown in 60 seconds
echo.
PAUSE | SimoDax/simodax.github.io | assets/turn off.bat | bat | mit | 128 |
mkdir build
cd build
cmake ../ -G "Visual Studio 12 2013"
cmake --build .
ctest -VV
PAUSE | jdg534/gtestExperimental | MakeVS2013Env.bat | bat | mit | 91 |
@REM MIT License
@REM
@REM Copyright (c) 2017-2021 Cody Tilkins
@REM
@REM Permission is hereby granted, free of charge, to any person obtaining a copy
@REM of this software and associated documentation files (the "Software"), to deal
@REM in the Software without restriction, including without limitation the rig... | Hydroque/LuaConsole | build.mingw.bat | bat | mit | 9,852 |
cd ..
set GOPATH=%cd%
go install -gcflags "-N -l" -v svcmod/login
| davyxu/cellorigin | server/bat/InstallDebugAll.bat | bat | mit | 67 |
@echo off
title cardone-usercenter-provider
set myself=%~dp0
call java -Xms512m -Xmx1024m -Dfile.encoding=UTF-8 -cp %myself%\*;%myself%\target\* org.springframework.boot.loader.JarLauncher --app.root=file:/%myself%
call run.bat | yht-fand/cardone-platform-usercenter | provider/run.bat | bat | mit | 230 |
>>> radius = 5
>>> print("The diameter of the circle is", radius * 2, "cm.")
The diameter of the circle is 10 cm.
| simontakite/sysadmin | pythonscripts/practicalprogramming/strings/print_var.cmd | bat | gpl-2.0 | 114 |
cmd_net/netfilter/netfilter.o := ppc_4xx-ld -m elf32ppc -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
| mattkelly/linux-2.6-xlnx | net/netfilter/.netfilter.o.cmd | bat | gpl-2.0 | 188 |
@echo off
set RAPP=d:\tools\mikero\rapify -L
rem set VST=PMC_test_campaign\
rem check ALL description.ext files
for /f %%a IN ('dir /s /o /b PMC_test_campaign\*.ext') do (
%RAPP% %%a
)
rem check ALL mission.sqm files
for /f %%a IN ('dir /s /o /b PMC_test_campaign\*.sqm') do (
%RAPP% %%a
)
pause
| SnakeManPMC/arma-2-Campaigns_PMC | _run_rapify_PMC_Test_Campaign.bat | bat | gpl-2.0 | 312 |
cmd_lib/bitmap.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,lib/.bitmap.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/inclu... | mjmccall/Kernel | lib/.bitmap.o.cmd | bat | gpl-2.0 | 13,990 |
cmd_drivers/video/built-in.o := arm-linux-gnueabihf-ld -EL -r -o drivers/video/built-in.o drivers/video/fb_notify.o drivers/video/fb.o drivers/video/logo/built-in.o drivers/video/backlight/built-in.o drivers/video/display/built-in.o drivers/video/hdmi/built-in.o drivers/video/cfbfillrect.o drivers/video/cfbcopyarea... | Dee-UK/D33_KK_Kernel | drivers/video/.built-in.o.cmd | bat | gpl-2.0 | 415 |
cmd_sound/soc/msm/snd-soc-msmv2.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o sound/soc/msm/snd-soc-msmv2.o sound/soc/msm/msm7kv2-dsp.o sound/soc/msm/msm7kv2-pcm.o
| paxchristos/R800x-2.3.3-Kernel | sound/soc/msm/.snd-soc-msmv2.o.cmd | bat | gpl-2.0 | 236 |
cmd_fs/ext2/inode.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/ext2/.inode.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/pla... | jpsminix/minix5 | fs/ext2/.inode.o.cmd | bat | gpl-2.0 | 26,722 |
@Echo off
Echo %1 ÊÇÈí¼þ¸ùĿ¼
Echo %2 Êǹ¤³ÌÃû³Æ
set myDir=%1
set myDir=%myDir:"=%
set mypj=%2
set mypj=%mypj:"=%
set Path=%myDir%_APP\_cc65\bin
Echo Path=%Path%
REM goto start
echo ×¼±¸sinnes.lib
cd sinnes\lib\
del runtime\*.o
del sinnes\*.o
cd runtime
for %%f in (*.s) do ca65 -t nes %%f
cd ..
cd sinnes
for %%f i... | sintrb/cc65-nes-demo | FC-NES-Maker-Labs/SinNes/Build.cmd | bat | gpl-2.0 | 966 |
cmd_drivers/uio/uio_pdrv_genirq.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/uio/uio_pdrv_genirq.ko drivers/uio/uio_pdrv_genirq.o drivers/uio/uio_pdrv_genirq.mod.o
| avareldalton85/rpi2-linux-rt | drivers/uio/.uio_pdrv_genirq.ko.cmd | bat | gpl-2.0 | 279 |
cmd_crypto/algboss.o := arm-linux-gnueabi-gcc -Wp,-MD,crypto/.algboss.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Ws... | b8e5n/KTG-kernel_es209ra | crypto/.algboss.o.cmd | bat | gpl-2.0 | 27,277 |
cmd_arch/arm/kernel/vmlinux.lds := arm-linux-gnueabihf-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-e... | tyeo098/MK908-Kernel-NAND | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 4,353 |
cmd_net/llc/built-in.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o net/llc/built-in.o net/llc/llc.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | net/llc/.built-in.o.cmd | bat | gpl-2.0 | 127 |
cmd_net/phonet/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/phonet/built-in.o net/phonet/phonet.o net/phonet/pn_pep.o
| garwynn/D710SPR_GB27_Kernel | net/phonet/.built-in.o.cmd | bat | gpl-2.0 | 169 |
@SET CURPATH=%~dp0
@SET CSCPATH=%windir%\Microsoft.NET\Framework\v4.0.30319\
@SET SRVPATH=%CURPATH%Server\
@SET SCRPATH=%CURPATH%Scripts\
@TITLE: JustUO - http://www.PlayUO.org
::##########
@ECHO:
@ECHO: Ready to Compile JustUO (WIN)
@ECHO:
@DEL "%CURPATH%JustUO.exe"
@ECHO ON
%CSCPATH%csc.exe /win32icon:"%SRVP... | ironclad88/JustZH | Compile.WIN.bat | bat | gpl-3.0 | 981 |
@echo off
echo WARNING - use of this batch file is only recommended for advanced users.
echo It is used to automate the first step required in creating the
echo GPERF HASH files for resiprocate on windows. Once this step
echo has completed the generated files must be manually edit... | batmancn/MyLife | works/SipWrapper/sipstack/resiprocate-1.7/resip/stack/gperf_w32.bat | bat | gpl-3.0 | 954 |
HRBFQI archer.pwn archer_mesh.obj 0 0 2.83 35531.4 0.05 15 0 | GCVGroup/HRBFQI | Bin/Figure13.bat | bat | gpl-3.0 | 60 |
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSyncProviderNotifications" /t "REG_DWORD" /d "0" /f | CHEF-KOCH/regtweaks | OS independent/Batch/Disable Sync Provider Notifications.bat | bat | mpl-2.0 | 134 |
@ECHO OFF
IF NOT DEFINED PROJECT_BUILDDIR (
ECHO "PROJECT_BUILDDIR not defined, please setup your environment"
GOTO :eof
)
CD "%PROJECT_BUILDDIR%"
| Spidey01/envsetup | .cmd/broot.cmd | bat | unlicense | 151 |
@echo off
python autolite_test %1 %2 %3 %4 %5 %6 %7 %8 %9
| avitalyahel/autolite | autolite_test.cmd | bat | apache-2.0 | 58 |
@echo off
set MOD_NAME=TacExamples_KspFields
set DIR=%MOD_NAME%_%1
mkdir Release\%DIR%
xcopy /s /f /y GameData Release\%DIR%\GameData\
copy /y ..\LICENSE.txt Release\%DIR%\GameData\%MOD_NAME%\
copy /y ..\NOTICE.txt Release\%DIR%\GameData\%MOD_NAME%\
copy /y ..\Readme.txt Release\%DIR%\GameData\%MOD_NAME%\
cd Relea... | taraniselsu/TacExamples | 05-KspFields/package.bat | bat | apache-2.0 | 371 |
@ECHO OFF
REM Command file for Sphinx documentation
pushd %~dp0
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_elements.papersize=%PAPER% %... | aaleotti-unimore/ComicsScraper | doc/make.bat | bat | apache-2.0 | 7,320 |
set SRC=bin\Release
set TGT=dist\tmp
rmdir /s /q %TGT%
mkdir %TGT%
copy %SRC%\ManagedOpenSsl.dll %TGT%
copy %SRC%\ManagedOpenSsl.xml %TGT%
copy %SRC%\libeay32.dll %TGT%
copy %SRC%\ssleay32.dll %TGT%
copy "%SRC%\openssl+.exe" %TGT%
copy "COPYING" %TGT%
copy "README" %TGT%
copy "INSTALL" %TGT%
copy "LICENSE" %TGT%
copy... | grangeway/openssl-net | release.cmd | bat | bsd-3-clause | 337 |
@echo off
for /f "delims=" %%i in ("%~dp0..\envs") do (
set ANACONDA_ENVS=%%~fi
)
set CONDA_NEW_NAME=%~1
if "%~2" == "" goto skiptoomanyargs
echo ERROR: Too many arguments provided
goto usage
:skiptoomanyargs
if not "%CONDA_NEW_NAME%" == "" goto skipmissingarg
:usage
echo Usage: activate envname
... | nicoddemus/conda-env | bin/activate.bat | bat | bsd-3-clause | 2,250 |
:: © GorosVia 15.jun.15 - https://github.com/gorosvia/avrusb - GVEngine v3.3.0
:: Engine CMD params: %1 - filename in ""; %2 - mode; %3 - additional command in "";
@echo off
set cfgname="%~dp0GVengine.conf"
set prog="usbtiny"
set prognm=bin\avrdude_v6.1.exe
set tasmnm=bin\tavrasm_v1.22.exe
set avrasmnm=bin\avrasm_v2.1... | GorosVia/AvrUsb | AVRUSB/RJ_TextEd/AVRToolkit/GVEngine.cmd | bat | mit | 6,489 |
@echo off
set project_path=%1
set raw_path=%project_path%assets\textures\raw\
set out_path=%project_path%assets\textures\
set script_path=%project_path%assets\scripts\
shift
for /f %%f in ('dir /b %raw_path%') do (call :process_texture %%~nf)
goto :eof
:process_texture
if not exist %out_path%%1.dds (
%script_path... | radical-bumblebee/bumblebee-engine | Examples/GrandBlimpBastards/assets/scripts/texture_pipeline.bat | bat | mit | 563 |
del *.o
fasm asm_code.asm start.o
echo #define LANG_RUS 1 > lang.h
gcc -c z80/z80.c
gcc -c system/kolibri.c
gcc -c system/stdlib.c
gcc -c system/string.c
gcc -c e80.c
ld -nostdlib -T kolibri.ld -o e80.kex start.o kolibri.o stdlib.o string.o z80.o e80.o
objcopy e80.kex -O binary
kpack e80.kex
pause | devlato/kolibrios-llvm | programs/emulator/e80/trunk/compile_rus.bat | bat | mit | 299 |
cmd_mm/vmalloc.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,mm/.vmalloc.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 -Wstrict-prototypes ... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/mm/.vmalloc.o.cmd | bat | gpl-2.0 | 17,423 |
set batdir=%~dp0
cd %batdir%
call ..\..\utilities\findMatlab.bat
if %ismatlab%==1 (
start "Matlab" /b %matexe% -r "run ../utilities/initPaths.m;eegViewer();quit;" %matopts%
) else (
echo run ../utilities/initPaths.m;eegViewer;quit; | %matexe% %matopts%
)
| bopjesvla/BCI | matlab/utilities/startEegViewer.bat | bat | gpl-3.0 | 259 |
@REM
@REM
@REM Copyright (C) 2010 Razvan Popovici <rp@miravtech.com>
@REM Copyright (C) 2010 Luca Beltrame <luca.beltrame@unifi.it>
@REM Copyright (C) 2010 Enrica Calura <enrica.calura@gmail.com>
@REM
@REM This program is free software: you can redistribute it and/or modify
@REM it under the terms of the GNU Lesser Gen... | dc-atlas/bcml | bin/bcml_verify.cmd | bat | lgpl-2.1 | 986 |
haxelib run hx-gameplay process-build-files windows-x86
@ IF errorlevel 1 call :error "failed to process build files" & exit /B 1
cd platforms\.obj\windows-x86
@ IF errorlevel 1 call :error "failed to change current directory" & exit /B 1
del /q game*.exe
@ IF errorlevel 1 call :error-cd "failed to clean previous bui... | Amadren/hx-gameplay | haxelib/templates/platforms/windows-x86/build.bat | bat | mit | 725 |
/******************************************************************************
*
* aes_ccm_decrypt_ccs.cmd - CCS linker configuration file for aes_ccm_decrypt.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is sup... | cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c129x/aes_ccm_decrypt/aes_ccm_decrypt_ccs.cmd | bat | gpl-3.0 | 2,810 |
cmd_drivers/media/video/uvc/uvcvideo.o := arm-eabi-ld -EL -r -o drivers/media/video/uvc/uvcvideo.o drivers/media/video/uvc/uvc_driver.o drivers/media/video/uvc/uvc_queue.o drivers/media/video/uvc/uvc_v4l2.o drivers/media/video/uvc/uvc_video.o drivers/media/video/uvc/uvc_ctrl.o drivers/media/video/uvc/uvc_status.o dr... | MrHyde03/android_kernel_samsung_espressovzw | drivers/media/video/uvc/.uvcvideo.o.cmd | bat | gpl-2.0 | 356 |
@echo off
RMDIR ..\packages\ilmerge.2.13.0307 /s /q
RMDIR ..\packages\psake.4.3.2 /s /q
SET EnableNuGetPackageRestore=true
cd ..
.nuget\NuGet.exe install .nuget\packages.config -OutputDirectory packages
.nuget\NuGet.exe restore FileHelpers.sln
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-... | tablesmit/FileHelpers | Build/BuildPackage.bat | bat | mit | 499 |
executable = ./job_dagman_final-F-node.pl
output = job_dagman_final-F-nodeC.out
error = job_dagman_final-F-nodeC.err
arguments = "F_C 0 $(DAG_STATUS) $(FAILED_COUNT)"
universe = scheduler
notification = NEVER
queue
| htcondor/htcondor | src/condor_tests/job_dagman_final-F-nodeC.cmd | bat | apache-2.0 | 215 |
@echo off
:: sqlline.bat - Windows script to launch SQL shell
::
:: 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 unde... | glimpseio/incubator-calcite | sqlline.bat | bat | apache-2.0 | 1,459 |
@echo off
set PAUSE_ERRORS=1
call bat\SetupSDK.bat
call bat\SetupApplication.bat
:target
::goto desktop
goto android-debug
::goto android-test
set INTERPRETER=-interpreter
::goto ios-debug
::goto ios-test
:desktop
:: http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-6fa6d7e0128cca93d31-8000.html
set SCREEN_SI... | kpuchalski/Magic_launcher | Run.bat | bat | mit | 2,157 |
@echo off
rem Set configuration to debug, but allow the user to override it.
set _CONFIG_=/p:Configuration=Debug
if not [%1]==[] set _CONFIG_=/p:Configuration=%1
rem Set platform to the default one specified in the project.
set _PLATFORM_=
rem Use .NET Framework SDK 4.5 by default.
set TARGET_SDK=
rem But if there'... | cebence/echoer | build.bat | bat | mit | 551 |
cmd_/home/djp952/external-kernelheaders/linux-4.4.5//include/linux/netfilter_ipv6/.install := /bin/bash scripts/headers_install.sh /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/netfilter_ipv6 ./include/uapi/linux/netfilter_ipv6 ip6_tables.h ip6t_HL.h ip6t_LOG.h ip6t_NPT.h ip6t_REJECT.h ip6t_ah.h ip6t_f... | zukisoft/vm | build.uapi/kernel-headers/include/linux/netfilter_ipv6/..install.cmd | bat | mit | 931 |
:: Script to build all Zerobrane Chocolatey packages
cpack ./zerobrane-studio/zerobrane-studio.nuspec
cpack ./zerobrane-studio.portable/zerobrane-studio.portable.nuspec
cpack ./zerobrane-studio.install/zerobrane-studio.install.nuspec | beforan/zerobrane-studio-chocolatey | build.bat | bat | mit | 233 |
cd C:\pypy
start pypy.exe DFCL2-KeyFinder.py 0
start pypy.exe DFCL2-KeyFinder.py 1
start pypy.exe DFCL2-KeyFinder.py 2
start pypy.exe DFCL2-KeyFinder.py 3
| dochevviktor/coding_challenges | DFCL2-Pypy.Launcher.bat | bat | mit | 160 |
/******************************************************************************
*
* timers_ccs.cmd - CCS linker configuration file for timers.
*
* Copyright (c) 2012-2016 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for ... | robotics-at-maryland/qubo | embedded/src/ek-tm4c123gxl/timers/timers_ccs.cmd | bat | mit | 2,723 |
glslangvalidator -V base.vert -o base.vert.spv
glslangvalidator -V base.frag -o base.frag.spv
glslangvalidator -V color.frag -o color.frag.spv
glslangvalidator -V texture.frag -o texture.frag.spv
glslangvalidator -V wireframe.frag -o wireframe.frag.spv
| jaakkowork/Vulkan | data/shaders/pipelines/generate-spriv.bat | bat | mit | 254 |
g++ -Wall -c -I C:/boost_1_47_0_gcc -I D:/Python26/include bw.cpp
g++ -shared -o mfw.dll bw.o -Wl,--out-implib, -L C:/boost_1_47_0_gcc/stage/lib libboost_python-mgw45-mt-d-1_47.a
ls
rem gcc -shared -Wl,-soname, èì.so -o èì.so èô.cpp -I /usr/include/python2.5/ -lboost_python | zaqwes8811/micro-apps | buffer/scripts-emb-ext/projects/python_cc_ext/test-boost-linux/run.bat | bat | mit | 275 |
cmd_drivers/net/wireless/ath/ath6kl/built-in.o := rm -f drivers/net/wireless/ath/ath6kl/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/net/wireless/ath/ath6kl/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/net/wireless/ath/ath6kl/.built-in.o.cmd | bat | gpl-2.0 | 241 |
cmd_fs/nfs/pagelist.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/nfs/.pagelist.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__KERNEL__ -mlittle-... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/nfs/.pagelist.o.cmd | bat | gpl-2.0 | 23,365 |
@echo off
set ROOT=%~dp0
"%ROOT%/tools/jre/bin/java.exe" -Dfile.encoding=UTF8 -Xms50m -cp "%ROOT%/libs/*;" php.runtime.launcher.Launcher %*
| develnext/develnext | launcher/DevelNext.bat | bat | gpl-2.0 | 142 |
# DO NOT EDIT THIS FILE
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
setenv load_addr "0x34000000"
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv overlay_error "false"
# default values
setenv rootdev "/dev/mmcblk1p1"
setenv verbosity "1"
setenv console "both"
setenv rootfstype... | lipro-armbian/lib | config/bootscripts/boot-meson64.cmd | bat | gpl-2.0 | 2,984 |
cmd_drivers/video/tegra/host/gr3d/nvhost-gr3d.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/host/gr3d/nvhost-gr3d.o drivers/video/tegra/host/gr3d/gr3d.o drivers/video/tegra/host/gr3d/gr3d_t20.o drivers/video/tegra/host/gr3d/gr3d_t30.o drivers/video/te... | selva-simple/Galaxy-R-Kernel | drivers/video/tegra/host/gr3d/.nvhost-gr3d.o.cmd | bat | gpl-2.0 | 345 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/counter.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/counter.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/counter.o /home/yutingkao23/linuxcnc-add-hal-et... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.counter.ko.cmd | bat | gpl-2.0 | 345 |
cmd_sound/core/snd-pcm.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
| sleshepic/epic_touch_kernel | sound/core/.snd-pcm.o.cmd | bat | gpl-2.0 | 261 |
cmd_usr/built-in.o := /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o usr/built-in.o usr/initramfs_data.o
| kurainooni/rk30-kernel | usr/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_ipc/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o ipc/mqueue.o ipc/mq_sysctl.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | ipc/.built-in.o.cmd | bat | gpl-2.0 | 215 |
cmd_arch/arm/mach-msm/rpc_pmapp.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-msm/.rpc_pmapp.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm... | b8e5n/KTG-kernel_es209ra | arch/arm/mach-msm/.rpc_pmapp.o.cmd | bat | gpl-2.0 | 148,023 |
>>> nobles = ['helium', 'neon', 'argon', 'krypton', 'xenon', 'radon']
>>> gas = input('Enter a gas: ')
Enter a gas: argon
>>> if gas in nobles:
... print('{} is noble.'.format(gas))
...
argon is noble.
>>> gas = input('Enter a gas: ')
Enter a gas: nitrogen
>>> if gas in nobles:
... print('{} is noble.'.format(g... | simontakite/sysadmin | pythonscripts/practicalprogramming/lists/noble_in.cmd | bat | gpl-2.0 | 332 |
cmd_/home/rszuminski/Development/compat-wireless-2011-08-08/drivers/bluetooth/btsdio.ko := arm-eabi-ld -EL -r -T /home/rszuminski/Development/nitrogen_kernel/linux/scripts/module-common.lds --build-id -o /home/rszuminski/Development/compat-wireless-2011-08-08/drivers/bluetooth/btsdio.ko /home/rszuminski/Development/co... | cdmdata/compat-wireless-2011-08-08 | drivers/bluetooth/.btsdio.ko.cmd | bat | gpl-2.0 | 459 |
@echo off
pushd .
set help=
if "%1" == "-h" (set help=true)
if "%1" == "/h" (set help=true)
if "%1" == "--help" (set help=true)
if "%help%"=="true" (
echo The Columnstore Support Report creates a report that can be sent to Columnstore
echo for help with field support. There are no options to this command.
... | mariadb-corporation/mariadb-columnstore-engine | oamapps/columnstoreSupport/calpontSupport.bat | bat | gpl-2.0 | 6,902 |
rem This is nethist.bat file which calls nethist.exe with given input parameters
rem Built under Win32 and requires MATLAB Compiler Runtime (MCR) version 8.3 (R2014a)
rem Freely available from http://www.mathworks.com/products/compiler/mcr/
nethist32 polblogs.txt 72 polblogs_out.txt
@echo off
pause
| p-wolfe/network-histogram-code | nethist32.bat | bat | gpl-2.0 | 303 |
/*
* This file is maintained by a user: if you have any questions about it,
* please contact Mark Hale (mark.hale@physics.org).
*/
/* Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). */
/* The PDF compatibility level may change in the future: */
/* use ps2pdf12 or ps2pdf13 if you want a specific leve... | mfaber/quexf | software/gs/lib/ps2pdf.cmd | bat | gpl-2.0 | 909 |
cmd_drivers/scsi/scsi_sysctl.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/scsi/.scsi_sysctl.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu... | b8e5n/KTG-kernel_es209ra | drivers/scsi/.scsi_sysctl.o.cmd | bat | gpl-2.0 | 15,794 |
echo off
setlocal enabledelayedexpansion
echo.
echo IMPORTING refrain_staging.api_cons_status
FOR %%f IN ("*.csv") DO (
set old=%%~dpnxf
set new=!old:\=\\!
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "load data local infile '"!new!"' IGNORE into table refrain_staging.api_cons_status COLUMNS TERMINA... | reflaz/sql-scripts | refrain-tools/00-c-import/REFRAIN_TOOLS_STAGING/_MAPPING/API_CONS_STATUS/AA_API_CONS_STATUS.bat | bat | gpl-3.0 | 578 |
@echo off
rem Generated by ant, March 19 2016.
rem Note that a Java runtime should be on the path.
rem The current directory should be root of the ${zip.basename} install.
java -Xms128m -Xmx1024m -cp lib;lib/nxt.jar;lib/jdom.jar;lib/JMF/lib/jmf.jar;lib/pnuts.jar;lib/resolver.jar;lib/xalan.jar;lib/xercesImpl.jar;l... | boompieman/iim_project | nxt_1.4.4/search.bat | bat | gpl-3.0 | 597 |
echo off
echo you must start this script from the Visual Studio Command Line Window
echo find this under the start menu at:
echo All Programs / Microsoft Visual Studio 2012 / Visual Studio Tools / Developer Command Prompt
echo for the 64-bit build, use the 64-bit prompt:
echo All Programs / Microsoft Visual S... | sirdel/fritzing | tools/release_fritzing.bat | bat | gpl-3.0 | 5,733 |
@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... | Master0r0/Chatmod | gradlew.bat | bat | lgpl-2.1 | 2,333 |
vcpkg install libsodium:x64-windows
mkdir build-x64-windows
cd build-x64-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_GENERATOR_PLATFORM=x64
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/findsodium_test/build-x64-windows.bat | bat | lgpl-3.0 | 239 |
call git checkout cssbox-vendor
call git svn rebase
call git checkout jstyleparser-vendor
call git svn rebase
call git checkout swingbox-vendor
call git svn rebase
call git checkout master
call git merge --no-ff -Xsubtree=src/main/java cssbox-vendor
call git merge --no-ff -Xsubtree=src/main/java jstyleparser-vendor... | mantlik/swingbox-javahelp-viewer | update_vendor_helper.bat | bat | lgpl-3.0 | 391 |
cd C:\Users\corey.murphy\Documents\WebInq
copy *.csv mergedFromWebInq.csv
| coreymurphy/ExcelMerge | mergeExcel.bat | bat | unlicense | 75 |
@echo off
setlocal
set D=%~dp0
set PCBUILD=%D%..\..\PCBuild\
set BUILDX86=
set BUILDX64=
set REBUILD=
set OUTPUT=
set PACKAGES=
:CheckOpts
if "%~1" EQU "-h" goto Help
if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
if "%~1"... | batermj/algorithm-challenger | code-analysis/programming_anguage/python/source_codes/Python3.5.9/Python-3.5.9/Tools/nuget/build.bat | bat | apache-2.0 | 1,974 |
@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... | rtavenar/tslearn | tslearn/docs/make.bat | bat | bsd-2-clause | 6,703 |
set version=1.6.3
pushd Release
rem create archives
rem "c:\Program Files\7-Zip\7z" a -tzip -mx=9 DvrServerSetup-%version%.zip *
"c:\Program Files\7-Zip\7z" a -t7z -mx=9 Log2Console-%version%.7z *
copy /b /y "C:\Program Files\7-Zip\7zs.sfx" + ..\config.txt + Log2Console-%version%.7z Log2Console-%version%.exe
rem Mo... | DewJunkie/Log2Console | src/Log2ConsoleSetup/MakeRelease.cmd | bat | bsd-3-clause | 462 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC80_UpdateListItemsWithKnowledge_Methods /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
p... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC80_UpdateListItemsWithKnowledge_Methods.cmd | bat | mit | 324 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=IRCLogParser
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comm... | rohangoel96/IRCLogParser | docs/make.bat | bat | mit | 820 |
cmd_net/bridge/netfilter/ebt_log.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebt_log.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.... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebt_log.o.cmd | bat | gpl-2.0 | 20,622 |
inject.exe --run "E:\Games\Wolfenstein The New Order\WolfNewOrder_x64.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x64/wtno.bat | bat | mit | 148 |
@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
... | somaen/scummvm | dists/msvc/create_msvc.bat | bat | gpl-2.0 | 2,474 |
qmake -project "CONFIG += qtestlib"
qmake
make
| dNaga392/TestQt | QtGui/TestQPainter/fmake.bat | bat | mit | 47 |
@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... | bizo/aws-tools | ec2/ec2-api-tools-1.7.5.1/bin/ec2delpcx.cmd | bat | apache-2.0 | 1,048 |
@echo off
cls
"..\..\tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "..\..\tools" "-ExcludeVersion"
"..\..\tools\FAKE\tools\Fake.exe" build.fsx
pause | beeker/FAKE | Samples/RunSpecificTarget/BuildAndDeploy.bat | bat | apache-2.0 | 161 |
@echo off
chcp 1251
"%programfiles(x86)%\Common Files\NPO Computer Shared\IS-Builder\SAJobRunner.exe" -S=DIRECTUM -D=DIRECTUM -CT=Script -F=SendNoticesAboutMeetingAgent -R="DayCountList=5;3;1"
| ukoloff/directum | memo/tasks/meet-rem.bat | bat | isc | 193 |
cd\
cd d:\htc-prototype\wip\snupped-by-country
grunt prod | chester0516/htc-prototype-bak | wip/snupped-by-country/watch-prod.bat | bat | mit | 57 |
az ad sp create-for-rbac --skip-assignment
@REM Take note of the "appID" and the "password" from the command output.
@REM Continue with the instructions from setup-acs.sh or setup-aks.sh using the Azure CLI from CMD. | torosent/containers-k8s-workshop | Kubernetes/GettingStarted/obtainAzureSP.cmd | bat | mit | 217 |
@echo off
REM This builds all the libraries of the folder for 1 uname
call tecmake %1 "MF=im_zlib" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=im_process" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=im_process" "USE_OPENMP=Yes" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=im_jp2" %2 %3 %4 ... | kmx/mirror-im | src/make_uname.bat | bat | mit | 1,921 |
@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... | leafstorm/lexington | docs/make.bat | bat | mit | 5,102 |
echo off
:: Specify UTF-8 for character encoding
chcp 65001
:: Check that cmake is configured
where cmake.exe > nul 2>&1
if not %errorlevel% equ 0 (
echo ERROR: CMake was not found. Please install CMake or put cmake.exe in your PATH.
exit /b 1
)
set version_string=Visual Studio 15 2017
set START_DIR=%CD%
cd... | VLAM3D/pyvulkan | windows/vulkansdksamples/build_windows_samples.bat | bat | mit | 1,255 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.