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
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S06_CalendarFolderPermission.MSOXWSMTGS_S06_TC02_CalendarPermissionLevelAuthor /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\MS-OXWSMTGS.testsettings /uniq... | OfficeDev/Interop-TestSuites | ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S06_TC02_CalendarPermissionLevelAuthor.cmd | bat | mit | 328 |
cmd_net/bluetooth/rfcomm/rfcomm.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o
| yncconsulting/HTC_Express_Kernel | net/bluetooth_new/rfcomm/.rfcomm.o.cmd | bat | gpl-2.0 | 235 |
java -Xmx4g -Xms256m -cp ./target/fina-auditlog-simple2-1.0-SNAPSHOT.jar;./libs/mongo-java-driver-2.12.3.jar net.fina.auditlog.simple2.App
| nikoloz90/logs | fina-auditlog-simple2/run.bat | bat | gpl-2.0 | 142 |
-- create a company and a person
!create ibm : Company
!create joe : Person
!set joe.name := 'Joe'
!set joe.age := 23
-- enter operation, check preconditions, save current state
!openter ibm hire(joe)
-- effect of hire
!insert (p, ibm) into WorksFor
!set p.salary := 2000
-- exit operation, check postconditions with ... | stormymauldin/stuff | examples/Employee.cmd | bat | gpl-2.0 | 579 |
@echo // Copyright (C) 1996-2004 Markus F.X.J. Oberhumer
@echo //
@echo // DOS 32-bit
@echo // Digital Mars C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=dmc -mx
set CF=-o -w- %CFI% %CFASM%
set LF=%BLIB% x32.lib
%CC% %CF% -c @b\src.rsp
@if errorlevel 1 goto error
lib %BLIB%... | null--/graviton | code/external/ucl/B/dos32/dm.bat | bat | gpl-3.0 | 603 |
@ECHO OFF
:: Delphi 11.0 Alexandria
@SET BDS=C:\Program Files (x86)\Embarcadero\Studio\22.0
@SET BDSINCLUDE=%BDS%\include
@SET BDSCOMMONDIR=C:\Users\Public\Documents\Embarcadero\Studio\22.0
@SET FrameworkDir=C:\Windows\Microsoft.NET\Framework\v4.0.30319
@SET FrameworkVersion=v4.5
@SET FrameworkSDKDir=
@SET PATH=%Frame... | fperana/WiRL | Tests/WiRL.Tests.Build.110.bat | bat | apache-2.0 | 492 |
REM Arguments passed to LabVIEWbuild.bat are:
REM 1 - Version of LV to launch and build in
REM 2 - Source version of the code being built
REM 3 - Maximum version of LabVIEW that will be used in this autobuild run
REM 4 - OPTIONAL! - path to append to the job's workspace before passing the workspace to the labview build... | NIVeriStandAdd-Ons/Jenkins-Autobuild | LabVIEWbuild.bat | bat | bsd-2-clause | 3,624 |
@echo off
echo Hello from the CMD script!
pause | VishwasShashidhar/SymphonyElectron | installer/win/WixSharpToolset/Samples/Bootstrapper/NsisBootstrapper/Assets/script.cmd | bat | apache-2.0 | 47 |
REM Smash .js files together: npm install smash
node node_modules/smash/smash lib/combine.js > out/js/dockspawn.js
| coderespawn/dock-spawn | js/build.bat | bat | mit | 115 |
@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... | kbussell/django-docusign | docs/make.bat | bat | bsd-3-clause | 5,101 |
@echo off
cd..
set PAUSE_ERRORS=1
call bat\SetupSDK.bat
call bat\SetupApplication.bat
:: Generate
echo.
echo Generating a self-signed certificate...
call adt -certificate -cn %CERT_NAME% 1024-RSA %CERT_FILE% %CERT_PASS%
if errorlevel 1 goto failed
:succeed
echo.
echo Certificate created: %CERT_FILE% with password "%C... | firefishes/ship_dock | tools/shipDockTileMapEditer/bat/CreateCertificate.bat | bat | gpl-3.0 | 655 |
kpack default.skn default.pack.skn
| devlato/kolibrios-llvm | skins/win8/pack_build.bat | bat | mit | 35 |
:: If it has Build.PL use that, otherwise use Makefile.PL
IF exist Build.PL (
perl Build.PL
IF errorlevel 1 exit 1
Build
IF errorlevel 1 exit 1
Build test
:: Make sure this goes in site
Build install --installdirs site
IF errorlevel 1 exit 1
) ELSE IF exist Makefile.PL (
:: Make sure... | yesimon/bioconda-recipes | recipes/perl-uri/bld.bat | bat | mit | 784 |
rem Script to build SciTE for Windows with all the different
rem compilers and exercise all the projects and makefiles.
rem Current directory must be scite\scripts before running.
rem Contains references to local install directories on Neil's
rem machine so must be modified for other installations.
rem Assumes environm... | LuaDist/scite | scripts/checkbuilds.bat | bat | isc | 3,404 |
cd /d %~dp0 & java -jar jsrun.jar app\run.js -a -t=templates\documentation ..\target\FUI\js\src -d=..\src\main\webapp\documentation echo °´ÈÎÒâ¼üÍ˳ö & pause
exit | hundsun/fui | fui.doc/jsdoc-toolkit/jsdoc.bat | bat | mit | 163 |
#!/bin/bash
# Run this after making database changes.
# To perform a hard reset, rerun InitializeSetup.bat.
python3 manage.py makemigrations game
python3 manage.py migrate
python3 populate_game.py
| robertecurtin/plutos-envy | RefreshDatabase.bat | bat | mit | 197 |
SET RESOLUTION=1080p
CALL "%~dp0.\handbrake.transcode-x264.cmd" %* | jakegough/AVScripts | handbrake/handbrake.transcode-x264-1080p.cmd | bat | mit | 67 |
@echo off
echo ÇëÕýÈ·ÌîдÍêÃÀ½âÂëµÄ°²×°Â·¾¶
echo ʾÀý£ºC:\Program Files (x86)\Pure Codec
set /p var1=
cls
erase /q "%var1%\PotPlayerMini.exe"
erase /q "%var1%\KMPlayer.exe"
erase /q "%var1%\mpc-hc.exe"
rename "%var1%\PtMini.exe" PotPlayerMini.exe
rename "%var1%\kpl.exe" KMPlayer.exe
rename "%var1%\mh.exe" mpc-hc.exe
cd... | Sg4Dylan/notebook_nv_decode_patch | rebuild.bat | bat | mit | 512 |
@echo off
SETLOCAL
@REM ----------------------------------------------------------------------------
@REM web-deploy.cmd
@REM
@REM author: m4mc3r@gmail.com
@REM
@REM ----------------------------------------------------------------------------
set start_time=%time%
set msbuild_folder="C:\Program Files (x86)\MSBuild... | mamcer/umovies | Tool/cmd/web-deploy.cmd | bat | mit | 1,790 |
regsvr32 /u /s Bin\SolutionBuildEnvironment.dll
setlocal
for /f "tokens=1,2*" %%i in ('reg query HKLM\software\Microsoft\VisualStudio\9.0 /v InstallDir') do set VSDir=%%k
"%VSDIR%\devenv.com" SolutionBuildEnvironment.sln /rebuild Release
endlocal
setlocal
for /f "tokens=1,2,3,4,5*" %%i in ('reg query "HKLM\SO... | jjensen/solutionbuildenvironment | MakeSolutionBuildEnvironment.bat | bat | mit | 867 |
@echo off
REM Batch file for setting environmental variables INCLUDE and LIB
REM by tcpie, november 2013
echo Batch script to set INCLUDE and LIB environmental variables for usage of this project.
echo.
echo Note that this batch file does not check the variables to see if they are already correct. Thus running this s... | tcpie/WinCore | set_env_vars.bat | bat | mit | 991 |
@ if "%*" == "run" (
wsl make iso && qemu-system-x86_64 -smp 4 -m 64 ^
-drive file=c.img,format=raw -cdrom bin\wheel.iso ^
-vga vmware -serial stdio -gdb tcp::4444 -boot order=d
) else (
wsl make %*
)
| songziming/wheel | make.bat | bat | mit | 225 |
@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... | mrname/haralyzer-api | docs/make.bat | bat | mit | 7,264 |
@echo off
echo Killing existing RMI registry process..
taskkill /F /IM rmiregistry.exe
start launch-registry.bat | lfdversluis/FDDG | restart-registry.bat | bat | mit | 113 |
curl -s -X GET --header "Accept: application/json" --header "Authorization: Bearer 123" "https://asworkflow.azurewebsites.net/api/borrowers?term=b" | visiyo/AutoStoreWorkflows | restDemo/Code/windowsCurl/getBorrowers.bat | bat | mit | 147 |
REM Set locations of Dynephant directory, AutoIt3 binary, AutoIt3Wrapper script,
REM the Windows 10 SDK signtool binary, and GnuWin32's sed utility binary below
SET DYNDIR=C:\dynephant
SET AI3="C:\Program Files (x86)\AutoIt3\AutoIt3.exe"
SET AI3W="C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3"
... | chriv/dynephant | _build_all.bat | bat | mit | 3,415 |
@echo off
setlocal
call bin\classpath
java -server -Xmx1g -cp lib\jline-win-1.0.jar;%CP_LIST% jline.ConsoleRunner clojure.main -i bin\bridge.clj -r
endlocal
| logaan/responsive-db | vendor/datomic-free-0.9.4572/bin/repl-jline.cmd | bat | epl-1.0 | 164 |
cmd_drivers/media/common/tuners/tda18271.ko := arm-none-linux-gnueabi-ld -EL -r -T /root/kernel-dev/linux-2.6.37/scripts/module-common.lds --build-id -o drivers/media/common/tuners/tda18271.ko drivers/media/common/tuners/tda18271.o drivers/media/common/tuners/tda18271.mod.o
| srinugnt2000/linux-2.6.37 | drivers/media/common/tuners/.tda18271.ko.cmd | bat | gpl-2.0 | 277 |
cmd_sound/pci/cs46xx/built-in.o := rm -f sound/pci/cs46xx/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/pci/cs46xx/built-in.o
| damageless/linux-kernel-ican-tab | sound/pci/cs46xx/.built-in.o.cmd | bat | gpl-2.0 | 199 |
REM Running the harvester client...
java -Denvironment=development -Dlog4j.debug=true -Dlog4j.configuration=file:///%CD%\log4j.xml -cp "resources/lib/*;*" au.com.redboxresearchdata.harvester.json.client.Main harvester-config-console.groovy | qcif/arms2a-xml-harvester-client | src/main/resources/deploy-console/harvest.bat | bat | gpl-2.0 | 240 |
cmd_drivers/media/rc/keymaps/rc-pixelview-mk12.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-pixelview-mk12.ko drivers/media/rc/keymaps/rc-pixelview-mk12.o drivers/media/rc/keymaps/rc-pi... | avareldalton85/rpi2-linux-rt | drivers/media/rc/keymaps/.rc-pixelview-mk12.ko.cmd | bat | gpl-2.0 | 339 |
>>> get_double_num(5)
10
>>> double_num(5)
>>> | simontakite/sysadmin | pythonscripts/practicalprogramming/functions/double_example_calls.cmd | bat | gpl-2.0 | 46 |
cmd_sound/pci/nm256/built-in.o := rm -f sound/pci/nm256/built-in.o; /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ar rcs sound/pci/nm256/built-in.o
| spacecaker/Stock_spacecaker_kernel | sound/pci/nm256/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_crypto/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o crypto/built-in.o crypto/crypto.o crypto/crypto_wq.o crypto/crypto_algapi.o crypto/aead.o crypto/crypto_blkcipher.o crypto/chainiv.o crypto/eseqiv.o crypto/crypto_hash.o crypto/pcompress.o crypto/cryptomgr.o crypto/md5.o crypto/ecb.o crypto/aes_generic.o ... | srinugnt2000/linux-2.6.37 | crypto/.built-in.o.cmd | bat | gpl-2.0 | 399 |
C:\devkitPro\devkitPPC\bin\powerpc-gekko-gcc.exe -nostartfiles -nodefaultlibs -Wl,-Ttext,0x80001800 -o codehandleronly.elf codehandleronly.s
C:\devkitPro\devkitPPC\bin\powerpc-gekko-strip.exe --strip-debug --strip-all --discard-all -o codehandlersonly.elf -F elf32-powerpc codehandleronly.elf
C:\devkitPro\devkitPPC\bi... | HannesMann/dolphin-hau | Gecko/codehandler/makecodehandleronly.bat | bat | gpl-2.0 | 461 |
cmd_drivers/video/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/built-in.o drivers/video/fb_notify.o drivers/video/fb.o drivers/video/backlight/built-in.o drivers/video/display/built-in.o drivers/video/cfbfillrect.o drivers/video/cfbcopyarea.o drivers/v... | yncconsulting/HTC_Express_Kernel | drivers/video/.built-in.o.cmd | bat | gpl-2.0 | 421 |
@setlocal
@echo off
@if "%1." == "." goto USE
@if "%2." == "." goto USE
@if "%TMPTEST%x" == "x" goto USE
REM check for input file
@if NOT EXIST testcases.txt goto Err0
@if NOT EXIST onetest.cmd goto Err3
@if NOT EXIST input\nul goto Err4
REM set the runtime exe file
set TIDY=%1
@if NOT EXIST %TIDY% goto ERR1
REM se... | geoffmcl/tidy-test | test/alltest2.cmd | bat | gpl-2.0 | 3,168 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/apparmor/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib... | PrestigeMod/Midas_M0 | include/config/auto.conf.cmd | bat | gpl-2.0 | 22,071 |
cmd_drivers/char/hw_random/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-ld -EL -r -o drivers/char/hw_random/built-in.o drivers/char/hw_random/rng-core.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/char/hw_random/.built-in.o.cmd | bat | gpl-2.0 | 245 |
cmd_drivers/media/video/msm/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/media/video/msm/built-in.o drivers/media/video/msm/msm_camera.o drivers/media/video/msm/msm_v4l2.o drivers/media/video/msm/msm_axi_qos.o drivers/media/video/msm/msm_vfe8x.o drivers/media/video/msm/msm_vfe8x_proc.o drivers/media/video/m... | b8e5n/KTG-kernel_es209ra | drivers/media/video/msm/.built-in.o.cmd | bat | gpl-2.0 | 335 |
cmd_drivers/media/pci/saa7146/built-in.o := rm -f drivers/media/pci/saa7146/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/media/pci/saa7146/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/media/pci/saa7146/.built-in.o.cmd | bat | gpl-2.0 | 223 |
cmd_mm/slub.o := arm-linux-gnueabihf-gcc -Wp,-MD,mm/.slub.o.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-endian -Iarch/arm/mach-rk3188/include -I... | tyeo098/MK908-Kernel-NAND | mm/.slub.o.cmd | bat | gpl-2.0 | 29,453 |
cmd_/opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sys-root/./usr/include/video/.install := perl scripts/headers_install.pl /OpenSource/13_UExxF8xxx/binutils/arm-mips-src-20121018/build.arm.cortex-a8/sources/kernel-headers/include/video /opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sys-root/./usr/include/video arm e... | javilonas/NCam | cross/Toolchain-SamsungTV/arm-v7a8v3r1-linux-gnueabi/sys-root/usr/include/video/..install.cmd | bat | gpl-3.0 | 804 |
@echo off
set prefix="C:\Program Files\Fraqtive"
set config=debug
set sse2=sse2
set msvc=no
if exist .\fraqtive.pro goto arg_loop
echo *** ERROR: cannot find project file in current directory.
goto end
:arg_loop
if "%1" == "" goto arg_done
if "%1" == "-prefix" goto arg_prefix
if "%1" == "-debug" goto arg_debug
if "... | fogelton/fraqtive | configure.bat | bat | gpl-3.0 | 2,103 |
@echo off
call setenv32.bat
%PYTHONROOT%\python.exe setup.py build | LouisePaulDelvaux/Til-Liam | src_liam/build32.bat | bat | gpl-3.0 | 66 |
scut 8357FFFE 0103FE03 4000 GAME.EXE music.bin
| rururutan/hoot-patches | pc98/systemsoft/lord_of_wars/cut/cut.bat | bat | gpl-3.0 | 48 |
@echo off
title Papa John's Selfbot
ECHO Selfbot is starting up, please wait...
node src/index.js
call Run.bat
pause
| VapidSlay/selfbot | Run.bat | bat | agpl-3.0 | 117 |
@echo off
rem ----------------------------------------------------------------------------
rem
rem This variable should be set to the directory where is installed ProActive
rem
IF NOT DEFINED PA_SCHEDULER set PA_SCHEDULER=%CD%\..\..
rem -------------------------------------------------------------------------... | acontes/scheduling | bin/windows/init.bat | bat | agpl-3.0 | 3,953 |
cd ..
@echo off
if %target% == ti82 goto 82P
if %target% == r196 goto R196
if %target% == ti83 goto 83P
if %target% == ti8xp goto 8XP
if %target% == ti73 goto 73P
pause
:R196
echo 'Building for TI82 Parcus/ROM 19.006'
echo #define R196 >temp.z80
:82P
echo #define TI82 >>temp.z80
type Housto~1\merged\main.asm >>temp.z... | utz82/HoustonTracker | as.bat | bat | lgpl-3.0 | 1,205 |
@echo off
setlocal
pushd %~dp0
luajit fixcodec.lua *.java ..\
luajit fixcodec.lua *.cs ..\
luajit fixcodec.lua *.lua ..\
luajit fixcodec.lua *.sh ..\
luajit fixcodec.lua *.xml ..\
luajit fixcodec.lua *.properties ..\
pause
| dwing4g/jane | tool/fixcodec.bat | bat | lgpl-3.0 | 273 |
:: Initialize MySQL
mkdir %HOME%\data
SET MYSQL_DEFAULT=--defaults-file=d:\home\SiteExtensions\mysql\my.ini
SET PATH=%PATH%;%ProgramFiles(x86)%\mysql\5.7.9.0\bin
mysqld %MYSQL_DEFAULT% --initialize-insecure --user=mysql --log_syslog=0
:: Setup WebJob
SET WEBJOB_PATH=%WEBROOT_PATH%\App_Data\jobs\continuous\mysqld
m... | shibayan/MySQLExtension | content/install.cmd | bat | apache-2.0 | 858 |
google-drive-proxy\.nuget\NuGet.exe restore google-drive-proxy\DriveProxy.sln
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe google-drive-proxy\DriveProxy.sln /p:Configuration=Release
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe DriveFusion.sln /p:Configuration=Release /p:Platform=x86
C:\Windows... | Rejjell/google-drive-shell-extension | Release.bat | bat | apache-2.0 | 793 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Dev environment startup script for Alfresco Community ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
set springloadedfile=%HOME%\.m2\repository\org\springframework\springloaded\@@springloaded.versio... | loftuxab/alfresco-sdk | archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/run.bat | bat | apache-2.0 | 838 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=nighres
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not fou... | nighres/nighres | doc/make.bat | bat | apache-2.0 | 805 |
@rem !/bin/msdos
@echo %cd%
cl /EHsc -I../../../../src /D%PP2F% luv2cmy.cpp
cl /EHsc -I../../../../src /D%PP2F% luv2cmyk.cpp
cl /EHsc -I../../../../src /D%PP2F% luv2gray.cpp
cl /EHsc -I../../../../src /D%PP2F% luv2hsi.cpp
cl /EHsc -I../../../../src /D%PP2F% luv2hsl.cpp
cl /EHsc -I../../../../src /D%PP2F% luv2hs... | dmilos/color | example/less-than-1k/assign/luv/make.bat | bat | apache-2.0 | 1,611 |
@REM
@REM This file contains an 'Intel Peripheral Driver' and is
@REM licensed for Intel CPUs and chipsets under the terms of your
@REM license agreement with Intel or your vendor. This file may
@REM be modified by the user, subject to additional terms of the
@REM license agreement ... | LeeLeahy/quarkfsp | BuildFv2_0.bat | bat | bsd-2-clause | 15,399 |
@ECHO OFF
echo ====================================
echo ==== AURORA ========================
echo ====================================
echo.
rem ## Default Visual Studio choice (2008, 2010)
set vstudio=2010
rem ## Default .NET Framework (3_5, 4_0 (Unsupported on VS2008))
set framework=3_5
rem ## Defau... | TechplexEngineer/Aurora-Sim | runprebuild.bat | bat | bsd-3-clause | 3,473 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S13_PutChanges.TestCase_S13_TC15_PutChanges_Reserved /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S13_TC15.cmd | bat | mit | 290 |
@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... | mschauer/SDE.jl | doc/make.bat | bat | mit | 5,090 |
REM This file is called/ran after Banshee.Core.dll is built, see src/Core/Banshee.Core/Banshee.Core.csproj
mkdir bin\share\icons\hicolor\128x128\devices
mkdir bin\share\icons\hicolor\16x16\actions
mkdir bin\share\icons\hicolor\16x16\categories
mkdir bin\share\icons\hicolor\16x16\devices
mkdir bin\share\icons\hicolor\1... | Dynalon/banshee-osx | build/windows/post-build.bat | bat | mit | 19,638 |
-- Opens the class diagram:
-- open examples/Papers/2005/GogollaBohlingRichters/percom.use
-- Creates the object diagram:
-- read examples/Papers/2005/GogollaBohlingRichters/percom-5.cmd
-- generate a boss-worker hierarchy with two bosses having
-- disjoint worker sets
gen start examples/Papers/2005/GogollaBohlingRi... | vnu-dse/rtl | examples/Papers/2005/GogollaBohlingRichters/percom-5.cmd | bat | gpl-2.0 | 822 |
@echo // Copyright (C) 1996-2017 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 32-bit
@echo // Pelles C
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=cc -Ze -Go
set CF=-O2 -W2 %CFI% %CFASM%
set LF=%BLIB%
%CC% %CF% -c src\*.c
@if errorlevel 1 goto error
polib -out:%BLIB% @b\wi... | nemequ/lzo | B/win32/pellesc.bat | bat | gpl-2.0 | 931 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Compress Script for the djatoka extraction application
rem
rem Environment Variable Prequisites
rem
rem JAVA_HOME Required: Must point at your Java Development Kit installation... | cbeer/adore-djatoka-mirror | bin/extract.bat | bat | lgpl-2.1 | 2,413 |
setlocal
set CYGWIN_ROOT=C:\cygwin
set DEPLOY_LOCATION=ojkwinbuilder@upload.openjk.org:/home/ojkwinbuilder/builds/
if "%APPVEYOR_FORCED_BUILD%"=="True" (
%CYGWIN_ROOT%\setup-x86.exe -qnNdO -R %CYGWIN_ROOT% -s http://cygwin.mirror.constant.com -l %CYGWIN_ROOT%/var/cache/setup -P rsync
%CYGWIN_ROOT%\bin\bash -lc 'rsyn... | mrwonko/Jedi-Academy--Renaissance | tools/builds/deploy.bat | bat | gpl-2.0 | 413 |
cmd_librte_meter.a = ar crDs librte_meter.a rte_meter.o
| yoannd/mtcp | dpdk-2.2.0/build/build/lib/librte_meter/.librte_meter.a.cmd | bat | bsd-3-clause | 57 |
@echo off
cd %0\..
java -classpath "%CLASSPATH%;.;bin/classes;bin/lib/Hack.jar;bin/lib/HackGUI.jar;bin/lib/Simulators.jar;bin/lib/SimulatorsGUI.jar;bin/lib/Compilers.jar" HardwareSimulatorMain %1
| Sl0vi/nand2tetris | tools/HardwareSimulator.bat | bat | gpl-3.0 | 199 |
powershell .\mongommsinstall.ps1 | AlphaCluster/NewsBlur | vendor/mms-agent/mongommsinstall.bat | bat | mit | 32 |
@set LANG=en_US.UTF8
@set LC_ALL=en_US.UTF8
@set MINGWINSTALLER=mingw-get-inst-20120426
@set OPENSSL=openssl-1.0.2l
@set BERKELEYDB=db-4.8.30.NC
@set BOOST=boost_1_64_0
@set BOOSTVERSION=1.64.0
@set LEVELDB=leveldb
@set BOOSTSUFFIX=-mgw53-mt-s-1_64
@set MINIUPNPC=miniupnpc-1.9
@set QRENCODE=qrencode-3.4.4
@set LIBPNG... | Lederstrumpf/Gridcoin-Research | contrib/easywinbuilder/set_vars.bat | bat | mit | 1,395 |
@ECHO OFF
SETLOCAL enabledelayedexpansion
SET FILE_SETUP=".\Seobiseu.iss"
SET FILE_SOLUTION="..\Source\Seobiseu.sln"
SET FILES_EXECUTABLE="..\Binaries\Seobiseu.exe" "..\Binaries\SeobiseuService.exe"
SET FILES_OTHER="..\Binaries\ReadMe.txt" "..\Binaries\License.txt"
SET COMPILE_TOOL_16="%PR... | medo64/Seobiseu | Setup/Publish.cmd | bat | mit | 4,948 |
nuget push MvvmCross.PortableSupport.3.0.9-beta6.nupkg
nuget push MvvmCross.HotTuna.CrossCore.3.0.9-beta6.nupkg
nuget push MvvmCross.HotTuna.Droid.Fragging.3.0.9-beta6.nupkg
nuget push MvvmCross.HotTuna.Plugin.Accelerometer.3.0.9-beta6.nupkg
nuget push MvvmCross.HotTuna.Plugin.All.3.0.9-beta6.nupkg
nuget push Mvvm... | RobGibbens/QueueCross | packages/MvvmCross.3.0.9-beta6/push.bat | bat | mit | 2,324 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=django-allauth-cas
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' co... | aureplop/django-allauth-cas | docs/make.bat | bat | mit | 822 |
@echo off
echo Run *.bat as script in powershell | plylrnsdy/vscode-run-as | test/workspace/projectA/run as.bat | bat | mit | 48 |
ECHO OFF
REM Fill your Tomcat Home of Sakai
SET TOMCAT_HOME=C:\jPackages\sakai11.3-tomcat-8.5.12
call mvn -Dmaven.tomcat.home=%TOMCAT_HOME% clean install sakai:deploy
ECHO Please copy manually these files...
ECHO %USERPROFILE%\.m2\repository\org\projectlombok\lombok\1.16.14\lombok-1.16.14.jar into %TOMCAT_HOME%\lib
E... | software-handbook/qms | Guideline/Sakai/Samples/Upload/SakaiUpload/deploy.bat | bat | mit | 528 |
gource -1280x720 --start-position 0.06 --hide filenames --bloom-multiplier 1.2 --auto-skip-seconds 0.1 -stop-at-end --seconds-per-day 0.05 -o gource.ppm .. && ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -preset veryslow -crf 25 -pix_fmt yuv420p -threads 0 -bf 0 ../doc/_static/gource.mp4
| dessn/sn-bhm | visualisation/make_gource.bat | bat | mit | 316 |
@echo off
set "VIRTUAL_ENV=C:\Users\Dudon Wai\Desktop\Django Projects\dudonsblog"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(dudonsblog) %PROMPT%"
if not defined _OLD_V... | dudonwai/dudonsblog | Scripts/activate.bat | bat | mit | 564 |
cmd_net/ipv6/proc.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.proc.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 | net/ipv6/.proc.o.cmd | bat | gpl-2.0 | 33,418 |
del lex.yy.c
del *.exe
win_flex wc.l
gcc -o wc.exe *.c
type test.txt | wc.exe
pause | sintrb/flexbison | wordcount/make.bat | bat | gpl-2.0 | 86 |
cmd_drivers/cdrom/built-in.o := rm -f drivers/cdrom/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs drivers/cdrom/built-in.o
| damageless/linux-kernel-ican-tab | drivers/cdrom/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_drivers/tty/ipwireless/built-in.o := rm -f drivers/tty/ipwireless/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/tty/ipwireless/built-in.o
| domintech/PandaBoard-LinuxKernel | drivers/tty/ipwireless/.built-in.o.cmd | bat | gpl-2.0 | 246 |
@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
)
... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/google-drive-init.bat | bat | gpl-2.0 | 1,572 |
cmd_sound/drivers/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/drivers/built-in.o sound/drivers/opl3/built-in.o sound/drivers/opl4/built-in.o sound/drivers/mpu401/built-in.o sound/drivers/vx/built-in.o sound/drivers/pcsp/built-in.o
| 0xD34D/kernel_amazon_tate | sound/drivers/.built-in.o.cmd | bat | gpl-2.0 | 297 |
cmd_fs/mpage.o := arm-eabi-gcc -Wp,-MD,fs/.mpage.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall... | bigbiff/i717-GB-Kernel | fs/.mpage.o.cmd | bat | gpl-2.0 | 28,171 |
cmd_arch/arm/lib/csumipv6.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/.csumipv6.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 -Iinclude -I... | paxchristos/R800x-2.3.3-Kernel | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,815 |
java -Xmx512m -Dorg.freeplane.userfpdir="%APPDATA%\\Freeplane" -jar freeplanelauncher.jar %*
| fnatter/freeplane-debian-dev | freeplane_framework/script/freeplane.bat | bat | gpl-2.0 | 94 |
cmd_fs/jbd/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/jbd/built-in.o fs/jbd/jbd.o
| kingklick/kk-evo-kernel | fs/jbd/.built-in.o.cmd | bat | gpl-2.0 | 148 |
D:\xampp\mysql\bin\mysql.exe -h localhost -u root -p -c banhagia < "D:\xampp\htdocs\banhagia\database\sqldump.sql"
pause | google-code/banhagia | database/importDB.bat | bat | gpl-2.0 | 122 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/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 sound/isa/sb/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 213 |
@echo off
set AHKdir=..\AutoHotkey\
set Ahk2Exe=%AHKdir%Compiler\Ahk2Exe.exe
set AhkExe=%AHKdir%Autohotkey.exe
set this_path=%~dp0
set lib_path=%this_path%..
set a2path=%lib_path%\..
set script=%lib_path%\_source\a2ui_dev.ahk
set executable=%a2path%\a2ui.exe
echo Calling %Ahk2Exe%
echo /in: %script%
echo /out: %... | ewerybody/a2 | lib/_batches/build a2ui.exe DEV.bat | bat | gpl-3.0 | 417 |
@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... | openearth/bmi-python | docs/make.bat | bat | gpl-3.0 | 6,691 |
java -jar ./target/vaskemaskine-1.0-SNAPSHOT.jar server configuration-dev.yaml | holdam/washingmachine-booking | WashingmachineBackend/run-dev.bat | bat | gpl-3.0 | 78 |
start LOVE\love LOVE\.. "data/2.dat" 28 %* | Zuchis/love | run (2).bat | bat | gpl-3.0 | 42 |
@ECHO off
SETLOCAL enabledelayedexpansion
CALL BuildGame.bat all all | MrDanTheMan/TownOfYours | Build/Scripts/BuildAll.bat | bat | gpl-3.0 | 68 |
@ECHO OFF
call %~dp0\set_path_variables
set filename=%1
set filenamebase=%filename:~0,-4%
call %~dp0\set_path_variables
echo ********************************************** >>build.log
echo ** generate tex for %filename% >>build.log
echo ********************************************** >>bui... | JohnWCartmell/ERmodelSeries1 | scripts/generate_texandlog.bat | bat | gpl-3.0 | 496 |
@echo off
set enum=awk -f ..\src\enum.awk
::set enum=awka -x -f ..\src\enum.awk --
set bat_dir=%~dp0
cd /D %bat_dir%
echo:
echo ^> Help
%enum% -vcmd=help
echo:
echo ^> Look Up
set file_lst=%1
if "%file_lst%" == "" (
set file_lst=LangID.h LayoutID.h
)
:LOOP
set /p "key=Enter the Key: "
if "... | YorkJong/awkEnumLookup | bin/enum_test.bat | bat | lgpl-3.0 | 479 |
@ECHO OFF
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.0
REM (the "Li... | pellcorp/fop | fop.bat | bat | apache-2.0 | 3,141 |
@echo off
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.0
rem (the "License... | adriancmiranda/flash-compiler | ApacheFlexSDK4/bin/mxmlc.bat | bat | apache-2.0 | 1,236 |
@echo off
setlocal
REM Copyright 2006-2009 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 "l... | bizo/aws-tools | ec2/ec2-api-tools-1.5.3.0/bin/ec2-cmd.cmd | bat | apache-2.0 | 3,414 |
java -cp D:\workspace\alimama\alimama\target\alimama-0.0.1-SNAPSHOT.jar alimama.qq.Main
| xiaomin0322/alimama | alimama/startalimamaTouhao.bat | bat | apache-2.0 | 90 |
set JAVA_EXECUTABLE="{{ instance.javaExecutablePath }}"
set CQ_PORT={{instance.httpPort}}
set CQ_RUNMODE={{instance.runModesString}}
set CQ_JVM_OPTS={{instance.jvmOptsString}}
set CQ_START_OPTS={{instance.startOptsString}}
call crx-quickstart\bin\start.bat | Cognifide/gradle-aem-plugin | src/asset/localInstance/defaults/control/start.bat | bat | apache-2.0 | 258 |
@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Copyright (c) 2015, Synopsys, Inc. :
:: All rights reserved. :
:: :
:: Red... | kit-transue/software-emancipation-discover | psethome/bin/CreateSummary.bat | bat | bsd-2-clause | 2,681 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.