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_arch/arm/vfp/entry.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.entry.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/a... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/arch/arm/vfp/.entry.o.cmd | bat | gpl-2.0 | 3,548 |
cmd_net/ipv4/netfilter/nf_defrag_ipv4.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T ./scripts/module-common.lds -s --build-id -o net/ipv4/netfilter/nf_defrag_ipv4.ko net/ipv4/netfilter/nf_defrag_ipv4.o net/ipv4/netfilter/nf_defrag_ipv4.mod.o
| Parkdaeyoung/OPENWRT-LEAKY-BUCKET | build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.18.44/net/ipv4/netfilter/.nf_defrag_ipv4.ko.cmd | bat | gpl-2.0 | 254 |
cmd_sound/drivers/mpu401/snd-mpu401-uart.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o sound/drivers/mpu401/snd-mpu401-uart.o sound/drivers/mpu401/mpu401_uart.o
| avareldalton85/rpi2-linux-rt | sound/drivers/mpu401/.snd-mpu401-uart.o.cmd | bat | gpl-2.0 | 226 |
@cls
@echo off
echo NOTE : WHEN USING THIS BATCH PLEASE REMEMBER TO EDIT THE PATH IN THE CONFIG!
echo THANK YOU!
echo.
echo.
"%ProgramFiles%\IIS Express\iisexpress.exe" /config:".\.vs\config\applicationhost.config" /siteid:2 /trace:error
pause | DacoTaco/TSS | Code/Start_ISS_express.bat | bat | gpl-3.0 | 245 |
@ECHO OFF
REM **************************************************************************************************************************
REM main paths
REM **************************************************************************************************************************
set GG=C:\projects\gringlobal
set ... | ilri/genebank-gg_server | create_search_indexes.bat | bat | gpl-3.0 | 1,443 |
echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
"C:\Users\ik\AppData\Local\Programs\Fiddler\Fiddler.exe"
cls
| sansna/windows.bat | fi.bat | bat | lgpl-3.0 | 188 |
@echo off
cd /d %~dp0
copy /y ..\gb.js .
python -m SimpleHTTPServer 8000
| gbinside/gbjs | test/webserver.bat | bat | unlicense | 73 |
set DOTNETPATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319\
set VSPATH=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\
set CONFIG=Release
set GEM_PATH=vendor\bundle\ironruby\1.8
set PATH=vendor\bundle\ironruby\1.8\bin;tools\ironruby\bin;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE;... | ThoughtWorksStudios/mingle.net | buildvars.bat | bat | apache-2.0 | 437 |
@echo off
msbuild owin-example.sln
start backend\bin\Debug\backend.exe "http://localhost:9000"
start frontend\bin\Debug\frontend.exe "http://localhost:8081" | criteo/zipkin4net | Examples/owin/run.cmd | bat | apache-2.0 | 158 |
mkdir x64\Debug\Plug-ins
copy x64\Debug\CommunicatorAdbkIO.dll x64\Debug\Plug-ins
copy x64\Debug\CRAM-MD5.dll x64\Debug\Plug-ins
copy x64\Debug\DIGEST-MD5.dll x64\Debug\Plug-ins
copy x64\Debug\Eudora4AdbkIO.dll x64\Debug\Plug-ins
copy x64\Debug\EudoraAdbkIO.dll x64\Debug\Plug-ins
copy x64\Debug\GPG.dll x64\Debug\Plug-... | mbert/mulberry-main | Win32/postbuild64.bat | bat | apache-2.0 | 1,612 |
REM NOTE:: This is a q/d script
REM First 2 paths are probably out of date; square with the uncommented path before trying
REM Yes it would be better to define this as a var
REM
REM No debug
REM java -cp ..\..\lib\groovy-all-1.7.2.jar;lib/httpclient-4.1.2.jar;lib/httpcore-4.1.2.jar;lib/commons-logging-1.1.1.jar;lib/op... | kentbutler/owf-widget-load | runBase.bat | bat | apache-2.0 | 1,724 |
aws lambda invoke --invocation-type RequestResponse --function-name TICSLambdaDemo --region us-east-1 --payload file://add.json add-result.json | darkseer/SecureCI-JavaDemo | src/main/lambda/test/testCreateLambda.bat | bat | apache-2.0 | 144 |
@echo off
if "x%~1" == "xuse" (
@echo on
@for /f "delims=" %%x in ('%~dp0../bin/ruby --disable-gems '%~dp0ridk_use.rb' %*') do @set "%%x"
@exit /b %ERRORLEVEL%
)
:: Forward any other ridk call to ridk.cmd of the active ruby version
@for /f "delims=" %%x in ('ruby -rrbconfig -e "puts RbConfig::TOPDIR"') do set "... | larskanis/rubyinstaller2 | resources/files/ridk_use/ridk.cmd | bat | bsd-3-clause | 383 |
@echo off
if not exist .\coverage\* mkdir .\coverage
.\packages\OpenCover.4.5.3607-rc27\OpenCover.Console.exe -register:user -filter:"+[AirBreather.Core]* -[AirBreather.Core.Tests]*" "-target:.\packages\xunit.runners.2.0.0-beta5-build2785\tools\xunit.console.exe" "-targetargs:.\AirBreather.Core.Tests\bin\Debug\AirBreat... | airbreather/RandomFireplace | Source/RandomFireplace/coverage.bat | bat | bsd-3-clause | 528 |
php app\console doctrine:generate:crud | cordoval/Ecs | gencrud.bat | bat | mit | 38 |
REM Build Lemon
cl lemon.c
del parser.c parser.h scanner.c
re2c -o scanner.c scanner.re
lemon -s parser.lemon
type base.c >> parser.c
| aaam/zephir | parser/parser/build_win32.bat | bat | mit | 134 |
@echo off
IF NOT DEFINED VSVERSION SET VSVERSION=15.0
IF DEFINED MSBUILD (
IF EXIST "%MSBUILD%" GOTO :eof
)
SET VSWHERE=..\packages\vswhere\tools\vswhere.exe
IF NOT EXIST "%VSWHERE%" nuget.exe install vswhere -NonInteractive -ExcludeVersion -Source https://www.nuget.org/api/v2 > nul
FOR /f "usebackq tokens=*" %%i... | pharring/ApplicationInsights-dotnet | WEB/findMsBuild.cmd | bat | mit | 860 |
cmd /k grunt test | victormelnyk/web_app_base | Test.cmd | bat | mit | 17 |
nuget.exe pack .\..\MetroRadiance.Core\MetroRadiance.Core.csproj
nuget.exe pack .\..\MetroRadiance.Chrome\MetroRadiance.Chrome.csproj
nuget.exe pack .\..\MetroRadiance.Chrome.Externals\MetroRadiance.Chrome.Externals.csproj
nuget.exe pack .\..\MetroRadiance\MetroRadiance.csproj | FreyYa/MetroRadiance | source/.nuget/NuGet.cmd | bat | mit | 280 |
java -classpath .;..\lib\perst.jar TestBlob
| kjk/volante-obsolete | java/tst/TestBlob.bat | bat | mit | 47 |
echo on
REM Set Date
set day2=%DATE:~0,3%
set day=%DATE:~4,2%
set yyyy=%DATE:~10,4%
set mm=%DATE:~7,2%
set filedate=%day%-%mm%-%yyyy%
REM Set Time
for /f "tokens=1 delims=: " %%h in ('time /T') do set hour=%%h
for /f "tokens=2 delims=: " %%m in ('time /T') do set min=%%m
set filetime=12-00
REM Set Time Stamps
set ti... | VinACE/openclinica_scripts | accessdatamart/Restore_backupProd.bat | bat | mit | 1,883 |
@set $1=%~n1
@set $2=%~2
@set $3=%~3
@set PATH_TO_RU=ru
@set PATH_TO_EN=en
if -%4==- "%$3%cat" %$2%%$1%.php | "%$3%grep" -v ^.*\s*ru:\s*.* | "%$3%sed" s/[\/][^*][^*].*/\/**/ | "%$3%sed" s/[[:space:]]en:// > "%PATH_TO_EN%/%$2%%$1%.php"
if -%4==- "%$3%cat" %$2%%$1%.php | "%$3%grep" -v ^.*\s*en:\s*.* | "%$3%sed" s/[\/][^... | ev9eniy/evnine | Source/update-script/phpdoc-cmd/php_split_en_ru.sh.cmd | bat | gpl-2.0 | 826 |
@echo off
set prompt=$e[1;33m[$e[36m%PipsUser%$e[37m@$e[36m%PipsHost%$e[32m($e[35mLose98$e[32m)$e[31m%%@execstr[pt]$e[34m$P$e[33m]$e[1;32m
if "%1" != "" set prompt=[%PipsUser%@%PipsHost% %%@execstr[pt] $P]
::if "%1" == "4nt" prompt `%@exec[@color 0e & echos [ & color 0b & echos %PipsUser% & color 0f & echos @ & colo... | pip/Octology | dox/Jobz/7Studios/CygPip/bin/sp.bat | bat | gpl-3.0 | 1,266 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | yourcelf/btb | help/make.bat | bat | agpl-3.0 | 4,553 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ir.exe" "C:/code/solutions_office/tools/ironruby/bin/update_rubygems" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ir.exe" "%~dpn0" %*
| ThoughtWorksStudios/excel-2010-mingle-addin | tools/ironruby/bin/update_rubygems.bat | bat | apache-2.0 | 183 |
@echo off
taskkill /F /FI "WINDOWTITLE eq hazelcast-jet"
| gurbuzali/hazelcast-jet | hazelcast-jet-distribution/src/bin-regular/jet-stop.bat | bat | apache-2.0 | 58 |
if not exist .git exit 1
git config core.fileMode false
if errorlevel 1 exit 1
git describe --tags --dirty
if errorlevel 1 exit 1
for /f "delims=" %%i in ('git describe HEAD^') do set gitdesc=%%i
if errorlevel 1 exit 1
echo "%gitdesc%"
git status
if errorlevel 1 exit 1
rem check that GIT_* tags are present
for %%i in... | pelson/conda-build | tests/test-recipes/metadata/source_git_am/bld.bat | bat | bsd-3-clause | 459 |
"assets/NuGet.exe" push "../artifacts/DeveloperForce.Chatter.0.4.9.nupkg"
"assets/NuGet.exe" push "../artifacts/DeveloperForce.Chatter.0.4.9.symbols.nupkg" | Compassion/Force.com-Toolkit-for-NET | scripts/publish-chatter.cmd | bat | bsd-3-clause | 156 |
xcopy ..\flash0 assets\flash0 /s /y <d.txt
xcopy ..\lang assets\lang /s /y <d.txt
xcopy ..\assets\shaders assets\shaders /s /y <d.txt
copy ..\assets\langregion.ini assets\langregion.ini
copy ..\assets\compat.ini assets\compat.ini
copy ..\assets\*.png assets
SET NDK=C:\AndroidNDK
SET NDK_MODULE_PATH=..\ext;..\ext\native... | janbobo/ppsspp | android/ab.cmd | bat | gpl-2.0 | 348 |
@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... | Dmitri-Sintsov/pyquestpc | docs/make.bat | bat | isc | 6,465 |
:start
cls
@echo off
echo Welcome to Charmander, and friends' quest!
echo ----------------------------------
echo To begin ,press: B
echo ----------------------------------
echo To see the credits , press: C
echo ----------------------------------
SET Choice=
SET /P Choice=Choose credits, or begin and press... | zacklogan/CharmandersAdventure | Charmanders Adventure.bat | bat | mit | 9,067 |
@echo off
rem Another variant of a configuration file variables read and set script.
rem The script must stay as simple as possible, so for this task it uses these parameters:
rem 1. path where to lock a lock file
rem 2. path where to read a file with variable names (each per line)
rem 3. path where to read a fi... | andry81/contools | Scripts/Tools/std/set_vars_from_locked_file_pair.bat | bat | mit | 2,363 |
echo checking internet connection
Ping www.google.nl -n 1 -w 1000
cls
if errorlevel 1 (set internet=Not connected to internet) else (set internet=Connected to internet)
echo %internet%
pause | Vigorpush/Batch | WorkSpace/NetWorkConnection/CheckNetworkConnection.simple.bat | bat | mit | 197 |
cd ../../src
dotnet build LogoFX.Practices.IoC.sln -c Release
cd ../devops/publish | LogoFX/logofx-inversion-of-control | devops/build/build.bat | bat | mit | 82 |
rem ACQ4 invocation script (www.acq4.org)
rem :::: Some possible additions to this file. Uncomment and edit as needed. ::::
rem :::: Activate a conda environment? ::::
rem call C:\ProgramData\Anaconda3\Scripts\activate.bat acq4
rem :::: Start in a specific directory? ::::
rem call cd %USERPROFILE%\acq4\acq4
python... | acq4/acq4 | bin/acq4.bat | bat | mit | 335 |
%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f | wknishio/variable-terminal | util/windows/uac/disable-uac-admin-users.bat | bat | mit | 172 |
@ECHO OFF
REM ---- Find the oldest installation ----
FOR /F "tokens=*" %%i in ('reg query "HKLM\Software\Microsoft\NET Framework Setup" /s /t REG_SZ /v InstallPath ^| cscript /NoLogo match.js ".*\sInstallPath\s+REG_SZ\s+(.*)" ^| sort /R') DO SET DotNetPath=%%i
ECHO Using .NET path: %DotNetPath%
ECHO You have the foll... | mwidmeyer/sisula | code/Compile.bat | bat | mit | 1,218 |
Xcopy /E /Y /H "c:\Projects\mongo_dart_docs\.git" "git_backup\"
call dartdoc --package-root=../packages --include-lib=mongo_dart,mongo_dart_query,bson --out=../../mongo_dart_docs ../lib/mongo_dart.dart
Xcopy /E /Y /H "git_backup" "c:\Projects\mongo_dart_docs\.git\"
rmdir /S /Q git_backup
| analogic/mongo_dart | tool/generate_docs.cmd | bat | mit | 289 |
usr\bin\bash -l /mzx-build.sh
pause
| AliceLR/megazeux | scripts/buildscripts/2_CreateReleases.bat | bat | gpl-2.0 | 40 |
cmd_scripts/conmakehash := gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/nutterpc/Kernel/I9505/tools/include -o scripts/conmakehash scripts/conmakehash.c
source_scripts/conmakehash := scripts/conmakehash.c
deps_scripts/conmakehash := \
/usr/i... | nutterpc/demonkernel-I9505-TW | scripts/.conmakehash.cmd | bat | gpl-2.0 | 2,300 |
cmd_drivers/net/ethernet/micrel/built-in.o := rm -f drivers/net/ethernet/micrel/built-in.o; arm-linux-gnueabi-ar rcsD drivers/net/ethernet/micrel/built-in.o
| qubir/PhoenixA20_linux_sourcecode | drivers/net/ethernet/micrel/.built-in.o.cmd | bat | gpl-2.0 | 158 |
cmd_net/sunrpc/auth_gss/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o net/sunrpc/auth_gss/built-in.o net/sunrpc/auth_gss/auth_rpcgss.o net/sunrpc/auth_gss/rpcsec_gss_krb5.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/net/sunrpc/auth_gss/.built-in.o.cmd | bat | gpl-2.0 | 182 |
cmd_arch/arm/lib/memmove.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.memmove.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D_... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | arch/arm/lib/.memmove.o.cmd | bat | gpl-2.0 | 2,079 |
@echo off
PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
make
| lukasmonk/lucaschess | Engines/Windows/gambitfruit/gfruit4bx/xmk.bat | bat | gpl-2.0 | 69 |
@if (true == false) @end /*
@echo off
cmdwiz setfont 6 & cls & title Cmd runner
cmdwiz showcursor 0
if defined __ goto :START
set __=.
cmdgfx_input.exe m0unW14xR | call %0 %* | cmdgfx_RGB_32 "" Sfa:0,0,180,110t4
set __=
goto :eof
:START
setlocal EnableDelayedExpansion
set /a W=180, H=110
set /a F6W=W/2, F6H=H/2
mode ... | misol1/cmdgfx | games/cmdrunner/cmdrunner_remix-pixel-RGB.bat | bat | gpl-2.0 | 9,949 |
cmd_drivers/base/driver.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/base/.driver.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/base/.driver.o.cmd | bat | gpl-2.0 | 14,277 |
modeltool --renametextures "E:\projects\oa\newmuz\Plane" "shotgunFlash" shotgun_flash.md3
modeltool --renametextures "E:\projects\oa\newmuz\Plane" "machinegunFlash" machinegun_flash.md3 | everettcaleb/openarena | source/assets/models/newmuz/fixpath.bat | bat | gpl-2.0 | 186 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/isa/gus/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_net/ipv4/inetpeer.o := arm-eabi-gcc -Wp,-MD,net/ipv4/.inetpeer.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototy... | HCDRJacob/wildfire-kernel | net/ipv4/.inetpeer.o.cmd | bat | gpl-2.0 | 154,522 |
cmd_lib/lzo/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o lib/lzo/built-in.o lib/lzo/lzo_compress.o lib/lzo/lzo_decompress.o
| heyoufei2/yocto3.14.38_kernel | lib/lzo/.built-in.o.cmd | bat | gpl-2.0 | 134 |
cmd_lib/klist.o := gcc -Wp,-MD,lib/.klist.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-red-zone -mcmo... | dnh34/proj1 | lib/.klist.o.cmd | bat | gpl-2.0 | 8,870 |
@ECHO OFF
SETLOCAL
CLS
IF NOT EXIST build.user.bat (
ECHO Cannot find build.user.bat
PAUSE
EXIT /B
)
CALL build.user.bat
IF EXIST build\bin64 RD /S /Q build\bin64
CALL "%_QT_DIR_64%\bin\qtenv2.bat"
CALL "%_VC_BAT_PATH%" x64
SET "PATH=%_JOM_DIR%;%PATH%"
CD /D "%~dp0"
IF EXIST Makefile jom clean
qmake "sugoi-... | wangwenx190/SPlayer | build64.bat | bat | gpl-3.0 | 971 |
javac -d mods/com.baeldung.student.model src/modules/com.baeldung.student.model/module-info.java^
src/modules/com.baeldung.student.model/com/baeldung/student/model/Student.java | Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/core-java-modules/core-java-9/compile-student-model.bat | bat | gpl-3.0 | 177 |
@echo off
:: //-----------------------------------------------------------
:: // Create some cleaner variable names
:: //-----------------------------------------------------------
if "%3"=="" (
ECHO.
Echo Format: MergeLocalize.Bat InputDir1 InputDir2 TempDir
ECHO.
GOTO DONE
)
setlocal ENABLEDELAYEDEXPANSION
se... | Kfm946/data_HG2 | _BUILD/Common/MergeLocalize.bat | bat | gpl-3.0 | 736 |
@echo on
@rem This file is part of LDmicro project and must be located in same directory where LDmicro.exe located.
@echo %1 - Compile target
@echo %2 - LD path without end backslash
@echo %3 - LD file name without extentions and path
;
rem goto exit
;
@SET PIC_ASM_TOOL="D:\Program Files\Microchip\MPLABX\v3.26\mpasmx\m... | f1oat/LDmicro | ldmicro/postCompile.bat | bat | gpl-3.0 | 2,407 |
echo off
set /a NUMBER=1
for /r %%i in (*.jpg) do call :RENAME "%%i"
goto :END
:RENAME
set NEWNAME=000%NUMBER%
set NEWNAME=%NEWNAME:~-4%.tmpjpg
ren %1 %NEWNAME%
set /a NUMBER=NUMBER+1
goto :EOF
:END
ren *.tmpjpg *.jpg
:EOF | AenBleidd/Scripts | rename.bat | bat | gpl-3.0 | 225 |
java -jar jsdoc-toolkit\jsrun.jar jsdoc-toolkit\app\run.js -c=conf\jsdoc_config.conf
pause | FG-SE/InterViewer | javascriptdoc.bat | bat | gpl-3.0 | 91 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=EnTAP
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure yo... | harta55/EnTAP | docs/make.bat | bat | gpl-3.0 | 771 |
..\..\..\upx\upx.exe -9 a1updater.exe | arksu/a2client | etc/a1_win_updater/client/bin/upx.bat | bat | gpl-3.0 | 37 |
dotnet ACE.Server.dll | Lidefeath/ACE | Source/ACE.Server/start_server.bat | bat | agpl-3.0 | 21 |
@echo off
echo Calling MDCS for Amberg1.
c:\python27\arcgisVer\python.exe currFolder\Scripts\mdcs.py -i:currFolder\Parameter\Config\Amberg1.xml
pause
| Esri/mdcs-py | batchFiles/Amberg1.bat | bat | apache-2.0 | 151 |
@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... | nathanpucheril/PyBayes | docs/docs/make.bat | bat | apache-2.0 | 7,246 |
rem
rem To simplify debugging of this MSI DLL, make this Visual Studio's debug command like so
rem cmd.exe /c updatemsi.bat
rem Then debugging the project will run this batch file which will
rem auto-uninstall the MSI, then update it with the new DLL, and then run the new MSI
rem
msiexec /q /uninstall FirewallIns... | MorrigansWings/GamePhysics | PlanetSim/DirectX/Samples/C++/Misc/FirewallInstallHelper/updatemsi.bat | bat | apache-2.0 | 460 |
REM Copyright 2018, OpenCensus Authors
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law... | census-instrumentation/opencensus-cpp | tools/appveyor/build.bat | bat | apache-2.0 | 1,106 |
@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... | shawnhermans/cyborgcrm | docs/make.bat | bat | bsd-2-clause | 7,250 |
md android\assets
md android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\java\*.java android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\armeabi\libAGK.so android\libs\armeabi
copy ..\..\Bin\agkpas.png android\assets\AGKSplash.png | google-code/agkpas | Examples/00_General/0005_SplashScreen/android_post_build.bat | bat | bsd-2-clause | 268 |
path=%path%;C:\Python27
python.exe C:\Python27\scripts\ipython -pylab
| modflowpy/flopydoc | docs/ipyth_w_matplotlib.bat | bat | bsd-3-clause | 72 |
echo off
SETLOCAL enabledelayedexpansion
call setEnv.cmd
for %%i in (.\src\*.java) do set SOURCE=!SOURCE! %%i
xcopy src\* classes\ /Y /S
echo %JAVA_HOME%\bin\javac -target 1.5 -classpath %CLASSPATH% -d .\classes %SOURCE%
%JAVA_HOME%\bin\javac -target 1.5 -classpath "%CLASSPATH%" -d .\classes %SOURCE%
ENDLOCAL
| atware/komuso | compile.cmd | bat | bsd-3-clause | 315 |
@ECHO OFF
ECHO [Dog] WARNING: Ensure you have built using baufile.csx before building with this!
scriptcs -I
ECHO [Dog] Copying Bau.NuGet from bin\Release...
xcopy src\Bau.NuGet\bin\Release\Bau.NuGet.dll scriptcs_packages\Bau.NuGet.0.1.0-alpha001\lib\net45\ /Y /Q
ECHO [Dog] Running dog.csx...
scriptcs dog... | modulexcite/bau-nuget | dog.bat | bat | mit | 332 |
start npm run watch-js
start npm run watch-sass | drussilla/LearnWordsFast | src/LearnWordsFast/_watch_client.cmd | bat | mit | 47 |
set path=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A;
set include=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include;C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmf... | wjingzhe/CPP_lab | helloC_dos/helloc.bat | bat | mit | 585 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S01_SyncFastTransferPermissions_TestSuite.MSOXCFXICS_S01_SyncFastTransferPermissions_TestSuite4 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.t... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S01_SyncFastTransferPermissions_TestSuite4.cmd | bat | mit | 345 |
@openssl pkey -pubout -in android-test-billing.pem -out android-test-billing-public-key.x509
| battlmonstr/android-test-billing | test-key/pem-to-x509-public.bat | bat | mit | 94 |
@ECHO OFF
SET BASE=%~dp0
pushd %~dp0qgisplugin
SET PATH=%PATH%;C:\OSGeo4W\bin
SET JAVA_HOME=C:\Program Files (x86)\Java\jre7
SET PATH=%BASE%flashsdk\bin;%PATH%
mkdir viewer
mxmlc -debug=true -library-path+=%BASE%flash_sdk_1.8.4\flash_sdk.swc -static-link-runtime-shared-libraries=true viewer.mxml -output viewer\viewer.s... | michaelborck/earthmine-qgis | build.bat | bat | gpl-2.0 | 454 |
@echo off
@call meta\repo-ver.bat > %TEMP%\repo-ver
IF NOT "%ERRORLEVEL%"=="0" GOTO ERROR_EXIT
copy meta\repo-ver.txt+%TEMP%\repo-ver %TEMP%\setit.bat
call %TEMP%\setit.bat
del %TEMP%\setit.bat
GOTO DONE
:ERROR_EXIT
ECHO .
ECHO *** %0 Error detected, aborting ... ***
ECHO .
exit /b 1
:DONE
exit /b... | sipXtapi/sipXtapi | sipXcallLib/sipXtapi/build.win32/setRepoEnvVar.bat | bat | lgpl-2.1 | 323 |
cd c:\xampp\php
php.exe -f c:\xampp\htdocs\web-lims\index.php uploads uploads server_upload
exit
| Shohiek/weblims | bat/system_upload_new.bat | bat | lgpl-3.0 | 97 |
CLS
'Just clean and build all projects here, even the examples just to simplify things
msbuild CmdMessenger.sln /t:clean /p:Configuration=Release
msbuild CmdMessenger.sln /t:Build /p:Configuration=Release
'Create nuget packages
nuget pack ./CommandMessenger/CommandMessenger.csproj -IncludeReferencedProjects -Prop C... | Stefal/V4MPod | arduino/lib/CmdMessenger_ID171/extras/CSharp/build.bat | bat | mit | 904 |
@echo off
start CopyAssets.bat
set NDK_PROJECT_PATH=C:\Users\tko10sjanim\Desktop\GIT\android
start C:\Users\Public\ndk\ndk-build.cmd
exit | Team-Innis/UtH-Engine | BuildAndroid.bat | bat | mit | 140 |
@mingw32-make
@pause
| davex25/mednafen | src/snes/src/cc.bat | bat | gpl-2.0 | 24 |
cmd_drivers/samsung/j4fs/j4fs.o := /home/kurotsugi/sgy/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/samsung/j4fs/j4fs.o drivers/samsung/j4fs/j4fs_kernel.o drivers/samsung/j4fs/llid_kernel.o drivers/samsung/j4fs/fsd_common.o
| BlackSynergy/BlackReactorSource_SGY | common/drivers/samsung/j4fs/.j4fs.o.cmd | bat | gpl-2.0 | 233 |
cd PSOPT\lib
copy Makefile-SNOPT.vc Makefile.vc
cd ..\examples
copy Makefile-SNOPT.inc Makefile.inc
cd ..\..
| jgoldfar/psopt | use_ipopt_only.bat | bat | lgpl-2.1 | 109 |
@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... | iurisilvio/soapfish | docs/make.bat | bat | bsd-3-clause | 6,705 |
@echo PHP 5.2.4 Foo | php-maven/phpexec-java | phpexec-cli/src/test/resources/org/phpmaven/phpexec/test/version/php5.cmd | bat | gpl-3.0 | 19 |
@echo off
:: set path to eclipse folder. If local folder, use '.'; otherwise, use c:\path\to\eclipse
set ECLIPSEHOME="runtime/server"
:: set ports for HTTP(S) server
:check_http_port
IF NOT [%OPENHAB_HTTP_PORT%] == [] GOTO :http_port_set
set HTTP_PORT=8080
goto :check_https_port
:http_port_set
set HTTP_PORT=%OPENHAB... | innoq/openhab2 | distribution/openhabhome/start_debug.bat | bat | epl-1.0 | 1,921 |
::
:: Copyright (c) 2008-2018 the Urho3D project.
::
:: Permission is hereby granted, free of charge, to any person obtaining a copy
:: of this software and associated documentation files (the "Software"), to deal
:: in the Software without restriction, including without limitation the rights
:: to use, copy, modify, m... | cyberix3d/Cyberix3D | cmake_codeblocks.bat | bat | gpl-3.0 | 1,192 |
@echo off
:next
if '%1'=='' goto exit
if '%1'=='-f' goto sh
erase %1
:sh
shift
goto next
:exit
| JianpingZeng/xcc | xcc/test/mediabench4/ghostscript/src/rm.cmd | bat | bsd-3-clause | 95 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == ... | nikhilm/muzicast | docs/usermanual/make.bat | bat | mit | 4,114 |
@IF EXIST "%~dp0\bash.exe" (
"%~dp0\bash.exe" "%~dp0\..\djo-shell\npm-all-the-things.sh" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
bash "%~dp0\..\djo-shell\npm-all-the-things.sh" %*
) | shorifulislam/nsbd-now | node_modules/.bin/npm-all-the-things.cmd | bat | mit | 204 |
%nuget% restore GladLive.Common.sln
%nuget% update GladLive.Common.sln -noninteractive
| GladLive/GladLive.Common | pre-MyGet.bat | bat | mit | 87 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\JSONStream\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\JSONStream\index.js" %*
) | kr4x/Bookswap | JSONStream.cmd | bat | mit | 200 |
@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... | arve0/matrixscreener | doc/make.bat | bat | mit | 6,717 |
@echo off
rem This makes an MPFS .bin image. /ll is going to be used, so make sure
rem that you define MPFS as a 32bit integer. /r0 is used to remove the null
rem header, MPFS_Start already defines the starting block and the MPFS code
rem will ignore the area before MPFS_Start.
sleep 1
mpfs /b /r0 /ll /k ..... | ammarRajabA/ENC28J60-LAN | CCS_5 C code/MPFS/makempfsimg.bat | bat | mit | 349 |
@echo off
escript.exe erl_make.erl
pause | EricYT/zhougame | scripts/make.cmd | bat | mit | 41 |
..\bin\RubberPlant.App\Release\RubberPlant.App.exe -l2 -r7 plant_e.ls
| joce/RubberPlant | examples/plant_e.cmd | bat | mit | 70 |
@echo off
rem $Id: //open/mondrian-release/3.1/buildJdk16.bat#1 $
rem Called recursively from 'ant release' to build the files which can only be
rem built under JDK 1.6.
rem Change the following line to point to your JDK 1.6 home.
rem set JAVA_HOME=C:\jdk1.6.0_01
rem Change the following line to point to your ant hom... | Twixer/mondrian-3.1.5 | buildJdk16.bat | bat | epl-1.0 | 480 |
cmd_drivers/staging/iio/accel/built-in.o := rm -f drivers/staging/iio/accel/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/staging/iio/accel/built-in.o
| friedrich420/Note-3-AEL-Kernel | drivers/staging/iio/accel/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_lib/nlattr.o := arm-eabi-gcc -Wp,-MD,lib/.nlattr.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 -D__KERNE... | timmytim/honeybutter_kernel | lib/.nlattr.o.cmd | bat | gpl-2.0 | 33,351 |
cmd_net/ipv4/af_inet.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.af_inet.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/m... | srinugnt2000/linux-2.6.37 | net/ipv4/.af_inet.o.cmd | bat | gpl-2.0 | 32,622 |
cmd_arch/x86/boot/video-mode.o := gcc -Wp,-MD,arch/x86/boot/.video-mode.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.7/include -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/madhwang/Development/linuxSource/linux-... | madhwang/linuxKernel | arch/x86/boot/.video-mode.o.cmd | bat | gpl-2.0 | 5,815 |
cmd_arch/arm/kernel/vmlinux.lds := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/xdf-531/Desktop/rtLinux_V2/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/../lib/gcc/arm-bcm2708hardfp-linux-gnueabi/... | avareldalton85/rpi2-linux-rt | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 5,044 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.