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 |
|---|---|---|---|---|---|
@rem Script to build LuaJIT with MSVC.
@rem Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
@rem
@rem Either open a "Visual Studio .NET Command Prompt"
@rem (Note that the Express Edition does not contain an x64 compiler)
@rem -or-
@rem Open a "Windows SDK Command Shell" and set the compiler e... | caidongyun/nginx-openresty-windows | LuaJIT-2.1-20140109/src/msvcbuild.bat | bat | bsd-2-clause | 3,630 |
@echo off
REM NOTE: This script is intended to be ran from the project's current build
REM directory.
REM Default flags for msbuild
set MSBUILD_FLAGS=/Verbosity:minimal
if [%1]==[] (
REM Default build type
set BUILD_TYPE=Debug
) else (
set BUILD_TYPE=%1
)
echo "Build configuration: %BUILD_TYPE%..."
msbuild /... | i8degrees/nomlib | bin/msbuild_uninstall.bat | bat | bsd-2-clause | 392 |
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*.cpp CWE*.c ..\..\..\testcasesupport\io.... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE134_Uncontrolled_Format_String/s06/CWE134_s06.bat | bat | bsd-3-clause | 486 |
::
:: Mach7: Pattern Matching Library for C++
::
:: Copyright 2011-2013, Texas A&M University.
:: Copyright 2014 Yuriy Solodkyy.
:: All rights reserved.
::
:: Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are met:
... | mafiya69/Mach7 | code/compile-time/build.bat | bat | bsd-3-clause | 24,149 |
@echo off
SET DEPS_DIR=
IF NOT "%1" == "" (
set DEPS_DIR=%1
) ELSE IF NOT "%POLARIS_DEPS_DIR%" == "" (
set DEPS_DIR=%POLARIS_DEPS_DIR%
) ELSE (
set DEPS_DIR=C:\opt\polarisdeps
)
:: get our slashes all straightened out :)
set a=%DEPS_DIR%
set a=%a:/=\%
::echo %a%
set DEPS_DIR=%a%
:: temporary fix for RelWithDebI... | anl-polaris/polaris | configure-polaris.cmd | bat | bsd-3-clause | 1,434 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S01_GetPropertyIdQueryNameGetList_TestSuite.MSOXCPRPT_S01_GetPropertyIdQueryNameGetList_TestSuite14 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.te... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S01_GetPropertyIdQueryNameGetList_TestSuite14.cmd | bat | mit | 344 |
REM 1. Create a new, empty project which only use is to copy all dlls to Unity.
REM Make sure it uses .NET 3.5 to be compatible with Unity.
REM
REM 2. Reference all dll projects to this new project.
REM
REM 3. Put a copy of this batch file into the project folder (e.g. into a folder called Build).
REM
REM 4. Put th... | SlashGames/slash-framework | Tools/Batch/PostbuildUnityLibraries.bat | bat | mit | 1,508 |
@echo off
setlocal
call vendor\bin\phpcbf lib/ --report=summary
call vendor\bin\phpcs lib/ --report=summary
call vendor\bin\phpmd lib/ ansi phpmd.xml
call vendor\bin\phpstan analyse lib/ -l 2 -c phpstan.neon 2>&1
endlocal
| Geolim4/phpfastcache | quality.bat | bat | mit | 224 |
cmd_arch/arm/lib/clear_user.o := /home/adam/android/kernel_dev/samsung/espressovzw/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.clear_user.o.d -nostdinc -isystem /home/adam/android/prebuilts/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/android/kernel_dev/s... | BigBot96/android_kernel_samsung_espressovzw | arch/arm/lib/.clear_user.o.cmd | bat | gpl-2.0 | 2,298 |
cmd_sound/pcmcia/pdaudiocf/built-in.o := rm -f sound/pcmcia/pdaudiocf/built-in.o; /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/pcmcia/pdaudiocf/built-in.o
| sai9615/MY-kernel-for-grand-I9082 | sound/pcmcia/pdaudiocf/.built-in.o.cmd | bat | gpl-2.0 | 174 |
@echo off
setlocal
REM Copyright 2006-2011 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 "license" ... | bizo/aws-tools | iam/IAMCli-1.5.0/bin/iam-useraddpolicy.cmd | bat | apache-2.0 | 1,026 |
@echo off
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 licenses this file
REM to you under the Apache License, Version 2.0 (... | hyokun31/wisekb-management-platform | wisekb-uima-ducc/apache-uima/bin/startVNS.bat | bat | apache-2.0 | 1,225 |
pushd PlayFabClientSdk
del /F /Q ..\..\..\Defold\PlayFabClientSdk.zip
copy /Y PlayFabSdk.project game.project
7z a ..\..\..\Defold\PlayFabClientSdk.zip ..\..\..\README.md PlayFab game.project
del /F /Q ..\..\..\Defold\PlayFabClientTestExample.zip
copy /Y PlayFabTestExample.project game.project
7z a ..\..\..\Defold\Play... | PlayFab/SDKGenerator | targets/LuaSdk/GlobalFiles/_Build/Defold/BuildDefoldZips.bat | bat | apache-2.0 | 819 |
@echo off
set SMACMEM=1024
IF NOT "%SMAC_MEMORY%"=="" (set SMACMEM=%SMAC_MEMORY%)
set DIR=%~dp0
IF EXIST "%DIR%\lib\" GOTO USE_LIB
set DIR=%DIR%\..\
:USE_LIB
set EXEC=ca.ubc.cs.beta.aeatk.targetalgorithmevaluator.base.ipc.reversetcpclient.IPCTAEClient
set jarconcat=
SETLOCAL ENABLEDELAYEDEXPANSION
for /F "delims=" %%a... | fredizzimo/keyboardlayout | smac/util/ipc-client.bat | bat | gpl-2.0 | 656 |
#!/bin/bash
# base-tool generated command file
LANG=C PYTHONUNBUFFERED=True GOPATH=/var/tmp/pbench-test-tool-scripts/go PATH=${PATH}:${GOPATH}/bin exec /var/tmp/pbench-test-tool-scripts/opt/pbench-agent/tool-scripts/datalog/prometheus-metrics-datalog /var/tmp/pbench-test-tool-scripts/prometheus-metrics/tools-group/pro... | portante/pbench | agent/tool-scripts/tests/prometheus-metrics/gold/tools-group/prometheus-metrics/prometheus-metrics.cmd | bat | gpl-3.0 | 384 |
@echo off
::
:: Licensed to the Apache Software Foundation (ASF) under one or more
:: contributor license agreements. See the NOTICE file distributed with
:: this work for additional information regarding copyright ownership.
:: The ASF licenses this file to you under the Apache License, Version 2.0
:: (the "License")... | googleinterns/calcite | sqlline.bat | bat | apache-2.0 | 1,189 |
@echo off
rem Copyright 2010-2017 JetBrains s.r.o.
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/licenses/LICENSE-2.0
rem
rem Unless required by appli... | wiltonlazary/kotlin-native | cmd/generate-platform.bat | bat | apache-2.0 | 673 |
@echo Off
SET config=%1
IF ["%1"] == [""] (
SET config=Release
)
call "%~dp0build.cmd" %config%
@echo "%~dp0src\.nuget\NuGet.exe" pack "%~dp0src\AspNet.Identity.EntityFramework.Multitenant\AspNet.Identity.EntityFramework.Multitenant.csproj" -Properties Configuration=%config% -NonInteractive -Symbols -OutputDirec... | weitzhandler/AspNet.Identity.EntityFramework.Multitenant | pack.cmd | bat | apache-2.0 | 677 |
adb devices
adb shell mount -o remount,rw /dev/block/nandc /system
adb shell mount -o remount,rw /dev/root /
adb push disp/disp.ko /vendor/modules/disp.ko
adb shell chmod 600 /vendor/modules/disp.ko
adb push lcd/lcd.ko /vendor/modules/lcd.ko
adb shell chmod 600 /vendor/modules/lcd.ko
adb push hdmi/hdmi.ko /vendo... | linuxmake/kernel_softwinner_fiber | drivers/video/sun6i/adb_push.bat | bat | gpl-2.0 | 453 |
@echo off
SETLOCAL enabledelayedexpansion
if NOT DEFINED JAVA_HOME goto err
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
TITLE Elasticsearch Plugin Manager ${project.version}
SET properties=
SET args=
:loop
SET "current=%~1"
SHIFT
IF "x!current!" == "x" GOTO breakloop
IF "!current:~0... | xuzha/elasticsearch | distribution/src/main/resources/bin/elasticsearch-plugin.bat | bat | apache-2.0 | 1,241 |
cube.off
| hlzz/dotfiles | graphics/cgal/Surface_mesh_simplification/examples/Surface_mesh_simplification/edge_collapse_surface_mesh.cmd | bat | bsd-3-clause | 9 |
@echo off
set arg0=%0
::==============================================================================
::
:: Process options.
::
::==============================================================================
set prev=
::
:: Loop for all input parameters
::
:loop
set found=
::
:: Get option argument base... | LegalizeAdulthood/cimple | configure.bat | bat | mit | 12,008 |
@cls
@echo ***************************************************
@echo ** mvnÅú´¦Àí¹¤¾ß for JXADF **
@echo ** **
@echo **¿ª·¢¹«Ë¾£º¹ãÖݽ¡Ð¿Ƽ¼¹É·ÝÓÐÏÞ¹«Ë¾ **
@echo **Homepage: http://osgia.com **
@echo **¿ª·¢ÕߣºÎºÃ÷ÖÇ wm... | wmzsoft/JXADF | Source/JxADF/mvndo.bat | bat | mit | 2,949 |
@echo off
echo Building installers
for %%a in (%~dp0*.nsi) do (
echo makensis.exe /V2 %%a
makensis.exe /V2 %%a || exit /b 1
)
| jberezanski/XBtFFrameFix | Installers/build.cmd | bat | mit | 128 |
efm8load "..\..\NET\API\Treehopper.Firmware\treehopper.tfi" | treehopper-electronics/treehopper-sdk | Firmware-EFM8/tools/treehopperLoad.cmd | bat | mit | 59 |
@setlocal EnableDelayedExpansion EnableExtensions
@if defined EOLFIX_DEBUG (@echo on) else (@echo off)
call config.cmd
set targets=%*
if not defined targets set targets=clean all
title %~n0
call "%VS110COMNTOOLS%\vsvars32.bat"
nmake -f msvc8.mak %targets%
| rasa/eolfix | msvc11.cmd | bat | mit | 261 |
@echo //------------------------------------------------------------------------------
@echo // file:
@echo // cmake.bat
@echo // brief:
@echo // builds project by cmake
@echo // version:
@echo // $Id: cmake.bat 365 2014-07-13 07:58:50Z hryky.private@gmail.com $
@echo //
@echo // usage:
@echo // cmake_build... | hiroyuki-seki/hryky-codebase | tool/build/cmake.bat | bat | mit | 7,311 |
@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... | jklepp-tgm/MensaAustria_OracleXE | docs/make.bat | bat | mit | 6,489 |
@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... | wdalmut/simple-mvc | docs/make.bat | bat | mit | 5,104 |
@echo off
perl c:\progra~2\markdown\markdown.pl %1
| jonspeicher/launchers | markdown.bat | bat | mit | 51 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\tools\ruby23\bin\ruby.exe" "C:/Users/macse/newjims/vendor/bundle/ruby/2.3.0/bin/tilt" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\tools\ruby23\bin\ruby.exe" "%~dpn0" %*
| ramseeker/newjims | vendor/bundle/ruby/2.3.0/bin/tilt.bat | bat | mit | 224 |
vrpn_server.exe -f "vrpn_wii.cfg" -millisleep 0 | nhurman/avalon | Kerpape/MiddleVR/VRPN_WiiSupport/bin/vrpn_server_wii.bat | bat | mit | 48 |
@echo off
SET dotnet="C:/Program Files/dotnet/dotnet.exe"
SET opencover=%UserProfile%\.nuget\packages\opencover\4.6.519\tools\OpenCover.Console.exe
SET reportgenerator=%UserProfile%\.nuget\packages\reportgenerator\3.0.2\tools\ReportGenerator.exe
REM SET targetargs="test"
SET targetargs="test -f netcoreapp2.0 -c ... | marcin-kowal/WebApi.DependencyAnalyzer | runCoverage.bat | bat | mit | 1,094 |
@echo off
rd /s /q docs\conbo
jsdoc ./lib/conbo.js README.md -c jsdoc.json -d ./docs/ -P package.json | mesmotronic/conbo | build-docs.cmd | bat | mit | 105 |
cmd_drivers/mtd/devices/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/mtd/devices/built-in.o drivers/mtd/devices/msm_nand.o
| kingklick/kk-evo-kernel | drivers/mtd/devices/.built-in.o.cmd | bat | gpl-2.0 | 192 |
cmd_sound/pci/vx222/built-in.o := rm -f sound/pci/vx222/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD sound/pci/vx222/built-in.o
| chase2534/gtab47.freekern | sound/pci/vx222/.built-in.o.cmd | bat | gpl-2.0 | 245 |
cmd_sound/core/memory.o := arm-eabi-gcc -Wp,-MD,sound/core/.memory.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... | bigbiff/i717-GB-Kernel | sound/core/.memory.o.cmd | bat | gpl-2.0 | 22,869 |
cmd_fs/readdir.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.readdir.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/plat-rk/i... | jpsminix/minix5 | fs/.readdir.o.cmd | bat | gpl-2.0 | 28,265 |
@echo off
:REP
cmdgfx.exe "" pM
set RET=%errorlevel%
set /a "KEY=%RET%>>22, NKD=(%RET%>>21) & 1"
if not "%KEY%" == "0" echo %KEY% %NKD%
if not "%KEY%" == "27" goto REP
set KEY=&set NKD=&set RET=
| misol1/cmdgfx | getchloop2.bat | bat | gpl-2.0 | 195 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\to-double-quotes\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\to-double-quotes\cli.js" %*
) | chrisdc/ventnor | node_modules/grunt-jscs/node_modules/jscs/node_modules/.bin/to-double-quotes.cmd | bat | gpl-2.0 | 194 |
cmd_drivers/power/power_supply_core.o := arm-eabi-gcc -Wp,-MD,drivers/power/.power_supply_core.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 -W... | HCDRJacob/wildfire-kernel | drivers/power/.power_supply_core.o.cmd | bat | gpl-2.0 | 141,836 |
ECHO OFF
TITLE Edge Adblock
CLS
MODE con:cols=80 lines=30
COLOR f0
GOTO CHECKADMIN
:CHECKADMIN
ECHO _____ _ ___ _ _ _ _
ECHO ! ___! ! ! / _ \ ! ! ! ! ! ! !
ECHO ! !__ __! ! __ _ ___ / /_\ \ __! ! !__ ! ! ___ ___! ! _... | Dutchman14/Ads | Edge Adblock.bat | bat | gpl-2.0 | 6,494 |
cmd_drivers/scsi/scsi_proc.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/scsi/.scsi_proc.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -... | b8e5n/KTG-kernel_es209ra | drivers/scsi/.scsi_proc.o.cmd | bat | gpl-2.0 | 26,691 |
@echo off
echo Run PicPick
call python .\main.py
pause | PoisonBOx/PicPick | run.bat | bat | gpl-2.0 | 56 |
..\node_modules\.bin\mocha ..\test\test.js | ferchojava335/hello-jenkis | script/test.bat | bat | gpl-2.0 | 42 |
nasm -f bin stage1.asm -o ../build/boot.bin
nasm -f bin stage2.asm -o ../build/stage2.bin
| ls-startech/StarBOOT | build.bat | bat | gpl-3.0 | 90 |
lfind -type f -size 0 -exec rm {} ;
lfind -type d -iname greybox_tmp -exec rm -rf {} ;
| fbelavenuto/msx1fpga | _clean.cmd | bat | gpl-3.0 | 87 |
@echo off
rem Writen by Jbain
:end
login-server_sql.exe
echo .
echo .
echo Login server crashed! restarting in 15 seconds! press ctl+C to cancel restart!
PING -n 15 127.0.0.1 >nul
goto end | Epsynus/Tripping-nemesis | logserv-sql.bat | bat | gpl-3.0 | 196 |
msxsl TestLib.xml interface.xsl -v -o Testlib_Intf.pas
msxsl TestLib.xml server.xsl -v -o TestLib_Server.pas
msxsl TestLib.xml client.xsl -v -o TestLib_Client.pas
rem pause | padcom/aplaster | components/uib/misc/AppServer/Samples/Skeleton/GenSkeletons.bat | bat | gpl-3.0 | 175 |
#!/bin/bash
#----------------------------------------------------
# Generic SLURM script
#----------------------------------------------------
#SBATCH -J gls.test.snpmat # Job name
#SBATCH -o gls.test.snpmat.%j.out # stdout; %j expands to jobid
#SBATCH -e gls.test.snpmat.%j.err # stderr; skip to combine stdout and ... | wzhy2000/gwas.lasso | test/gls-test-snpmat.bat | bat | agpl-3.0 | 554 |
echo off
echo Set install parameter from ini file
for /f "delims=" %%x in (wikijournals.ini) do (set "%%x")
echo %date%-%time% - Install Mediawiki - >> %PROJECTDIR%\install\windows\wikijournals.log
echo %date%-%time% Download Mediawiki >> %PROJECTDIR%\install\windows\wikijournals.log
set MEDIAWIKIURL=https://relea... | swertschak/wikijournals | install/windows/install_mediawiki.cmd | bat | apache-2.0 | 2,929 |
REM
REM Copyright 2014 TWO SIGMA OPEN SOURCE, LLC
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/licenses/LICENSE-2.0
REM
REM Unless required by ... | vital-ai/beaker-notebook | launcher/windows/beaker.command.bat | bat | apache-2.0 | 696 |
@echo off
:loop
echo "PANG"
:: Use powershell as this does /not/ require streams attached and can sleep milliseconds. It is present on all supported Windows versions.
powershell -command "sleep -Milliseconds 100"
goto loop | psxpaul/gradle-execfork-plugin | sample_projects/shell_script/src/main/bash/com/github/psxpaul/example-win/SubProcess.bat | bat | apache-2.0 | 229 |
@echo off
call sublime.bat %windir%\system32\drivers\etc\hosts | soiff/scripts | batch/ehost.bat | bat | apache-2.0 | 62 |
@ECHO OFF
SETLOCAL
SET LOG_PATH="Y:\Bravo\bravo_logs\"
SET LOG_FILE="marvin_errors.log"
IF NOT EXIST %LOG_PATH% (SET LOG_PATH="%USERPROFILE%\Desktop\")
SET SCRIPT="%USERPROFILE%\Repos\standalone_scripts\upload_robot_logs.py"
SET STB_CONF="%USERPROFILE%\Repos\statusdb.yaml"
SET STB_LOG="%USERPROFILE%\Repos\statusdb_uplo... | jgruselius/bravo-protocols | bravo_logger.bat | bat | apache-2.0 | 577 |
@echo off
@setlocal enableDelayedExpansion
set lib_java=%SWAC_HOME%/lib/java
if [%3]==[] (
echo "Insufficient arguments provided"& call:usage %0& exit /b
) else (
set scenario_name=%1
set base_date=%2
set forecast_fiscal_year=%3
)
if not [%4]==[] (
java -Dswac.work.dir="%SWAC_WORK%" -cp "%lib_ja... | csmith932/uas-schedule-generator | swac-assembly/src/main/bin/swac-create-scenario.bat | bat | apache-2.0 | 1,077 |
pushd %~dp0
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
popd | archerjd/modularcombat_v3.0.0 | 3.0.0/src/creategameprojects.bat | bat | artistic-2.0 | 67 |
@echo off
setlocal
set GOPATH=C:\DEV\go
C:\Windows\System32\cmd.exe /c start "Godoc Server http://localhost:6161" "C:\Programs\Go\bin\godoc.exe" -goroot="C:\Programs\Go\." -http=localhost:6161 -tabwidth=4
endlocal
| JohanSamyn/gohg | servedoc.bat | bat | bsd-2-clause | 219 |
@ECHO OFF
set "slash=\"
python subir_excel.py
pause | danfercf1/final | web/listas_excel/cargar_datos.bat | bat | bsd-3-clause | 51 |
@echo off
:GETTEMPNAME
SET SESSION_UPDATE_BATCH=%TEMP%\luavm-update-session-%RANDOM%.bat
IF EXIST "%SESSION_UPDATE_BATCH%" GOTO :GETTEMPNAME
echo. > %SESSION_UPDATE_BATCH%
setlocal
"%~dp0versions\luajit-2.1\luajit.exe" "%~dp0luavm.lua" %*
endlocal
call %SESSION_UPDATE_BATCH%
del %SESSION_UPDATE_BATCH%
set SESSION_UP... | xpol/luainstaller | luavm/luavm.cmd | bat | mit | 332 |
::setup
if "%isSetupCalled%" equ "" (
call %BATCHLOCATION%/SetupEnv.bat
)
:: read current namespace
set /p _namespace=<%kubernetes_namespace%
kubectl get pods -n %_namespace% | naguibihab/useful-batch-files | shortcuts/services.bat | bat | mit | 176 |
@echo off
git add --all
set /p log=ÇëÊäÈëlog:
git commit -m %log%
git push origin
| laoqian/webpack-react-redux-multipage-start-kit | push.bat | bat | cc0-1.0 | 82 |
@echo off
@REM Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
@REM Script to build a classpath
set DIRROOT=%1%
set CP=
if "%DIRROOT%" == "" goto noRoot
set LIBDIR=%DIRROOT%\lib
set CLSDIR=%DIRROOT%\classes
for %%f in (%LIBDIR%\*.jar) do call :oneStep %%f
if EXIST %CLSDIR% cal... | hdadler/sensetrace-src | com.ipv.sensetrace.RDFDatamanager/jena-2.11.0/jena-core/bat/make_classpath.bat | bat | gpl-2.0 | 627 |
@echo off
..\..\core\bin\php_engine\php.exe ..\..\core\core.php switchphp
pause | Alorel/alo-wamp | src/wamp/switch versions/php.bat | bat | gpl-3.0 | 79 |
set CLASSPATH=../lib/javaee-api-7.0.jar
set CLASSPATH=%CLASSPATH%;../javaee/skyve.ear/lib/jcr-1.0.jar
set CLASSPATH=%CLASSPATH%;../javaee/skyve.ear/lib/jackrabbit-jcr-commons-1.4.2.jar
set CLASSPATH=%CLASSPATH%;../javaee/skyve.ear/lib/jackrabbit-text-extractors-1.4.jar
set CLASSPATH=%CLASSPATH%;../javaee/skyve.ear/lib/... | skyvers/skyve | skyve-ee/tools/kickstart.bat | bat | lgpl-2.1 | 1,787 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:BVT_ClientInputTest_FastPath /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/BVT_ClientInputTest_FastPath.cmd | bat | mit | 217 |
:: Compiles borpak for Windows using MinGW.
::
:: You must have the GCC compiler from MinGW in your PATH for this to work.
gcc -o borpak.exe borpak.c stristr.c scandir.c
| rofl0r/openbor | tools/borpak/build-windows.bat | bat | bsd-3-clause | 172 |
genie_win.exe vs2010 | RichardRanft/Torque6 | build/GENERATE_VS2010.bat | bat | mit | 20 |
cmd_drivers/video/display/built-in.o := rm -f drivers/video/display/built-in.o; arm-eabi-ar rcs drivers/video/display/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/video/display/.built-in.o.cmd | bat | gpl-2.0 | 130 |
/* load all RexxUtil functions */
Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
Call SysLoadFuncs
'@echo off'
/* invoke test program */
CurrentDirectory = directory()
CurrentDirectory'\dosread.exe'
if rc \=0 then do
/* obtain and issue error message */
say SysGetMessage(rc, 'OSO001.MSG')
say 'Return... | OS2World/DRV-USBECD | dosread/dosread.cmd | bat | isc | 357 |
@echo off
set path=%path%;"C:\Program Files (x86)\Git\bin"
echo ----------------------------------------------------------
echo -- create project
echo ----------------------------------------------------------
set /p val=-- ÇëÊäÈ빤³Ìgit·¾¶:
cd /d %val%
rem ´´½¨×ÓÄ£¿é
git submodule add https://github.c... | dios-game/dios | export_dios_to_project_git.bat | bat | mit | 627 |
:: Need parameter like 1.0.0.1
@Echo off
if (%1)==() (
echo Need parameter like 1.0.0.1
goto END
)
set ClickOnceRevision=%1
set DeploymentPath=PathForPublishingMyProgram
set DeploymentManifest=%DeploymentPath%MyProgram.application
mage -Update %DeploymentManifest% -Processor msil -Install true -Publishe... | zijianhuang/SyncMLDotNet | OutlookSyncMLAddIn/UpdateOutlookSyncMLDeploymentManaifest.bat | bat | mit | 765 |
d:
cd \Users\DashC\Videos
set file=%~1
start /b powershell.exe -command "ping 127.0.0.1 -n 1; $progs = Get-Process -Name ffmpeg; Foreach ($prog in $progs) { $prog.PriorityClass = [System.Diagnostics.ProcessPriorityClass]::IDLE }"
ffmpeg -i "%file%" -filter:v "lenscorrection=cx=0.5:cy=0.5:k1=-0.227:k2=-0.022, ... | petrknap/trunk | projects/ffmpeg/yi-mp4.bat | bat | mit | 370 |
@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... | chris-statzer/python-wedoistapi | docs/make.bat | bat | mit | 5,104 |
::
:: Run all the tests
::
casperjs --baseUrl="http://www.womerton-farm.co.uk" test ./casper_tests/tests
pause | joejcollins/WomertonFarm | live_tests_run.cmd | bat | mit | 113 |
@echo off
REM ---------------------------------------------------------------------------
REM agetpref.bat - Don Cross - http://cosinekitty.com
REM (slight modifications for 0011 by raptorofaxys)
REM Utility batch file used by abuild.bat and aupload.bat.
REM This batch file makes sure all the right ... | dlannan/webdruino | release/build/agetpref.bat | bat | mit | 4,764 |
nasm -f bin -o o.com draw_test.asm
cp o.com C:\dos\
DOSBox.exe | johnnystarr/mos | src/test/draw/draw_test/wasm.bat | bat | mit | 63 |
@echo off
if x%1 == x echo Needs plugin instance name
if not x%1 == x python jsonrpc.py 4448 ffff.enable "{\"instance\":\"%1\"}"
| nosuchtim/VizBench | bin/enable.bat | bat | mit | 129 |
::credits sebastien.kirche@gmail.com
@echo off
%~d0
cd "%~dp0"
del /Q /F *.pbl
cd src
set target=json_test_app
set pbver=170
echo Rebuild the pbl from sources
echo.
orcascr%pbver% /D targetname="%target%" ..\bootstrap-pbl.orca
echo.
if errorlevel 1 goto failed
goto ok
:failed
echo Process failed ... | xlat/pbjson | bootstrap-pbl.cmd | bat | mit | 490 |
cd /d "%~dp0"
ECHO OFF
SET CONFIG=%1
SET NET472=%2
SET NETCOREAPP21=%3
SET NETCOREAPP31=%4
SET FORMAT=%5
IF [%1] EQU [] (SET CONFIG=Debug)
IF [%2] EQU [] (SET NET472=1)
IF [%3] EQU [] (SET NETCOREAPP21=1)
IF [%4] EQU [] (SET NETCOREAPP31=1)
IF [%5] EQU [] (SET FORMAT=html)
ECHO Configuration=%CONFIG%, net472 enable... | MaceWindu/linq2db | Test.cmd | bat | mit | 1,104 |
cmd_drivers/acpi/button.o := gcc -Wp,-MD,drivers/acpi/.button.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64... | dnh34/proj1 | drivers/acpi/.button.o.cmd | bat | gpl-2.0 | 11,786 |
@echo off
rem tolua32 -n luaexport -o ./luaexport.cpp ./luaexport.pkg
cd ..
| nijie/luahttpd | luahttpd/script/make.bat | bat | gpl-2.0 | 76 |
cmd_drivers/usb/storage/usb-storage.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/usb/storage/usb-storage.o drivers/usb/storage/scsiglue.o drivers/usb/storage/protocol.o drivers/usb/storage/transport.o drivers/usb/storage/usb.o drivers/usb/storage/initializers.o drivers/usb/storage/sierra_ms.... | TeamGlide/LiteKernel | drivers/usb/storage/.usb-storage.o.cmd | bat | gpl-2.0 | 355 |
@echo off
SetLocal EnableExtensions
:: This batch script is required to fix PE flags in order to support 2k/XP when VB6 compiler uses modern linker.
:: set the path to your signing script here
set "SignScript_1=h:\_AVZ\ è¨ à §à ¡®âª¨\_Dragokas\DigiSign\SignME.cmd"
copy /y "%~dp0TSAwarePatch\TSAwarePatch.exe... | dragokas/hijackthis | src/tools/FixFlags_AndSign.cmd | bat | gpl-2.0 | 947 |
cmd_net/802/tr.o := gcc -Wp,-MD,net/802/.tr.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__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-comm... | Existed/kernel-2.6.35.14 | net/802/.tr.o.cmd | bat | gpl-2.0 | 34,276 |
echo "conv"
python show_conv_dim.py -F conv_layer.txt -H 32 -W 32 -D 0
echo "deconv"
python show_conv_dim.py -F deconv_layer.txt -H 4 -W 4 -D 1
pause | z01nl1o02/tests | cnn_layer_size/run.bat | bat | gpl-2.0 | 153 |
cmd_sound/arm/built-in.o := rm -f sound/arm/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/arm/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/arm/.built-in.o.cmd | bat | gpl-2.0 | 145 |
cmd_fs/proc/generic.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/proc/.generic.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mac... | srinugnt2000/linux-2.6.37 | fs/proc/.generic.o.cmd | bat | gpl-2.0 | 20,789 |
cmd_drivers/misc/inv_mpu/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o drivers/misc/inv_mpu/built-in.o drivers/misc/inv_mpu/accel/built-in.o drivers/misc/inv_mpu/compass/built-in.o drivers/misc/inv_mpu/pressure/built-in.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | drivers/misc/inv_mpu/.built-in.o.cmd | bat | gpl-2.0 | 269 |
javac ./src/main/java/org/lastbamboo/jni/JLibTorrent.java
javah -verbose -classpath ./src/main/java/ -force -d build/headers/ org.lastbamboo.jni.JLibTorrent
devenv jlibtorrent.vcproj/jlibtorrent.sln jlibtorrent.vcproj/jlibtorrent.vcproj /build Debug
devenv jlibtorrent.vcproj/jlibtorrent.sln jlibtorrent.vcpro... | adamfisk/littleshoot-client | jni/jlibtorrent/build.bat | bat | gpl-2.0 | 357 |
cmd_security/selinux/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 security/selinux/built-in.o security/selinux/selinux.o
| mpokwsths/Z3_kernel | security/selinux/.built-in.o.cmd | bat | gpl-2.0 | 221 |
cmd_drivers/usb/storage/ums-jumpshot.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/usb/storage/ums-jumpshot.o drivers/usb/storage/jumpshot.o ; scripts/mod/modpost drivers/usb/storage/ums-jumpshot.o
| lindsaytheflint/stone | drivers/usb/storage/.ums-jumpshot.o.cmd | bat | gpl-2.0 | 281 |
cmd_arch/powerpc/math-emu/mtfsb1.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/math-emu/.mtfsb1.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 -W... | mattkelly/linux-2.6-xlnx | arch/powerpc/math-emu/.mtfsb1.o.cmd | bat | gpl-2.0 | 19,340 |
cmd_net/ipv4/raw.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.raw.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include -Iinclude -include include/generated/autoc... | dagnarf/sgh-i717-dagkernel | net/ipv4/.raw.o.cmd | bat | gpl-2.0 | 35,533 |
rem Copy the binaries
start /WAIT copy_binaries.bat
rem Build the applet
javac.exe -verbose -classpath bin\pteid35libJava.jar *.java -d obj
rem Jar and sign the applet
jar cvf bin\PTEID_ImgApplet.jar -C obj .
jarsigner -storepass pteidtest -keystore pteid35test.store bin\PTEID_ImgApplet.jar pteid35testcert
... | 12019/svn.gov.pt | _src/eidmw/sdk/samples/misc/Applet/Image/java/make.bat | bat | gpl-3.0 | 1,214 |
@echo off
rem ----------------------------------------------------------------------------
rem Define required Zep version:
set ZEP_VER=1.14
rem Iff installed at nonstandard location, define installation location here:
rem set ZEP_DIR=C:\zep
rem ------------------------------------------------------------... | UiL-OTS-labs/ZEP-detection-task-xin-li | windows-terminal.bat | bat | gpl-3.0 | 2,108 |
@echo off
set PS3DEV=./ps3dev
set PS3SDK=/c/PSDK3v2
set WIN_PS3SDK=C:/PSDK3v2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
rem %PATH%;
if exist mamba del mamba\*.lz.bin>nul
if exist mamba rmdir mamba
if exist mamba\bin del mamba\bin\*.bin>nul
if exist mamba\bin rmdir mamba\bin
... | Alexandersss/MAMBA-master | Make_All.bat | bat | gpl-3.0 | 5,687 |
@echo off
REM mysql\bin\mysqladmin -u root -pwanggang shutdown
rem mysql ¹ÜÀí³ÌÐò Óû§Ãû ÃÜÂë Ö´ÐйرÕÖ¸Áî
:: ÉèÖýø³ÌÃû
set exe=mysqld.exe
:: ¼ì²éÊÇ·ñ´æÔÚ¶ÔÓ¦½ø³Ì
set curCount=0
call f_getproccount %exe% curCount
if %curCount% neq 0 (
echo ÕýÔÚÍ˳ö%exe%½ø³Ì......
:: ²ÉÓýø³Ì¹ÜÀíÆ÷Ç¿ÖÆÍ˳ö... | wanggangzero/wnmp_batch | mysql_stop.bat | bat | gpl-3.0 | 439 |
node_modules\.bin\http-server -c-1
| PankajLala/testingsample | http-server.bat | bat | unlicense | 35 |
@echo off
set JAVA_HOME=%JAVA8_HOME%
%SBT_HOME%/bin/sbt %* | joescii/lift-test | sbt.bat | bat | apache-2.0 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.