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
cd /d "%~dp0"
setlocal
:: setlocal ensures implicit endlocal call howevert batch exits.
:: so we can goto :EOF or ctrl-c an at point and env variables
:: and directory will be reset
if NOT %OS% == Windows_NT (
@echo This script will only work on NT systems
call :error
exit /b 1
)
if NOT EXIST ..\..\ufo... | DarkRainX/ufoai | contrib/scripts/compile_maps.bat | bat | gpl-2.0 | 14,115 |
@echo off
sc query PPWCode.Kit.Tasks.API_I >nul
if errorlevel 0 sc start PPWCode.Kit.Tasks.API_I
| jandockx/ppwcode-recovered-from-google-code | dotnet/Kit/Tasks/I/1.n/1.3/solution/Tools/StartService.bat | bat | apache-2.0 | 102 |
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents... | mauriciovancine/enm_r | data/temp/raster/maxent/8780145180/species_explain.bat | bat | mit | 644 |
for /f "tokens=*" %%i in ('powercfg -q ^| find "Power Scheme GUID"') do set pwrSchm=%%i
set pwrSchm=%pwrSchm:~19,36%
for /f "tokens=*" %%i in ('powercfg -q ^| find "(Display)"') do set dsply=%%i
set dsply=%dsply:~15,36%
for /f "tokens=*" %%i in ('powercfg -q ^| find "(Display brightness)"') do set brtnss=%%i
set brtn... | shiriskumar/Scripts | change_brightness.bat | bat | mit | 472 |
@echo off
if exist node_modules\.bin\gulp goto :run_gulp
echo Building npm modules:
call npm rebuild
:run_gulp
call node_modules\.bin\gulp %*
| kemalcany/client-megatrends | gulp.cmd | bat | mit | 145 |
@echo off
echo curl %* | pine613/p5-HTTP-Command-Wrapper | t/data/bin/curl.bat | bat | mit | 23 |
:: Copied from Command Prompt Wrapper
echo -----COLOR-----
echo Changes the background and text color.
echo List of colors:
echo.
echo 0 Black
echo 1 Blue
echo 2 Green
echo 3 Cyan
echo 4 Red
echo 5 Magenta
echo 6 Yellow
echo 7 White
echo 8 Gray/Grey
echo 9 Light Blue
echo A Light Green
echo B Light Cyan
ec... | Text-OS/Text-OS | Data/Commands/helpcolor.bat | bat | mit | 577 |
@setlocal EnableDelayedExpansion EnableExtensions
@for %%i in (a:\_packer_config*.cmd) do @call "%%~i"
@if defined PACKER_DEBUG (@echo on) else (@echo off)
title Installing Chef Client. Please wait...
:: Download chef client
if not exist "C:\Windows\Temp\chef.msi" (
echo ==^> Downloading Chef Client
powershell -C... | audio4ears/packer-windows | scripts/chef.bat | bat | mit | 1,089 |
@echo off
call setup_vs_project_variables.bat > nul
start msvc\aimp_control_plugin.sln | a0ivanov/aimp-control-plugin | vs_launch.bat | bat | mit | 90 |
copy ..\..\..\style\base.css .
saxon date.hour-in-day.xml ../../../style/function.xsl
wzzip -P -o date.hour-in-day.zip @date.hour-in-day.package.txt
wzzip -P -o date.hour-in-day.use-cases.zip @date.hour-in-day.use-cases.txt
cd ..
cd ..
saxon date.xml ../style/module.xsl
wzzip -P -o date.zip @date.package.txt
cd ..
saxo... | exslt/exslt.github.io | date/functions/hour-in-day/update.bat | bat | mit | 506 |
node r.js -o app.build.js
| coderitual/jtop | build/build.bat | bat | mit | 26 |
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar CLEAN
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar PROPERTY CA false DP true
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar PROJECT 613018243116 user1
start java -jar ../target/mgr_client-1.0-SNAPSHOT-j... | JakubSloniec/mgr_client | scripts/run_60_RP.bat | bat | mit | 6,040 |
git submodule update --init --recursive
npm install
nuget update -self
node scripts\nuget_restore.js
| hozuki/MilliSim | init.cmd | bat | mit | 101 |
@if not defined _echo @echo off
setlocal
set INIT_TOOLS_LOG=%~dp0init-tools.log
if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools
set DOTNET_PATH=%TOOLRUNTIME_DIR%\dotnetcli\
if [%DOTNET_CMD%]==[] set DOTNET_CMD=%DOTNET_PATH%dotnet.exe
set BUILD_TOOLS_SEMAPHORE=%TOOLRUNTIME_DIR%\init-tools.completed
:: if for... | shlomiw/orleans | init-tools.cmd | bat | mit | 2,276 |
start javaw -Djava.library.path=../lib;./Jogl-JSR231 -classpath ./;NativeFmodEx-Examples.jar;../lib/NativeFmodEx.jar;./Jogl-JSR231/jogl.jar;./Jogl-JSR231/gluegen-rt.jar org.jouvieje.FmodEx.Examples.Geometry_ | unktomi/form-follows-function | f3_fmod/NativeFmodEx/Examples/Geometry_.bat | bat | gpl-2.0 | 207 |
cmd_net/sched/cls_flow.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T ./scripts/module-common.lds -s --build-id -o net/sched/cls_flow.ko net/sched/cls_flow.o net/sched/cls_flow.mod.o
| Parkdaeyoung/OPENWRT-LEAKY-BUCKET | build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.18.44/net/sched/.cls_flow.ko.cmd | bat | gpl-2.0 | 194 |
@echo // Copyright (C) 1996-2005 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 32-bit
@echo // Portland Group PGI C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
pgcc -fast %CFI% -o %BEXE% src\*.c -L. -llzo2
@if errorlevel 1 goto error
@call b\done.bat
@goto end
:error
@echo E... | ystk/debian-lzop | B/win32/pgi.bat | bat | gpl-2.0 | 365 |
cmd_drivers/media/video/gspca/gspca_main.ko := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -T /home/friedrich420/kernel/s4/S4GEKernel/scripts/module-common.lds --build-id -o drivers/media/video/gspca/gspca_main.ko drivers/media/video/gspca/gspca_main.o drivers/media/video/gspca/gspca_main.... | friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/media/video/gspca/.gspca_main.ko.cmd | bat | gpl-2.0 | 326 |
@echo Create Bootstrap_rtl.vhd from Intel Bootloader file
A86.com +L1 +P0 +W0 +T0 +G2 +S ldintel.asm ldintel.bin
..\..\bin\bin2case.exe ldintel.bin Bootstrap_intel_rtl.vhd 8
| nsauzede/cpu86 | Software/bootloader/ldintel.bat | bat | gpl-2.0 | 180 |
cmd_sound/isa/opti9xx/built-in.o := rm -f sound/isa/opti9xx/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/isa/opti9xx/built-in.o
| utkanos/android_htc_mecha_kernel_5slot | sound/isa/opti9xx/.built-in.o.cmd | bat | gpl-2.0 | 195 |
cmd_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/parisc/built-in.o
| miamo/miamOv | sound/parisc/.built-in.o.cmd | bat | gpl-2.0 | 137 |
cmd_fs/nls/nls_utf8.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/nls/.nls_utf8.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mac... | srinugnt2000/linux-2.6.37 | fs/nls/.nls_utf8.o.cmd | bat | gpl-2.0 | 15,458 |
cmd_drivers/misc/mic/built-in.o := rm -f drivers/misc/mic/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/misc/mic/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/misc/mic/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_drivers/net/ethernet/natsemi/built-in.o := rm -f drivers/net/ethernet/natsemi/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD drivers/net/ethernet/natsemi/built-in.o
| chase2534/gtab47.freekern | drivers/net/ethernet/natsemi/.built-in.o.cmd | bat | gpl-2.0 | 284 |
cmd_sound/pci/lola/built-in.o := rm -f sound/pci/lola/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/lola/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/pci/lola/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_drivers/gpu/drm/built-in.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o drivers/gpu/drm/built-in.o drivers/gpu/drm/i2c/built-in.o
| jashasweejena/VibeKernel | drivers/gpu/drm/.built-in.o.cmd | bat | gpl-2.0 | 205 |
@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... | cmspsgp31/anubis | docs/make.bat | bat | gpl-3.0 | 7,249 |
cmunit -backend=llvm -config=debug tests.cms
cmunit -backend=llvm -config=release tests.cms
cmunit -backend=c -config=debug tests.cms
cmunit -backend=c -config=release tests.cms
| slaakko/cmajor | test/run.bat | bat | gpl-3.0 | 182 |
@ECHO OFF
REM ### CONFIG BINAIRES - CHEMINS ABSOLUS
REM GLOSGEOPATH - Chemin du dossier d'installation de QGIS / OSGeo4w (OSGeo4W.bat doit y etre present)
SET GLOSGEOPATH=C:\Program Files\QGIS Wien
REM SET GLOSGEOPATH=C:\OSGeo4W
REM GLQGIS - Chemin vers qgis.bat
SET GLQGIS=%GLOSGEOPATH%\bin\qgis.bat
REM GLOGRINIT - In... | CADaGEO/Gracelite | config.bat | bat | gpl-3.0 | 2,003 |
#!/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_v6_ste/implement/planAhead_rdn.bat | bat | gpl-3.0 | 2,697 |
@ECHO ON
CD /d %~dp0
FOR /D %%G in (*) do (
echo *****************************************************
echo * %%G
echo *****************************************************
REM Goto directory
CD %%G
REM Update packages
CALL npm update
REM Build for production
CALL build p
REM Commit changes
... | Memba/Kidoju-Mobile | builds/buildall.cmd | bat | gpl-3.0 | 494 |
@echo off
echo Installing dependencies..
echo:
pip install -r %~dp0\requirements.txt
echo:
echo Installing display style..
start growl:display*https://raw.githubusercontent.com/senuido/stash-scanner/master/files/growl_display/compactdarkminimal.xml
echo:
pause | senuido/stash-scanner | files/install.bat | bat | gpl-3.0 | 261 |
@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... | robintw/PyProSAIL | doc/make.bat | bat | lgpl-3.0 | 5,102 |
@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 I18... | sonofeft/ODPSlides | docs/make.bat | bat | lgpl-3.0 | 7,090 |
SET PATH=%path%;..\TOOLS\
| Patosc/VelvetStudio | Code/setpath.bat | bat | unlicense | 26 |
@set SERVER_IP=%1
@set RECIPE_URL=%2
@set RECIPE_TYPE=%3
@set INSTALL_NAME=%4
cd /d %CLOUDIFY_HOME%
tools\cli\cloudify.bat "connect http://%SERVER_IP%:8100;%RECIPE_TYPE% %RECIPE_URL% "
rem tools\cli\cloudify.bat "connect http://%SERVER_IP%:8100;%RECIPE_TYPE% -name %INSTALL_NAME% %RECIPE_URL% "
| CloudifySource/cloudify-widget | bin/deployer.bat | bat | apache-2.0 | 301 |
@echo off
set EDITLINE4JAVA_VERSION=0.1
set CLASSPATH=.\lib\commons-io-2.2.jar
set CLASSPATH=%CLASSPATH%;.\lib\hamcrest-core-1.3.jar
set CLASSPATH=%CLASSPATH%;.\lib\jna-3.5.2.jar
set CLASSPATH=%CLASSPATH%;.\lib\junit-4.11.jar
set CLASSPATH=%CLASSPATH%;.\lib\slf4j-api-1.7.7.jar
set CLASSPATH=%CLASSPATH%;.\lib... | wangzhengbo/EditLine4Java | runTest.bat | bat | apache-2.0 | 1,051 |
javac -classpath ..\..\..\lib\;. HtmlQuickView.java
| datazuul/com.datazuul.apps--datazuul-explorer | src/main/java/views/htmlquickview/compHtml.bat | bat | apache-2.0 | 53 |
@echo off
REM This can be run from MDT/SCCM like this (given you stored it in \Scripts\BiosSledgehammer):
REM ---
REM cmd.exe /c "%SCRIPTROOT%\BiosSledgehammer\RunVisible.bat"
REM ---
SET PS_PART_PATH=WindowsPowerShell\v1.0\powershell.exe
SET PS_EXE=C:\Windows\System32\%PS_PART_PATH%
SET PS_EXE_SYSNATIVE=c:\windo... | texhex/BiosSledgehammer | RunVisible.bat | bat | apache-2.0 | 696 |
zip -r "c:\temp\backup\chrome-%date:/=-% %time::=-%.zip" ..\chrome\*
rm -rf ..\chrome\common ..\chrome\images
cp -r data\common data\images ..\chrome
zip -r "c:\temp\backup\firefox-%date:/=-% %time::=-%.zip" ..\firefox\*
rm -rf ..\firefox\data\common ..\firefox\data\images
cp -r data\common data\images ..\firefox\data... | andrew-tpfc/pgid | firefox_mobile/update.bat | bat | bsd-2-clause | 321 |
@echo off
setlocal
set gccinps=imginf.c ggetopt.c jpginf.c exif.c pnginf.c
set gccopts=-Wall -mconsole -O2
set gccdefs=-DWINVER=0x0500 -D_WIN32_WINNT=0x500
set gcclibs=
set gccexec=imginf.exe
echo Compiling %gccexec%
@echo on
gcc %gccdefs% %gccopts% -o %gccexec% %gccinps% %gcclibs%
| conoror/misc | imginf/make.bat | bat | bsd-2-clause | 299 |
@echo off
:: Copyright (c) 2013 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
:: Synchronize the root directory before deferring control back to gclient.py.
call "%~dp0\update_depot_tools.bat"
:: Ens... | endlessm/chromium-browser | third_party/depot_tools/fetch.bat | bat | bsd-3-clause | 810 |
@echo off
cd /d "%~dp0"
call config.bat
if exist config.user.bat call config.user.bat
echo start VM:"%VM_VMX%"
%VMRUN_EXE% start "%VM_VMX%" nogui
| kunst1080/vm-provision-freebsd-shellgei | vmstart-nogui.bat | bat | mit | 150 |
@echo off
setlocal enableDelayedExpansion
set hostpath=%1
if "%hostpath%"=="" set hostpath=localhost
if exist delete_test_results.txt (del delete_test_results.txt)
echo {^"deleteResults^":[ > delete_test_results.txt
curl -X DELETE --header "Content-Length:0" -g http://%hostpath%/wlux/data/account.php?bad[some]=stuff >... | rbwatson/wlux_web_service | test/delete_test.bat | bat | mit | 1,364 |
@ECHO OFF
:Loop
IF "%1"=="" GOTO Continue
"%~dp0\multimarkdown" -b -t opml %1
SHIFT
GOTO Loop
:Continue
| fletcher/MultiMarkdown-5 | scripts/mmd2opml.bat | bat | mit | 116 |
node bot.js
PAUSE | Jushiii/Tropics-Bot | start_bot.bat | bat | mit | 18 |
@ECHO OFF
set MSBuildExe="%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
IF NOT EXIST %MSBuildExe% GOTO MSBuildNotFound
:: Prompt for product version
:: --------------------------------------------------
set /p Configuration=Configuration: %=%
set /p MajorVersion=Major Version: %=%
set /p MinorVersion=... | jeoffman/Harvester | package.cmd | bat | mit | 901 |
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\shadowmapping"
xcopy "..\..\data\shaders\shadowmapping\*.spv" "assets\shaders\shadowmapping" /Y
mkdir... | martty/Vulkan | android/shadowmapping/build.bat | bat | mit | 607 |
cmd_arch/arm/mm/pabort-v7.o := /home/rms/exp/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/mm/.pabort-v7.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/exp/arch/arm/include -Iarch/arm/include/generated -Iinclude -inc... | R-M-S/RMS_EXPERIMENTAL_Kernel | arch/arm/mm/.pabort-v7.o.cmd | bat | gpl-2.0 | 1,976 |
echo on
start cmd /k "py -2.7 -m SimpleHTTPServer 8000"
::start python static server
| danalexandru/Algo | code-js/workers/startPyServer.bat | bat | gpl-2.0 | 86 |
m-minerd.exe -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency | magi-project/m-cpuminer-v2 | m-minerd.bat | bat | gpl-2.0 | 116 |
@echo Full distr and tests
@echo add MSBuild 12 to your path
MSBuild.exe ./BuildAll.csproj
MSBuild.exe ./BuildAll.csproj /t:CreateZipForUpdateDll
MSBuild.exe ./BuildAll.csproj /t:xUnitTest | artbear/OneScript | dist.cmd | bat | mpl-2.0 | 189 |
java -cp "jars/tigase-server.jar;libs/*" -Djdbc.drivers=com.mysql.jdbc.Driver tigase.server.XMPPServer --property-file etc/init.properties
| zooldk/tigase-server | win-stuff/scripts/Run.bat | bat | agpl-3.0 | 139 |
::
:: windows script to create a single header with OpenCL
:: kernels defined as variables
:: @author Daniel Ayres
:: @author Aaron Darling
::
cd ..\..\..\libhmsbeagle\GPU\kernels
echo #define STATE_COUNT 4 > kernels4.cl
type ..\GPUImplDefs.h >> kernels4.cl
type kernelsAll.cu >> kernels4.cl
type kernels4.cu... | swofford/beagle-lib | project/beagle-vs-2017/libhmsbeagle-opencl/createOpenCLHeader.bat | bat | lgpl-3.0 | 1,649 |
@echo off
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2006-2019 by Hitachi Vantara : http://www.hitachivantara.com
REM
REM *****************************************************************************
REM
REM Licensed under th... | lgrill-pentaho/pentaho-kettle | assemblies/static/src/main/resources/purge-utility.bat | bat | apache-2.0 | 1,154 |
@REM --------------------------------------------------------------------------
@REM This is for Lucene search integration.
@REM
@REM Allows you to add an indexed branch specification to the repository config
@REM for all matching repositories in the specified folder.
@REM
@REM All repositories are included unles... | saper/gitblit | distrib/add-indexed-branch.cmd | bat | apache-2.0 | 1,070 |
java -cp ../java-taxii-clients-all.jar org.mitre.taxii.client.example.FeedInformationClient10 %*
| anl-cyberscience/java-taxii-clients | scripts/feedInfo.bat | bat | bsd-3-clause | 97 |
@ECHO off
set MAVEN_OPTS_BACKUP=%MAVEN_OPTS%
set MAVEN_OPTS=
del /F /Q work\plugins
call mvn -Dmaven.test.skip=true -DskipTests=true clean hpi:run <nul
set MAVEN_OPTS=%MAVEN_OPTS_BACKUP%
| jenkinsci/ec2-deployment-dashboard | run-fast.bat | bat | mit | 189 |
@call ..\tools\build.bat balloon.sln "WXp Wnet Wlh Win7 Win8 Win10" %*
| ladipro/kvm-guest-drivers-windows | Balloon/buildAll.bat | bat | bsd-2-clause | 71 |
set MAJOR_PREVIOUS=1
set MINOR_PREVIOUS=5
set PATCH_PREVIOUS=24
set PRERELEASE_PREVIOUS=-beta
set MAJOR=1
set MINOR=5
set PATCH=25
set PRERELEASE=
| Rolstenhouse/sarif-sdk | SetCurrentVersion.cmd | bat | mit | 148 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\jsonlint-lines\lib\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\jsonlint-lines\lib\cli.js" %*
) | johnson1994/Feed | jsonlint.cmd | bat | mit | 212 |
@ SETLOCAL
@ set lib=libgame.so
@ set arg=%1
@ IF "%~1" == "debug" set lib=libgame-debug.so && set arg=
@ IF "%~1" == "release" set arg=
cd platforms\android-arm7\bin
@ IF errorlevel 1 call :error-cd "failed to change current directory" & exit /B 1
echo F | xcopy /y out\%lib% libs\armeabi-v7a\libapplication.so
@ IF ... | Amadren/hx-gameplay | haxelib/templates/platforms/run-android-arm7.bat | bat | mit | 806 |
@echo off
python -c "from combinator import sysenv; sysenv.export()" > div_env.bat
call div_env.bat
title Divmod Command Shell
cd ..\..\..
cmd
| habnabit/Combinator | divcmd.bat | bat | mit | 153 |
/* ============================================================================ */
/* Copyright (c) 2014, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | mbochynski/SmartHome | msp430/lnk_msp430g2231.cmd | bat | mit | 8,307 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set SPHINXOPTS=-W
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER... | calvinschmdt/EasyTensorflow | docs/make.bat | bat | mit | 5,139 |
@echo off
set RELEASENOTES="None specified."
if not %1=="" set RELEASENOTES=%1
pushd %~dp0\Ziks.WebServer
nuget pack Ziks.WebServer.csproj -OutputDirectory "..\packages" -Properties Configuration=Release;releaseNotes=%RELEASENOTES%
popd
| Metapyziks/Ziks.WebServer | nuget-pack.bat | bat | mit | 241 |
..\fb.13\fbc -ex -t 20000 -mt ftp-rix.bas
pause | runemoennike/Freebasic-HTTP-Server | ftp-rix/make.bat | bat | mit | 47 |
@echo off
copy ..\x64\release\obs.exe .\
copy ..\obsapi\x64\release\obsapi.dll .\
copy ..\dshowplugin\x64\release\dshowplugin.dll .\plugins
copy ..\graphicscapture\x64\release\graphicscapture.dll .\plugins
copy ..\graphicscapture\graphicscapturehook\x64\release\graphicscapturehook.dll .\plugins\graphicscapture
copy ..\... | SeargeDP/OBS | rundir/copyrelease64.bat | bat | gpl-2.0 | 355 |
cmd_fs/ext2/ext2.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o fs/ext2/ext2.o fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/ialloc.o fs/ext2/inode.o fs/ext2/ioctl.o fs/ext2/namei.o fs/ext2/super.o fs/ext2/symlink.o fs/ext2/xattr.o fs/ext2/xattr_user.o fs/ext2/xattr_trusted.o
| emwno/android_kernel_U8500 | fs/ext2/.ext2.o.cmd | bat | gpl-2.0 | 311 |
cmd_drivers/md/dm-mod.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/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-... | 0xD34D/kernel_amazon_tate | drivers/md/.dm-mod.o.cmd | bat | gpl-2.0 | 352 |
cmd_crypto/hmac.o := arm-linux-gnueabi-gcc -Wp,-MD,crypto/.hmac.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 -Wstrict-... | b8e5n/KTG-kernel_es209ra | crypto/.hmac.o.cmd | bat | gpl-2.0 | 24,930 |
cmd_drivers/media/radio/built-in.o := rm -f drivers/media/radio/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/media/radio/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/media/radio/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
deps_scripts/kconfig/kxgettext.o := \
scripts/kconfig/kxgettext.c \
/usr/include/std... | gionata/sistemi-operativi | scripts/kconfig/.kxgettext.o.cmd | bat | gpl-2.0 | 1,944 |
cmd_fs/autofs4/inode.o := gcc -Wp,-MD,fs/autofs4/.inode.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-... | dnh34/proj1 | fs/autofs4/.inode.o.cmd | bat | gpl-2.0 | 13,075 |
cmd_crypto/crypto_blkcipher.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o
| chrnueve/udooImaxdi | kernel_oficial_source/crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 166 |
cmd_sound/soundcore.o := ld -m elf_x86_64 -r -o sound/soundcore.o sound/sound_core.o
| Existed/kernel-2.6.35.14 | sound/.soundcore.o.cmd | bat | gpl-2.0 | 88 |
cmd_net/ipv4/tcp_cong.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.tcp_cong.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm... | srinugnt2000/linux-2.6.37 | net/ipv4/.tcp_cong.o.cmd | bat | gpl-2.0 | 31,746 |
>>> "Alan Turing" + ''
'Alan Turing'
>>> "" + 'Grace Hopper'
'Grace Hopper'
| simontakite/sysadmin | pythonscripts/practicalprogramming/strings/empty_string_addition.cmd | bat | gpl-2.0 | 76 |
cmd_drivers/md/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/md/built-in.o drivers/md/dm-mod.o drivers/md/dm-crypt.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/md/.built-in.o.cmd | bat | gpl-2.0 | 183 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 1 & cls & mode 180,80 & cmdwiz showcursor 0
set FNT=1& rem 1 or a
if "%FNT%"=="a" mode 30,10s
for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==FNT set "%%v="
set /a XC=0, YC=0, XCP=10, YCP=11, MODE=0
set /a BXA=15, BYA=9 & set /a BY=-!BYA!
set BALL... | misol1/cmdgfx | legacy/wave-face2.bat | bat | gpl-2.0 | 3,619 |
cd %~dp0\..
bin\glib-compile-schemas.exe share\glib-2.0\schemas
bin\gdk-pixbuf-query-loaders.exe > lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
bin\gtk4-update-icon-cache.exe share\icons\Adwaita
| freeciv/freeciv | windows/installer_cross/helpers/installer-helper-gtk4.cmd | bat | gpl-2.0 | 196 |
cmd_arch/arm/mach-omap2/omap-headsmp.o := arm-eabi-gcc -Wp,-MD,arch/arm/mach-omap2/.omap-headsmp.o.d -nostdinc -isystem /home/jason/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include -Iarch/arm/i... | Jason-Choi/EastSea-Kernel | arch/arm/mach-omap2/.omap-headsmp.o.cmd | bat | gpl-2.0 | 1,712 |
SET VERSION="%1"
ECHO "Building release of version: %VERSION%"
SET RELEASE_DIR=".\dist"
SET "PATH=%PATH%;C:\Program Files (x86)\NSIS"
SET "PATH=%PATH%;C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\WinSDK\Bin"
signtool sign /fd SHA256 /t http://timestamp.verisign.com/scripts/timstamp.dll "%... | Yubico/yubikey-piv-manager | release-windows.bat | bat | gpl-3.0 | 615 |
@echo off
cls
color 0e
title Encrypted tunnel
prompt $_
del "%~dp0\..\defaults\preferences\hushtunnel.js"
ren "%~dp0\..\defaults\preferences\hushtunnel.new" hushtunnel.js
echo y | "%~dp0\plink.exe" -ssh -pw %1 -C -A -N -L %2 %3 > NUL 2>&1 | echo.
| githubber/HushTunnel | components/tunnel.bat | bat | gpl-3.0 | 255 |
@ECHO off
REM This simple batch file can be used to run Closure Compiler on
REM WebGL Earth source files to produce single, optimized .js file.
set PROJECT_ROOT=%CD%
set LIB_ROOT=%PROJECT_ROOT%/closure-library/closure
set LEVEL=ADVANCED_OPTIMIZATIONS
set DEFINE_FLAGS1=--define=goog.DEBUG=false
set DEFINE_FLAGS2=-... | AsherBond/MondocosmOS | webglearth/build_weapp.bat | bat | agpl-3.0 | 1,870 |
template -segment -mutex_slots=2048
rename -segment DEFAULT ABCD
show -segment
show -template
show -commands -file=chtemplate.com
| nars1/YottaDBtest | gde/inref/chtemplate.cmd | bat | agpl-3.0 | 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... | serendi-app/serendi-server | docs/make.bat | bat | agpl-3.0 | 7,246 |
cd C:\app\upelis\upe\lang\by_BY\LC_MESSAGES
python C:\Python27\Tools\i18n\msgfmt.py upelis.po
cd C:\app\upelis\upe\lang\en_US\LC_MESSAGES
python C:\Python27\Tools\i18n\msgfmt.py upelis.po
cd C:\app\upelis\upe\lang\lt_LT\LC_MESSAGES
python C:\Python27\Tools\i18n\msgfmt.py upelis.po
cd C:\app\upelis\upe\lang\ru_R... | saknis/upelis | lang/Copy of make.bat | bat | lgpl-2.1 | 967 |
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h %1",0)(window.close)&&exit
:begin
"C:\Program Files\Mozilla Firefox\firefox.exe" %2 | sansna/windows.bat | ff.bat | bat | lgpl-3.0 | 169 |
echo .\pro\demoApp\build\bin\demoApp.exe --c5ll "Flood" --c5fn "fiveCat.txt"
.\pro\demoApp\build\bin\demoApp.exe --c5ll "Flood" --c5fn "fiveCat.txt"
echo " "
echo "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _"
echo " "
echo .\pro\demoApp\build\bin\demoApp.exe --line "Hi everybody" --c5ll "Critical"
.\pro\dem... | beardog-ukr/five-cats-logger | runDemoApp.bat | bat | unlicense | 1,537 |
path C:\Python27
cd [Directory you installed the bot too]
python bot.py | GreenWolf13/GordonLite | botrun.bat | bat | unlicense | 71 |
sleep 2s
netsh int ip set address "local area connection" dhcp
netsh int ip set dns "local area connection" dhcp
ipconfig /flushdns
| guerreroderrick/batch-utils | OnNetwork.bat | bat | unlicense | 136 |
@echo off
cd %~dp0
if /i "%1"=="help" goto help
if /i "%1"=="--help" goto help
if /i "%1"=="-help" goto help
if /i "%1"=="/help" goto help
if /i "%1"=="?" goto help
if /i "%1"=="-?" goto help
if /i "%1"=="--?" goto help
if /i "%1"=="/?" goto help
@rem Process arguments.
set config=Release
set msiplatform=x86
set tar... | mosaic-cloud/mosaic-distribution-dependencies | dependencies/nodejs/0.8.22/vcbuild.bat | bat | apache-2.0 | 6,893 |
java -cp ../target/tools-1.0.0.jar com.bgu.tools.file.FileSearcher logo "C:\temp\aa" "c:\temp\FileSearcher.log" true
| burniegu/tools | bat/FileSearcher.bat | bat | apache-2.0 | 117 |
cmd_coreutils/seq.o := gcc -Wp,-MD,coreutils/.seq.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.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -... | rennman/copfvtci | build/busybox-1.25.1/coreutils/.seq.o.cmd | bat | apache-2.0 | 10,163 |
@echo off
::
:: (c) The Batchography book by Elias Bachaalany
::
setlocal enabledelayedexpansion
:main
if "%1"=="" goto Usage
if "%2"=="" goto Usage
:: Copy the watch interval
set /A WatchInterval=%~2
:: Set default interval to 5 seconds if an invalid value was passed
if WatchInterval==0 s... | PassingTheKnowledge/Batchography | watch-dir.bat | bat | apache-2.0 | 1,921 |
log rangecmpb ontime 1
log rawephemb onnew
log ionutcb onnew
log rawwaasframeb onnew
log gloephemerisb onnew
@
unlog rangecmpb
unlog rawephemb
unlog ionutcb
unlog rawwaasframeb
unlog gloephemerisb
| illarionov/RtkGps | assets/commands/oem4_raw_1hz.cmd | bat | bsd-2-clause | 214 |
@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... | Aplopio/rip | docs/make.bat | bat | mit | 6,453 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=cftime
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was no... | jswhit/pygrib | docs/make.bat | bat | mit | 810 |
git add ../data/gui/core_lang*
git commit -m "Sync translations."
:: eh this should work but whatever
::git push origin master
"C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe" /command:push /path:"c:\sr"
::pause | stuntrally/stuntrally | locale/tx_2git.bat | bat | gpl-3.0 | 221 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.