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 |
|---|---|---|---|---|---|
cmd_drivers/gpu/ion/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpu/ion/built-in.o drivers/gpu/ion/ion.o drivers/gpu/ion/ion_heap.o drivers/gpu/ion/ion_system_heap.o drivers/gpu/ion/ion_carveout_heap.o drivers/gpu/ion/exynos/built-in.o
| arshull/GalaTab3_Kernel | drivers/gpu/ion/.built-in.o.cmd | bat | gpl-2.0 | 290 |
cmd_drivers/net/wireless/ath/ath9k/ath9k_htc.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/net/wireless/ath/ath9k/ath9k_htc.o drivers/net/wireless/ath/ath9k/htc_hst.o drivers/net/wireless/ath/ath9k/hif_usb.o drivers/net/wireless/ath/ath9k/wmi.o dri... | avareldalton85/rpi2-linux-rt | drivers/net/wireless/ath/ath9k/.ath9k_htc.o.cmd | bat | gpl-2.0 | 550 |
cmd_arch/x86/kernel/setup_32.o := gcc -Wp,-MD,arch/x86/kernel/.setup_32.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os ... | namgk/kernel-tut | arch/x86/kernel/.setup_32.o.cmd | bat | gpl-2.0 | 25,314 |
cmd_arch/powerpc/kernel/io.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/kernel/.io.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstri... | mattkelly/linux-2.6-xlnx | arch/powerpc/kernel/.io.o.cmd | bat | gpl-2.0 | 21,291 |
@echo off
git reset --soft HEAD~1
| th3mon/scripts | bash/windows/git-reset.cmd | bat | gpl-3.0 | 35 |
@ECHO OFF
ECHO Welcome to this FFmpeg compile script "fast version"
ECHO Starting cygwin install/update...
@rem use the same dir so it can be reused cygwin install :)
mkdir ffmpeg_local_builds\cygwin_local_install
@rem cd to it so that cygwin install logs etc. go there
cd ffmpeg_local_builds\cygwin_local_inst... | amikey/ffmpeg-build-helpers | native_build/build_locally_fdk_aac_32_bit_fast.bat | bat | gpl-3.0 | 1,487 |
javah -classpath target\classes at.rocworks.oa4j.jni.Manager
move at_rocworks_oa4j_jni_Manager.h ..\Native\Manager | vogler75/oa4j | Java/header.bat | bat | agpl-3.0 | 114 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=mailProc
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make su... | daxslab/mailProc | docs/make.bat | bat | lgpl-3.0 | 776 |
@echo off
echo ###############################################
echo # WorkESB Environment Variable Initialisation #
echo ###############################################
echo .
set WESB_ROOT=%~dp0..
set WESBMESSENGER_ROOT=%WESB_ROOT%\WESBMessenger\WESBMessenger\WESBMessenger
set BOOST_ROOT=%WESB_ROOT%\build\lib... | marcbuils/WorkESB | build/environment_debug.bat | bat | lgpl-3.0 | 747 |
@echo off
pkzip -f -ex cit-src
if "%debugging%" == "0" goto :no
if exist version.obj del version.obj
echo.|time>oops
make -DCFLAGS="-p -Ic:\bcc55\include -2- -O2 -a -ml -N -d -w -Y -c" -DDEFS="-DAUXMEM" -DLINKER="linkdos" -DCOMPILER="bcc" -DPROGRAM="CTDL.EXE"
echo.|time>>oops
echo
find /v "Copyright" <oops |f... | dylancarlson/citplus | doit.bat | bat | unlicense | 362 |
@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... | gmcquillan/mimic | docs/make.bat | bat | apache-2.0 | 5,094 |
java -jar -server -Xmx5g -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCCause -XX:+PrintTenuringDistribution -Xloggc:log\g1-gc.log ../target/memory-intensive-app-1.0-SNAPSHOT-jar-with-dependencies.jar byte 3000 1000 0:50,50:50,800:50,900:50 | kslisenko/jmp-summer-2016 | 1_memory_management/memory-intensive-app/bin/g1.bat | bat | apache-2.0 | 319 |
:: Copyright 2018 Google Inc. All rights reserved.
::
:: 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
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable... | hgl888/flatbuffers | .appveyor/check-generate-code.bat | bat | apache-2.0 | 1,438 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
FOR %%X IN (ninja.exe) DO (
SET NinjaFound=%%~$PATH:X
)
IF DEFINED NinjaFound (
SET Generator=Ninja
) ELSE (
SET Generator=JOM
)
TITLE Making OpenCOR (using !Generator!)...
SET OLDPATH=!PATH!
IF EXIST "C:\Program Files (x86)\" (
SET ProgFilesDir=C:\Program... | Fairly/opencor | make32.bat | bat | apache-2.0 | 945 |
@echo off
setlocal
set /a lines = 0
for /r %1 %%F in (*.h *.c *.hpp *.cpp *.lua *.bat *.txt *.md) do (
for /f %%N in ('find /v /c "" ^<"%%F"') do (
set /a lines += %%N
)
)
echo %lines% lines
| fnaith/snippet | count_lines/count_lines.bat | bat | apache-2.0 | 208 |
nasm poc.asm -o poc.qmg.jpg | googleprojectzero/SkCodecFuzzer | mms_exploit/qmg_files/address_probe/go.bat | bat | apache-2.0 | 27 |
%1 -u%2 -p%3 -P%4 -D%5 -h%7 -f < %6 | tomrose/singularity | install/db/win32/load.cmd | bat | apache-2.0 | 36 |
php ../bench.php --recreate --rounds 100 --warmup 5 pgsql > ../out/runbench_pgsql.out | ondrej-bouda/ivory | test/perf/scenario/run/runbench_pgsql.cmd | bat | bsd-3-clause | 85 |
cd ParserScripts
echo "Executing sequence alignment run RefseqmRNA-EnsemblTranscript...."
perl gc_seqaln_client.pl -f %2 -p properties_seqaln_RefseqmRNA_EnsemblTranscript.txt | NCIP/geneconnect | Coding and Testing/GeneConnect/ParserScripts/RefSeqmRNA-XML_RPC_Client.bat | bat | bsd-3-clause | 174 |
@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... | kristerhedfors/xnet | doc/make.bat | bat | bsd-3-clause | 5,098 |
@echo off
set languages=en ru ge et
set drivers=unisound sis infinity ati2d
set targets=all kernel drivers skins clean
call :Check_Target %1
for %%a in (all kernel) do if %%a==%target% call :Check_Lang %2
call :Target_%target%
if ERRORLEVEL 0 goto Exit_OK
echo Probably at runing has been created error
echo For help... | devlato/kolibrios-llvm | kernel/tags/kolibri0.6.5.0/build.bat | bat | mit | 2,063 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S17_FileLevelItems.MSWOPI_S17_TC02_CheckFileInfo_Fail404 /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S17_TC02.cmd | bat | mit | 294 |
@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... | Gagi2k/qface | docs/make.bat | bat | mit | 7,449 |
/******************************************************************************
*
* usb_dev_keyboard_ccs.cmd - CCS linker configuration file for usb_dev_keyboard.
*
* Copyright (c) 2011-2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is s... | trfiladelfo/unesp_mdt | boards/SW-TM4C-2.0.1.11577/examples/boards/ek-lm4f232/usb_dev_keyboard/usb_dev_keyboard_ccs.cmd | bat | mpl-2.0 | 2,813 |
%1Ilmerge.exe /log %2CIMEL.Draw.exe /log %2CIMEL.Core.dll /log %2CIMELDrawNative.dll /log %2MWArray.dll /t:exe /out:%2Draw.exe /targetplatform:v4 /internalize /ndebug | CIMEL/CIMEL | CIMEL.Draw/ILMerge.bat | bat | apache-2.0 | 166 |
@echo off
rem ------------------------------------------------------------
rem This batch builds the FMU simulator fmu20sim_me.exe
rem Usage: build_fmusim_cs.bat (-win64)
rem Copyright QTronic GmbH. All rights reserved
rem ------------------------------------------------------------
setlocal
echo ----------... | cxbrooks/fmusdk2 | fmu20/src/build_fmusim_me.bat | bat | bsd-2-clause | 2,473 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S3_EUSB_OperateIo_OsFeatureDescriptor /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_OsFeatureDescriptor.cmd | bat | mit | 226 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\remote\bin\remote.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\remote\bin\remote.js" %*
) | Jbeagle/writeItEasy2.0 | node_modules/.bin/remote.cmd | bat | cc0-1.0 | 182 |
@echo off
rem vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:
rem Console highlighter class generator
rem PHP versions 4 and 5
rem LICENSE: This source file is subject to version 3.0 of the PHP license
rem that is available through the world-wide-web at the following URI:
rem http://www.php.net/license/3_0.... | ArcherCraftStore/ArcherVMPeridot | php/Text/Highlighter/generate.bat | bat | apache-2.0 | 4,580 |
@ECHO OFF
PUSHD %~dp0\..
CALL download-dependencies.bat arm-uwp
POPD
| notspiff/xbmc | tools/buildsteps/windows/arm-uwp/download-dependencies.bat | bat | gpl-2.0 | 70 |
universe = vanilla
executable = /bin/sleep
arguments = 20
output = perf_jobs_sue_10_10_30_van.out
error = perf_jobs_sue_10_10_30_van.err
log = perf_jobs_sue_10_10_30_van.log
periodic_remove = (time() - QDate) > (24 * 60 * 60)
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
Notification = NEVER
... | bbockelm/htcondor | src/condor_tests/perf_jobs_sue_10_10_30_van.cmd | bat | apache-2.0 | 330 |
@rem ------------------------------------------------------
@rem batch file to build tcc using mingw, msvc or tcc itself
@rem ------------------------------------------------------
@echo off
setlocal
if (%1)==(-clean) goto :cleanup
set CC=gcc
set /p VERSION= < ..\VERSION
set INST=
set BIN=
set DOC=no
set EXES_ONLY=no
... | avih/tinycc | win32/build-tcc.bat | bat | lgpl-2.1 | 5,204 |
@echo off
REM COLOR 0A
SET NIMRODPATH=.
SET PATH=%NIMRODPATH%\bin;%NIMRODPATH%\dist\mingw\bin;%PATH%
cmd
| BlaXpirit/nim | start.bat | bat | mit | 111 |
-intstyle "ise" -incremental -lib "secureip" -o "D:/ProySisDigAva/P18_Shift_Register_8_bit_SN74164/Shift_Reg_tb_isim_beh.exe" -prj "D:/ProySisDigAva/P18_Shift_Register_8_bit_SN74164/Shift_Reg_tb_beh.prj" "work.Shift_Reg_tb"
| Predator01/Levi | Downloads/ProySisDigAva (11-11-2015)/P18_Shift_Register_8_bit_SN74164/fuseRelaunch.cmd | bat | mit | 225 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\meanio\bin\mean-register" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\meanio\bin\mean-register" %*
) | 9Bdog2/Bachelor-Project | node_modules/.bin/mean-register.cmd | bat | mit | 196 |
:: ib.cmd - Invoke-Build helper for cmd.exe
:: It must be in the same directory as Invoke-Build.ps1
@echo off
if "%1"=="?" goto list
if "%1"=="/?" goto help
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0Invoke-Build.ps1' %*"
exit /B %errorlevel%
:list
powershell.exe -NoProfile -ExecutionPolic... | pkudrel/ChromeRuntimeDownloader | src/build/vendor/ps-auto-helpers/tools/ib/ib.cmd | bat | mit | 517 |
eblink.exe -I stlink,dr -S auto -P ../scripts/ -G
| EmBitz/EBlink | win32/stm32hotplug.bat | bat | mit | 50 |
@echo off
:start
ping localhost -n 2 > nul
if EXIST "C:\Users\Christopher\Desktop\new_game\path.gset" goto 1
cls
echo please open game_setup in setup to play
ping localhost -n 2 > nul
goto start
:1
ping localhost -n 2 > nul
cls
< READ_THIS.txt (
set /p 2=
set /p 1=
set /p 3=
set /p play=
)
ping localhost -n 2 > nul
if ... | c00ldude1oo/1st-repos | play_game.bat | bat | mit | 510 |
python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data --compress pvrtc --quality best | Taikatou/oxygine-framework | examples/Game/part5/gen-atlasses-ios(PVRTC).bat | bat | mit | 116 |
for /d %%g IN (*) DO (
set CSTM=%%~g
pushd "%%~g"
call :rominj
if "%RECONF%"=="1" CALL "%GBC%\%SHRTN%inject.bat"
popd
)
exit /b
:rominj
call "%GBC%\CreateGamSubDir.bat"
for /f "tokens=* delims= " %%a in ('dir /s/b/a-d-h "*.iso" "*.cdi" "*.bin" "*.cue" "*.j64" "*.jag" "*.img" "*.nrg" "*.mdf"') do (
SET RO... | HoodlumDTX/rom-jacket | extinjJAGCD1.bat | bat | gpl-2.0 | 740 |
@echo off
rem $Id: gccmake.bat,v 1.1 2012/11/05 08:15:51 stefano Exp $
echo ****************
echo * Building zcc *
echo ****************
@rem /Fezcc -DMSDOS -D WIN32 -D _CRT_SECURE_NO_DEPRECATE *.c
gcc -o zcc -D_WIN32 *.c
copy zcc.exe ..\..\bin
del zcc.exe
| bitfixer/bitfixer | dg/z88dk/src/zcc/gccmake.bat | bat | gpl-2.0 | 259 |
cmd_libbb/run_shell.o := gcc -Wp,-MD,libbb/.run_shell.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototyp... | valentinthirion/android-tracebox-busybox | libbb/.run_shell.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,136 |
cmd_drivers/staging/zram/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/staging/zram/built-in.o drivers/staging/zram/zram.o
| IndieBeto/StockLP | drivers/staging/zram/.built-in.o.cmd | bat | gpl-2.0 | 151 |
cmd_libbb/match_fstype.o := gcc -Wp,-MD,libbb/.match_fstype.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-pr... | valentinthirion/android-tracebox-busybox | libbb/.match_fstype.o.cmd | bat | gpl-2.0 | 10,212 |
cmd_sound/core/snd-hwdep.ko := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -T /home/chiehyang/PandaBoard-LinuxKernel/stable-kernel/KERNEL/scripts/module-common.lds --build-id -o sound/core/snd-hwdep.ko sound/core/snd-hwdep.o sound/... | domintech/PandaBoard-LinuxKernel | sound/core/.snd-hwdep.ko.cmd | bat | gpl-2.0 | 341 |
cmd_sound/soc/mid-x86/built-in.o := rm -f sound/soc/mid-x86/built-in.o; /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/mid-x86/built-in.o
| sleshepic/epic_touch_kernel | sound/soc/mid-x86/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_sound/soc/s6000/built-in.o := rm -f sound/soc/s6000/built-in.o; arm-none-linux-gnueabi-ar rcs sound/soc/s6000/built-in.o
| srinugnt2000/linux-2.6.37 | sound/soc/s6000/.built-in.o.cmd | bat | gpl-2.0 | 126 |
cmd_lib/uuid.o := arm-linux-gnueabi-gcc -Wp,-MD,lib/.uuid.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-rk/inclu... | jpsminix/minix5 | lib/.uuid.o.cmd | bat | gpl-2.0 | 16,804 |
cmd_usr/initramfs_data.cpio := /bin/sh /drive2/Android/CM9/kernel/samsung/epic4gtouch/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio -u 0 -g 0 usr/epic4gtouch_initramfs.list
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/usr/.initramfs_data.cpio.cmd | bat | gpl-2.0 | 187 |
cmd_drivers/media/video/samsung/tvout/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/samsung/tvout/built-in.o drivers/media/video/samsung/tvout/s5p_tvout.o drivers/media/video/samsung/tvout/s5p_tvout_v4l2.o drivers/media/video/samsu... | PrestigeMod/SHW-M440S | drivers/media/video/samsung/tvout/.built-in.o.cmd | bat | gpl-2.0 | 652 |
#!/bin/bash
#PBS -A IscrB_PULPICS
#PBS -l select=1:ncpus=68:mpiprocs=68:mem=108GB:mcdram=flat:numa=snc2
#PBS -l walltime=0:10:00
#PBS -o opic.out
#PBS -e epic.err
cd /marconi_scratch/userexternal/asgatton/TEST_1
module purge
module load intel
module load intelmpi
module load boost
module lo... | ALaDyn/piccante | script/run/marconi-knl-68.cmd | bat | gpl-3.0 | 383 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: This file is part of IfcOpenShell. ::
:: ... | iras/IfcOpenShell-1 | win/install-ifcopenshell.bat | bat | gpl-3.0 | 3,391 |
:start
@echo off
finddisk +FDOS_BETA9
if %ERRORLEVEL%==0 goto no
if %ERRORLEVEL%==1 set cdrep=A:
if %ERRORLEVEL%==2 set cdrep=B:
if %ERRORLEVEL%==3 set cdrep=C:
if %ERRORLEVEL%==4 set cdrep=D:
if %ERRORLEVEL%==5 set cdrep=E:
if %ERRORLEVEL%==6 set cdrep=F:
if %ERRORLEVEL%==7 set cdrep=G:
if %ERRORLEVEL%==8 ... | joyent/sdcboot | freedos/bin/findfdcd.bat | bat | mpl-2.0 | 1,288 |
@echo off
yasm showcolr.asm -o showcolr.bin
| reenigne/reenigne | 8088/cga/showcolr/build.bat | bat | unlicense | 45 |
java -XX:+TieredCompilation -jar JCL_Boarding-1.0.jar
| AndreJCL/JCL | JCL_RELEASE/jcl_JARS_pacu/Boarding.bat | bat | apache-2.0 | 54 |
@echo off
cd /d "%~dp0"
set FOUND=
for %%e in (%PATHEXT%) do (
for %%X in (pip%%e) do (
if not defined FOUND (
set "FOUND=%%~$PATH:X"
)
)
for %%X in (pip3%%e) do (
if not defined FOUND (
set "FOUND=%%~$PATH:X"
)
)
)
set "PIP=%FOUND%"
"%PIP%" install -r requirements.txt
py telegram_c... | Karasiq/shadowcloud | storage/telegram/src/main/resources/tgcloud/create_session.bat | bat | apache-2.0 | 337 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem firstclass startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Wi... | edumelzer/grupo-estudos-groovy | semana1/calculadora/maven/distribution/bin/firstclass.bat | bat | apache-2.0 | 2,334 |
@echo off
powershell .\install.dependencies.ps1
if %errorlevel% neq 0 exit /b %errorlevel%
..\..\tools\windows\gs9550w32.exe /S
if %errorlevel% neq 0 exit /b %errorlevel%
| dlemstra/Magick.NET | build/windows/install.dependencies.cmd | bat | apache-2.0 | 173 |
rScreen --file test.avi --time 10 | liuwons/rScreen | bin/test.bat | bat | apache-2.0 | 33 |
:: Windows SDK 7.1 settings
SET SDK_SETENV=C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\setenv
SET VS90COMNTOOLS=%VS100COMNTOOLS%
SET DISTUTILS_USE_SDK=1
:: VS 14 settings (with Windows 10)
::SET SDK_SETENV=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
::SET VS100COMNTOOLS=C:\Program Files (x86)\Microsoft... | bcdev/jpy | winbuild.cmd | bat | apache-2.0 | 2,659 |
@echo off
setlocal
REM Script for building the LLVM installer on Windows,
REM used for the the weekly snapshots at http://www.llvm.org/builds.
REM
REM Usage: build_llvm_package.bat <revision>
REM Prerequisites:
REM
REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3,
REM NSIS with the strlen... | epiqc/ScaffCC | llvm/utils/release/build_llvm_package.bat | bat | bsd-2-clause | 6,201 |
@echo off
REM ############################################################################################################################
REM # (c) 2017 TIBCO Software Inc. All rights reserved.
REM #
REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0.
REM # T... | cisco/PDTool | bin/PDTool/envBin/envStart.cmd | bat | bsd-3-clause | 3,635 |
start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge https://zcash4win.com/
| patel344/Mr.Miner | Mr.Mining/MikeTheMiner/dist/Santas_helpers/zcash_wallet_creator.bat | bat | gpl-3.0 | 98 |
@echo off
rem Working directory: '%{sourceDir}'
rem argument1: architecture 'x32' or 'x64'
rem argument2: built binary directory '%{buildDir}\release' for example
copy %2\%1_gui.dll ..\..\bin\%1\ | zerowindow/x64_dbg | x64_dbg_gui/Project/afterbuildStep.bat | bat | gpl-3.0 | 199 |
@echo off
"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\..\ironpython\\ipy64.exe" %*
| Code0100Food/3DEngine | MonoScripting/MonoScripting/DATA/bin/ipy64.bat | bat | mit | 90 |
py databaseService.py | Iannyck/shima | Trunk/Assets/Extra/launch.bat | bat | apache-2.0 | 21 |
@if "%DC%"=="" set DC=dmd
@echo Generating version file...
@set GITVER=unknown
@for /f %%i in ('git describe') do @set GITVER=%%i
@echo module dub.version_; > source\dub\version_.d
@echo enum dubVersion = "%GITVER%"; >> source\dub\version_.d
@echo Executing %DC%...
@%DC% -ofbin\dub.exe -g -debug -w -version=... | nazriel/dub | build.cmd | bat | mit | 535 |
universe = java
executable = x_java_Sleep.class
log = job_core_hold_java.log
output = job_core_hold_java.out
error = job_core_hold_java.err
hold = True
Notification = NEVER
arguments = x_java_Sleep 3
queue
| htcondor/htcondor | src/condor_tests/job_core_hold_java.cmd | bat | apache-2.0 | 210 |
:: Please modify the following file path name to the folder root folder of TEAMMATES
set filepath=%~dp0
set jarName=backup.jar
:: Change directory to the TEAMMATES rootfolder so that files will be saved here
cd %filepath%..
:: Run the backup jar file
java.exe -jar %filepath%..\%jarName% | ablyx/teammates | BackupFiles/runbackup.bat | bat | gpl-2.0 | 289 |
@echo off
node %~dp0\..\..\..\bin\azure account env show --environment dogfood 2>&1 nul
if errorlevel 1 call node %~dp0\..\..\..\bin\azure account env add --environment dogfood --portal-url https://windows.azure-test.net/ --gallery-endpoint-url https://df.gallery.azure-test.net/ --management-endpoint-url https://manage... | Nepomuceno/azure-xplat-cli | tools/windows/scripts/xplat_environments.cmd | bat | apache-2.0 | 2,704 |
@echo off
rem Needs VS2015 installed to build.
rem ========================
echo Building Release builds.
echo.
call run-msbuild.bat Release
if errorlevel 1 goto :fail
echo.
rem ========================
echo Testing all libraries.
echo.
call run-tests.bat Release
if errorlevel 1 goto :fail
echo.
:success
echo.
ech... | Jagged/OneOf | build-release-versions.bat | bat | mit | 401 |
:: Command lines for running various Avon subprocesses.
@echo off
:: Input arguments.
SET solutionDirectoryPath="C:\Organizations\Minex\Repositories\Public\Source\Common\Experiments\Granville"
:: Call Avon.
SET avonExecutablePath="C:\Organizations\Minex\Binaries\Current\Avon\Avon.VS2010\Avon.exe"
:: Choose ... | MinexAutomation/Public | Source/Common/Scripts/Avon/Avon/Batch Files/Avon.bat | bat | mit | 1,084 |
@ECHO OFF
COLOR 1f
REM -------------------------------------------------------------------------------
REM AUTHOR: Levon Becker
REM TITLE: Check-Versions-32bit
REM PURPOSE: Check the installed versions of McAfee Clients on 32-bit system.
REM VERSION: 1.0
REM ------------------------------------------------------... | LevonBecker/mcafee_clients | SubScripts/Check-Versions-32bit.cmd | bat | mit | 4,840 |
@ECHO OFF
dotnet build benchmarks\MiniProfiler.Benchmarks\ -c Release
if errorlevel 1 goto :end
:benchmarks
.\benchmarks\MiniProfiler.Benchmarks\bin\Release\net46\win7-x64\MiniProfiler.Benchmarks.exe %*
:end | MiniProfiler/dotnet | benchmarks.cmd | bat | mit | 207 |
TITLE UNIFORM SERVER - Start MySQL as a program
COLOR B0
@echo off
cls
rem ###################################################
rem # Name: 3_Start_MySQL_program.bat
rem # Created By: The Uniform Server Development Team
rem # Edited Last By: Mike Gleaves (ric)
rem # V 1.0 8-2-2011
rem ##########################... | ravihansa3000/vesuvius-portable-windows | PortableApps/SahanaFoundation.org/a_diagnostic/3_Start_MySQL_program.bat | bat | mit | 3,414 |
@echo off
rem THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
rem PARTICULAR PURPOSE.
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
s... | amecky/diesel | examples/effects/compile_shaders.cmd | bat | mit | 860 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18N... | jklepp-tgm/DatenbankSynchronisation | docs/make.bat | bat | mit | 6,495 |
php ./app/console assetic:dump --watch | maaanuuuuuuu/Symfony | pers_asseticWath.bat | bat | mit | 38 |
cmd_drivers/block/built-in.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/block/built-in.o drivers/block/brd.o drivers/block/loop.o
| utkanos/android_htc_mecha_kernel_5slot | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 202 |
@echo off
REM ***************************************************************************
REM package.cmd
REM ---------------------
REM begin : July 2009
REM copyright : (C) 2009 by Juergen E. Fischer
REM email : jef at norbit dot de
REM *******************... | mvcsantos/QGIS | ms-windows/osgeo4w/package.cmd | bat | gpl-2.0 | 20,089 |
@echo off
rem ******************************
rem * Convert .pf? files to .gsf *
rem ******************************
call "%~dp0gssetgs.bat"
echo (wrfont.ps) run (unprot.ps) run unprot >"%TEMP%\_temp_.ps"
echo systemdict /definefont. /definefont load put >>"%TEMP%\_temp_.ps"
echo systemdict /definefont { userdict /LFN ... | mfaber/quexf | software/gs/lib/pftogsf.bat | bat | gpl-2.0 | 1,521 |
cmd_drivers/acpi/utilities/uteval.o := gcc -Wp,-MD,drivers/acpi/utilities/.uteval.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... | dnh34/proj1 | drivers/acpi/utilities/.uteval.o.cmd | bat | gpl-2.0 | 9,845 |
cmd_sound/pci/riptide/built-in.o := rm -f sound/pci/riptide/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/riptide/built-in.o
| garwynn/D710SPR_GB27_Kernel | sound/pci/riptide/.built-in.o.cmd | bat | gpl-2.0 | 169 |
cmd_/home/ambhave/dropboxfs/driver/dropboxfs.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/ambhave/dropboxfs/driver/dropboxfs.ko /home/ambhave/dropboxfs/driver/dropboxfs.o /home/ambhave/dropboxfs/driver/dropboxfs.mod.o
| ammubhave/dropboxfs | driver/.dropboxfs.ko.cmd | bat | gpl-2.0 | 251 |
cmd_net/packet/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
| chrnueve/udooImaxdi | kernel_oficial_source/net/packet/.built-in.o.cmd | bat | gpl-2.0 | 143 |
sqlplus bench/bench@orclpdb | BrenPatF/dim_bench_sql_oracle | bat_12c/bench.bat | bat | gpl-3.0 | 27 |
md "..\..\Lib\SAGE DX\Win32Debug"
md "..\..\Lib\SAGE DX\Win32Release"
md "..\..\Lib\SAGE DX\x64Debug"
md "..\..\Lib\SAGE DX\x64Release"
echo f | xcopy /D /y assimp-3.1.1\lib32\assimp.lib "..\..\Lib\SAGE DX\Win32Debug\assimp.lib"
echo f | xcopy /D /y assimp-3.1.1\lib64\assimp.lib "..\..\Lib\SAGE DX\x64Debug\assimp.li... | ljkd/SAGE | SAGE/3rdParty/copyalllibs.bat | bat | gpl-3.0 | 1,502 |
cd ../mains
java -jar Servidor_tp.jar servidor1 192.168.1.65 5001
pause | dyaremyshyn/PD_TP | BatchFiles/correServidor.bat | bat | gpl-3.0 | 73 |
:: Hard reset the HEAD: git push origin +<NEW_HEAD_COMMIT_HASH>:master
:: 6af74344a888bdf9fbb35d887c3f77691820a50e
:: git push origin +6af74344a888bdf9fbb35d887c3f77691820a50e:master
:: cd /e
:: cd Documents/Lua-Projs/SVN/GearAssemblyTool_GIT_master
@echo off
setlocal EnableDelayedExpansion
set gmadGitHEAD=
set gmad... | dvdvideo1234/GearAssemblyTool | WorkshopPublish.bat | bat | agpl-3.0 | 2,742 |
REM Host install.cmd
echo.
| SmingHub/Sming | Sming/Arch/Host/Tools/install.cmd | bat | lgpl-3.0 | 28 |
@echo off
call mvn -e clean test
pause
| Neurpheus/neurpheus-utils | test.bat | bat | lgpl-3.0 | 42 |
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" x64
set path=w:\universal-translator\c\bin;w:\universal-translator\c\misc;%path% | Benjipede/universal-translator | c/misc/shell.bat | bat | unlicense | 162 |
::
:: Copyright 2014-2017 Real Logic Ltd.
::
:: 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
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agree... | oleksiyp/Aeron | aeron-samples/scripts/embedded-ping-pong.bat | bat | apache-2.0 | 832 |
@echo off
set MAVEN_HOME=%SOFTWARE_DIR%\apache-maven-3.5.0
set MAVEN_OPTS=-Xmx4096M -Xms512M -Dfile.encoding=UTF-8
set M3_HOME=%MAVEN_HOME%
set PATH=%M3_HOME%\bin;%PATH%
| seu-as-code/seu-as-code.packages | org.apache.maven/apache-maven/3.5.0/files/set-env-apache-maven.cmd | bat | apache-2.0 | 174 |
java -cp ./hsqldb/lib/hsqldb.jar org.hsqldb.util.DatabaseManager
| NoraFarahin/konfman | hsql-manager.bat | bat | apache-2.0 | 66 |
@echo off
:: Copyright 2009 Google Inc. All Rights Reserved.
::
:: 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
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by ... | wangming28/syzygy | syzygy/refinery/build_test_types.bat | bat | apache-2.0 | 1,155 |
@echo off
if "%1" NEQ "" (set "opwd=%1") else (set "opwd=fa27ffcf")
setlocal enableextensions disabledelayedexpansion
set "search=OPTIONBYTE"
set "replace=%opwd%"
(for /f "tokens=* delims=" %%i in (%~dp0\i3la\i3la_opwd_1536k.rpj) do (
set "line=%%i"
setlocal enabledelayedexpansion
set "line=!line:%search%=%replace... | bk1472/rh850_osek | build/util/Download_by_E1/setopwd.bat | bat | bsd-2-clause | 639 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=uptasticsearch
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comman... | UptakeOpenSource/uptasticsearch | py-pkg/docs/make.bat | bat | bsd-3-clause | 818 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.1.11
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already ... | dpwolfe/otucha | deploy.cmd | bat | mit | 3,900 |
@echo off
git pull origin | SPDEVGUY/PlasmaTrimSharp | GetStuff.bat | bat | mit | 26 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.