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
set __EXT=%1
if {%__EXT%}=={} goto _HELP
start %_DOC%\_nsn\process_%__EXT%.png
goto _END
:_HELP
echo procdiag: Display the NSN process diagram
echo usage:
echo procdiag m_c
echo - Display NSN M milestone and C milestone relationship
echo.
echo procdiag c_p
echo - Display NSN C milestone and P milest... | greenlaw110/winenv | alias/procdiag.bat | bat | bsd-2-clause | 582 |
set ORBIT_VERSION=1.0.2
set TARGET_NAME=ORBIT_PROFILER_%ORBIT_VERSION%
set TARGET_PATH=builds\%TARGET_NAME%\
set PLATFO_PATH=%TARGET_PATH%platforms\
set SHADER_PATH=%TARGET_PATH%text\
set LICENS_PATH=%TARGET_PATH%licenses\
set SYMSTORE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe"
set PDB_PATH=Orb... | pierricgimmig/orbitprofiler | pack.bat | bat | bsd-2-clause | 2,445 |
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
ifeq ($(GOOS),windows)
TARG:=$(TARG).exe
endif
ifeq ($(TARGDIR),)
TARGDIR:=$(QUOTED_GOBIN)
endif
all: $(TARG)
include $(QUOTED_GOROOT)/src/Make.common
PREREQ+... | qrush/higo | vendor/Make.cmd | bat | bsd-3-clause | 945 |
@echo off
REM
REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
REM
REM Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
REM
REM The contents of this file are subject to the terms of either the GNU
REM General Public License Version 2 only ("GPL") or the Common Develo... | Lucci93/DistributedSystemProject | glassfish4/glassfish/bin/wsdeploy.bat | bat | mit | 2,649 |
cmd_ipc/built-in.o := arm-linux-androideabi-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o
| MihawkHu/Android_scheduler | kernel/goldfish/ipc/.built-in.o.cmd | bat | mit | 184 |
cmd_arch/arm/common/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/clkdev.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 127 |
call ..\..\utilities\findMatlab.bat
if %ismatlab%==1 (
start "Matlab" /b %matexe% -r "runCursor;quit;" %matopts%
) else (
echo runCursor | %matexe% %matopts%
) | bopjesvla/BCI | matlab/cursorControl/runCursor.bat | bat | gpl-3.0 | 163 |
cd "c:\Documents and Settings\ba-test\test"
if exist .\conf\running_BitarchiveApplication goto NOSTART
goto START
:START
cscript .\conf\start_BitarchiveApplication.vbs
goto DONE
:NOSTART
echo Cannot start. Application already running.
:DONE
| netarchivesuite/netarchivesuite-svngit-migration | tests/dk/netarkivet/deploy/data/originals/test_target/kb-test-bar-011.bitarkiv.kb.dk/start_BitarchiveApplication.bat | bat | lgpl-2.1 | 244 |
@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... | kivio/python-structured-logging | docs/make.bat | bat | bsd-3-clause | 7,732 |
setPreference -pref UserLevel:NOVICE
setPreference -pref MessageLevel:DETAILED
setPreference -pref ConcurrentMode:FALSE
setPreference -pref UseHighz:FALSE
setPreference -pref ConfigOnFailure:STOP
setPreference -pref StartupCLock:AUTO_CORRECTION
setPreference -pref AutoSignature:FALSE
setPreference -pref KeepSVF:FALSE
s... | elkhadiy/xph-leons | grlib-gpl-1.4.1-b4156/boards/gr-cpci-xc2v/fpga-usb.cmd | bat | gpl-2.0 | 851 |
fasm drek.asm drek.com
pause | Divyavrat/aplaun | games/drek/build.bat | bat | gpl-3.0 | 28 |
@echo #----------------------------------------------------------------------------#
@echo # Generating main.lss
@echo #----------------------------------------------------------------------------#
avr-objdump -h -S bin\main.elf > bin\main.lss
@echo #--------------------------------------------------------------------... | pvrego/adaino | project/hexitandburn_mega.bat | bat | mit | 1,100 |
SET QDIR=qemu\0.15.1
SET SER=-serial file:serial0.log
rem SET SER=-serial vc
SET Q_NET= -net user -tftp ./tftp -net nic,model=smc91c111
SET STOP=-S
rem -append "-d=20 -- -test all"
rm -f serial0.log
start /wait %QDIR%\qemu-system-arm -gdb tcp::1234,nowait,nodelay,server,ipv4 -L %QDIR%/bios -kernel ... | kandeshvari/phantomuserland | run/run_arm.cmd | bat | lgpl-3.0 | 490 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JENA_CP=%JENA_HOME%\lib\*;
set LOGGING=file:%JENA_HOME%/jen... | CesarPantoja/jena | apache-jena/bat/schemagen.bat | bat | apache-2.0 | 479 |
@echo off
rem This script is in use by the Windows buildslaves to upload the package to openphdguiding.org
rem
rem Before to run this script you need to install putty and add it to PATH.
rem As we cannot use pageant from the buildbot service we need to create
rem a saved session named phd2buildbot in putty usi... | olegkutkov/phd2guiding_crao | upload.cmd | bat | bsd-3-clause | 711 |
@echo off
title OpenRA.Utility.exe
:choosemod
echo ----------------------------------------
echo.
call OpenRA.Utility.exe
echo Enter --exit to exit
set /P mod=Please enter a modname: OpenRA.Utility.exe
if /I "%mod%" EQU "--exit" (exit /b)
if /I "%mod%" EQU "ra" (goto help)
if /I "%mod%" EQU "cnc" (goto help)
if /I "%m... | SoScared/OpenRA | utility.cmd | bat | gpl-3.0 | 1,079 |
set RTT_ROOT=F:\OSProj\RT-Thread\Mygithub
set RTT_EXEC_PATH=C:\Sourcery_CodeBench_Lite_for_ARM_EABI\bin
set RTT_CC=gcc
cmd | 52osworld/RealBoard4088 | software/rtthread_examples/examples/realboard/setpath.bat | bat | gpl-2.0 | 122 |
@rem Copyright 2017 gRPC authors.
@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 applicable ... | Vizerai/grpc | tools/internal_ci/windows/grpc_run_tests_matrix.bat | bat | apache-2.0 | 912 |
@echo off
REM PHP_CodeSniffer detects violations of a defined coding standard.
REM
REM @author Greg Sherwood <gsherwood@squiz.net>
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
if "%PHP_PEAR_PHP_BIN%" neq ... | mesa57/spotweb | vendor/squizlabs/php_codesniffer/bin/phpcs.bat | bat | bsd-3-clause | 410 |
@pushd "%~dp0"
xcopy /y .\SlideshowScreenSaver.scr %WINDIR%\System32\*.*
@popd
pause
| Harurow/SlideshowScreenSaver | build/install.bat | bat | mit | 88 |
@python c:\bin\python\ifap.py %1 %2 %3 %4 %5 %6 %7 %8 %9
| ddierschow/dotfiles | dos/ifap.bat | bat | mit | 57 |
@echo off
@echo [1/8] Building SwdPageRecorder...
@echo [2/8] Sharpening knives....
@rem Global variables
set SlnPath=..\SwdPageRecorder\SwdPageRecorder.sln
set SwdUiPath=..\Bin
set EnableNuGetPackageRestore=true
set STDOUT_DEFAULT=build.log
@rem =====================
echo Hello! >%STDOUT_DEFAULT%
@echo [3/8] ... | sergueik/swd-recorder | build/go.bat | bat | mit | 3,154 |
NuGet.exe pack SheepAspect.nuspec -BasePath ..\
pause | erhan0/aop | NugetItems/Package.bat | bat | mit | 54 |
start %cd%/gradlew bootRun -Dspring.profiles.active=primary
start %cd%/gradlew bootRun -Dspring.profiles.active=secondary
start %cd%/gradlew bootRun -Dspring.profiles.active=tertiary | OlegDokuka/spring-cloud-starter | handmade/eureka-starter-server/bootRun.bat | bat | mit | 182 |
@echo off
setlocal
:: Invoke VS Developer Command Prompt batch file.
:: This sets up some environment variables needed to use ILDasm and ILAsm.
if not defined VisualStudioVersion (
if defined VS140COMNTOOLS (
call "%VS140COMNTOOLS%\VsDevCmd.bat"
goto :Rewrite
)
echo Error: re_write_il.cmd ... | ravimeda/corefxlab | src/System.Slices/re_write_il.cmd | bat | mit | 633 |
cmd_drivers/rtc/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/rtc/built-in.o drivers/rtc/rtc-lib.o drivers/rtc/hctosys.o drivers/rtc/rtc-core.o drivers/rtc/alarm.o drivers/rtc/alarm-dev.o drivers/rtc/rtc-max8986.o
| sembre/kernel_totoro_update3 | common/drivers/rtc/.built-in.o.cmd | bat | gpl-2.0 | 242 |
echo off
rem this file is part of installer for Notepad++
rem Copyright (C)2006 Don HO <don.h@free.fr>
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
rem as published by the Free Software Foundation; either
rem version 2 of t... | FarmGeek4Life/notepad-plus-plus | PowerEditor/installer/packageAll.bat | bat | gpl-2.0 | 10,867 |
cmd_drivers/char/tty_buffer.o := ppc_4xx-gcc -m32 -Wp,-MD,drivers/char/.tty_buffer.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 -Wst... | mattkelly/linux-2.6-xlnx | drivers/char/.tty_buffer.o.cmd | bat | gpl-2.0 | 21,980 |
cmd_scripts/kconfig/lxdialog/menubox.o := /usr/bin/gcc -Wp,-MD,scripts/kconfig/lxdialog/.menubox.o.d -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/menubox.o scripts/kconfig/lxdialog/menubox.c
source_scripts/kconfig/lxdialog/menubox.o := scripts/kconfig/lxdialog/menubox.c
deps_scripts/kconfig... | synel/synergy2416-linux-kernel | scripts/kconfig/lxdialog/.menubox.o.cmd | bat | gpl-2.0 | 2,380 |
cmd_arch/x86/kernel/cpu/common.o := gcc -Wp,-MD,arch/x86/kernel/cpu/.common.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 ... | namgk/kernel-tut | arch/x86/kernel/cpu/.common.o.cmd | bat | gpl-2.0 | 21,287 |
cmd_net/netfilter/ipvs/ip_vs_ftp.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/ipvs/ip_vs_ftp.ko net/netfilter/ipvs/ip_vs_ftp.o net/netfilter/ipvs/ip_vs_ftp.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/ipvs/.ip_vs_ftp.ko.cmd | bat | gpl-2.0 | 283 |
cmd_init/main.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/genera... | doadin/samsung-kernel-msm7x30-Doadin | init/.main.o.cmd | bat | gpl-2.0 | 34,866 |
@echo off
rem cabecalho CGI
echo Content-Type: text/html
echo.
rem Corpo CGI
echo ^<HTML^>
echo ^<BODY^>
echo ^<PRE^>Suas variaveis de sistema sao:
set
echo ^</PRE^>
echo ^</BODY^>
echo ^</HTML^> | miguel7penteado/3-exercicios-estagiarios-cgi | exercicio1-cgi-windows-iis7-bat/lista_variaveis.bat | bat | gpl-2.0 | 197 |
cmd_drivers/serial/built-in.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/serial/built-in.o drivers/serial/serial_core.o drivers/serial/msm_serial.o drivers/serial/msm_serial_debugger.o drivers/serial/msm_serial_hs.o drivers/serial/msm_serial_hs_ti.o... | utkanos/android_htc_mecha_kernel_5slot | drivers/serial/.built-in.o.cmd | bat | gpl-2.0 | 357 |
cmd_drivers/md/dm-mod.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/md/dm-mod.o drivers/md/dm-uevent.o drivers/md/dm.o drivers/md/dm-table.o drivers/md/dm-target.o drivers/md/dm-linear.o drivers/md/dm-stripe.o drivers/md/dm-ioctl.o drivers/md/dm-io.o drivers/md/dm-kcopyd.o drivers/md/dm... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/md/.dm-mod.o.cmd | bat | gpl-2.0 | 330 |
@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... | tbtraltaa/medianshape | docs/make.bat | bat | gpl-3.0 | 7,254 |
# Add commands using main variables
# ${CONVERTED_FILE}, ${ORIGINAL_FILE}, etc..
# Exemple:
#sed -i -e 's/MyISAM/InnoDB/gi' ${CONVERTED_FILE}
| csmanioto/mysql_scripts | convert_db/convert_charset_database_afterdump_custom.cmd | bat | gpl-3.0 | 142 |
@echo off
set errorlevel=1
set errorlevel=
set CL=/MP
pushd src\xpiks-qt\
qmake "CONFIG+=%configuration% appveyor" xpiks-qt.pro
nmake.exe
if errorlevel 1 exit /b %errorlevel%
echo "Build finished for branch %APPVEYOR_REPO_BRANCH%"
popd
echo %cd%
set "shoulddeploy="
if "%APPVEYOR_REPO_BRANCH%" ... | Ribtoks/xpiks | scripts/ci/appveyor-xpiks.bat | bat | mpl-2.0 | 564 |
@echo off
set GOOS=windows
set GOARCH=386
go build -ldflags "-s -w" -o .\build\client\client.exe .\client\
cd client-ui-qt
set SHITAMA_BUILD_ID=%1
set SHITAMA_COMMIT=%2
qmake
mingw32-make
mingw32-make clean
cd ..
mkdir .\dist\Shitama\
xcopy /y .\build\client\client.exe .\dist\Shitama\
xcopy /y .\build\client-ui-qt\... | evshiron/shitama | scripts/build_client_dist.bat | bat | agpl-3.0 | 539 |
vcpkg install mathc:x86-windows
mkdir build-x86-windows
cd build-x86-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/mathc_test/build-x86-windows.bat | bat | lgpl-3.0 | 270 |
@echo OFF
setlocal
echo.
echo ******************************************
echo PcapPlusPlus Windows configuration script
echo ******************************************
echo.
set PLATFORM_MK=mk\platform.mk
set PCAPPLUSPLUS_MK=mk\PcapPlusPlus.mk
:: initially set MINGW_TYPE, MINGW_HOME and PCAP_SDK_HOME to ... | seladb/PcapPlusPlus | configure-windows-mingw.bat | bat | unlicense | 12,185 |
@echo off
set PACKAGE_DIR=lib\packages
set MSPEC_EXE=mspec-clr4.exe
set ARGS=%*
for /F %%M in ('dir /b /s %MSPEC_EXE%') do (
%%M %ARGS%
goto exit
)
:exit
if errorlevel 1 pause else exit | jgoz/netzmq | bin/mspec/mspec.cmd | bat | apache-2.0 | 204 |
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS
IF EXIST ".\pack.log" DEL ".\pack.log"
IF "%MAKENSIS%"=="" SET MAKENSIS=%PROGRAMFILES(X86)%\NSIS\makensis.exe
"%MAKENSIS%" ".\mygeneration.nsi" >> ".\pack.log"
"%MAKENSIS%" ".\mymeta.nsi" >> ".\pack.log"
"%MAKENSIS%" ".\doodads.nsi" >> ".\pack.log"
"%MAKENSIS%... | cafephin/mygeneration | pack/pack.cmd | bat | bsd-3-clause | 386 |
d:\python26\python.exe setup.py bdist_egg
copy dist\*.* "C:\Documents and Settings\nly96021\Application Data\Editra\plugins"
set JALLIB_PYTHON=D:\Python26\Python.exe
set JALUINO_ROOT=D:\pic\jaluino
set JALLIB_ROOT=%JALUINO_ROOT%\3rdparty\jallib_svn
set JALLIB_REPOS=%JALUINO_ROOT%\lib;%JALLIB_ROOT%\include
set J... | sirloon/jaluino | ide/plugins/JaluinoDebugger/build.bat | bat | bsd-3-clause | 443 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S04_ExpandRowRops_CollapseorExpandRowecNullObject_TestSuite.MSOXCTABL_S04_ExpandRowRops_CollapseorExpandRowecNullObject_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S04_ExpandRowRops_CollapseorExpandRowecNullObject_TestSuite.cmd | bat | mit | 374 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S14_Search.MSASCMD_S14_TC19_Search_DocumentLibraryItem /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S14_TC19_Search_DocumentLibraryItem.cmd | bat | mit | 289 |
cd jni
call ndk-build
if %ERRORLEVEL% EQU 0 (
echo ndk-build has failed, build cancelled
cd..
mkdir "assets\shaders\base"
xcopy "..\..\data\shaders\base\*.spv" "assets\shaders\base" /Y
mkdir "assets\shaders\pushconstants"
xcopy "..\..\data\shaders\pushconstants\*.spv" "assets\shaders\pushconstants" /Y
mkdir... | martty/Vulkan | android/pushconstants/build.bat | bat | mit | 600 |
@echo off
copy ..\x64\release\OBS.exe .\
copy ..\ObsVCE\x64\release\ObsVCE.dll .\
copy ..\ObsVCEAMF\x64\release\ObsVCEAMF.dll .\
copy ..\x64\release\ObsVCEMFT.dll .\
copy "%UserProfile%\AMD Media SDK\1.1\dll\amf\x86_64\Release\vs12\amf-core-windesktop64.dll" .\
copy "%UserProfile%\AMD Media SDK\1.1\dll\amf\x86_64\Relea... | kurdtkobain/OBS | rundir/copyrelease64.bat | bat | gpl-2.0 | 1,138 |
C:\GitHub\TinySql\TinySql.Metadata.Sql.Console\bin\debug\tsm.exe update out:"C:\programdata\tinySql\TinyCrm.json" wait con:"Server=(localdb)\projectsV12;database=TinyCrm;Integrated Security=SSPI" class partial attrib folder:"C:\GitHub\TinySql\UnitTests\Classes" | michaelrandrup/TinySql | UnitTests/Metadata/CreateMetadata.bat | bat | gpl-2.0 | 261 |
call c:\batch\m.bat
call c:\batch\imadork.bat
cdd c:\batch
cdd f:\tasm\tigger\cubix
set editfile=f:\tasm\tigger\cubix\kaka
set execfile=f:\tasm\tigger\cubix\kaka
call c:\batch\e.bat
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/cr.bat | bat | gpl-3.0 | 189 |
Win32-PDNE.exe pop_size_10.cfg pop_size_50.cfg pop_size_100.cfg pop_size_150.cfg pop_size_200.cfg pop_size_250.cfg pop_size_350.cfg pop_size_500.cfg | gholker/MastersThesis | ThesisResults/3.1.1_pop_size_bw/run.bat | bat | apache-2.0 | 148 |
#!/bin/sh
#
@echo 'Converting MessagesBundle_ru to UTF-8';
native2ascii -encoding UTF-8 MessagesBundle_ru_edit.properties MessagesBundle_ru.properties
| componavt/wikokit | TGWikiBrowser/src/translation/messagesBundle_to_UTF-8.bat | bat | apache-2.0 | 155 |
@ECHO OFF
REM ****************************************************************************
REM Copyright 2004-2010 Castle Project - http://www.castleproject.org/
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 obta... | carcer/Castle.Components.Validator | ClickToBuild.cmd | bat | apache-2.0 | 1,246 |
REM ×¢ÊÍ
@echo off
set ocd=%cd%
cd /d %~dp0
if not exist proj.android md proj.android
cd proj.android
echo #####Ìáʾ£º¿ªÊ¼¹¹½¨#####
cmake -DDXM_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake
rem cmake -DDXM_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake
echo #####Ìáʾ£º¹¹½¨½áÊø#####
echo #... | dxmgame/dxm-cocos-demo | src/js-moon-warriors/setup.android.mk.bat | bat | mit | 719 |
@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... | apllicationCOM/youtube-dl-api-server | docs/make.bat | bat | unlicense | 5,126 |
@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... | gilessbrown/wextracto | docs/make.bat | bat | bsd-3-clause | 6,705 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\strip-indent\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\strip-indent\cli.js" %*
) | batz91/Tlushi | tlushi-application-android/strip-indent.cmd | bat | mit | 200 |
REM running from the command line
cscript.exe GenerateQRCode.vbs "ABCDEFGHIJKLMNOP1234567890"
pause | bytescout/ByteScout-SDK-SourceCode | QR Code SDK/VBScript and VB6/Command Line Use/run.bat | bat | apache-2.0 | 99 |
@rem Copyright 2017 Google Inc. All Rights Reserved.
@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 Unl... | MikeMarcin/UIforETW | LabScripts/GeneralTracing/start_tracing.bat | bat | apache-2.0 | 2,600 |
:
@echo off
rem ember value of GOTO: is used to know recursion has happened.
if "%1" == "GOTO:" goto %2
if NOT "x%WD%" == "x" set WD=
rem ember command.com only uses the first eight characters of the label.
goto _WindowsNT
start /min %COMSPEC% /e:4096 /c %0 GOTO: _Resume %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
goto EOF
rem ... | moguriso/MSYS2-packages | filesystem/mingw64_shell.bat | bat | bsd-3-clause | 1,265 |
@echo on
rmdir /S /Q Install
del /F *.log *.wrn *.err
cd app
call cleanAll.bat
cd ..
cd sys
call cleanAll.bat
cd ..
| YanVugenfirer/virtio-win-arm | vioserial/cleanAll.bat | bat | bsd-2-clause | 122 |
@ECHO OFF
REM ~ Copyright 2002-2007 Rene Rivera.
REM ~ Distributed under the Boost Software License, Version 1.0.
REM ~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
setlocal
goto Start
:Set_Error
color 00
goto :eof
:Clear_Error
ver >nul
goto :eof
:Error_Print
REM Output an err... | rprata/boost | tools/build/src/engine/build.bat | bat | gpl-2.0 | 20,885 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\browser-pack\bin\cmd.js" %*
) ELSE (
node "%~dp0\..\browser-pack\bin\cmd.js" %*
) | dtro-devuk/SpaJumpStart | src/SpaJS.A.Web/node_modules/browserify/node_modules/.bin/browser-pack.cmd | bat | mit | 143 |
dotnet crConverter.Sync.Host.dll | nx10521/crconverter | crConverter/crConverter.Sync.Host/run.cmd | bat | mit | 32 |
@echo off
set "VIRTUAL_ENV=C:\Users\Michel\Desktop\novoProjeto\backend\venv"
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=(venv) %PROMPT%"
if not defined _OLD_VIRTUAL_PYTH... | micddr/projetoJogo | backend/venv/Scripts/activate.bat | bat | mit | 553 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script tryes to call x32 cmd interpreter under any process mode otherwise
rem it exits with -256 error level.
rem If current process mode is not the x32 process mode and x32 cmd.exe can
rem be called, then the cmd.exe... | andry81/contools | Scripts/Tools/ToolAdaptors/bat/start_cmd32_k.bat | bat | mit | 794 |
@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... | somethingnew2-0/distadmin | docs/make.bat | bat | mit | 5,101 |
@echo off
cmd /k java -cp %~dp0\daris-bionics-client.jar daris.client.bionics.BionicsStudyUpload %*
| uom-daris/daris-bionics-client | src/main/scripts/bionics-study-upload.cmd | bat | mit | 104 |
@if (@X==@Y) @then
:: Batch
:: NB: html file made by prior run of this program will be silently overwritten
@echo off & setlocal enableextensions disabledelayedexpansion
(call;) %= resets errorlevel to 0 =%
:: error messages provided by jscript pop-ups
cscript //nologo //e:jscript "%~dpf0" "%~dpf1"
:: skip rest of bat... | johnoregan/cmdPost | postprev.cmd | bat | mit | 2,045 |
@echo off
rem build or rebuild virtualbox
rem set version
set /p version=<version
rem get latest tag
for /f "delims=" %%A in ('git describe') do set "latesttag=%%A"
rem check tag
if "%version%" == "%latesttag%" goto tagexists
rem stop and create virtualbox
vagrant halt
if errorlevel 1 goto error
rem commit change... | cxtlabs/vagrant-ubuntu-14.04-docker-trustreg | packer-build.cmd | bat | mit | 1,245 |
cmd_drivers/i2c/busses/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-gpio.o drivers/i2c/busses/i2c-qup.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/i2c/busses/.built-in.o.cmd | bat | gpl-2.0 | 206 |
cmd_fs/proc/proc.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/proc/proc.o fs/proc/mmu.o fs/proc/task_mmu.o fs/proc/inode.o fs/proc/root.o fs/proc/base.o fs/proc/generic.o fs/proc/array.o fs/proc/proc_tty.o fs/proc/cmdline.o fs/proc/cpuinfo.o fs/proc/devices.o fs/proc... | kingklick/kk-evo-kernel | fs/proc/.proc.o.cmd | bat | gpl-2.0 | 511 |
cmd_net/xfrm/xfrm_sysctl.o := arm-eabi-gcc -Wp,-MD,net/xfrm/.xfrm_sysctl.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-p... | HCDRJacob/wildfire-kernel | net/xfrm/.xfrm_sysctl.o.cmd | bat | gpl-2.0 | 155,009 |
cmd_drivers/video/fbdev/omap2/displays-new/built-in.o := rm -f drivers/video/fbdev/omap2/displays-new/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/video/fbdev/omap2/displays-new/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/video/fbdev/omap2/displays-new/.built-in.o.cmd | bat | gpl-2.0 | 262 |
cmd_drivers/net/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/net/built-in.o drivers/net/mii.o drivers/net/Space.o drivers/net/loopback.o drivers/net/phy/built-in.o drivers/net/can/built-in.o drivers/net/ethernet/built-in.o drivers/net/wireless/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/net/.built-in.o.cmd | bat | gpl-2.0 | 273 |
:: 3dworld with textures and moving "enemy" : Mikael Sollenborn 2016
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cls & cmdwiz setfont 0
set /a W=320,H=110
mode %W%,%H%
mode con rate=0 delay=10000
for /F "Tokens=1 delims==" %%v in ('set') do if /I not %%v==PATH set "%%v="
set /a W=1280,H=680
cmdgfx.exe "text 8 0 0... | misol1/cmdgfx | legacy/3dworld3_pxlfont_1280.bat | bat | gpl-2.0 | 9,611 |
>>> python_book_1 = book.Book(
... 'Practical Programming',
... ['Campbell', 'Gries', 'Montojo'],
... 'Pragmatic Bookshelf',
... '978-1-93778-545-1',
... 25.0)
>>> python_book_2 = book.Book(
... 'Practical Programming',
... ['Campbell', 'Gries', 'Montojo'],
... 'Pragmatic Bookshelf',
...... | simontakite/sysadmin | pythonscripts/practicalprogramming/oop/bookne.cmd | bat | gpl-2.0 | 481 |
cmd_drivers/input/touchscreen/atmel.o := arm-eabi-gcc -Wp,-MD,drivers/input/touchscreen/.atmel.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/input/touchscreen/.atmel.o.cmd | bat | gpl-2.0 | 148,270 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/or2.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/ILC-with-LinuxCNC-ILCv1/src/or2.ko /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/or2.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/or2.mod.o... | CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.or2.ko.cmd | bat | gpl-2.0 | 321 |
@echo off
rem echo Resolving dependencies...
npm install electron-packager -g
npm install
echo Preparing build environment...
mkdir build
rmdir /s /q build\selekta-win32-x64
echo Creating package...
electron-packager ./ selekta --platform=win32 --arch=x64 --overwrite --out build --ignore=.*\.bat --ignore=.*sublime.... | BastiTee/selekta | build-win32.bat | bat | gpl-3.0 | 402 |
CLS
@ECHO OFF
SETLOCAL
set MAVEN_OPTS=-Xmx1024m
@echo ------------------------------------------------------------------
@echo MAVEN 2 CLEAN
@echo ------------------------------------------------------------------
call mvn -o clean
@echo ----------------------------------------------------------------... | athrane/pineapple | mvn-site-local-deployment.cmd | bat | gpl-3.0 | 656 |
SET EMACS=emacs-24.3
SET SLIME=slime-2013-12-18
SET SBCL=Steel Bank Common Lisp\1.1.12
SET HOME=%CD%
SET APPDATA=%CD%\AppData
SET LOCALAPPDATA=%CD%\AppData\Local
SET SBCL_HOME=%CD%\%SBCL%\
SET PATH=%SBCL_HOME%\;%PATH%
%CD%\%EMACS%\bin\runemacs.exe --load -q %CD%\.emacs --directory %CD%/%SLIME%/
| junaart/Functional_Programming | IDE/lispstick/run.bat | bat | gpl-3.0 | 309 |
:: go to directory
cd C:\DASOS_userGuide\DASOS_win\DASOS
pause
:: help
DASOS --help
:: extract sample amplitudes for deciding noise level
DASOS -las ..\SampleDATA\DATASET_1\LDR-FW-FW10_01-201009821.LAS -exportPulses 12 ..\LAS21pulsesSamples.csv
DASOS -las ..\SampleDATA\DATASET_2\Australia_2.las -exportPulses 12 ..... | Art-n-MathS/DASOS | DASOS_win/ExerciseCommands.bat | bat | gpl-3.0 | 3,555 |
@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... | UMOL/UMOL.jl | doc/mk.bat | bat | mpl-2.0 | 6,982 |
echo off
if NOT DEFINED VCINSTALLDIR (
if exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64
echo "Applying Visual Studio 17"
)
)
... | Arash-codedev/openGA | ci-test-cases/compile_cl.bat | bat | mpl-2.0 | 744 |
@echo off
# echo 1 2 3 4
C:\Windows\notepad2.exe
| ontometrics/ontokettle | launcher/test.bat | bat | lgpl-2.1 | 52 |
vcpkg install mimalloc:x64-windows
mkdir build-x64-windows
cd build-x64-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_GENERATOR_PLATFORM=x64
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/mimalloc_test/build-x64-windows.bat | bat | lgpl-3.0 | 271 |
python Server.py "./database.txt" | Chavjoh/ChallengeResponsePython | Server.cmd | bat | apache-2.0 | 33 |
@echo off
SETLOCAL
for %%x in (%cmdcmdline%) do if %%~x==/c set DOUBLECLICKED=1
:: set path to erlang installation
call "%~dp0"\bin\find_erlang.bat
::replace @EMAKEFILEDEFINES@ from Emakefile.in and write Emakefile
::(this is what autoconf on *nix would do)
:: depending on your config, you might need to ad... | caijieming-baidu/scalaris | build.bat | bat | apache-2.0 | 1,632 |
@echo off
set DEFAULT_SVNKIT_HOME=%~dp0
if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.SVNSync
set SVNKIT_OPTIONS=-Djava.uti... | stdweird/quattor-SCDB-ugent | external/svnkit/jsvnsync.bat | bat | apache-2.0 | 495 |
DEL /Q .\Assets\Editor\Dummy\X_*
DEL /Q .\Assets\Plugins\Dummy\X_*
DEL /Q .\Assets\Plugins\Editor\Dummy\X_*
DEL /Q .\Assets\Scripts\Dummy\X_*
PAUSE.
| SaladLab/Unity3D.IncrementalCompiler | samples/Benchmark/SourceDelete.bat | bat | mit | 149 |
cmd_lib/bitmap.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,lib/.bitmap.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes ... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/lib/.bitmap.o.cmd | bat | gpl-2.0 | 11,786 |
mkdir 1
copy /Y "\Symbian\s60v5\S60_5th_Edition_SDK_v1.0\Epoc32\data\z\resource\apps\MoSync_3rd.RSC" 1\MoSync.RSC
copy /Y "\Symbian\s60v5\S60_5th_Edition_SDK_v1.0\Epoc32\data\Z\private\10003a3f\import\apps\MoSync_reg.RSC" 1\
copy /Y "\Symbian\s60v5\S60_5th_Edition_SDK_v1.0\Epoc32\release\gcce\urel\MoSync2.exe" 1\MoSync... | MoSync/MoSync | runtimes/cpp/platforms/symbian/sis-ed5/collect.bat | bat | gpl-2.0 | 369 |
CabWiz gpac.inf
ezsetup -l english -i gpac.ini -r readme.txt -e ../../../COPYING -o GPAC_0.4.2_Setup_arm_ppc02.exe
del *.cab
del *.dat
| paulcbetts/yikes | ext/gpac/bin/arm_ppc02_rel/install/do.bat | bat | gpl-2.0 | 135 |
@if (@X)==(@Y) @end /* Harmless hybrid line that begins a JScript comment
::************ Documentation ***********
::REPL.BAT version 6.2
:::
:::REPL Search Replace [Options [SourceVar]]
:::REPL /?[REGEX|REPLACE]
:::REPL /V
:::
::: Performs a global regular expression search and replace operation on
:... | Rocky5/XBMC-Emustation | Other/Tools/Repl.bat | bat | gpl-3.0 | 15,056 |
@echo off
ren Perseus.exe Perseus.bak
for /R %%f in (*.exe) do (
del "%%f"
)
ren Perseus.bak Perseus.exe
for /R %%f in (*.p++) do (
echo Entering %%~pf.
perseus -i="%%~pf%%~nf.p++" -o="%%~pf%%~nf.exe"
)
echo Ready!
pause | perseus-lang/Perseus-6 | make_all.bat | bat | artistic-2.0 | 232 |
clearVariables
logFile ff94.log
addPath ../prep
addPath ../parm
addAtomTypes {
{ "H" "H" "sp3" }
{ "HO" "H" "sp3" }
{ "HS" "H" "sp3" }
{ "H1" "H" "sp3" }
{ "H2" "H" "sp3" }
{ "H3" "H" "sp3" }
{ "H4" "H" "sp3" }
{ "H5" "H" "sp3" }
{ "HW" "H" "sp3" }
{ "HC" "H" "sp3" }
{ "HA" "H" "sp3" }
{ "HP" "... | jchodera/ambermini | share/amber/dat/leap/lib/ff94.cmd | bat | gpl-3.0 | 6,766 |
universe = standard
executable = job_rsc_fread_std.cndr.exe.$$(OPSYS).$$(ARCH)
output = job_rsc_fread_std.out
error = job_rsc_fread_std.err
log = job_rsc_fread_std.log
arguments = -_condor_aggravate_bugs
priority = 0
Notification = Never
queue
| bbockelm/htcondor | src/condor_tests/job_rsc_fread_std.cmd | bat | apache-2.0 | 251 |
@rem
@rem Licensed to the Apache Software Foundation (ASF) under one or more
@rem contributor license agreements. See the NOTICE file distributed with
@rem this work for additional information regarding copyright ownership.
@rem The ASF licenses this file to You under the Apache License, Version 2.0
@rem (the "License... | dangdangdotcom/elastic-job | examples/elasticjob-example-lite-spring/src/main/resources/script/demo.bat | bat | apache-2.0 | 861 |
nuget push UniRx.5.4.1.0.nupkg | saruiwa/UniRx | .nuget/push.bat | bat | mit | 30 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.