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 |
|---|---|---|---|---|---|
@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... | thombashi/DateTimeRange | docs/make.bat | bat | mit | 7,000 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\.\node_modules\grunt-cli\bin\grunt" %*
) ELSE (
node "%~dp0\.\node_modules\grunt-cli\bin\grunt" %*
)
| birkestroem/NougatUI | tools/bin/grunt.cmd | bat | mit | 158 |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --pack-extension=%~dp0dist --pack-extension-key=%~dp0key.pem
if not exist "crx" mkdir crx
rem for /F "delims=" %%i in ('npm run -s get-version') do set version=%%i
move /y %~dp0dist.crx %~dp0crx/buccaneer.crx | whiskyjs/buccaneer | assemble.cmd | bat | mit | 273 |
@echo off
:: This script returns the arguments and exits with exit code 0
echo Arguments:
echo %*
exit 0 | BrainDoctor/clustercode | src/integration-test/resources/Echo Arguments.cmd | bat | mit | 105 |
cd ..
connector.bat kafka mongo
| DXBrazil/CosmosDb-ChangeFeed | test/kafka-mongo.bat | bat | mit | 32 |
@echo off
setlocal
title ImDisk Virtual Disk Driver Uninstall
echo ImDisk Virtual Disk Driver Uninstall
echo.
set IMDISK_TOTAL_DEVICES=0
set IMDISK_VALID_DEVICES=0
set IMDISK_PENDING_REMOVAL_DEVICES=0
if exist "%SystemRoot%\system32\imdisk.exe" (
for /f %%a in ('imdisk -l -n') do call :addline "%%a... | nnaabbcc/exercise | windows/tools/imdisk/uninstall_imdisk.cmd | bat | mit | 1,324 |
@echo off
rem add cygwin and some shortcuts
rem
rem for use from shorcut with a target of:
rem %windir%\system32\cmd.exe /k vw\cmd\cmdrc.bat
rem and a staring directory of %USERPROFILE% or other
rem directory containing the vw package
if ..==.%HOMEDRIVE%. (
SET HOMEDRIVE=%SystemDrive%
)
if ..==.%... | evanvliet/vw | cmd/cmdrc.bat | bat | mit | 1,845 |
:::: this file is to help move files into Achain/src corresponding directory
@echo please input the sourcecode solution directory
xcopy /y /f GenesisJson.cpp %1\Chain\libraries\blockchain\GenesisJson.cpp
xcopy /y /f GenesisJson_test.cpp %1\Chain\libraries\blockchain\GenesisJson_test.cpp
xcopy /y /f SeedNo... | Achain-Dev/Achain | deploy_tool/copyGenesisfiles.bat | bat | mit | 379 |
cmd_kernel/fork.o := arm-eabi-gcc -Wp,-MD,kernel/.fork.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-tri... | HCDRJacob/wildfire-kernel | kernel/.fork.o.cmd | bat | gpl-2.0 | 157,212 |
cmd_drivers/scsi/hosts.o := gcc -Wp,-MD,drivers/scsi/.hosts.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larg... | namgk/kernel-tut | drivers/scsi/.hosts.o.cmd | bat | gpl-2.0 | 21,872 |
cmd_net/core/dst.o := ppc_4xx-gcc -m32 -Wp,-MD,net/core/.dst.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-t... | mattkelly/linux-2.6-xlnx | net/core/.dst.o.cmd | bat | gpl-2.0 | 29,224 |
cmd_net/netlink/built-in.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
| damageless/linux-kernel-ican-tab | net/netlink/.built-in.o.cmd | bat | gpl-2.0 | 213 |
@echo off
call setenv.bat
if [%1]==[install] goto install
cd cwrapper
copy ..\SPconfig.def .
rem gencompile "zcc +zx -vn -make-lib -I.." sp_c.lst
gencompile "zcc +zx -vn -c -I.." sp_c.lst
del SPconfig.def
cd ..
rem z80asm -I. -d -ns -nm -Mo -DFORzx -xsplib2_mk2 @sp.lst
z80asm -I. -d -DFORzx -xsplib2_mk2 @sp.lst
:in... | mojontwins/churrera | lib/splib2/Makefile.bat | bat | gpl-2.0 | 440 |
cmd_drivers/mmc/card/mmc_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 drivers/mmc/card/mmc_test.ko drivers/mmc/card/mmc_test.o drivers/mmc/card/mmc_test.mod.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/mmc/card/.mmc_test.ko.cmd | bat | gpl-2.0 | 298 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/abs.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/abs.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/abs.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/a... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.abs.ko.cmd | bat | gpl-2.0 | 329 |
cmd_drivers/media/usb/gspca/gspca_main.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/media/usb/gspca/gspca_main.o drivers/media/usb/gspca/gspca.o drivers/media/usb/gspca/autogain_functions.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/gspca/.gspca_main.o.cmd | bat | gpl-2.0 | 264 |
cmd_arch/arm/lib/memzero.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.memzero.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/../lib/gcc/arm-fsl-... | FEDEVEL/tmp-imx6-tiny-rex-linux | arch/arm/lib/.memzero.o.cmd | bat | gpl-2.0 | 2,992 |
cmd_drivers/media/video/built-in.o := arm-eabi-ld -EL -r -o drivers/media/video/built-in.o drivers/media/video/videodev.o drivers/media/video/v4l2-int-device.o drivers/media/video/v4l2-common.o drivers/media/video/v4l1-compat.o drivers/media/video/uvc/built-in.o drivers/media/video/ir-kbd-i2c.o drivers/media/video/... | bigbiff/i717-GB-Kernel | drivers/media/video/.built-in.o.cmd | bat | gpl-2.0 | 336 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/bin/json_xs.bat | bat | gpl-2.0 | 7,827 |
cmd_arch/x86/net/built-in.o := ld -m elf_x86_64 -r -o arch/x86/net/built-in.o arch/x86/net/bpf_jit.o arch/x86/net/bpf_jit_comp.o
| acheron1502/android_kernel_BLU_BLU_PURE_XL | arch/x86/net/.built-in.o.cmd | bat | gpl-2.0 | 133 |
cmd_drivers/ptp/ptp.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/ptp/ptp.o drivers/ptp/ptp_clock.o drivers/ptp/ptp_chardev.o drivers/ptp/ptp_sysfs.o
| heyoufei2/yocto3.14.38_kernel | drivers/ptp/.ptp.o.cmd | bat | gpl-2.0 | 157 |
cmd_arch/arm/kernel/entry-common.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/root/kernel/express-hc-2.6.35-238a0bf/arch/arm/inclu... | yncconsulting/HTC_Express_Kernel | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 3,804 |
npm install delivery
| zlatnaspirala/visualjs | project/server_instance/install_delivery.bat | bat | gpl-3.0 | 21 |
@echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ Demo 1 unWrapper +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [demo1 : loaded]
pause>nul
)
::-----------------------------------------------------------------------------------
::Demo 1 Games DO NOT have Demo Windows and DO NOT have... | esc0rtd3w/realarcade-wrapper-killer | src/demo1.cmd | bat | gpl-3.0 | 5,268 |
cd "C:\Users\20801921\OneDrive - ChampionX"
robocopy . ./bkup /xd bkup /copy:DATSO /MT /e /zb /r:5 /log+:"c:\Users\20801921\robolog"
| mikersgit/nixScripts | bat/bkup.bat | bat | gpl-3.0 | 136 |
@REM The script use to add a path into system path
@REM user could running with a parameter
@echo off
if not "%path%" == "" @echo %path%>>%CD%/system_path_backup.txt
if not "%1" == "" goto setPath
goto end
:setPath
set path=%path%;%1
:end
| cwlseu/recipes | script/batProgram/system-setpath.cmd | bat | gpl-3.0 | 243 |
@ECHO OFF
for %%i in (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 if exist %%i:\sources\install.wim set CDROM=%%i:
if not defined CDROM goto :eof
echo Detected CDROM as drive %CDROM%
cd\
Title WINDOWS PUPPET SLAVE SETUP
Color F0
@echo ********** Welcome **********
IF EXIST "C:\Program Files\Puppet L... | suomisim/puppet | unattended/SetupCompleteStartUp.cmd | bat | gpl-3.0 | 618 |
echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
"C:\Program Files\Android\Android Studio\bin\studio64.exe"
cls | sansna/windows.bat | aide.bat | bat | lgpl-3.0 | 193 |
@echo off
cls
packages\FAKE\tools\FAKE.exe build.fsx GenerateDocs
| fsprojects/FSharp.CloudAgent | GenerateDocs.cmd | bat | unlicense | 67 |
@echo off
echo Generate APK
pause
cordova build --release android | AlbertSanIza/Space-Cardboard | 01 - Generate APK.bat | bat | apache-2.0 | 65 |
"../../bin/gen" -design eratosfen.cpp eratosfen.dsg.cpp
"../../bin/skel" -i eratosfen.cpp -s eratosfen.dsg.cpp | Templet-language/newtemplet | samples/eratosfen/eratosfen.dsg.bat | bat | apache-2.0 | 110 |
set VAGRANT_HOME=%GIT_REPO%\misc-examples\vagrant\
set VAGRANT_SCRIPTS=%VAGRANT_HOME%\script\cmd
set CNTLM_HOME=%VAGRANT_HOME%\cntlm
REM set CNTLM_HOME="C:\Program Files (x86)\Cntlm"
set PATH=%VAGRANT_HOME%\bin;%VAGRANT_SCRIPTS%;%CNTLM_HOME%;%PATH%
| csc19601128/misc-examples | vagrant/script/cmd/set-env.bat | bat | apache-2.0 | 250 |
rem toutes ces commandes marchent! le .def ne sert a rien
rem a mon avis ca pourrait servir uniqut si on voulait linker avec MSVC...
rem g++ count_strings.cpp -IC:\local\tbb43_20150424oss\include -LC:\local\tbb43_20150424oss\build\windows_ia32_gcc_mingw4.8.1_release -ltbb
g++ count_strings.cpp -IC:\local\tbb43_20150... | rboman/progs | skel/cmake/findTBB/compile.bat | bat | apache-2.0 | 561 |
java -jar .\build\libs\continuity.cli-0.1.jar | ContinuITy-Project/ContinuITy | continuity.cli/startCli.bat | bat | apache-2.0 | 45 |
REM modified version of brainman's batch file at https://groups.google.com/forum/#!topic/golang-nuts/QVPKm7pbhds
REM setting goroot to my go installation folder.
set GOROOT=C:\go
REM setting gopath to my go playground folder
set GOPATH=C:\Users\wkrause\Documents\gocode\
Set GOBIN=%GOPATH%\bin
set PATH=%PATH%;c:\go\... | wkrause13/BeegoTutorial | Part1/go.bat | bat | apache-2.0 | 492 |
python -c "import time; print time.ctime(), 'compile start'" >> compile.log
python translate.py --batch --stackless
python -c "import time; print time.ctime(), 'compile stop'" >> compile.log
| oblique-labs/pyVM | rpython/translator/goal/compile_stackless.bat | bat | mit | 191 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCAL.S01_CalendarElement.MSASCAL_S01_TC24_Status6WithDayOfMonth /testcontainer:..\..\MS-ASCAL\TestSuite\bin\Debug\MS-ASCAL_TestSuite.dll /runconfig:..\..\MS-ASCAL\MS-ASCAL.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCAL/RunMSASCAL_S01_TC24_Status6WithDayOfMonth.cmd | bat | mit | 293 |
cmd_drivers/scsi/sd_mod.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/scsi/sd_mod.o drivers/scsi/sd.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/drivers/scsi/.sd_mod.o.cmd | bat | gpl-2.0 | 109 |
copy program /B + resources /B otaload.v.comb /B
| tybor/MoSync | testPrograms/comb.bat | bat | gpl-2.0 | 49 |
java -server -Xmx256m -cp "ams.jar;lib/*" com.ams.server.Startup
| qinyong2000/annuus-media-server-lite | ams.bat | bat | gpl-3.0 | 65 |
@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... | mitchellrj/neo4j-rest-client | docs/make.bat | bat | gpl-3.0 | 5,118 |
@echo off
REM
REM Copyright 2002 Sun Microsystems, Inc. All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions
REM are met:
REM
REM - Redistributions of source code must retain the above copyright
REM no... | pitpitman/GraduateWork | petstore1.3_01/src/components/supplierpo/src/build.bat | bat | mit | 2,133 |
del *.sdf
del *.suo /A
del *.ncb /A
del release\*.pdb
del release\*.ilk
del release\*.lib
del release\*.exp
rmdir ipch /S /Q
rmdir Viewer\Debug /S /Q
rmdir Viewer\Release /S /Q
rmdir Viewer\Debug_DLL /S /Q
rmdir Viewer\Release_DLL /S /Q
pause | yossyh2/Effekseer | Dev/Cpp/clean.bat | bat | mit | 246 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\LiveScript\bin\slake" %*
) ELSE (
node "%~dp0\..\LiveScript\bin\slake" %*
) | crisdb/angBoot | node_modules/angular-ui-bootstrap/node_modules/grunt-karma/node_modules/karma/node_modules/.bin/slake.cmd | bat | mit | 137 |
@REM this builds the Swiff Uploader SWF from source
@REM using mxmlc from the Adobe Flex SDK
bin\mxmlc -static-link-runtime-shared-libraries=true -use-network=true -o ../elements/upload/Swiff.Uploader.swf -file-specs ../elements/upload/resources/Main.as
| exsilium/cloud9 | ppc/platform/build/make-uploader.bat | bat | gpl-3.0 | 255 |
@for %%f in (..\artifacts\*.nupkg) do @C:\tools\nuget\NuGet.exe push %%f
pause | Spreads/Spreads.IPC | nuget/publish.cmd | bat | mpl-2.0 | 78 |
REM check JAVA_HOME & java
set "JAVA_CMD=%JAVA_HOME%/bin/java"
if "%JAVA_HOME%" == "" goto noJavaHome
if exist "%JAVA_HOME%\bin\java.exe" goto mainEntry
:noJavaHome
echo ---------------------------------------------------
echo WARN: JAVA_HOME environment variable is not set.
echo -------------------------------------... | wangjild/Mycat-Server | src/main/assembly/testtool/test_stand_select_perf.bat | bat | apache-2.0 | 613 |
%echo off
for /f %%f in ('dir /s /b *.cpp') do clang --analyze -x c++ -I "dependencies64/asmlib/" -I "dependencies64/bluefish/include" -I "dependencies64/boost/" -I "dependencies64/ffmpeg/include/" -I "dependencies64/freeimage/include/" -I "dependencies64/freetype/include/" -I "dependencies64/openal/include/" -I "de... | mimiyang/Server | clang-analyze.bat | bat | gpl-3.0 | 945 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | qmssof/sunburnt | docs/make.bat | bat | mit | 4,515 |
@echo off
rem $Id$
rem rem @file
rem Windows NT batch script for launching gen-slickedit-workspace.sh
rem
rem
rem Copyright (C) 2009-2011 Oracle Corporation
rem
rem This file is part of VirtualBox Open Source Edition (OSE), as
rem available from http://www.virtualbox.org. This file is free software;
rem you can redist... | dezelin/vbox-haiku | tools/bin/gen-slickedit-workspace.cmd | bat | gpl-2.0 | 1,205 |
@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%"=... | ashraf-revo/gorm-standalone-example | gradlew.bat | bat | apache-2.0 | 2,390 |
@echo off
cmake -G "Visual Studio 11 2012 Win64" ^
-DBUILD_PLUGIN_ATTRIBUTE=%PDAL_OPTIONAL_COMPONENTS% ^
-DBUILD_PLUGIN_CPD=OFF ^
-DBUILD_PLUGIN_GREYHOUND=OFF ^
-DBUILD_PLUGIN_HEXBIN=OFF ^
-DBUILD_PLUGIN_ICEBRIDGE=OFF ^
-DBUILD_PLUGIN_MRSID=OFF ^
-DBUILD_PLUGIN_NITF=OFF ^
-DBUILD_PLUGIN... | boundlessgeo/PDAL | scripts/appveyor/install.cmd | bat | bsd-3-clause | 981 |
@echo off
rem Hack to run install-info with multiple info files on the command
rem line on the Windows platform.
rem Copyright (C) 2003-2015 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
rem GNU Emacs is free software: you can redistribute it and/or modify
rem it under the term... | gwydirsam/emacs-mac-borderless | nt/multi-install-info.bat | bat | gpl-3.0 | 1,242 |
@setlocal
@ECHO off
SET CMDHOME=%~dp0
@REM Remove trailing backslash \
set CMDHOME=%CMDHOME:~0,-1%
@REM Due to more of Windows .cmd script parameter passing quirks, we can't pass this value as cmdline argument,
@REM so we need to pass it in through the back door as environment variable, scoped by setlocal
set TEST_... | dVakulen/orleans | TestAll.cmd | bat | mit | 651 |
SuperSocket.SocketService.exe -c
pause | mdavid/SuperSocket | v1.4/SocketService/RunServer.bat | bat | apache-2.0 | 39 |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | android-ia/platform_tools_idea | plugins/maven/maven3-server-impl/lib/maven3/bin/mvn.bat | bat | apache-2.0 | 5,986 |
@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/ec2dim.cmd | bat | apache-2.0 | 1,036 |
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/2960725189/species_explain.bat | bat | mit | 644 |
java -Dseltzer.path=C:/Absolute/Path/To/Seltzer -jar ./seltzer-core/target/seltzer-core-0.13.0-jar-with-dependencies.jar
| MrNakaan/Seltzer | seltzer-parent/run.bat | bat | mit | 121 |
@SET CC="C:\MinGW\bin\gcc.exe"
@SET STRIP="C:\MinGW\bin\strip.exe"
%CC% -Isrc -Os -DWIN32 -pipe -ffast-math -c src/string_functions.c -o build/string_functions.o
%CC% -Isrc -Os -DWIN32 -pipe -ffast-math -c src/console.c -o build/console.o
%CC% -Isrc -I"C:\projects\jpeg-8" -Os -DWIN32 -pipe -ffast-math -c src/imag... | WST/gallerizer-cli | winbuild.cmd | bat | mit | 662 |
set SRC_PRJ_NAME=%1
rem input
cd %SRC_PRJ_NAME%
rem init
rem git init
rem commit
git add .
git commit -a -m "auto"
cd ..
rem Íóæíî ïåðåìåñòèòü .git
xcopy /s/e %SRC_PRJ_NAME%\.git\** %SRC_PRJ_NAME%.git\
rem ñîçäàåì ãîëûé ðåïîçèòîðèé
cd %SRC_PRJ_NAME%.git
git config --bool core.bare true
rem git config --bool core.ba... | zaqwes8811/micro-apps | buffer/gi/hided/existtobare.bat | bat | mit | 391 |
C:\Python27\python.exe "C:\Python27\Lib\site-packages\PySide\scripts\uic.py" -o main_window_ui.py main_window_ui.ui
C:\Python27\python.exe "C:\Python27\Lib\site-packages\PySide\scripts\uic.py" -o search_replace_dialog_ui.py search_replace_dialog_ui.ui
C:\Python27\python.exe "C:\Python27\Lib\site-packages\PySide\scripts... | theetcher/fxpt | fxpt/fx_texture_manager/ui.bat | bat | mit | 1,553 |
@echo off
for %%f in (dist\*.nupkg) do nuget push %%f -Source https://www.nuget.org | fvilers/WebApi.Contrib | publish.bat | bat | mit | 83 |
call psake build.ps1 Clean
| paulcbetts/bugsnag-dotnet | build/cleanbuild.bat | bat | mit | 27 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto end... | Dokaponteam/ITF_Project | xampp/perl/bin/pod2latex.bat | bat | mit | 11,033 |
@call build_std.cmd
@if %errorlevel% neq 0 exit /b %errorlevel%
@mkdir %OUTDIR%\local_tests\
x64\Release\testrunner.exe ..\samples\test -o %OUTDIR%\local_tests\ -L %OUTDIR% | thepowersgang/mrustc | vsproject/run_local_tests.cmd | bat | mit | 173 |
@echo Execute:
@echo X:\pydev\builders\org.python.pydev.build\build_cmd.bat
@echo If needed to update version:
@echo x:
@echo cd x:\pydev
@echo python update_version.py 3.6.0
@echo Note: instructions for properly updating the variables are in the end of the file
@echo The contents here may just be copied into cmd.ex... | fabioz/Pydev | builders/org.python.pydev.build/build_cmd.bat | bat | epl-1.0 | 4,980 |
@echo off
REM recherche dans la BDR si le logiciel ASED est installe
REM reg QUERY renvoi 0 : succés ou 1 : echec
Reg QUERY HKLM\SOFTWARE\ased /v Flag >nul
goto %ERRORLEVEL%
:1
echo Debut de l'installation
REM le logiciel ased n'a pas d'installateur donc on le copie directement dans program files et ... | cedricde/lrs | addons/lsc_deployment_scripts/Software_without_installer/To_Code/Ased/installAsed.bat | bat | gpl-2.0 | 1,384 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/evm/Kconfig \
security/integrity/ima/Kconfig \
security/integrity/Kconfig \
security/yama/Kconfig \
security/apparmor/Kconfig \
security/tomoyo... | KaSt/Kappa34 | include/config/auto.conf.cmd | bat | gpl-2.0 | 24,286 |
cmd_drivers/gpio/built-in.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o drivers/gpio/gpio-exynos4.o drivers/gpio/gpio-plat-samsung.o
| miamo/miamOv | drivers/gpio/.built-in.o.cmd | bat | gpl-2.0 | 200 |
@set include=
@set savedpath=%path%
@set path=%path%;..\..\..\bin
del /q vm
if not exist vm\ mkdir vm
cd vm
set cc=..\..\..\bin\lcc -DQ3_VM -DNDEBUG -DJK2AWARDS -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
copy ..\cg_syscalls.asm .
@if errorlevel 1 goto quit
%cc% ../../game/bg_misc.c
@if erro... | aufau/SaberMod | code/cgame/cgame.bat | bat | gpl-2.0 | 2,345 |
cmd_drivers/mmc/host/msm_sdcc.o := arm-eabi-gcc -Wp,-MD,drivers/mmc/host/.msm_sdcc.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef ... | HCDRJacob/wildfire-kernel | drivers/mmc/host/.msm_sdcc.o.cmd | bat | gpl-2.0 | 152,264 |
@echo off
rem :: https://blog.mozilla.org/addons/2015/11/20/signing-api-now-available/
rem ::
rem :: http://addons-server.readthedocs.io/en/latest/topics/api/signing.html
rem ::
rem :: https://curl.haxx.se/docs/manpage.html#-F
call "%~dp0.\config.bat"
cd /D "%~dp0."
curl "%api_url%" --insecure -g -XPUT --form "uplo... | warren-bank/moz-rewrite | .scripts/03. sign xpi/1. upload xpi.bat | bat | gpl-2.0 | 394 |
cmd_lib/zlib_inflate/zlib_inflate.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o lib/zlib_inflate/zlib_inflate.o lib/zlib_inflate/inffast.o lib/zlib_inflate/inflate.o lib/zlib_inflate/infutil.o lib/zlib_inflate/inftrees.o lib/zlib_inflate/inflate_syms.o... | JoinTheRealms/TF700-dualboot-stockbased | lib/zlib_inflate/.zlib_inflate.o.cmd | bat | gpl-2.0 | 322 |
>>> 3 + 5 / abs(-2)
5.5
| simontakite/sysadmin | pythonscripts/practicalprogramming/functions/shell_expr.cmd | bat | gpl-2.0 | 24 |
cmd_fs/debugfs/built-in.o := /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o fs/debugfs/built-in.o fs/debugfs/debugfs.o
| mpokwsths/Z3_kernel | fs/debugfs/.built-in.o.cmd | bat | gpl-2.0 | 203 |
cmd_arch/arm/lib/muldi3.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.muldi3.o.d -nostdinc -isystem /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/root/Kernel/D710SPR_GB27_Kernel/arch/arm/include -Iarch/arm/include/generated -Iinclud... | garwynn/D710SPR_GB27_Kernel | arch/arm/lib/.muldi3.o.cmd | bat | gpl-2.0 | 1,424 |
cmd_fs/aio.o := arm-linux-androideabi-gcc -Wp,-MD,fs/.aio.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KER... | tenorntex/lhbalanced | fs/.aio.o.cmd | bat | gpl-2.0 | 29,129 |
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/cs5535audio/built-in.o
| AOSP-ZEUS/android_kernel_samsung_n1 | sound/pci/cs5535audio/.built-in.o.cmd | bat | gpl-2.0 | 198 |
@rem
@rem
@rem Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved.
@rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
@rem
@rem This program is free software; you can redistribute it and/or
@rem modify it under the terms of the GNU General Public License version
@rem 2 only, as published ... | tommythorn/yari | shared/cacao-related/phoneme_feature/midp/src/ams/example/jams/batch/autotest_g.bat | bat | gpl-2.0 | 1,193 |
cmd_arch/powerpc/boot/cuboot-hotfoot.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/boot/.cuboot-hotfoot.o.d -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -Os -msoft-float -pipe -fomit-frame-pointer -fno-builtin -fPIC -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include ... | mattkelly/linux-2.6-xlnx | arch/powerpc/boot/.cuboot-hotfoot.o.cmd | bat | gpl-2.0 | 1,355 |
title Re creando BD
copy /Y \\192.168.1.100\transfer\backup-db\orcl2\*.* .\tmp\
call sqlplus system/awpassword@orcl @re-crear-usuarios.sql
call import-db.bat
@echo Ejecutar manualmente (o
@echo select 'create synonym '||table_name ||' for '|| owner||'.'||table_name ||';' from DBA_ALL_TABLES where owner in
@echo ... | AlanGuerraQuispe/SisAtuxPerfumeria | db-utils/import-full.bat | bat | gpl-2.0 | 4,365 |
cmd_fs/devpts/devpts.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| PrestigeMod/SHW-M440S | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 164 |
SET QT_PATH=C:/Qt/Qt5.3.2
SET QT_BIN_PATH=%QT_PATH%/5.3/mingw482_32/bin
SET QT_INCLUDE_PATH=%QT_PATH%/Tools/mingw482_32/i686-w64-mingw32/include
SET CMAKE_PATH=C:/Program Files (x86)/CMake/bin
SET MINGW_PATH=C:/MinGW
SET MINGW_BIN_PATH=%MINGW_PATH%/bin
SET MINGW_INCLUDE_PATH=%MINGW_PATH%/include
SET MINGW_LIB_PATH=%M... | hmatuschek/sdr-wspr | dist/windows/build.bat | bat | gpl-3.0 | 870 |
nosetests -v --with-id --with-coverage --cover-package=gui gui
| takmid/inasafe | runguitests.bat | bat | gpl-3.0 | 64 |
java -cp build/libs/jsync.jar de.tntinteractive.jsync.JsyncClient build localhost:13579 C:\Temp
java -cp build/libs/jsync.jar de.tntinteractive.jsync.JsyncClient build/ localhost:13579 C:\Temp\bild
pause
| tobiasbaum/jsync | testCopy.bat | bat | gpl-3.0 | 204 |
if not exist deps git clone -b master http://buildserver.urbackup.org/git/urbackup_deps deps
cd deps
git reset --hard
git pull
cd .. | uroni/urbackup_backend | update_deps.bat | bat | agpl-3.0 | 132 |
make clean
make
pause | AtomSoftTech/AtomCNC | compile.bat | bat | lgpl-3.0 | 23 |
@if "%1" == "" goto error
@if "%2" == "" goto error
@for /f "delims=. tokens=1-3" %%a in ( "%2" ) do (set major=%%a && set minor=%%b && set revision=%%c)
@if not defined revision goto error
@if not defined minor goto error
@if not defined major goto error
git fetch
git tag -a v%2 -m "Telerik AppBuilder %2" remotes/... | Icenium/icenium-cli | publish.cmd | bat | apache-2.0 | 501 |
@set CLOUD_NAME=%1
echo "bootstrapping on %CLOUD_NAME%"
echo "running with %CLOUDIFY_HOME%"
cd /d %CLOUDIFY_HOME%
call tools\cli\cloudify.bat bootstrap-cloud --verbose %CLOUD_NAME% | CloudifySource/cloudify-widget | bin/remote_bootstrap.bat | bat | apache-2.0 | 181 |
@echo off
cd "%~dp0"
ECHO Starting PHP installation... >> ..\startup-tasks-log.txt
md "%~dp0appdata"
cd "%~dp0appdata"
cd "%~dp0"
reg add "hku\.default\software\microsoft\windows\currentversion\explorer\user shell folders" /v "Local AppData" /t REG_EXPAND_SZ /d "%~dp0appdata" /f
"..\resources\WebPICmdLine\webpicmdlin... | chgeuer/PHP_SharedAccessSignature_WindowsAzure | azure_sdk/library/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php-impl.cmd | bat | apache-2.0 | 669 |
@echo off
cp file1 file2
goto label
echo Never get executed
:label
::Comment with : especial characters and keywords: if, goto, set...
REM Alternative form of comment
:label2 more stuff
| pablrod/App-BatParser | t/05-label_with_whitespaces.cmd | bat | artistic-2.0 | 215 |
@echo off
cls
echo Running command-line tests...
echo.
REM ### Set environment variables
SET Certificate=Microsoft\WindowsAzure\Management\_files\management.pem
REM ########################################################################
REM # Storage
REM ####################################################... | damz/phpazure | tests/CommandLineTests.bat | bat | bsd-3-clause | 5,868 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\..\testcas... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE469_Use_of_Pointer_Subtraction_to_Determine_Size/CWE469.bat | bat | bsd-3-clause | 461 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_AUTHWS.S01_LoginApplicationUnderFormsAuthentication.MSAUTHWS_S01_TC02_VerifyLoginUnderFormsAuthenticationWithInvalidUserName /testcontainer:..\..\MS-AUTHWS\TestSuite\bin\Debug\MS-AUTHWS_TestSuite.dll /runconfig:..\..\MS-AUTHWS... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-AUTHWS/RunMSAUTHWS_S01_TC02_VerifyLoginUnderFormsAuthenticationWithInvalidUserName.cmd | bat | mit | 357 |
:: Script that takes either a single .pdb file or a directory
:: that contains .pdb files (search for files is recursive).
::
:: Parses each .pdb file and creates a corresponding .pdb.xml
:: file in the same location as the original file.
::
:: The .pdb.xml files can be used to apply debugging information
:: whe... | thomashaw/SecGen | modules/utilities/unix/audit_tools/ghidra/files/release/support/createPdbXmlFiles.bat | bat | gpl-3.0 | 2,097 |
@if (@X)==(@Y) @end /* JScript comment
@echo off
cscript //E:JScript //nologo "%~f0" %*
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
if (WScript.Arguments.Length == 0) {
WScript.Echo(WScript.ScriptName + " file_to_play");
WScript.Quit(0)
}
var fso= new ActiveXObject("Scripting.FileSyste... | TheBigBear/batch.scripts | hybrids/jscript/spplayer.bat | bat | mit | 689 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:RDPEGFX_Segmentation_Positive_UncompressedSegmentHeader /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEGFX/RDPEGFX_Segmentation_Positive_UncompressedSegmentHeader.cmd | bat | mit | 244 |
rem This file implements the 'poutre' model as an external code.
rem check that input files are here
if not exist poutre_external_infile1 (goto return_error)
if not exist poutre_external_infile2 (goto return_error)
rem fixme: check that input files have correct values
rem for and find function not implemented in wine.... | sofianehaddad/ot-svn | lib/test/poutre_files.bat | bat | mit | 449 |
python setup.py py2exe
echo Please copy IPython to dist/
| KellyChan/python-examples | python/facepp/cmdtools/win32-dist/build.bat | bat | mit | 57 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.