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 |
|---|---|---|---|---|---|
C:\Python26\python option_exercise_contract_note.py
SET /P uname=Press Enter to continue | frederick623/HTI | option_exercise/option_exercise_contract_note.bat | bat | apache-2.0 | 88 |
@echo off
SETLOCAL ENABLEEXTENSIONS
SET me=%~n0
SET parent=%~dp0
cd ..
IF EXIST "build" rmdir /S /Q build || EXIT /B 1
:: Assumes you have cloned vcpkg into %HOMEPATH%\Projects
set VCPKG_PATH=%HOMEPATH%\Projects\vcpkg
:: In case you want to build from the command line with Ninja from vcpkg
set PATH=%PATH%;%VCPKG_PAT... | acgetchell/CDT-plusplus | scripts/build.bat | bat | bsd-3-clause | 666 |
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.15/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/10/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/0/ < tmp2 > tmp3
cscript msvc-scripts/rep.vbs //Nolog... | Payshares/libsodium | msvc-scripts/process.bat | bat | isc | 421 |
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\america's army 3\Binaries\AA3Loader.exe" --inject --steam-app-id 13140 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/aa3.bat | bat | mit | 192 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS... | lbc001/zhihu-oauth | docs/make.bat | bat | mit | 7,490 |
@cd ..
call mvn dependency:sources
@pause
| liufeiit/SpringExt | script/source.bat | bat | gpl-2.0 | 42 |
.\Agent.exe debug
pause
| mtconnect/cppagent | install/Windows/src/RunAgent.bat | bat | apache-2.0 | 25 |
@echo off
SETLOCAL
SET EXEC=%~0
SET ISSUE=%1
REM split exec into parts
For %%F IN ("%EXEC%") do (
Set FOLDER=%%~dpF
Set NAME=%%~nxF
)
REM test if we have an issue nr
if [%1] == [] GOTO :NoIssue
SET SPECS=%FOLDER%..\spec
if not exist "%ISSUE%.scss" (
echo input source not found: %ISSUE%.scss
... | mgreter/sass-spec | tools/gen_libsass_todo.cmd | bat | mit | 1,577 |
@echo off
@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% call :addClasses
goto :theEnd
:oneStep
REM echo "ARG: %1"
if "%CP%" == "" (set CP=%1) else (... | BiGCAT-UM/wp2lod | lib/Jena-2.6.4/bat/make_classpath.bat | bat | apache-2.0 | 518 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto end... | Dokaponteam/ITF_Project | xampp/perl/bin/package-stash-conflicts.bat | bat | mit | 1,154 |
@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // OS/2 32-bit
@echo // emx + gcc
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set BLIB=%BNAME%.a
set CC=gcc
set CF=@b/dos32/dj2.opt %CFI% %CFASM%
set LF=%BLIB% -s
%CC% %CF% -c @b\src.rsp
@if errorlevel 1 goto erro... | unix1986/universe | thirdparty/lzo-2.08/B/os2/emx.bat | bat | bsd-2-clause | 1,141 |
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
cd src\ImporterFramework
nuget pack ImporterFramework.csproj -Symbols -Build -Properties Configuration=Release;Platform=AnyCpu
nuget push *.nupkg -Source https://www.nuget.org/api/v2/package
del *.nupkg
echo "Deployment Complete" | ShawnCowles/ImporterFramework | deploy_nuget.bat | bat | mit | 320 |
pyuic5 -o GUIs\CoMPlEx_zPath_Dialog.py GUIs\CoMPlEx_zPath_Dialog.ui
| elandini/CoMPlEx | compileZ_pyqt5.bat | bat | mit | 68 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PyGFA
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not f... | AlgoLab/pygfa | doc/make.bat | bat | mit | 807 |
rem Do not forget to update the project properties and rebuild the solution with Release target. Also update the version below.
"C:\Program Files\NuGet\nuget.exe" Push src/FuncSharp/bin/Release/FuncSharp.4.1.0.nupkg -Source https://www.nuget.org/api/v2/package | siroky/FuncSharp | publish.cmd | bat | mit | 261 |
D:\Install\Bcc55\bin\TD32.EXE %1 | ELENA-LANG/elena-lang | examples/gui/helloworld/debug.bat | bat | mit | 32 |
subl . | bapti/metalsmith-test | open.bat | bat | mit | 6 |
REM copies from an existing build to a nuget package creation area (so that *.MakeNuget.bat works)
REM
REM *** This is mostly a template for doing the copy. ****
REM *** Most likely you want this to be the current version ****
REM *** PLEASE MODIFY THE VERSION NUMBER TO BE CURRENT! ****
@if "%1" == "" (
e... | vancem/perfview | src/NugetSupportFiles/Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles.Populate.bat | bat | mit | 1,798 |
@echo off
cl /Zi /Wall /wd4054 /wd4055 /wd4201 /wd4255 /wd4464 /wd4710 /wd4820 /I include src\scene_with_camera.cpp src\shader.cpp src\glad.c glfw3dll.lib
| Phyllostachys/graphics-demos | scene_with_camera/build.bat | bat | mit | 156 |
:: Remove applicationHost.xdt
rm -f d:\home\site\applicationHost.xdt
| SyntaxC4-MSFT/PHP7Extension | Content/uninstall.cmd | bat | mit | 70 |
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 ..\..\..\testcasesupport\... | maurer/tiamat | samples/Juliet/testcases/CWE36_Absolute_Path_Traversal/s05/CWE36_s05.bat | bat | mit | 491 |
cmd_drivers/video/msm/msm_mipi.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/video/msm/msm_mipi.o drivers/video/msm/mipi_dsi.o drivers/video/msm/mipi_dsi_host.o ; scripts/mod/modpost drivers/video/msm/msm_mipi.o
| lindsaytheflint/stone | drivers/video/msm/.msm_mipi.o.cmd | bat | gpl-2.0 | 295 |
cmd_net/ipv4/netfilter/iptable_nat.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
| spacecaker/CM7_Space_Kernel_Cooper | net/ipv4/netfilter/.iptable_nat.o.cmd | bat | gpl-2.0 | 212 |
@echo Exproting from SVN
@echo --------------------------------------------------------
@echo mysql -u root -p lee0316
cd source
nodemon bin/www
PAUSE
@echo --------------------------------------------------------
| lee12hun/milestone | CarTeamSource/serverfile/RunNode.bat | bat | gpl-2.0 | 219 |
cmd_arch/arm/lib/testsetbit.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kerne... | hch-im/nexus4_kernel | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 2,320 |
cmd_net/bluetooth/hidp/hidp.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth/hidp/hidp.o net/bluetooth/hidp/core.o net/bluetooth/hidp/sock.o
| asopov/linux-tpt-2.6.39 | net/bluetooth/hidp/.hidp.o.cmd | bat | gpl-2.0 | 207 |
cmd_init/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o init/calibrate.o
| mjmccall/Kernel | init/.built-in.o.cmd | bat | gpl-2.0 | 183 |
cmd_arch/arm/lib/io-writesb.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.io-writesb.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kerne... | hch-im/nexus4_kernel | arch/arm/lib/.io-writesb.o.cmd | bat | gpl-2.0 | 2,178 |
cmd_drivers/gpu/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o
| yncconsulting/HTC_Express_Kernel | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_sound/pci/riptide/built-in.o := rm -f sound/pci/riptide/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/pci/riptide/built-in.o
| dalinaum/studyak | sound/pci/riptide/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_crypto/shash.o := arm-linux-gnueabi-gcc -Wp,-MD,crypto/.shash.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 -Wall -Wundef -Wstric... | b8e5n/KTG-kernel_es209ra | crypto/.shash.o.cmd | bat | gpl-2.0 | 25,300 |
cmd_drivers/bluetooth/built-in.o := arm-eabi-ld -EL -r -o drivers/bluetooth/built-in.o drivers/bluetooth/hci_uart.o drivers/bluetooth/bluesleep.o
| timmytim/honeybutter_kernel | drivers/bluetooth/.built-in.o.cmd | bat | gpl-2.0 | 151 |
g++ -c Trigonometric.cpp Wrapper_CAN.cpp StringFunctions.cpp OtherCaplFunc.cpp FileOperations.cpp
ar -rcs libWrapper_CAN.a Trigonometric.o StringFunctions.o OtherCaplFunc.o Wrapper_CAN.o FileOperations.o
| bentearadu/UDS_Lear | Sources/BIN/Release/SimulatedSystems/include/MakeFile_CAN.bat | bat | gpl-3.0 | 204 |
@echo off
set MSVC=%ProgramFiles%\Microsoft Visual Studio 14.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 13.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 12.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Micr... | Mark-Kovalyov/CardRaytracerBenchmark | tools/make_msvc.cmd | bat | gpl-3.0 | 2,402 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does ... | firecake/IRIS | FPGA/VHDL/ipcore_dir/RAM/simulation/timing/simulate_isim.bat | bat | gpl-3.0 | 2,984 |
:: YanConfig Copyright (C) 2015 yanqd0@gmail.com
::
:: This program comes with ABSOLUTELY NO WARRANTY under the terms of GPLv3.
:: This is free software, and you are welcome to redistribute it under certain
:: conditions; see the LISENSE in the root of this project.
xcopy /s /i /y Windows %USERPROFILE%
| yanqd0/YanConfig | install.bat | bat | gpl-3.0 | 305 |
:: the test server must be started before the tests are run
Drexyia.WebSvc.Process.Tests.Server.Host.exe
| drexyia/WsdlUI | WsdlUI/start-test-server.bat | bat | gpl-3.0 | 106 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | kemeyer/par2vel | docs/make.bat | bat | gpl-3.0 | 7,743 |
vcpkg install taocpp-json:x86-windows-static
mkdir build-x86-windows-static
cd build-x86-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows-static -DCMAKE_GENERATOR_PLATFORM=Win32 -DUSE_STATIC_RTL=ON
cmake --build . --config Release
cd ..
pa... | myd7349/Ongoing-Study | cpp/CMake/vcpkg/taocpp_json_example/build-x86-windows-static.bat | bat | lgpl-3.0 | 324 |
-- Vehicle.vehicleNeedRepair
?ve1.vehicleNeedRepair()
!set ch1.isOk := false
?ve1.vehicleNeedRepair() | xeph/LOG670.TP1 | USE/Request/Request.Vehicle.vehicleNeedRepair.bat | bat | unlicense | 101 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" =... | sramana/pysis | docs/make.bat | bat | unlicense | 4,362 |
@echo off
setlocal EnableDelayedExpansion
:: Make sure Ant exists.
if "%ANT_HOME%" == "" (
goto :printHelp
)
:: Parse optional arguments.
if %1 == -h (
goto :printHelp
)
if %1 == --help (
goto :printHelp
)
:: Script arguments.
set antTarget=%1
set artifact=%2
:: Validate mandatory arguments.
set argCount=0
fo... | Nepherte/IvyRepo | IvyRepo.bat | bat | apache-2.0 | 2,136 |
rem https://github.com/StefH/GitHubReleaseNotes
SET version=1.4.34
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question ... | StefH/WireMock.Net | Generate-ReleaseNotes.cmd | bat | apache-2.0 | 420 |
setlocal EnableDelayedExpansion
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE:STRING="Release" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_POSITION_INDEP... | jjhelmus/berryconda | recipes/blosc/bld.bat | bat | bsd-3-clause | 806 |
@echo off
@rem ******************************************
@rem **** Command file to invoke build.xml ****
@rem ******************************************
setlocal
@rem Environment settings here...
set DEBUG=-Denable.install.debug=false
set TAG=-Danthill.build.tag_built=desktop
@rem Test is debug has been set
i... | NCIP/nci-value-set-editor | software/build/build.cmd | bat | bsd-3-clause | 1,979 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S16_Versioning.MSFSSHTTP_FSSHTTPB_TestCase_S16_TC02_Versioning_FileNotExistsOrCannotBeCreated /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll ... | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunMSFSSHTTP_FSSHTTPB_S16_TC02.cmd | bat | mit | 403 |
@echo off
setlocal EnableDelayedExpansion
if [%PLATFORM%]==[] set PLATFORM=x86
if [%PREFERREDTOOLARCHITECTURE%]==[x64] set PLATFORM=x64
set PLATFORM=%PLATFORM:X=x%
if exist build_msvc12_%PLATFORM%\tests (cd build_msvc12_%PLATFORM%\tests) else (
if exist ..\build_%PLATFORM%\tests (cd ..\build_msvc12_%PLATFORM%\tests)... | prudens/audiowaveform | third-party/libgd-2.1.1/windows/run_tests.bat | bat | gpl-3.0 | 1,053 |
cmd_security/droidg/droidg.o := /home/rmgoncalo/android_folder/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o security/droidg/droidg.o security/droidg/droidg_defs.o security/droidg/droidg_lsm.o
| ruigoncalo/droidguardian | droidg/.droidg.o.cmd | bat | gpl-3.0 | 221 |
@echo off
rem dummy batch file to test user defined commands from
rem nar-process-libraries. Just display the arguments passed
echo %*
| muzare/nar-maven-plugin | src/it/it0010-lib-static/echo.bat | bat | apache-2.0 | 136 |
::
:: Copyright 2014-2020 Real Logic Limited.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or ... | EvilMcJerkface/Aeron | aeron-samples/scripts/rate-subscriber.cmd | bat | apache-2.0 | 1,035 |
@echo off
::
:: Some of the files used by the KJS bindings are not KJS specific and
:: can therefore be used directly by the V8 bindings. This script
:: copies those filed from the third_party KJS bindings directory
:: to the directory given as argument to the script.
::
set DIR=%1
set KJS_BINDINGS_DIR="..\..\..\thi... | kuiche/chromium | webkit/build/V8Bindings/copy_files.bat | bat | bsd-3-clause | 396 |
nuget pack vapor/1.0/vapor.nuspec | 0111001101111010/vapor.js | nuget/CreatePackage.bat | bat | mit | 33 |
UPDATE Test2 "Test2-data.txt";
CREATE SCANNER ON Test2[..??] WHERE ROW >= "Abama" LIMIT=4;
DESTROY SCANNER;
CREATE SCANNER ON Test2[..??] WHERE ROW >= "Abama" LIMIT=2 REVS=1;
DESTROY SCANNER;
quit
| tempbottle/hypertable | src/cc/Tools/rsclient/tests/Test2.cmd | bat | gpl-2.0 | 197 |
echo off
cd %~dp0
cd ..
echo on
Core A FE7 -output:%1 "-input:%~dp1Prologue.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch1.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch2.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch3.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch4.txt"
Core A FE7 -output:%1 "-input:%~dp1Ch5.txt"
Core A FE7 -outpu... | diegoisawesome/AME | Dependencies/Hacking/Event assembler/Event assembler/bin/Release/Scripts/Assemble FE7 chapters.cmd | bat | gpl-3.0 | 2,241 |
java -cp ../java-taxii-clients-all.jar org.mitre.taxii.client.example.FulfillmentClient %*
| anl-cyberscience/java-taxii-clients | scripts/fulfillment.bat | bat | bsd-3-clause | 91 |
@echo off
rem
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2... | sobkowiak/fuse | esb/shared/src/main/filtered-resources/bin/patch.bat | bat | apache-2.0 | 3,976 |
@echo off
..\..\third_party\python_26\python.exe check_style.py %*
| hernad/CEF1 | tools/check_style.bat | bat | bsd-3-clause | 69 |
call launcher.bat %~n0 | fredericjoanis/crc-scoreboard | projects/tools_vs2013_win.bat | bat | mit | 22 |
python %~dp0scan-build %*
| veprbl/root | interpreter/llvm/src/tools/clang/tools/scan-build-py/bin/scan-build.bat | bat | lgpl-2.1 | 26 |
@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 "Li... | cooldoger/cassandra | tools/bin/auditlogviewer.bat | bat | apache-2.0 | 1,359 |
gulp compile-vendors-js
pause
| englishextra/shimansky.biz | serguei/libs/serguei-eaststreet/.gulp-compile-vendors-js.bat | bat | mit | 31 |
@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... | lightstrike/djeff | docs/make.bat | bat | isc | 6,457 |
@echo off
rem if exist "%VS90COMNTOOLS%..\IDE" copy /Y .\autoexp.dat "%VS90COMNTOOLS%..\packages\debugger\autoexp.dat"
if exist "%VS90COMNTOOLS%..\IDE" (
echo Found VS90COMNTOOLS, installing usertype.dat...
copy /Y .\usertype.dat "%VS90COMNTOOLS%..\IDE\usertype.dat"
)
if exist "%VS100COMNTOOLS%..\IDE" (
echo Foun... | igHunterKiller/ouroboros | Ouroboros/Source/Build/msvs/oInstallVSTypes.cmd | bat | mit | 904 |
@echo off
echo Deploying zip packages to AWS Lambda
rem Decide which function to create...
echo NOTE: Trigger are not attached!
rem GOTO THEA_PROD
rem ... else make sure you goto END
GOTO END
:WYDOT_DEV
SET REGION=us-east-1
SET FUNCTION_NAME=dev-dot-sdc-cvp-wydot-manual-ingest
SET ZIP_FILE=fileb://dataProcessor.... | VolpeUSDOT/CV-PEP | lambda/deploypackages-create.bat | bat | mit | 3,782 |
powershell .\util\copy2dropbox.ps1
@pause | osubera/lesmills-song-search | copy to Dropbox.bat | bat | mit | 41 |
@echo off
echo Please make sure you are running this from an administrative command prompt.
echo This will install the AutoFlight extensions for full navigation data on your Bebop drone.
echo The script will connect to your drone, upload files and modify critical system configuration potentially bricking your drone.... | lukaslaobeyer/libdrone | bebop-onboard/navdataserver/install.bat | bat | mit | 815 |
@ECHO OFF
SET version=0.9.3.0
SET out=.
"C:\Program Files (x86)\NuGet\nuget.exe" pack ..\src\Styx.Client\Styx.Client.csproj -Symbols -Prop Configuration=Release -OutputDirectory %out% -Version %version%
pause | ReactiveMarkets/Styx.Client | tools/Pack.bat | bat | mit | 209 |
echo off
echo "https://github.com/zeromq/czmq#building-on-windows"
pause
echo "Visual Studio search"
rem call "C:\Programme\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
rem call "C:\Program Files\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
rem call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcva... | tsky1971/UEZeroMQPlugin | Plugins/UEZeroMQPlugin/Source/ThirdParty/getZMQ_win.bat | bat | mit | 3,907 |
:: Copyright © 2014 Code-Glue (www.code-glue.com)
:: Author: Benjamin Lemmond (benlemmond@codeglue.org)
@echo off
:: This script simply copies the necessary files to the module's install location under
:: the user's "\My Documents\WindowsPowerShell\Modules\" directory.
:: It is not required to run the module and is i... | code-glue/Imdb | install.bat | bat | mit | 1,054 |
@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... | Panaetius/woipv | docs/make.bat | bat | mit | 5,094 |
@echo off
rem Drop last error level
call;
rem Create local variable's stack
setlocal
if 0%__CTRL_SETLOCAL% EQU 1 (
echo.%~nx0: error: cmd.exe is broken, please restart it!>&2
exit /b 65535
)
set __CTRL_SETLOCAL=1
call "%%~dp0__init__/__init__.bat" || exit /b
call "%%CONTOOLS_TESTLIB_ROOT%%/init.b... | andry81/contools | Scripts/Tests/unit/batscripts/test_std__chcp.bat | bat | mit | 861 |
@echo off
:: ###########################################
:: ## Kodi mysql and file backup script ##
:: ## for Windows OS ##
:: ## ##
:: ## https://www.harsunen.fi/ ##
:: ## ##
:: #########################... | hharsunen/scripts | win-batch/kodi_backup.bat | bat | gpl-2.0 | 3,930 |
cmd_/home/devel/devel/nucleos/git/nucleos/usr/include/asm-generic/.check := for f in auxvec.h bitsperlong.h errno-base.h errno.h fcntl.h int-ll64.h ioctl.h ioctls-cmos.h ioctls-disk.h ioctls-file.h ioctls-memory.h ioctls-net.h ioctls-scsi.h ioctls-sound.h ioctls-svrctl.h ioctls-tape.h ioctls-tty.h ioctls.h mman-common.... | klenovic/nucleos-newlib | newlib/libc/sys/nucleos/include/asm-generic/..check.cmd | bat | gpl-2.0 | 673 |
copy users.db3.orig users.db3
copy msgs.db3.orig msgs.db3
copy interbbs.db3.orig interbbs.db3
del game_id.dat
del ibbs_winner.dat
| apamment/galactic-dynasty | reset.bat | bat | gpl-2.0 | 139 |
cmd_drivers/gpu/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o drivers/gpu/msm/built-in.o
| tenorntex/lhbalanced | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD arch/arm/lib/built-in.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 152 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_5.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify ... | trivoldus28/pulsarch-verilog | verif/diag/assembly/raw_random/pio_rnd_basic4_usr_mode_sas2_mul_core/pio_rnd_basic4_usr_mode_sas2_mul_core_rand_0_sjm/sjm_5.cmd | bat | gpl-2.0 | 2,174 |
erl -noshell -pa ebin/ -run app_tool main 0 -s init stop
exit | sacramento04/myapp | app_tools/start.bat | bat | gpl-2.0 | 61 |
cmd_drivers/media/usb/ttusb-budget/built-in.o := rm -f drivers/media/usb/ttusb-budget/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/ttusb-budget/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/usb/ttusb-budget/.built-in.o.cmd | bat | gpl-2.0 | 172 |
@echo off
if not "%1" == "max" start /MAX cmd /c %0 max & exit/b
python "program.py"
pause
| LaurensScheldeman/TwitchBot | RUN.bat | bat | gpl-3.0 | 92 |
@echo off
for %%d in (.) do set PROJNAME=%%~nd
set SHORTNAME=Graphing Calculator
set LONGNAME=Graphing Calculator
set PRODUCT_CODE=%PROJNAME%
set PUBNAME=flarn2006
set UNIQUE_ID=0xf7183
copy /y template.rsf cia.rsf >NUL
sed -i "s/@@TITLE@@/%SHORTNAME%/g" cia.rsf
sed -i "s/@@PRODUCT_CODE@@/%PRODUCT_CODE%/g" cia.rsf
sed... | flarn2006/GraphCalc3DS | makecia.bat | bat | gpl-3.0 | 756 |
UDIRX=`pwd`
cd ../../source/SPHYSICSgen2D/
make -f SPHYSICSgen_ifort.mak clean
make -f SPHYSICSgen_ifort.mak
if [ $? -eq 0 ]; then
SPHYSICSGENcompilationDone="yes"
echo 'SPHYSICSGENcompilationDone = ' $SPHYSICSGENcompilationDone
cd $UDIRX
../../execs/SPHYSICSgen_2D < Case1.txt > "Case1.out"
if [ $? -eq 0 ]; t... | slitvinov/sphysics2d | run_directory/Case1/Case1_unix_ifort.bat | bat | gpl-3.0 | 1,046 |
romcnv_mvs -all -slim
| phoe-nix/NJEMU | romcnv/mvsconv_slim_all.bat | bat | gpl-3.0 | 22 |
@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... | alflanagan/css_compare | doc/make.bat | bat | agpl-3.0 | 7,252 |
jsdoc sp-rest-api.js -d jsdoc | catcher-in-the-try/sp-rest-api.js | refresh-jsdoc.bat | bat | unlicense | 29 |
@ECHO OFF
@subst X: /D
exit | OLR-xray/OLR-3.0 | unmount.cmd | bat | apache-2.0 | 27 |
@echo off
SET DIR=%~d0%~p0%
SET file.settings="%DIR%..\..\Settings\${environment}.settings"
::your deployment settings here
pause | fchen/dropkick | DeploymentScripts/Templates/AppDeployment.bat | bat | apache-2.0 | 144 |
"bin\Debug\JTXOverdueNotification.exe" /NotifType:OverdueJob | Esri/workflowmanager-samples | OverdueJobsNotification/CSharp/NotifyOverdue.bat | bat | apache-2.0 | 60 |
@echo off
SET C=-1
FOR /L %%a IN (1, 1, 4) DO (
set C=%%a
echo a=%%a, C=%C%
)
ECHO after the loop, C=%C% | PassingTheKnowledge/Batchography | eve-test3.bat | bat | apache-2.0 | 116 |
@echo off
call %~dp0phpsdk-starter.bat -c vc15 -a x86 %*
exit /b %ERRORLEVEL%
| OSTC/php-sdk-binary-tools | phpsdk-vc15-x86.bat | bat | bsd-2-clause | 87 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit-skeleton-generator/phpunit-skelgen
php "%BIN_TARGET%" %*
| papajin/kohana_demo | vendor/bin/phpunit-skelgen.bat | bat | bsd-3-clause | 140 |
@echo off
%~d0
cd "%~dp0"
echo.
echo ================================================
echo Install Visual Studio Code Snippets for the demo
echo ================================================
echo.
IF EXIST %WINDIR%\SysWow64 (
set powerShellDir=%WINDIR%\SysWow64\windowspowershell\v1.0
) ELSE (
set powerShellDir=%WI... | sayar/NodeCamp | Presentation/IntroToNodeJS/IntroToNodeJS/source/Setup/scripts/InstallCodeSnippets.cmd | bat | mit | 555 |
::Install Python Modules
pip install -r requirements.txt
::Install Ta-Lib
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda install -c quantopian ta-lib=0.4.9 -y
::conda install -c conda-forge python-snappy -y
:: Install vn.py
python s... | harveywwu/vnpy | install.bat | bat | mit | 335 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite.MSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\M... | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite.cmd | bat | mit | 356 |
cmd_arch/arm/lib/memmove.o := /home/adam/android/kernel_dev/samsung/espressovzw/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memmove.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/samsung... | MrHyde03/android_kernel_samsung_espressovzw | arch/arm/lib/.memmove.o.cmd | bat | gpl-2.0 | 2,268 |
wpp386 main.cpp
wlink system nt name cddarip.exe file main.obj library ..\..\api\lib\fmodwc.lib
| Deceth/Battle-City | external/fmod-3.75/samples/cddarip/watcom.bat | bat | gpl-3.0 | 97 |
perl \Perl\bin\sarep.pl %&
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/prep.bat | bat | gpl-3.0 | 28 |
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ConvertPdfToJsonFromUrl.ps1"
echo Script finished with errorlevel=%errorlevel%
pause | bytescout/ByteScout-SDK-SourceCode | PDF.co Web API/PDF To JSON API/PowerShell/Convert PDF To JSON From URL/run.bat | bat | apache-2.0 | 156 |
@echo off
SET builddir=%~dp0
cd %builddir%..\src\Frapid.Web\bin\
@echo Creating a Test App
call frapid.exe create app TestApp
rmdir %builddir%..\src\Frapid.Web\Areas\TestApp /Q /S
| mban94/frapid | builds/test-app.bat | bat | apache-2.0 | 183 |
@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... | adufilie/flex-sdk | bin/copylocale.bat | bat | apache-2.0 | 1,000 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.