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 |
|---|---|---|---|---|---|
cmd_arch/arm/lib/testchangebit.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testchangebit.o.d -nostdinc -isystem /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Ii... | paxchristos/R800x-2.3.3-Kernel | arch/arm/lib/.testchangebit.o.cmd | bat | gpl-2.0 | 1,931 |
:: --libs
:: --cflags
@if '%1'=='--libs' echo -l%2
@if '%1'=='--cflags' echo.
| dmkrepo/cmgen | ext/pkg-config.cmd | bat | gpl-2.0 | 79 |
cmd_arch/x86/lib/iomap_copy_64.o := gcc -Wp,-MD,arch/x86/lib/.iomap_copy_64.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__ -D__ASSEMBLY__ -m64 -DCONFIG_AS_CFI=1 -DCONFIG_... | Existed/kernel-2.6.35.14 | arch/x86/lib/.iomap_copy_64.o.cmd | bat | gpl-2.0 | 1,375 |
cmd_sound/soc/rk29/snd-soc-rockchip-spdif.o := arm-linux-gnueabi-ld -EL -r -o sound/soc/rk29/snd-soc-rockchip-spdif.o sound/soc/rk29/spdif.o
| jpsminix/minix5 | sound/soc/rk29/.snd-soc-rockchip-spdif.o.cmd | bat | gpl-2.0 | 145 |
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may wan... | IgorIvanGaudeda/MIYAGI | Code/Base/IAR/settings/ez430_chronos_access_point.868MHz - Unrestricted IAR Workbench (Europe).cspy.bat | bat | gpl-3.0 | 1,839 |
cd D:\sync.com\Sync\LYM-projects\ProjectsBefore18\MaisonSensible\maisSensPorphyrograph
if not exist pic mkdir pic
perl cmd\PG_confGenerator.prl configuration\LYM_maisSens-head-single.txt scenarios\LYM_maisSens-v11-LaReunion.txt configuration\LYM_maisSens.conf
D:\sync.com\Sync\LYM-projects\ProjectsBefore18\MaisonSensibl... | yukao/Porphyrograph | LYM-projects/ProjectsBefore18/MaisonSensible/maisSens_Lenovo.PG-single.bat | bat | gpl-3.0 | 394 |
pip install -r requirements.txt
copy settings\local.py.example settings\local.py
mkdir media
xcopy media.example media /s
copy db.sqlite3.example db.sqlite3
pause
| hirunatan/estelcon_web | install_windows.bat | bat | agpl-3.0 | 169 |
vcpkg remove xproperty:x86-windows xproperty:x64-windows xproperty:x86-windows-static xproperty:x64-windows-static xproperty:x86-uwp xproperty:x64-uwp
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/xproperty_example/uninstall-windows.bat | bat | lgpl-3.0 | 157 |
echo off
"C:\Program Files (x86)\Proxifier\Proxifier.exe"
cls | sansna/windows.bat | px.bat | bat | lgpl-3.0 | 61 |
dotnet msbuild default.proj /nologo /v:n /m:4 | darrenkopp/murmurhash-net | release.cmd | bat | apache-2.0 | 50 |
python reader\testStateProtoFileParser.py
pause | poobalan-arumugam/stateproto | src/extensions/lang/python/runTest.bat | bat | bsd-2-clause | 51 |
@rem ***************************************************
@rem *** Copyright (c) 2017, maxohm [ at ] gmail.com ***
@rem ***************************************************
@echo off
:stage0
set xTASK=%0
set xOBJSKIP=0
set xHEAD="regedit.exe"
for /f %%I in ("%xTASK%") do (
set xTSDISK=%%~dI
set xTSPATH=%%... | maxohm/aas | bin/purgereg.cmd | bat | bsd-3-clause | 1,375 |
@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... | zenweasel/pybuilder-djangoexample | docs/make.bat | bat | bsd-3-clause | 5,103 |
echo off
REM - batch file to build VS2010 project and zip the resulting binaries (or make installer)
REM - updating version numbers requires python and python path added to %PATH% env variable
REM - zipping requires 7zip in %ProgramFiles%\7-Zip\7z.exe
REM - building installer requires innotsetup in "%ProgramFiles(x86... | mbrucher/ATK-plugins | ATKJUCE/makedist-win.bat | bat | bsd-3-clause | 2,830 |
H2D; NullKernel; D2H; streamsync
| ROCm-Developer-Tools/HIP | samples/1_Utils/hipCommander/classic.cmd | bat | mit | 33 |
@ECHO OFF
setlocal
for %%P in (%PATHEXT%) do (
if exist "%%~$PATH:node.exe" (
start "server" %%~$PATH:node.exe ./browser/server.js --apikey %RPC_API_KEY% --serverport %SERVER_PORT% --daemon
GOTO next
)
)
)
:next
./bin/decentraland-node \
--fast \
--loglevel=info \
--port=2301 \
--httppo... | decentraland/decentraland-node | bin/start.bat | bat | mit | 445 |
@echo off
if "" == "%1" goto errorCreate
if "" == "%2" goto errorCreate
call ant -Dhook.name=%1 -Dhook.display.name=%2 create
rem call ant deploy
goto end
:errorCreate
echo.
echo Usage: create.bat hello-world "Hello World"
echo.
echo The first hello-world is your hook id. A new directory will ... | KNMI/VERCE | liferay-plugins-sdk-6.1.0/hooks/create.bat | bat | mit | 537 |
rmdir -rf bin
mkdir bin
"%JAVA_HOME%/bin/javac" -d bin -sourcepath src -cp libs/json-simple-1.1.1.jar src/by/bsu/up/chat/*.java | exadel-edu/lab-materials | BSU/famcs-up/Lab-7/compile-windows.cmd | bat | mit | 129 |
cmd_drivers/usb/net/rndis_host.mod.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/usb/net/.rndis_host.mod.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/autoc... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/usb/net/.rndis_host.mod.o.cmd | bat | gpl-2.0 | 12,034 |
@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... | JoshuaEnglish/brutus | docs/make.bat | bat | gpl-3.0 | 7,453 |
@ECHO OFF
call gettests.bat
call vcvarsall x86
cd ..
if not exist Makefile copy Makefile.vc Makefile
cd python
for %%v in ("Python26" "Python27") do (
for %%m in ("" "--with-machine=ppro" "--with-machine=ansi32" "--with-machine=ansi-legacy") do (
for %%a in ("" "--without-threads") do (
echo.
echo #... | valven/cdecimal | python/runall-x86.bat | bat | bsd-2-clause | 3,038 |
@echo off
if "%~3"=="" goto :Usage
set srcFile=%1%
set tgtStore=%2%
set certAlias=%3%
set action=%4%
rem Setup the Java Virtual Machine
if not "%JAVA%" == "" goto :Check_JAVA_END
if not "%JAVA_HOME%" == "" goto :TryJDKEnd
call :warn JAVA_HOME not set; results may vary
:TryWOWJRE
FOR /F ... | igwtech/OpenAs2App | Server/src/bin/import_public_cert.bat | bat | bsd-2-clause | 4,603 |
! $NetBSD: anyboo.cmd,v 1.3 1998/01/05 20:52:04 perry Exp $
!
! BOOTSTRAP ANY DEVICE TO A SINGLE USER SHELL
!
SET DEF HEX
SET DEF LONG
SET REL:0
HALT
UNJAM
INIT
LOAD BOOT
D R8 0 ! MEMORY NOT COUNTED
D R11 3 ! 3=RB_ASKNAME+RB_SINGLE
D R10 0 ! DEVICE CHOICE ISNT APPLICABLE
D AP FFFFFFFF ! WE ARE NOT NET... | MarginC/kame | netbsd/sys/arch/vax/floppy/anyboo.cmd | bat | bsd-3-clause | 338 |
@REM
@REM Copyright 2011-2013 eBusiness Information, Groupe Excilys (www.ebusinessinformation.fr)
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org... | huangbowen521/GatlingWorkShop | gatling-charts-highcharts-1.5.2/bin/recorder.bat | bat | mit | 3,075 |
propeller-elf-gcc -mlmm -o Synth.o -c Synth.cpp
propeller-elf-gcc -mlmm -o FrequencySynth.elf FrequencySynth.cpp Synth.o
propeller-load -r FrequencySynth.elf
| dbetz/propgcc-demos | forumists/Reinhard/SynthC++/mk.bat | bat | mit | 176 |
@echo off
FOR /F "tokens=*" %%G IN ('dir /b /s ..\src\*.o') DO del "%%G"
del resources.res
@echo on | Arkshine/NotepadPlusPlus-AM | PowerEditor/gcc/delete.bat | bat | gpl-2.0 | 99 |
@echo off
rem Batch file to start the import of a binary marc file for Solr indexing.
rem
rem VUFIND_HOME
rem Path to the vufind installation
rem SOLRMARC_HOME
rem Path to the solrmarc installation
rem JAVA_HOME
rem Path to the java
rem INDEX_OPTIONS
rem Options to pass to the JVM
rem Make sure that en... | swissbib/vufind | import-marc.bat | bat | gpl-2.0 | 4,749 |
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
ifeq ($(GOOS),windows)
TARG:=$(TARG).exe
endif
ifeq ($(TARGDIR),)
TARGDIR:=$(QUOTED_GOBIN)
endif
all: $(TARG)
include $(QUOTED_GOROOT)/src/Make.common
PREREQ+... | ssrl/go | src/Make.cmd | bat | bsd-3-clause | 964 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` whe... | chintak/scikit-image | doc/make.bat | bat | bsd-3-clause | 3,346 |
cmd_/home/fdkit/GPL-AirCam-v1.2/openwrt/build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-dev//include/video/.install := perl scripts/headers_install.pl /home/fdkit/GPL-AirCam-v1.2/openwrt/build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-2.6.28.fa2/include/video /home/fdkit/GPL-AirCam-v1.... | 119/aircam-openwrt | staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/include/video/..install.cmd | bat | gpl-2.0 | 863 |
java -jar "c:\Program Files\selenium-remote-control-1.0.3\selenium-server-1.0.3\selenium-server.jar" -htmlSuite *firefox http://localhost/app/ N:\Work\zurmoinc\zurmo\app\protected\tests\functional\TestSuite.html C:\Temp\TestResults.html
| jhuymaier/zurmo | app/protected/tests/functional/runsuite.bat | bat | agpl-3.0 | 238 |
@echo off
rem PlanAhead(TM)
rem launch.bat: a PlanAhead-generated ExploreAhead Script
rem Copyright 1986-1999, 2001-2013 Xilinx, Inc. All Rights Reserved.
setlocal
set HD_LDIR=%~dp0
rem *** Create Queue Clues
set HD_RUNDIR=%HD_LDIR%\../synth_1
if exist "%HD_RUNDIR%" echo. > "%HD_RUNDIR%/.XST.queue.rst"
rem **... | gralco/click-clock-board | mojo_io_shield/work/planAhead/Elevator/Elevator.runs/.jobs/job1.bat | bat | gpl-3.0 | 442 |
@echo off
REM Setup environment variables for Visual C++ 6.0 32 bit edition
SET MSDevDir=%VC6_MSDevDir%
SET MSVCDir=%VC6_MSVCDir%
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\VC6;%MSVCDir%\LIB;%TNT_PATH%\LIB;.
echo Release build enabled.
goto setvars
:checked_build
set LIB=%SCITECH_LI... | daydaygit/flrelse | uboot1.1.6/board/MAI/bios_emulator/scitech/bin/vc60-c32.bat | bat | gpl-3.0 | 1,048 |
del *.nupkg
nuget pack Canto34.csproj -Prop Configuration=Debug | stevecooperorg/canto34-cs | src/Canto34/Canto34/pack.bat | bat | mit | 63 |
@echo off
cd bin
python Comments.py
pause
| ustutz/HaxePython_tutorial | code/4_Comments/Run.bat | bat | mit | 42 |
TASKKILL /F /IM "Telkom Mobile.exe"
start "" NET START FiglutReModem
start "" "C:\Program Files (x86)\TeamViewer\Version7\TeamViewer.exe"
exit | PaulKolozsvari/Figlut-Suite | source/trunk/Windows/Figlut.ReModem/FiglutReModemStartup.bat | bat | mit | 142 |
@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... | TrentScholl/aquarium-wise-controller | docs/make.bat | bat | mit | 6,491 |
REM python generate_modules.py --dry-run ../../wsgidav --doc-header="WsgiDAV API" --dest-dir="api-doc"
PAUSE
sphinx-apidoc -H "WsgiDAV API" -V "1.1" -R "1.1" -A "Martin Wendt" -o api-doc ../../wsgidav ../../wsgidav/server/cherrypy
| StraNNiKK/wsgidav | doc/sphinx/make-api.bat | bat | mit | 233 |
SET OUTPUT=%~1
SET CONFIGURATION=%~2
SET PLATFORM=%~3
IF NOT "%PLATFORM%" == "x64" GOTO END
xcopy "%0\..\xinput1_3.dll" "%OUTPUT%" /i /d /y
:END
EXIT /B 0
| rexdex/recompiler | dev/external/xinput1_3/deploy.bat | bat | mit | 158 |
gcc -O3 -funroll-loops -s -static -c ../farsh.c -m32 -Wa,-adhlns=gcc-x86.lst
gcc -O3 -funroll-loops -s -static -c ../farsh.c -m32 -msse2 -DSSE2 -Wa,-adhlns=gcc-x86-sse2.lst
gcc -O3 -funroll-loops -s -static -c ../farsh.c -m32 -mavx2 -DAVX2 -Wa,-adhlns=gcc-x86-avx2.lst
gcc -O3 -funroll-loops -s -static ... | Bulat-Ziganshin/FARSH | asm-listings/make-listings.cmd | bat | mit | 574 |
@echo off
echo 1. Install CKFinderPlugin-FileEditor...
call mvn install:install-file -Dfile=CKFinderPlugin-FileEditor-2.6.2.1.jar -DgroupId=com.ckfinder -DartifactId=CKFinderPlugin-FileEditor -Dversion=2.6.2.1 -Dpackaging=jar
echo 2. Install CKFinderPlugin-ImageResize...
call mvn install:install-file -Dfile=CKFinderPl... | ushelp/EasyEE | Maven local artifact install/install.bat | bat | mit | 858 |
@ECHO off
SETLOCAL
REM This variable should not be defined after execution
SET FooBar=abc
REM This should produce an error
dir DirectoryThatHopefullyDoesNotExist
REM Skip to the end when the last command doesn't succeed
IF %ERRORLEVEL% NEQ 0 GOTO END
REM This command should never be executed
dir
:END
ENDLOCAL & EX... | smack0007/StupidBatchTricks | PreserveErrorLevel.bat | bat | mit | 338 |
cmd_drivers/lguest/built-in.o := rm -f drivers/lguest/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/lguest/built-in.o
| arshull/GalaTab3_Kernel | drivers/lguest/.built-in.o.cmd | bat | gpl-2.0 | 158 |
cmd_fs/ext3/built-in.o := /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/ext3/built-in.o fs/ext3/ext3.o
| SinxOner/android_kernel_lge_p710 | fs/ext3/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_build_x86_64_linux/xixfsevent/xixfs_event.o := gcc -Wp,-MD,build_x86_64_linux/xixfsevent/xixfs_event.o.d -D_X86_64 -fno-strict-aliasing -fno-common -ffreestanding -fomit-frame-pointer -march=k8 -mtune=nocona -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3d... | iocellnetworks/ndas4linux | 3.3.4/build_x86_64_linux/xixfsevent/xixfs_event.o.cmd | bat | gpl-2.0 | 2,397 |
cmd_drivers/media/rc/keymaps/rc-msi-digivox-iii.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/media/rc/keymaps/rc-msi-digivox-iii.ko drivers/media/rc/keymaps/rc-msi-digivox-iii.o drivers/media/rc/keymaps/rc... | avareldalton85/rpi2-linux-rt | drivers/media/rc/keymaps/.rc-msi-digivox-iii.ko.cmd | bat | gpl-2.0 | 343 |
cmd_drivers/media/common/tuners/mt2060.ko := arm-linux-gnueabihf-ld -EL -r -T /home/tyler/dev/rk3188/tylermk908/scripts/module-common.lds --build-id -o drivers/media/common/tuners/mt2060.ko drivers/media/common/tuners/mt2060.o drivers/media/common/tuners/mt2060.mod.o
| tyeo098/MK908-Kernel-NAND | drivers/media/common/tuners/.mt2060.ko.cmd | bat | gpl-2.0 | 270 |
cmd_arch/arm/mach-msm/dma_test.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o arch/arm/mach-msm/dma_test.ko arch/arm/mach-msm/dma_test.o arch/arm/mach-msm/dma_test.mod.o
| Envious-Data/shinano-sirius_msm8974abpro | arch/arm/mach-msm/.dma_test.ko.cmd | bat | gpl-2.0 | 302 |
cmd_fs/jffs2/wbuf.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/jffs2/.wbuf.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-endi... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/jffs2/.wbuf.o.cmd | bat | gpl-2.0 | 19,570 |
cmd_sound/soc/mxs/built-in.o := rm -f sound/soc/mxs/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/soc/mxs/built-in.o
| Algesat/BladeApex2 | sound/soc/mxs/.built-in.o.cmd | bat | gpl-2.0 | 138 |
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
deps_scripts/basic/fixdep := \
scripts/basic/fixdep.c \
$(wildcard include/config/his/driver.h) \
$(wildcard include/con... | kodos96/backport | scripts/basic/.fixdep.cmd | bat | gpl-2.0 | 2,771 |
cmd_net/ethernet/eth.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,net/ethernet/.eth.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include ... | doadin/samsung-kernel-msm7x30-Doadin | net/ethernet/.eth.o.cmd | bat | gpl-2.0 | 33,099 |
@echo off
pip install -r requirements.txt
echo.
echo Press any key to close...
pause > nul | zhanglintc/SetWallpaper | python_ver/SetEnv.cmd | bat | gpl-2.0 | 94 |
cmd_drivers/gpu/drm/panel/built-in.o := rm -f drivers/gpu/drm/panel/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD drivers/gpu/drm/panel/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/gpu/drm/panel/.built-in.o.cmd | bat | gpl-2.0 | 240 |
mpiexec -n 5 python ../calculator.py 3.coefficients 3.init 0.0001 3.out
pause | kirillmakhonin/ifmo-lab-multithreading-2016 | Lab2/datasets/3.bat | bat | gpl-3.0 | 77 |
cd C:\work\instrumentation
call mvn clean install package
cd C:\work\leapmotion
call mvn clean package -DskipTests=true
move leap\target\leap-0.0.1-SNAPSHOT.jar C:\Apps
cd C:\Apps
del nuimimic.jar
rename leap-0.0.1-SNAPSHOT.jar nuimimic.jar | thomasdeanwhite/NuiMimic | package.bat | bat | gpl-3.0 | 247 |
@echo ON
set version=%2
If "%1"=="install" call :Install
If "%1"=="unInstall" call :UnInstall
Set LiensBureau=NON
exit /b 0
:Install
7za -y x "%ZIPFILE%" -o"%systemdrive%\Program Files\"
if "%version%"=="64" (
call :Rename64
)
rem Installation des Icones de menu et sur le bureau
if "%LiensBu... | swirly/se3-wpkg-packages | Informatique/Atom/atomInstall.bat | bat | gpl-3.0 | 1,343 |
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:J:\sources\install.wim:1 /limitaccess
@pause | CHEF-KOCH/regtweaks | OS independent/DISM/Clean Up Image Restorehealth (use source files).cmd | bat | mpl-2.0 | 99 |
call mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file -Dfile=gui\ICOReader-1.04.jar -DgroupId=nl.ikarus.nxt.priv.imageio -DartifactId=icoreader -Dversion=1.0.4 -Dpackaging=jar
call mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file -Dfile=jic\java-icon.jar -DgroupId=com.ikayzo.swi... | francisjqr/s-match-utils | lib/install.cmd | bat | lgpl-2.1 | 1,698 |
@rem git gb git branch
@git branch %*
| kodybrown/dos | gb.bat | bat | unlicense | 43 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | ctherien/pysptools | pysptools/doc/make.bat | bat | apache-2.0 | 7,264 |
@echo off
rem When you are running FilterResults tool with JMeterPluginsCMD use the following parameters
rem --input-file <filenameIn> --output-file <filenameFilteredOut>
rem [
rem --success-filter <true/false> (true : Only success samplers, false : all results by default)
rem --include-labels <labels list>
rem --e... | mlopezfisi/Performance | bin/FilterResults.bat | bat | apache-2.0 | 1,077 |
c:
cd C:\www\ng-blog\server
cmd /k node app.js | oliverm2112/ng-blog | server/ng-blog.bat | bat | apache-2.0 | 46 |
@echo off
REM ############################################################################################################################
REM # (c) 2017 TIBCO Software Inc. All rights reserved.
REM #
REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0.
REM # T... | cisco/PDTool | AutomatedTestFramework/regression/bin/script_test_common.bat | bat | bsd-3-clause | 44,203 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCSTOR.S01_PrivateMailboxLogon.MSOXCSTOR_S01_TC08_TestRopPublicFolderIsGhosted /testcontainer:..\..\MS-OXCSTOR\TestSuite\bin\Debug\MS-OXCSTOR_TestSuite.dll /runconfig:..\..\MS-OXCSTOR\MS-OXCSTOR.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCSTOR/RunMSOXCSTOR_S01_TC08_TestRopPublicFolderIsGhosted.cmd | bat | mit | 316 |
#############################################
## Save and restore ##
#############################################
### save_restore setup
# status-PV prefix
save_restoreSet_status_prefix("$(AUTOSAVE_SYSM_PV_PREFIX)")
# Use status-PV
save_restoreSet_UseStatusPVs(1)
# Debug-output level
save_re... | ControlSystemStudio/org.csstudio.iter | products/org.csstudio.iter.css.product/demo/m-TEST-BOY/src/main/epics/iocBoot/iocTEST-BOY0-PSH0SYSM/iocTEST-BOY0-PSH0SYSM-preSaveRestore.cmd | bat | epl-1.0 | 1,383 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | gigglesninja/digital-system-design | uart/ipcore_dir/fifo_rx/implement/planAhead_ise.bat | bat | gpl-2.0 | 2,574 |
cmd_drivers/base/driver.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/base/.driver.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 -W... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/base/.driver.o.cmd | bat | gpl-2.0 | 12,221 |
cmd_drivers/i2c/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/i2c/built-in.o drivers/i2c/i2c-boardinfo.o drivers/i2c/i2c-core.o drivers/i2c/i2c-dev.o drivers/i2c/busses/built-in.o drivers/i2c/chips/built-in.o drivers/i2c/algos/built-in.o
| jdlfg/Mecha-kernel | drivers/i2c/.built-in.o.cmd | bat | gpl-2.0 | 309 |
curl -X POST -H "Content-Type:application/json" -d "{\"question\":\"Can I get a degree in HCA?\", \"client_id\":\"156008\", \"conversation_id\":\"164662\"}" "http://localhost:5000/service/" | cfsworkload/engagement-advisor | cURL-post-Service.cmd | bat | apache-2.0 | 189 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S10_FastPathOutput_PositiveTest_ColorPointer_InitPointer /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S10_FastPathOutput_PositiveTest_ColorPointer_InitPointer.cmd | bat | mit | 245 |
lib.exe /def:FastMM.def
| Kreegoth/Darkportalwow | dep/fastmm/lib/FastMM.bat | bat | gpl-2.0 | 24 |
setlocal
echo Setting JAVA_HOME to %JAVA6_HOME%.
set JAVA_HOME=%JAVA6_HOME%
echo Performing a clean build.
pause
call mvn clean install -DperformRelease
echo Clean build completed.
pause
echo Setting new version to %1.
pause
call mvn versions:set -DnewVersion=%1
echo Version was set to %1.
pause
call mvn versions:com... | juanrapoport/ogc-schemas | release.bat | bat | bsd-2-clause | 1,434 |
@echo off
rem Copyright (C) 1996-2013 Free Software Foundation, Inc.
rem This file is part of GNU Make.
rem
rem GNU Make is free software; you can redistribute it and/or modify it under
rem the terms of the GNU General Public License as published by the Free
rem Software Foundation; either version 3 of the Licens... | infoburp/make | build_w32.bat | bat | gpl-3.0 | 27,796 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
"%~dp0perl.exe" -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if err... | leighpauls/k2cro4 | third_party/perl/perl/bin/cpanp.bat | bat | bsd-3-clause | 3,849 |
TITLE PokemonGo-Bot Configurator
cls
@ECHO Off
:init
SETLOCAL DisableDelayedExpansion
path c:\Program Files\Git\cmd;%PATH%
path C:\Python27;%PATH%
path C:\Python27\Scripts;%PATH%
SET "batchPath=%~0"
FOR %%k in (%0) do SET batchName=%%~nk
SET "vbsGetPrivileges=%temp%\OEgetPriv_%batchName%.vbs"
SET BatPath=%~dp0
SET Bot... | DBa2016/PokemonGo-Bot | windows_bat/PokemonGo-Bot-Configurator.bat | bat | mit | 7,305 |
@echo off
rem CREATE DATABASE
SET USER=%1
SET PASSWORD=%2
SET DATABASE_NAME=%3
rem should be "on" or "bc" corresponding to the oscarinit_XX.sql XX qualifier
SET LOCATION=%4
rem should be "9" or "10" corresponding to the icdXX.sql qualifier
SET ICD=%5
mysqladmin -u%USER% -p%PASSWORD% create %DATABASE_NAME%
ech... | HDCbc/e2e_oscar | oscar_db/createdatabase_generic.bat | bat | gpl-3.0 | 1,730 |
@if "%ECHOON%"=="" @echo off
SETLOCAL
REM ******************************************************************
REM Usage:
REM winsymconv
REM ******************************************************************
REM ******************************************************************
REM Initialize
REM *****... | endlessm/chromium-browser | third_party/breakpad/breakpad/src/tools/windows/converter_exe/winsymconv.cmd | bat | bsd-3-clause | 3,307 |
SET RESOLUTION=720p
SET RESOLUTION_QUALITY=HQ
CALL "%~dp0.\handbrake.transcode-x264.cmd" %* | jakegough/AVScripts | handbrake/handbrake.transcode-x264-720p-HQ.cmd | bat | mit | 92 |
@echo off
title Admin
echo Starting...
set ASPNETCORE_ENVIRONMENT=Development
dotnet bin/Debug/netcoreapp2.2/QrF.Core.Admin.dll --console
| ren8179/QrF.Core | src/apis/QrF.Core.Admin/Run.cmd | bat | mit | 138 |
java -jar upsoft-email.jar | peachyy/s-email | upsoft-email-web/bin/start.bat | bat | mit | 27 |
;@echo off
;
;::Creates an .exe file that produces a pop-up with yes/no buttoms
;:: the execution halts the script execution (unlike msg.exe) and prints the result of the user action
;:: has no 'toxic' output.Works on every machine since WindowsXP
;:: (ab)uses iexpress command line options - check read.me file
;
;setlo... | venkateswaran-s/batch.scripts | hybrids/iexpress/iexpYNButton.bat | bat | mit | 2,094 |
@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... | Typecraft/typecraft_python | docs/make.bat | bat | mit | 6,473 |
@echo off
echo ------------------------------------
echo Building DecimalEx package...
echo ------------------------------------
if not exist "%~dp0nuget" md "%~dp0nuget"
dotnet pack "%~dp0..\DecimalEx\DecimalEx.csproj" --configuration Release -p:GenerateDocumentationFile=true --include-symbols -p:SymbolPackageFormat=s... | nathanpjones/DecimalMath | packaging/Build DecimalEx Package.bat | bat | mit | 359 |
"../nuget" restore SampleLibraryA.sln
msbuild SampleLibraryA.sln /p:Configuration=Release /t:rebuild
"../nuget" pack SampleLibraryA/SampleLibraryA.csproj -OutputDirectory "../Packages" -Prop Configuration=Release | rsuter/SampleProjectRepository | src/SampleLibraryA/Build.bat | bat | mit | 212 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\meanio\bin\mean-addKey" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\meanio\bin\mean-addKey" %*
) | 9Bdog2/Bachelor-Project | node_modules/.bin/mean-addKey.cmd | bat | mit | 192 |
@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... | roman-kutlak/nlglib | docs/make.bat | bat | mit | 7,480 |
#######################################################
# #
# Encounter Command Logging File #
# Created on Wed Sep 14 17:09:00 2016 #
# #
########################################... | sinkswim/DLX-Pro | physical_layout/physical_DLX/encounter.cmd | bat | mit | 5,589 |
@echo off
@echo Installing Windows Update
REM Delete registry keys storing Run dialog history
REG DELETE HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /f
REM Creates directory compromised of computer name, date and time
REM %~d0 = path to this batch file. %COMPUTERNAME%, %date% an... | tholum/PiBunny | system.d/library/usb_exfiltrator/e.cmd | bat | mit | 1,394 |
@ECHO OFF
REM ==================================================
REM List all transaction' entries.
REM The hook is called only when adding or updating the file
REM to validate its contents.
REM ==================================================
@SETLOCAL EnableExtensions EnableDelayedExpansion
SET SVNRepository=%1
S... | gabrielstelmach/itfromhell | jameshook/src/main/resources/script/BadLanguageHook.bat | bat | mit | 1,885 |
@echo off
rem
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2... | apsdr3/REUResearch | runtime/karaf/bin/setenv.bat | bat | epl-1.0 | 6,436 |
@echo off
echo --- qmake for tkeAbonent ---
cd tkeAbonent
qmake
cd tkeAbonentDemo
qmake
cd ../..
echo --- qmake for tkeOrganizacii ---
cd tkeOrganizacii
qmake
cd tkeOrganizaciiDemo
qmake
cd ../..
echo --- qmake for configure ---
cd install/configure
qmake
cd ../..
echo --- qmake for tkeQtSqlBrowser ---
cd tk... | utech/tke | configure.bat | bat | gpl-2.0 | 389 |
cmd_drivers/usb/misc/cypress_cy7c63.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/usb/misc/cypress_cy7c63.ko drivers/usb/misc/cypress_cy7c63.o drivers/usb/misc/cypress_cy7c63.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/misc/.cypress_cy7c63.ko.cmd | bat | gpl-2.0 | 295 |
cmd_arch/arm/lib/strncpy_from_user.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strncpy_from_user.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch... | kingklick/kk-evo-kernel | arch/arm/lib/.strncpy_from_user.o.cmd | bat | gpl-2.0 | 1,880 |
:XMLS
for /f "tokens=* delims= " %%a in ('dir /b/a-d-h/s "%HPN%\Databases\*.orig"') do SET HSXMLDIR=%%~a
if "%HSXMLDIR%" NEQ "" goto :xmlbak
:xmlorig
for /f "tokens=* delims= " %%a in ('dir /b/a-d-h/s "%HPN%\Databases\*.xml"') do copy /Y "%%~dpnxa" "%%~dpna.orig"
:xmlbak
for /f "tokens=* delims= " %%a in ('dir /b... | HoodlumDTX/rom-jacket | HSprep.bat | bat | gpl-2.0 | 1,026 |
cmd_fs/quota/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o fs/quota/built-in.o fs/quota/dquot.o fs/quota/quota_v2.o fs/quota/quota_tree.o fs/quota/quota.o
| emwno/android_kernel_U8500 | fs/quota/.built-in.o.cmd | bat | gpl-2.0 | 192 |
cmd_drivers/media/common/tuners/tuner-xc2028.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/common/tuners/tuner-xc2028.ko drivers/media/common/tuners/tuner-xc2028.o drivers/m... | Envious-Data/shinano-sirius_msm8974abpro | drivers/media/common/tuners/.tuner-xc2028.ko.cmd | bat | gpl-2.0 | 358 |
cmd_drivers/media/dvb/frontends/tda10086.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/dvb/frontends/tda10086.ko drivers/media/dvb/frontends/tda10086.o drivers/media/dvb/fro... | Envious-Data/shinano-sirius_msm8974abpro | drivers/media/dvb/frontends/.tda10086.ko.cmd | bat | gpl-2.0 | 342 |
cmd_drivers/i2c/algos/built-in.o := rm -f drivers/i2c/algos/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/i2c/algos/built-in.o
| Algesat/BladeApex2 | drivers/i2c/algos/.built-in.o.cmd | bat | gpl-2.0 | 150 |
cmd_scripts/ihex2fw := gcc -Wp,-MD,scripts/.ihex2fw.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/ihex2fw scripts/ihex2fw.c
deps_scripts/ihex2fw := \
scripts/ihex2fw.c \
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/stdint.h \
/usr/include/stdint.h \
/usr/include/features.h \
/usr/in... | MadRocker/experimental-2.6.29-MadRocker | scripts/.ihex2fw.cmd | bat | gpl-2.0 | 2,571 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.