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 |
|---|---|---|---|---|---|
haxelib install -notimeout hxcpp
haxelib install -notimeout lime 2.7.0
haxelib install openfl 3.4.0
haxelib run openfl setup
haxelib install actuate
haxelib git linc_dialogs https://github.com/snowkit/linc_dialogs.git
haxelib dev hxlive ../ | tienery/HaxeLive | setup/prereq.bat | bat | mit | 240 |
@echo off
set DevenvPath="D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe"
call :BuildNET AspNet.Dapper
call :BuildNET AspNet.EFCore
call :BuildNET AspNet.MongoDB
call :BuildNET AspNet.NHibernate
call :BuildNETCore AspNetCore.Dapper
call :BuildNETCore AspNetCore.EFCore
c... | 303248153/ZKWeb | Tools/Templates/build.bat | bat | mit | 738 |
cmd_net/built-in.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/built-in.o net/socket.o net/core/built-in.o net/llc/built-in.o net/ethernet/built-in.o net/802/built-in.o net/sched/built-in.o net/netlink/built-in.o net/netfilter/built-in.o net/ipv4/built-in.o net/unix/built-in.o net/pa... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/.built-in.o.cmd | bat | gpl-2.0 | 448 |
cmd_scripts/mod/file2alias.o := gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
source_scripts/mod/file2alias.o := scripts/mod/file2alias.c
deps_scripts/mod/file2alias.o := \
/usr/i... | avareldalton85/rpi2-linux-rt | scripts/mod/.file2alias.o.cmd | bat | gpl-2.0 | 3,355 |
@echo off
setup_win32_generic.bat runtimed
| Guildmaster23/torcs-student-project | setup_win32_debug.bat | bat | gpl-2.0 | 44 |
REM This script finds the tests of the specified type in the repository and run them using nunit-console.
REM It is horrendously slow, and there *will* be a better way to do this.
echo Always remember to compile before running tests this way.
REM Enables use of the !var! syntax.
setlocal enabledelayedexpansion
set fast... | benaston/NSure | build/run-tests.bat | bat | gpl-3.0 | 1,320 |
REM Refresh compilation date (which we store in a file).
echo del /F %1\compiledate.txt
del /F %1\compiledate.txt
echo Creating compiledate.txt
date /T > %1\compiledate.txt
time /T >> %1\compiledate.txt
echo rmdir /S /Q %1\ZipFolder\randoop
rmdir /S /Q %1\ZipFolder\randoop
echo del randoop.zip
del randoop.zip
echo... | abb-iss/Randoop.NET | randoop-NET-src-orig/createzip.bat | bat | apache-2.0 | 6,316 |
@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 em... | legends2k/MSYS2-packages | filesystem/mingw32_shell.bat | bat | bsd-3-clause | 1,263 |
@ECHO OFF
REM ----------------------------------------------------------------------
REM PHP version 5
REM ----------------------------------------------------------------------
REM Copyright (c) 1997-2010 The Authors
REM ----------------------------------------------------------------------
REM http://opensource.org/... | msatriory/Tracking-Order-Management-System | fungsi dari fauzan/php/pear.bat | bat | mit | 4,250 |
@echo off
rem This is the entry point for running Spark shell. To avoid polluting the
rem environment, it just launches a new cmd to do the real work.
cmd /V /E /C %~dp0sparkling-shell2.cmd %* | junwucs/sparkling-water | bin/sparkling-shell.cmd | bat | apache-2.0 | 199 |
@echo off
call git checkout master
if %errorlevel% neq 0 goto EXIT
call git pull --rebase --prune
if %errorlevel% neq 0 goto EXIT
call build\bump-version-UnitsNet-minor.bat
if %errorlevel% neq 0 goto EXIT
call git push --follow-tags --set-upstream
if %errorlevel% neq 0 goto EXIT
echo.
echo New version of UnitsNet p... | anjdreas/UnitsNet | publish-unitsnet.bat | bat | mit | 345 |
@ECHO OFF
:- configure.bat creates platform.hpp and configures the build process
:- You MUST run this before building via msbuild or VisualStudio.
IF %1.==--help. (
ECHO Syntax: configure [ switch ]
ECHO --help show this help
GOTO END
)
ECHO Configuring libzmq...
ECHO // Generated b... | hintjens/libzmq | builds/msvc/configure.bat | bat | gpl-3.0 | 830 |
@echo off
java -cp javaforce.jar;derby.jar;jfbroadcast.jar Broadcast %*
| thuliumcc/javaforce-thulium | projects/jfbroadcast/run.bat | bat | lgpl-2.1 | 72 |
::This script is used to accomplish a vs project automated testing.
::You should make sure you have set %VS100COMNTOOLS%.
::Set the directory of qtp project.
set qtpproj=%cd%
cd ..\..\..\..\
::Compile vs project.
"%VS100COMNTOOLS%..\IDE\devenv.com" "%cd%\cocos2d-win32.vc2010.sln" /Build "Release|Win32"
::Set the dir... | cnsuperx/Cocos2d-x-2.2.5 | tools/jenkins_scripts/windows/win32/test-win-vs2010_release.bat | bat | mit | 918 |
/**** REXX ******** ZIP2EXE.CMD ************** 01/04/96 *********\
|** This exec will prepend the Info Zip unzipsfx.exe file to an **|
|** existing ZIP file to create a self extracting zip. **|
|** **|
|** The exec requires 1 argumen... | nmacs/lm3s-uclinux | user/unzip/os2/zip2exe.cmd | bat | gpl-2.0 | 2,116 |
@echo off
cd ../../_maps/map_files/
set /P MAPFILE=Please enter mapfile (relative to map_files folder):
java -jar ../../tools/mapmerge/MapPatcher.jar -clean "%MAPFILE%.backup" "%MAPFILE%" "%MAPFILE%"
pause | smb64/-tg-station | tools/mapmerge/clean_map.bat | bat | agpl-3.0 | 207 |
@echo off
CLS
ECHO.
ECHO ===============================================
ECHO Simple XYZ Thumbnail Shell Extension Installer
ECHO ===============================================
:: based on
:: https://stackoverflow.com/questions/12322308/
:: https://stackoverflow.com/questions/7044985/
setlocal DisableDelayedExpansio... | EasyRPG/LCF2XML | xyz-thumbnailer/windows/bin/install.cmd | bat | mit | 768 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; arm-linux-androideabi-ar rcsD drivers/mtd/tests/built-in.o
| MihawkHu/Android_scheduler | kernel/goldfish/drivers/mtd/tests/.built-in.o.cmd | bat | mit | 132 |
@ECHO OFF
%~d0
CD "%~dp0"
SET PATH=%PATH%;%systemdrive%\chocolatey\bin
SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
SET PATH=%PATH%;C:\Program Files\nodejs
SET proxyProtocoll=http://
SET proxyServer=pxvip02.intranet.commerzbank.com:8080
echo ** Please enter your username for the proxy settings.
echo ** (without... | JohannesHoppe/Webinar_AngularJS | Day2Task3/Alexej/02. install karma1.cmd | bat | mit | 1,093 |
IF NOT EXIST bin mkdir bin
IF NOT EXIST bin\openvr_api.dll copy examples\ThirdPartyLibs\openvr\bin\win32\openvr_api.dll bin
IF NOT EXIST bin\openvr64pi.dll copy examples\ThirdPartyLibs\openvr\bin\win64\openvr_api.dll bin\openvr64pi.dll
#aargh, see https://github.com/ValveSoftware/openvr/issues/412
#find a python v... | MadManRises/Madgine | shared/bullet3-2.89/build_visual_studio_vr_pybullet_double.bat | bat | mit | 1,526 |
@echo off
REM Sets paths for Visual Studio 2017 build tools for x86. Visual Studio 2019
REM creates command prompt shortcuts for 2015 and 2019 but not 2017. For 2017,
REM open a plain command prompt and run this.
setlocal enabledelayedexpansion
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visua... | ludocode/mpack | tools/vs2017_x86.bat | bat | mit | 537 |
@ECHO OFF
SET src=%~f1
SET tmp=.\tmp
SET result=.\result
SET open_dir=%~n1
SET zip_file=%~n1.zip
IF NOT EXIST "%src%" (
ECHO Source file not found: '%src%'. Aborting.
EXIT /B 1
)
WHERE 7z >nul 2>nul
IF %ERRORLEVEL% NEQ 0 (
ECHO 7zip is not installed. Aborting.
EXIT /B 1
)
PUSHD "%~dp0"
IF EXIST "%tm... | mastersign/JDKex | convert.cmd | bat | mit | 1,123 |
set /a stateCount=%1
set /a alphaSize=%2
set /a acceptCount=%3
..\..\Automata generate-dfa input.dfa %stateCount% %alphaSize% %acceptCount% true %4-%5
..\Process.bat
| jonathanvdc/automata-generator | examples/tfa-minimize/Generate.bat | bat | mit | 168 |
cmd_fs/notify/dnotify/built-in.o := rm -f fs/notify/dnotify/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs fs/notify/dnotify/built-in.o
| damageless/linux-kernel-ican-tab | fs/notify/dnotify/.built-in.o.cmd | bat | gpl-2.0 | 202 |
>>> import temperature
>>> celsius = temperature.convert_to_celsius(33.3)
>>> temperature.above_freezing(celsius)
True
| simontakite/sysadmin | pythonscripts/practicalprogramming/modules/import_temp.cmd | bat | gpl-2.0 | 119 |
@echo off
IF NOT DEFINED MATLAB_VER SET MATLAB_VER=R2016b
IF NOT DEFINED MSVC_VER SET MSVC_VER=14
if %MSVC_VER%==11 SET MSVC_YEAR=2012
if %MSVC_VER%==12 SET MSVC_YEAR=2013
if %MSVC_VER%==14 SET MSVC_YEAR=2015
if %MSVC_VER%==15 SET MSVC_YEAR=2017
echo Cleaning CMake Project
SET PROJECT_DIR=GeneratedProjects\MSVC%MSVC... | imunro/FLIMfit | BuildFLIMfit.bat | bat | gpl-2.0 | 1,002 |
@echo off
echo "Connect device in FEL mode and press <Enter>"
pause
set BOARD=h3
win32\sunxi-fel.exe -p uboot %BOARD%\u-boot-sunxi-with-spl.bin write 0x42000000 %BOARD%\zImage write 0x43000000 %BOARD%\script.bin write 0x43300000 %BOARD%\uInitrd write 0x43100000 %BOARD%\boot.scr
pause
| OtakuNekoP/bpi-fel-mass-storage-gui4win | bpi-fel-mass-storage-gui4win/pack/start-h3.bat | bat | gpl-2.0 | 287 |
cmd_arch/arm/lib/strnlen_user.o := arm-arago-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strnlen_user.o.d -nostdinc -isystem /home/shyam/calixto/ti-sdk-am180x-evm/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/include -I/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include... | calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | arch/arm/lib/.strnlen_user.o.cmd | bat | gpl-2.0 | 2,220 |
cmd_coreutils/printf.o := mips-openwrt-linux-uclibc-gcc -Wp,-MD,coreutils/.printf.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.19.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strin... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/busybox-1.19.4/coreutils/.printf.o.cmd | bat | gpl-2.0 | 28,447 |
cmd_drivers/mmc/host/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/mmc/host/built-in.o drivers/mmc/host/omap_hsmmc.o
| 0xD34D/kernel_amazon_tate | drivers/mmc/host/.built-in.o.cmd | bat | gpl-2.0 | 183 |
@ECHO OFF
@REM
@REM Copyright 2011-2012 eBusiness Information, Groupe Excilys (www.excilys.com)
@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/l... | Tjoene/thesis | Case_Programs/gatling-1.4.0/gatling-bundle/src/main/assembly/assembly-structure/bin/gatling.bat | bat | gpl-2.0 | 2,378 |
cmd_arch/arm/lib/ucmpdi2.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.ucmpdi2.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h ... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/arch/arm/lib/.ucmpdi2.o.cmd | bat | gpl-2.0 | 1,369 |
set trace-commands on
set basename on
# Test of frame commands
# Let's start with a couple of stack entries
step 10
# We also try all of the various where/backtrace variants
# Do we give a valid stack listing initially?
where 2
# How about after a frame command?
frame 0
bt 2
# How about after moving?
u
where 2
down
wh... | rocky/kshdb | test/data/frame.cmd | bat | gpl-2.0 | 687 |
cmd_arch/arm/lib/strchr.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/drive2/Android/CM9/kernel/samsung/epic4gtouch... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/arch/arm/lib/.strchr.o.cmd | bat | gpl-2.0 | 2,247 |
#!/bin/sh
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not... | CprE488/Final | repository/ProcessorIPLib/pcores/fmc_imageon_vita_receiver_v1_13_a/netlist/afifo_64i_16o_k7_ste/implement/planAhead_rdn.bat | bat | gpl-3.0 | 2,697 |
@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... | bsmithyman/pygeo | docs/make.bat | bat | gpl-3.0 | 5,094 |
xcopy /y Injector.exe ..\..\Release\
cd ..\..\Release
.\Injector.exe --module-name dota2-lua-engine.dll --process-name dota.exe --eject
timeout 1
.\Injector.exe --module-name dota2-lua-engine.dll --process-name dota.exe --inject | gamebooster/dota2-lua-engine | dota2-lua-engine/tools/dota-inject.bat | bat | gpl-3.0 | 228 |
@echo off
del Strings_zh_CN.properties
native2ascii Strings_zh_CN.properties.txt Strings_zh_CN.properties
rem copy /Y Strings_zh_CN.properties bin
copy /Y Strings_zh_CN.properties src | Transcriptics/FJREPORT | cnlan.bat | bat | lgpl-2.1 | 187 |
:: this file only contains vc environemnt settings
:: Copyright (c) 2017-2018 wang bin <wbsecg1 at gmail.com>
:: vcbuild <msvc_ver|vs_ver|cl_ver> <desktop|phone|store> <version(5.1,6.1,6.2,10)/sdk_version(8.1,10.0.15063.0)> <arch>
:: vcbuild <msvc_ver|vs_ver|cl_ver> <xp|vista|win7|win8,win8.1|win10|winphone8.1|winstor... | wang-bin/avbuild | tools/vcbuild.bat | bat | lgpl-3.0 | 9,066 |
cd %~dp0\..\RuntimeSymbolExport\bin\Debug
copy *.png ..\..\images
del *.png | Esri/military-features-data | military-symbology-styles/test-data/app6b/ExportScripts/copyfiles.bat | bat | apache-2.0 | 77 |
cd "coders-notes/api"
call yarn
start yarn start | antoine3868/coders-notes | setup/3 - api.bat | bat | apache-2.0 | 48 |
@echo on
@echo =============================================================
@echo $ $
@echo $ Nepxion Coroutine $
@echo $ $
@echo $ ... | Nepxion/Coroutine | coroutine-framework-kilim/repo.bat | bat | apache-2.0 | 911 |
call "%VS120COMNTOOLS%vsvars32.bat"
MSBuild.exe /nologo /v:minimal /p:Configuration=Release build.xml /t:BuildSolution
pause | trustsoft/Trustsoft.WideHotkeys | .build/build.Release.cmd | bat | apache-2.0 | 125 |
@echo off
REM we need nuget to install tools locally
if not exist build\tools\nuget\nuget.exe (
ECHO Nuget not found.. Downloading..
mkdir build\tools\nuget
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& 'build\download-nuget.ps1'"
)
REM we need FAKE to process our build scripts
if not exist build\... | Grastveit/NEST | build.bat | bat | apache-2.0 | 1,902 |
:loop
TASKKILL /F /IM dropbox.exe
TASKKILL /F /IM firefox.exe
TASKKILL /F /IM chrome.exe
TASKKILL /F /IM OneDrive.exe
TASKKILL /F /IM DisOff-Helper Configuration.exe
TASKKILL /F /Im HANDYANDY.EXE
TASKKILL /F /IM evernoteclipper.exe
TASKKILL /F /IM evernote.exe
TASKKILL /F /IM iFunBox_x64.exe
TASKKILL /F /I... | nwy140/CmdHacks | Archive/Process killers/Kills all browsers forever.bat | bat | apache-2.0 | 970 |
spaceships tourney 10.0 | CaveBacon/Spaceships | watch_spaceships.bat | bat | bsd-2-clause | 23 |
@echo off | salaerts/ncombinr | src/NCombinr.Tests/Fixtures/other/test2.cmd | bat | mit | 12 |
@echo off
rem Helper script for those who want to run psake from cmd.exe
rem Example run from cmd.exe:
rem psake "default.ps1" "BuildHelloWord" "4.0"
if '%1'=='/?' goto help
if '%1'=='-help' goto help
if '%1'=='-h' goto help
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\psake.ps1' %*; if (... | jdaigle/FriendsOfDT | psake.cmd | bat | mit | 497 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S01_GetPropertyIdQueryNameGetList_TestSuite.MSOXCPRPT_S01_GetPropertyIdQueryNameGetList_TestSuite10 /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_TestSuite10.cmd | bat | mit | 344 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S02_Coauth.TestCase_S02_TC35_ConverToExclusiveLock_InvalidCoauthSession_ExclusiveLock /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconf... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S02_TC35.cmd | bat | mit | 395 |
cmd_mm/util.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,mm/.util.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/include -include include/linux/a... | jdlfg/Mecha-kernel-jdlfg | mm/.util.o.cmd | bat | gpl-2.0 | 23,719 |
:: wireshark.bat
:: A batch script to run wireshark from the files that
:: constitute the U3 package.
:: Also used to test the U3 package build.
::
:: $Id$
::
:: Wireshark - Network traffic analyzer
:: By Gerald Combs <gerald@wireshark.org>
:: Copyright 1998 Gerald Combs
:: This program is free software; you can redis... | giuliano108/wireshark-rtpmon | packaging/u3/win32/wireshark.bat | bat | gpl-2.0 | 1,412 |
@echo off
call ./set-env.cmd
start %SOFTWARE_DIR%\atom-1.13.0\atom.exe
| sjahreis/seu-as-code.packages | io.atom/atom/1.13.0/files/start-atom.bat | bat | apache-2.0 | 72 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\dateformat\bin\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\dateformat\bin\cli.js" %*
) | mmiodek/wp-project | wp-content/themes/my_starter_theme/node_modules/gulp-autoprefixer/node_modules/gulp-util/node_modules/.bin/dateformat.cmd | bat | gpl-2.0 | 190 |
@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... | milton-bose/sanna | docs/make.bat | bat | isc | 6,457 |
@echo off
if %1 == debug (
build\hxwidgets\Main-debug.exe
) else (
build\hxwidgets\Main.exe
)
| larsiusprime/tdrpg-tools | DataEditor/run-hxwidgets.bat | bat | mit | 96 |
@echo off
rem *******************************************************************
rem * Simple script that will verify if user has downloaded depedencies
rem *
rem * REQUIRES:
rem * - (Nothing)
rem * INPUT:
rem * (None)
rem * AUTHOR:
rem * Piotr Kosek <piotr@kosek.com>
rem * LICENSE:
rem * MIT/X11 Lice... | Shelim/pixie_engine | _engine/build/windows/has_depedencies.bat | bat | mit | 2,467 |
@echo off
setlocal enabledelayedexpansion
TITLE D2GS Magic Builder for Windows
color 4f
echo.
echo /-\-/-\-/-\-/-\-/-\- D 2 G S M a g i c B u i l d e r -\-/-\-/-\-/-\-/-\-/-\
echo \ /
echo / Copyright 2012-2020, HarpyWar (harpywar@gmail.... | pvpgn/pvpgn-magic-builder | build_d2gs.bat | bat | mit | 5,115 |
@ECHO OFF
SETLOCAL enabledelayedexpansion
SET FILE_SETUP=".\HamCheck.iss"
SET FILE_SOLUTION="..\Source\HamCheck.sln"
SET FILE_EXECUTABLE="..\Binaries\HamCheck.exe"
SET FILES_EXECUTABLE="..\Binaries\HamCheck.exe" "..\Binaries\HamCheckExam.dll"
SET FILES_OTHER="..\Binaries\ReadMe.txt" "..\Bina... | medo64/hamcheck | Setup/Publish.cmd | bat | mit | 6,838 |
call _collect.bat
rem ---------------- level musics
xcopy ..\..\Musics\LevelSongs\source\welt7_luca1.asm .\ /Y
del song.asm
ren welt7_luca1.asm song.asm
xcopy song.asm ..\..\Musics\FrameworkSong\asm\ /Y
pushd ..\..\Framework\trackmo\framework
call test.bat
popd
rem -----------------------------
cd ..\_compile\_collect... | kosmonautdnb/TheLandsOfZador | AsmPlus4/ScrollWorld7/_test.bat | bat | mit | 655 |
@echo off
:: Qt Directory
echo %QT_DIR%
echo %QT_BIN%
echo %QT_PLATFORM%
:: Square Root Directory
echo %SQUARE%
:: Terms
echo %RELEASE%
echo %DEBUG%
:: Square Directories
echo %SOURCE%
echo %DEVOPS%
echo %BUILD%
echo %DEPLOY%
echo %THIRD%
:: Deployment Directories
echo %DEPLOY_DOCS%
echo %DEPLOY_ASSETS%
echo %DEPL... | rbax/SquareOne | devops/scripts/echoLocal.bat | bat | mit | 483 |
docker pull devedse/devemazegeneratorcore:latest
docker run -it --rm -p 0.0.0.0:5001:80 devedse/devemazegeneratorcore:latest
pause | devedse/DeveMazeGeneratorCore | Scripts/Docker/StartDockerImageFromRepo.cmd | bat | mit | 130 |
@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... | mjj55409/cpq-exporter | docs/make.bat | bat | mit | 5,108 |
@PUSHD "%~dp0" & "..\..\launcher.exe" /AUTO /USE prboom-plus /DEMO 30ns4752.lmp | Kroc/PortaDOOM | PortaDOOM/files/demos/lvalls4752/playdemo.bat | bat | mit | 79 |
@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... | classner/barrista | documentation/make.bat | bat | mit | 6,705 |
:: Author - DJS
:: Toggles Wireless Network Connection ON
::@echo off
set ConnName="Wireless Network Connection"
set status=enabled
netsh interface set interface name=%ConnName% admin=%status%
pause | djscheuf/Scripts | _bat/WifiOn.bat | bat | mit | 201 |
:date
:: Description: Returns multiple variables with date in three formats, the year in wo formats, month and day date.
:: Revised: 2016-05-04
:: Classs: command - internal - date -time
:: Required preset variables:
:: dateformat
:: dateseparator
rem got this from: http://www.robvanderwoude.com/datetiment.php#I... | SILAsiaPub/vimod-pub-combo | core/date.cmd | bat | mit | 1,159 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\ipv6\bin\ipv6grep.js" %*
) ELSE (
node "%~dp0\..\ipv6\bin\ipv6grep.js" %*
) | SavantCat/UNODE | unodeV1.1/Assets/StreamingAssets/.node/src/node_modules/.bin/ipv6grep.cmd | bat | mit | 137 |
::
:: Created by Eugeny Grishul
::
sc start "BamelgForwarder" | baremetaldude/bamelg | examples/Windows/7/BamelgForwarder/Deploy/start_service.cmd | bat | mit | 66 |
@echo off
call sqlite_constants.bat
echo "Running Web Service Verification Script"
"%TOOL_EXE%" run_web_service_test_script -S "%TEST_SCRIPT_FILE_PATH%" -W "%WEB_SERVER_URL%"
timeout /T -1 | brendanwalker/AsyncRPG | scripts/sqlite/sqlite_verify.bat | bat | mit | 192 |
set Configuration=Release
msbuild PagePerformanceInsights\PagePerformanceInsights.csproj /p:Configuration=%Configuration%,outputPath=..\binaries /t:Clean,Build
msbuild PagePerformanceInsights.MemoryStore\PagePerformanceInsights.MemoryStore.csproj /p:Configuration=%Configuration%,outputPath=..\binaries /t:Clean,Buil... | FreekPaans/PagePerformanceInsights | build_for_nuget.bat | bat | mit | 1,078 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\..\..\sshpk\bin\sshpk-verify" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\..\..\sshpk\bin\sshpk-verify" %*
) | SpatialMap/SpatialMapDev | node_modules/node-pre-gyp/node_modules/http-signature/node_modules/.bin/sshpk-verify.cmd | bat | mit | 210 |
echo off
xcopy /q /y \games\inform\compound.inform\build\output.ulx \games\inform\prt\debug-probcomp.ulx
xcopy /q /y \games\inform\compound.inform\Source\reg-pc*.txt \games\inform\prt
7z a reg-pc.zip reg-pc*.txt
7z a reg-pc.zip regpc.bat
| andrewschultz/the-problems-compound | testing/regpc.bat | bat | cc0-1.0 | 240 |
@echo off
cls
set netDir=c:\windows\Microsoft.NET\Framework\v4.0.30319
if exist EdSharp.exe del EdSharp.exe
if exist errors.txt del errors.txt
echo Compiling
%netDir%\csc.exe /platform:x86 /out:EdSharp.exe /nologo /t:winexe /r:JsSupport.dll /r:Tektosyne.dll /r:VbSupport.dll /r:Microsoft.JScript.dll /r:Microsoft.VisualB... | EmpowermentZone/EdSharp | compileEdSharp.cmd | bat | gpl-2.0 | 456 |
"%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" ScrewTurnWiki.msbuild /t:Package
| ctomiao2/ScrewTurnWiki | Build/BuildAndPackage.bat | bat | gpl-2.0 | 92 |
@echo off
copy %SystemRoot%\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.2.9200.16384_none_c60dddc5e750072a\cleanmgr.exe %systemroot%\System32
copy %SystemRoot%\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.2.9200.16384_en-us_b6a01752226afbb3\cleanmgr.exe.mui %systemroot%\System32\e... | TimJDFletcher/personal-scripts | Windows/enable-drivecleanup-2012.bat | bat | gpl-2.0 | 362 |
cmd_fs/ext3/balloc.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.balloc.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -... | timmytim/honeybutter_kernel | fs/ext3/.balloc.o.cmd | bat | gpl-2.0 | 28,069 |
cmd_crypto/api.o := gcc -Wp,-MD,crypto/.api.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 | crypto/.api.o.cmd | bat | gpl-2.0 | 32,304 |
cmd_drivers/hid/hid-logitech.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/hid/hid-logitech.o drivers/hid/hid-lg.o
| damageless/linux-kernel-ican-tab | drivers/hid/.hid-logitech.o.cmd | bat | gpl-2.0 | 192 |
cmd_arch/arm/lib/ucmpdi2.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.ucmpdi2.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include -I/home/darrell/android/rockchip/rk3188/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endi... | Dee-UK/D33_KK_Kernel | arch/arm/lib/.ucmpdi2.o.cmd | bat | gpl-2.0 | 1,389 |
cmd_fs/debugfs/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o fs/debugfs/built-in.o fs/debugfs/debugfs.o
| spacecaker/CM7_Space_Kernel_Cooper | fs/debugfs/.built-in.o.cmd | bat | gpl-2.0 | 140 |
/*
* Packing Program - Gismo
*
*/
rc = rxfuncadd( "sysloadfuncs", "rexxutil", "sysloadfuncs")
if rc <> 1 then rc = sysloadfuncs()
say ""
address cmd "@echo off"
say "PACKING... Gismo"
VRX_file = "window1.vrx"
vmaj = 0
vmin = 0
beta = 0
do until lines(VRX_file) = 0
line_text=strip(linein(VRX_file),,)
if l... | OS2World/APP-INTERNET-Gizmo | pack.cmd | bat | gpl-2.0 | 2,493 |
cmd_drivers/video/omap2/displays/built-in.o := rm -f drivers/video/omap2/displays/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD drivers/video/omap2/displays/built-in.o
| evan6200/cirrfy_pos | drivers/video/omap2/displays/.built-in.o.cmd | bat | gpl-2.0 | 253 |
cmd_drivers/gpu/vga/built-in.o := rm -f drivers/gpu/vga/built-in.o; /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ar rcs drivers/gpu/vga/built-in.o
| gzdaoke/linux2.6.32_kernel | drivers/gpu/vga/.built-in.o.cmd | bat | gpl-2.0 | 168 |
start javaw -Djava.library.path=../lib -classpath ./;NativeFmodEx-Examples.jar;../lib/NativeFmodEx.jar org.jouvieje.FmodEx.Examples.OfflineDecoding | unktomi/form-follows-function | f3_fmod/NativeFmodEx/Examples/OfflineDecoding.bat | bat | gpl-2.0 | 147 |
cmd_fs/nls/nls_cp863.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o fs/nls/nls_cp863.ko fs/nls/nls_cp863.o fs/nls/nls_cp863.mod.o
| avareldalton85/rpi2-linux-rt | fs/nls/.nls_cp863.ko.cmd | bat | gpl-2.0 | 235 |
cmd_sound/pci/pcxhr/built-in.o := rm -f sound/pci/pcxhr/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/pci/pcxhr/built-in.o
| dalinaum/studyak | sound/pci/pcxhr/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_drivers/staging/ste_rmi4/built-in.o := rm -f drivers/staging/ste_rmi4/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/staging/ste_rmi4/built-in.o
| Algesat/BladeApex2 | drivers/staging/ste_rmi4/.built-in.o.cmd | bat | gpl-2.0 | 171 |
%GAMDIR%
cd "%GBG%\%ROMJ%\%WSTMP%"
for /f "delims=" %%G in ('dir /s/b /ad "%GBG%\%ROMJ%\%WSTMP%\"') do (
pushd "%%~g"
set TMPNAME=%%G
SET curtmp=%CD%
if "%GBG%\%ROMJ%\%WSTMP%\%%~G" EQU "%GBG%\%ROMJ%\%WSTMP%\" exit /b
CALL :SETCHK
popd
)
exit /b
:SETCHK
for %%A in ("%curtmp:*Games\=%") do set dirVartmp=%%~A
... | HoodlumDTX/rom-jacket | fuzzyextchk.bat | bat | gpl-2.0 | 3,838 |
@echo off
if defined APROJECTS ( echo %APROJECTS% ) else ( echo APROJECTS not set && exit /b 1 )
rem Override by envrionment variable for another target or leave empty for no copying - needs putty tools in path
rem set SSH_DEPLOY_TARGET=user@host:/data/alex/Public/Releases
rem === Deploy built programs. ZIP, check w... | albar965/littlenavmap | build/win/pack_deploy.cmd | bat | gpl-3.0 | 2,608 |
cd boost_1_61_0
cmd /c ".\bootstrap.bat"
.\b2 link=static runtime-link=static address-model=32 toolset=msvc-14.0 -j 8 --stagedir=stage/Win32 --with-system --with-iostreams --with-filesystem --with-locale
.\b2 link=static runtime-link=static address-model=64 toolset=msvc-14.0 -j 8 --stagedir=stage/x64 --with-system --wi... | meriken/merikens-tripcode-engine-v3 | BoostPackages/BuildBoostForVisualStudio.bat | bat | gpl-3.0 | 365 |
@echo off
rem SET CLASSPATH=./lib/TaiMI_Parser.jar
if "%1"=="" (
echo Usage: run.bat script_file.xml
echo Exit.
exit
)
..\bin\staff -f %1
| fix-protocol-tools/STAFF | staff-distribution/src/main/tests.session/run.bat | bat | gpl-3.0 | 144 |
@echo off
REM Using the -temp switch builds the SWF/SWC files into build-temp so they're ignore by git
build ..\bin-temp | neilrackett/flashls | build/build-temp.bat | bat | mpl-2.0 | 122 |
palm-log -d usb --system-log-level=info | epik/wAMP | STAGING/preplog.cmd | bat | lgpl-2.1 | 39 |
@echo off
set installto=C:\ProgramData\Google\V8\src\
set v8proxydir=%~dp0
cd "%v8proxydir%"
Echo Current path is: "%CD%"
REM if not exist "v8update.cmd" echo The working directory must be the same path where this command file exists. && goto :eof
Echo The target install location is: %installto%
echo This command fil... | rjamesnw/v8dotnet | Source/V8.NET-Proxy/V8/V8Update.cmd | bat | lgpl-2.1 | 6,007 |
@echo off
cd src
C:\MinGW\bin\mingw32-make.exe release-distclean debug-distclean
cd ..
pause
@echo on
| GDKsoftware/win32diskimager | clean.bat | bat | lgpl-2.1 | 108 |
@echo off
set crop=crop.exe
set src=crop.lst
set tgt=layout_coord.yaml
echo =^> Generate a YAML file (%tgt%) of screens with coordinate layouts.
%crop% yaml -o%tgt% %src%
pause
| YorkJong/pyPicCrop | bin/yaml.bat | bat | lgpl-3.0 | 190 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ====================================================================
rem === CHECK THIS OUT
rem ====================================================================
rem JAVA_HOME must point to your Java Development Kit installation
set JAVA_HOME=C:\Program Files\Java\j... | asirnayeef23/fsm | bin/windows/LS.bat | bat | apache-2.0 | 3,561 |
swipl -f main.pl -g "make_doc, halt."
pause | frapontillo/ai-dialysis-uniba | prolog/make_doc.bat | bat | apache-2.0 | 43 |
@echo off
setlocal
rem
rem Copyright (c) 1999, 2012 Tanuki Software, Ltd.
rem http://www.tanukisoftware.com
rem All rights reserved.
rem
rem This software is the proprietary information of Tanuki Software.
rem You shall use it only in accordance with the terms of the
rem license agreement you entered into with Tanuki ... | shamim8888/SMSlib-ParallelPort | smslib-v3.5.3-MyBuild/dist/classes/Uninstall SMSlib -NT.bat | bat | apache-2.0 | 2,893 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.