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/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 148 |
cmd_fs/cifs/readdir.o := arm-eabi-gcc -Wp,-MD,fs/cifs/.readdir.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h... | timmytim/honeybutter_kernel | fs/cifs/.readdir.o.cmd | bat | gpl-2.0 | 36,415 |
cmd_fs/lockd/clntlock.o := arm-eabi-gcc -Wp,-MD,fs/lockd/.clntlock.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach... | bigbiff/i717-GB-Kernel | fs/lockd/.clntlock.o.cmd | bat | gpl-2.0 | 35,605 |
copy ssnake\ReferenceManual.pdf dist\ReferenceManual.pdf
xcopy /E ssnake\Tutorial dist\Tutorial\
rmdir /S/Q .\dist\Tutorial\src\
rmdir /S/Q .\dist\ssNake\Icons\Sources\
copy gpl.rtf dist
copy modern_ssNake.nsi dist
"C:\Program Files (x86)\NSIS\makensis.exe" dist\modern_ssNake.nsi
| smeerten/ssnake | src/WindowsBuild/makeInstaller.bat | bat | gpl-3.0 | 288 |
ECHO OFF
SET MY_PATH=D:\MyProjects\LA
SET SCRIPT_PATH=%MY_PATH%\LogGen\
SET OUTPUT_PATH=%MY_PATH%\LogFile\PreProsessed\
python %SCRIPT_PATH%LogGen.py ^
-log_name "TLG_5" ^
-event_versatility 3 ^
-traces_max 5 ^
-area_size "1500x1000" ^
-area_pixel_size "10" ^
-date "25.01.2016" ^... | ErasRasmuson/LA | LogGen/TLG_5.bat | bat | gpl-3.0 | 966 |
@echo off
echo Assembling library modules.
echo.
\masm32\bin\ml /c /coff img_conv.asm
\masm32\bin\lib *.obj /out:img_conv.lib
dir img_conv.*
@echo off
pause | 7ya/win_asm_screenshot | img_conv/img_conv.bat | bat | gpl-3.0 | 176 |
rem echo Provisioning Drive
echo rescan > diskpart.txt
echo select disk 1 >> diskpart.txt
echo online disk noerr >> diskpart.txt
echo convert mbr >> diskpart.txt
echo clean >> diskpart.txt
echo create part prim >> diskpart.txt
echo assign letter=E >> diskpart.txt
echo format fs=ntfs quick label=DATA >>... | driz/scripts | Batch/Postinstall DMZ-pp.bat | bat | gpl-3.0 | 3,343 |
:: Copyright (c) ThoughtWorks, Inc.
:: Licensed under the Apache License, Version 2.0
:: See LICENSE.txt in the project root for license information.
:: using gem ruby-protocol-buffers
cd gauge-proto
ruby-protoc -o ..\lib spec.proto && ruby-protoc -o ..\lib messages.proto && ruby-protoc -o ..\lib api.proto && cd ..
| getgauge/gauge-ruby | genproto.bat | bat | gpl-3.0 | 318 |
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /T REG_DWORD /D 1 /F
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /T REG_DWORD /D 1 /F
taskkill /f /im explorer.exe
start explorer.exe | CHEF-KOCH/regtweaks | OS independent/Context Menu/Properties on Recycle Bin Context Menu/Remove Properties from Recycle Bin context menu.bat | bat | mpl-2.0 | 304 |
set clp=D:\java\projekte\deegree2
java -Xms500m -Xmx1200m -classpath .;%clp%\lib\deegree2;%clp%\lib\jai\jai_codec.jar;%clp%\lib\jai\jai_core.jar;%clp%\lib\jai\mlibwrapper_jai.jar;%clp%\lib\batik\batik-transcoder.jar;%clp%\lib\batik\batik-util.jar;%clp%\lib\batik\batik-gvt.jar;%clp%\lib\batik\batik-extension.jar;%c... | lat-lon/deegree2-base | deegree2-core/scripts/batch/txt2tiff_simple.bat | bat | lgpl-2.1 | 533 |
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
:: Initialize system variables and check configuration
call "%~dp0.etc\init.cmd" /TOMCAT
IF %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL%
:: Deploy regain web-app
> "%TOMCAT_HOME%\conf\Catalina\localhost\ROOT.xml" echo ^<?xml version=^"1.0^" encoding=^"UTF-8^"?^>
>> "%TOM... | thinkbase/PortableRegain | bin/start-tomcat.bat | bat | lgpl-2.1 | 705 |
echo off
pushd.
cd /d %~dp0
set SOURCE=..\..\Arduino-Libraries\Packaged Libraries\CmdMessenger
set TARGET=C:\Users\nly96630\Documents\Arduino
echo Create symbolic link from
echo %SOURCE%
echo to
echo %TARGET%
if exist "%TARGET%" rmdir "%TARGET%"
ln.exe "%SOURCE%" "%TARGET%"
popd | thijse/Arduino-Code-and-Libraries | Build Tools/set CmdMessenger Arduino libraries.bat | bat | lgpl-2.1 | 293 |
@echo off
rem -------------------------------------------------------------------------
rem JBoss Bootstrap Script for Windows
rem -------------------------------------------------------------------------
rem Use --debug to activate debug mode with an optional argument to specify the port
rem Usage : standalone.bat --... | luck3y/wildfly-core | core-feature-pack/common/src/main/resources/content/bin/standalone.bat | bat | lgpl-2.1 | 9,694 |
::
:: Author : luke1987515@hotmail.com
:: Time : 2020-09-25 15:49
:: Description : Add create partition after convert mbr
:: Time : 2018-07-10 09:12
:: Description : Add select disk after clear disk attributes fail
:: Time : 2018-07-03 09:50
:: Description : Add offline
:: Time ... | luke1987515/box-turtle | 相容性測試_bat_檔/disk_online_with_partition_24HDD.bat | bat | unlicense | 1,263 |
@if "%DEBUG%" == "" @echo off
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
:begin
@rem Determine what directory it is in.
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
set GRIFFON_APP_NAME="@app.name@"
"%DIRNAME%\startApp.bat" "%DIRNAME%"
@rem ... | shemnon/griffon | src/griffon/templates/dist/bin/app.run.bat | bat | apache-2.0 | 411 |
@echo OFF
start javaw -jar jira-worklog-client-1.0-SNAPSHOT-jar-with-dependencies.jar | acktsap/jira-worklog-client | jira-worklog-client.bat | bat | apache-2.0 | 85 |
@ECHO %1
@ECHO %2
@ECHO %3
@ECHO %4
for /f %%i in ("%0") do set curpath=%%~dpi
cd /d %curpath%
set PATH=.;..\resources;%XIP_LIB_PATH%;%JAVA_JRE_PATH%;%JAVA_JRE_PATH%\server\bin;%PATH%
%JAVA_JRE_PATH%\java -Xms256m -Xmx1024m -cp ..\..\XIPApp\bin;..\lib\pixelmed.jar;..\lib\DicomUtil.jar;..\lib\mime-util.jar; XipHo... | OpenXIP/xip-app-tutorial | src/XipHostedApp.bat | bat | apache-2.0 | 356 |
rmdir /S /Q Api
mkdir Api
"C:\Program Files\doxygen\bin\doxygen.exe" Doxyfile
robocopy Api ..\..\NiceThreads.Doc /E /TEE /R:0 | daveaglick/NiceThreads | Doc/build.bat | bat | apache-2.0 | 125 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | yystju/weixin_test | gradlew.bat | bat | apache-2.0 | 2,360 |
mvn -f ../pom.xml dependency:copy-dependencies -DoutputDirectory=./target/lib | y00231236/business-center | business-center-system/bin/copy-libs.cmd | bat | apache-2.0 | 78 |
@ECHO OFF
REM Command file for Sphinx documentation
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" == "help" (
:help
echo.Please use `... | charanpald/APGL | docs/make.bat | bat | bsd-3-clause | 3,109 |
SET WEBINFLIB=web\WEB-INF\lib
SET CLASS_LIBS=%WEBINFLIB%\commons-cli-1.2.jar;%WEBINFLIB%\commons-codec-1.6.jar;%WEBINFLIB%\commons-logging-1.1.1.jar;%WEBINFLIB%\gson-2.2.2.jar;%WEBINFLIB%\httpclient-4.2.5.jar;%WEBINFLIB%\httpclient-cache-4.2.5.jar;%WEBINFLIB%\httpcore-4.2.4.jar;%WEBINFLIB%\httpmime-4.2.5.jar;lib\server... | PaesslerAG/JMXMiniProbe | JMXMiniProbe_war.bat | bat | bsd-3-clause | 1,298 |
:: Purpose: Installs a package
:: Requirements: Run this script with Administrator rights
:: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x07d1490f82a211a2
:: History: 1.0.1 + Add proper console and logfile logging
:: 1.0.0 + Initial write
... | bmrf/pdq | repository/java/jdk/8/x64/jdk-8-windows-x64.bat | bat | mit | 4,516 |
@REM cd "%~dp0"
:build
@set msbuild="%ProgramFiles(x86)%\msbuild\15.0\Bin\MSBuild.exe"
@if not exist %msbuild% @set msbuild="%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
@if not exist %msbuild% @set msbuild="%ProgramFiles(x86)%\msbuild\15.0\Bin\MSBuild.exe"
@if not exist %msbuild% @set msbuild="%ProgramFile... | akrisiun/xwt | build.cmd | bat | mit | 810 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S02_UpdateCalendarRelatedItem.MSOXWSMTGS_S02_TC13_UpdateMeetingErrorCalendarEndDateIsEarlierThanStartDate /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\MS-... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S02_TC13_UpdateMeetingErrorCalendarEndDateIsEarlierThanStartDate.cmd | bat | mit | 355 |
cmd_drivers/media/video/davinci/built-in.o := rm -f drivers/media/video/davinci/built-in.o; arm-linux-gnueabihf-ar rcsD drivers/media/video/davinci/built-in.o
| Dee-UK/D33_KK_Kernel | drivers/media/video/davinci/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_fs/xfs/linux-2.6/xfs_lrw.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/xfs/linux-2.6/.xfs_lrw.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall ... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/xfs/linux-2.6/.xfs_lrw.o.cmd | bat | gpl-2.0 | 19,764 |
del *.bak
del *.ppu
del *.o
del *.a
del *.compiled
del *.exe
del *.fdb
| rebotea/fenixsql | extras/fblib/examples/Lazarus/clean.bat | bat | gpl-2.0 | 80 |
#!/bin/bash
# base-tool generated command file
LANG=C PYTHONUNBUFFERED=True exec /var/tmp/pbench-test-tool-scripts/opt/pbench-agent/tool-scripts/datalog/File-Capture-datalog 10 /proc/sched_debug
| ndokos/pbench | agent/tool-scripts/tests/proc-sched_debug/gold/tools-group/proc-sched_debug/proc-sched_debug.cmd | bat | gpl-3.0 | 196 |
@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... | derdmitry/socraticqs2 | doc/make.bat | bat | apache-2.0 | 6,711 |
echo off
cls
echo *********************************************************
echo make sure you are running this entire shell in admin mode
echo *********************************************************
pause
echo on
cd mHash
call install.cmd
call link.cmd
cd..
cd mLogger
call install.cmd
call link.cmd
cd..
cd mDAL
call... | javuio/Node-Bootstrap | modules/install.cmd | bat | apache-2.0 | 377 |
@echo off
setlocal enabledelayedexpansion
java -jar %~dp0jarup.jar %*
| vidal-community/jarup | src/main/resources/jarup.bat | bat | apache-2.0 | 73 |
# Copyright 2020 The TensorFlow Authors. 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 applica... | annarev/tensorflow | tensorflow/lite/micro/examples/micro_speech/apollo3evb/micro_speech.cmd | bat | apache-2.0 | 875 |
@rem Copyright 2016, Google Inc.
@rem All rights reserved.
@rem
@rem Redistribution and use in source and binary forms, with or without
@rem modification, are permitted provided that the following conditions are
@rem met:
@rem
@rem * Redistributions of source code must retain the above copyright
@rem notice, this l... | soltanmm-google/grpc | tools/run_tests/helper_scripts/pre_build_csharp.bat | bat | bsd-3-clause | 3,609 |
glslangvalidator -V toon.vert -o toon.vert.spv
glslangvalidator -V toon.frag -o toon.frag.spv
glslangvalidator -V colorpass.vert -o colorpass.vert.spv
glslangvalidator -V colorpass.frag -o colorpass.frag.spv
glslangvalidator -V postprocess.vert -o postprocess.vert.spv
glslangvalidator -V postprocess.frag -o postprocess... | jpbruyere/Vulkan | data/shaders/debugmarker/generate-spirv.bat | bat | mit | 329 |
@REM
@REM Licensed to the Apache Software Foundation (ASF) under one or more
@REM contributor license agreements. See the NOTICE file distributed with
@REM this work for additional information regarding copyright ownership.
@REM The ASF licenses this file to You under the Apache License, Version 2.0
@REM (th... | daidong/GraphTrek | nodes/node3/bin/stop-server.bat | bat | apache-2.0 | 2,465 |
del .\*.gen.cs
del .\Brokers\*.gen.cs
del .\Hibernate\*.gen.cs
del .\Hibernate\Brokers\*.gen.cs
pause
| chinapacs/ImageViewer | Workflow/codegen-clean-pause.bat | bat | gpl-3.0 | 109 |
@ECHO OFF
SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\mysqlclient_d.txt
CALL dlextract.bat mysqlclient %FILES%
cd %TMP_PATH%
xcopy mysql-connector-c-noinstall-6.0.2-win32\include\* "%CUR_PATH%\include\mysql\" /E /Q /I /Y
copy mysql-connector-c-noinstall-6.0.2-win32\lib\mysqlclient.lib "%CUR_PATH%\lib\" /Y
cd %LOC_PATH%... | RasPlex/plex-home-theatre | project/BuildDependencies/scripts/mysqlclient_d.bat | bat | gpl-2.0 | 321 |
if exist "%CONFIGURATIONBUILDDIR%\BuildOutput.htm" del "%CONFIGURATIONBUILDDIR%\BuildOutput.htm"
echo _________________________________________________________ >> "%CONFIGURATIONBUILDDIR%\BuildOutput.htm"
echo COMPILING WTFGenerated... >> "%CONFIGURATIONBUILDDIR%\BuildOutput.htm"
echo __... | zhulin2609/phantomjs | src/qt/qtwebkit/Tools/win/AssembleBuildLogs/AssembleLogs.cmd | bat | bsd-3-clause | 15,039 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\bootstrap" %*
) ELSE (
node "%~dp0\bootstrap" %*
)
| originye/atom | script/bootstrap.cmd | bat | mit | 111 |
npm uninstall shattered-game && npm i shattered-game && npm start
| nathantreid/shattered | reinstall-game.cmd | bat | mit | 66 |
nuget pack ChangeCase.csproj -Prop Configuration=Release | soltys/Soltys.ChangeCase | ChangeCase/NuGetPackRelease.bat | bat | mit | 56 |
@echo off
"C:\Users\eric\Documents\emacs-24.3-bin-i386\emacs-24.3\bin\runemacs.exe" -q -l w:\sdl_tetris\.emacs
| mrfright/sdl_tetris | emacs.bat | bat | mit | 111 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | pchronz/Learn.jl | docs/make.bat | bat | mit | 7,739 |
@echo off
REM enable delayed expansion so that ERRORLEVEL is evaluated properly inside IF blocks
SETLOCAL ENABLEDELAYEDEXPANSION
echo ~~~ Preparing build folder
SET SANITIZED_PROJECT_SLUG=%BUILDKITE_PROJECT_SLUG:/=\%
SET BUILDKITE_BUILD_DIR=%BUILDKITE_BUILD_PATH%\%BUILDKITE_AGENT_NAME%\%SANITIZED_PROJECT_SLU... | grosskur/agent | templates/bootstrap.bat | bat | mit | 3,455 |
@echo off
rem ---------------------------------------------------------------------------
rem jython.bat - start script for Jython (adapted from jruby.bat)
rem
rem Environment variables (optional)
rem
rem JAVA_HOME Java installation directory
rem
rem JYTHON_HOME Jython installation directory
rem
rem JYTHO... | azoft-dev-team/imagrium | env/bin/jython.bat | bat | mit | 7,274 |
cmd_drivers/media/common/tuners/tda18271-fe.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/media/common/tuners/.tda18271-fe.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-en... | b8e5n/KTG-kernel_es209ra | drivers/media/common/tuners/.tda18271-fe.o.cmd | bat | gpl-2.0 | 22,080 |
cmd_loginutils/chpasswd.o := arm-linux-musleabihf-gcc -Wp,-MD,loginutils/.chpasswd.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-stri... | ThinkIntegrate/busybox | loginutils/.chpasswd.o.cmd | bat | gpl-2.0 | 11,395 |
@echo off
if not "%VS140COMNTOOLS%"=="" ( call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
) else if not "%VS130COMNTOOLS%"=="" ( call "%VS130COMNTOOLS%vsvars32.bat"
) else if not "%VS120COMNTOOLS%"=="" ( call "%VS120COMNTOOLS%vsvars32.bat"
) else if not "%VS110COMNTOOLS%"=="" ( call "%... | klenin/cats-judge | preparevs.cmd | bat | gpl-2.0 | 572 |
@echo off
set SRC_ROOT=..\sources
set DST_ROOT=libuos
set CUR_SRC_DIR=%SRC_ROOT%\buf
set CUR_DST_DIR=%DST_ROOT%\buf
md %CUR_DST_DIR%
copy /Y %CUR_SRC_DIR%\buf-chksum.c %CUR_DST_DIR%\buf-chksum.c
copy /Y %CUR_SRC_DIR%\buf-chksum32.c %CUR_DST_DIR%\buf-chksum32.c
copy /Y %CUR_SRC_DIR%\buf-clen.c %CUR_DST_DIR%\... | tmg82/uos-embedded | utils/create_libuos_mcstudio.bat | bat | gpl-2.0 | 15,328 |
cmd_drivers/video/tegra/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/built-in.o drivers/video/tegra/host/built-in.o drivers/video/tegra/dc/built-in.o drivers/video/tegra/fb.o drivers/video/tegra/nvmap/built-in.o
| TeamGlide/LiteKernel | drivers/video/tegra/.built-in.o.cmd | bat | gpl-2.0 | 263 |
@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... | sani-coop/tinjaca | doc/informe1/make.bat | bat | gpl-2.0 | 7,326 |
@echo off
REM Verify if JORAM_HOME is well defined
if not exist "%JORAM_HOME%\samples\bin\clean.bat" goto nokHome
REM Verify if JAVA_HOME is well defined
if not exist "%JAVA_HOME%\bin\java.exe" goto nokJava
set CONFIG_DIR=%JORAM_HOME%\samples\config
set JORAM_BIN=%JORAM_HOME%\ship\bin
set RUN_DIR=%JORAM_HOME%... | jonasrmichel/jms-doodle-poll | joram-jms/samples/bin/sslsingle_server.bat | bat | gpl-2.0 | 1,520 |
@echo off
vim --servername GVIM --remote-silent %*
| SpaceVim/SpaceVim | bin/svc.bat | bat | gpl-3.0 | 51 |
echo off
rem Parameters
set postgresbindir=C:\Program Files (x86)\PostgreSQL\9.5\bin
set sigmahrootfilesdir=C:\Sigmah\files
set dir7zip=C:\Program Files\7-Zip
set sqlscriptsdir=..\sql
set postgresport=5432
set postgresusername=postgres
rem List all available databases
call "%postgresbindir%\psql.exe" --host localhos... | Raphcal/sigmah | scripts/cli/backup_sigmah_instance.bat | bat | gpl-3.0 | 2,624 |
@echo off
setlocal
set DIR=.
set "PATH=..\..\dist\bin;..\..\bin;%PATH%"
if "%TARGET%" == "" set TARGET=mingw
call cinterop -def "%DIR%\src\main\c_interop\stdio.def" -target "%TARGET%" -o stdio
if ERRORLEVEL 1 exit /b %ERRORLEVEL%
call konanc -target "%TARGET%" "%DIR%\src\main\kotlin\CsvParser.kt" -library stdio -o ... | jiaminglu/kotlin-native | samples/csvparser/build.bat | bat | apache-2.0 | 351 |
@echo off
rem ======================================================================
rem
rem scf server bootstrap script
rem
rem ======... | liyzhou/iscoder.rpc | scf-dist/src/bin/startup.bat | bat | apache-2.0 | 2,178 |
@echo off
c:
cd "C:\Program Files (x86)\LabTracker\"
tracker.exe -a logout
exit /b | abztrakt/labtracker | client_scripts/LOGOUT.bat | bat | apache-2.0 | 86 |
cd ..\..
@ECHO OFF
set MONGOD=C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe
for /r "C:\Program Files\MongoDB" %%a in (*) do if /i "%%~nxa"=="mongod.exe" set "MONGOD=%%a"
@ECHO ON
START /b cmd /c "%MONGOD%" --dbpath=.mongodbdatabase
ECHO Wating for mongodb to start...
ping -n 6 -w 1000 127.0.0.1
node serversid... | truemrwalker/wblwrld3 | setup/windows/start.bat | bat | apache-2.0 | 336 |
java -cp lib\test_only\hsqldb.jar org.hsqldb.util.DatabaseManager | brianhks/genormous | dbman.bat | bat | apache-2.0 | 65 |
echo Installing GRR dependencies
mkdir C:\grr_deps || echo "Failed to create C:\grr_deps" && exit /b 1
cd C:\grr_deps
echo Installing 64bit python and pip
powershell -NoProfile -ExecutionPolicy unrestricted -Command "(new-object System.Net.WebClient).DownloadFile('https://www.python.org/ftp/python/2.7.12/python-2.7.1... | destijl/grr | vagrant/windows/install_for_build.bat | bat | apache-2.0 | 3,409 |
echo off
rem #####################################################################
rem This file is subject to the terms and conditions defined in the\n
rem files 'LICENSE' and 'NOTICE', which are part of this source\n
rem code package.
rem #####################################################################
%~d0
set... | ilscipio/scipio-erp | start.bat | bat | apache-2.0 | 2,143 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S02_Coauth.TestCase_S02_TC15_ExitCoauthoringSession_NotPresentInCurrentSession /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_S02_TC15.cmd | bat | mit | 316 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S16_CellWithRelative.TestCase_S01_TC04_DownloadContents_SchemaLock_ByPassLockIDNotSpecified /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /uni... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S16_TC04.cmd | bat | mit | 329 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S01_Cell.TestCase_S01_TC22_UploadContents_ExpectNoFileExists /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_S01_TC22.cmd | bat | mit | 298 |
:: Golf : Mikael Sollenborn 2015
@echo off
cmdwiz showcursor 0
color 07
cls
mode con lines=35 cols=80
setlocal ENABLEDELAYEDEXPANSION
set CNT=1
set YCNT=1
set XPOS=4
set YPOS=5
set SHADOW=0
set FLIP=0
call cardstack.bat shuffle
set DECKEND=0
set ALLOWONKING=0
if not "%1" == "" set ALLOWONKING=1
call hiscore.bat golfsco... | misol1/gotoxy | solitaire/golf.bat | bat | gpl-2.0 | 3,630 |
%PYTHONHOME%\scripts\virtualenv env
set PYTHONHOME=
env\scripts\pip install coverage --use-mirrors
env\scripts\pip install -r requirements.txt --use-mirrors
env\scripts\pip install -r test_requirements.txt --use-mirrors
env\scripts\pip install -r test_requirements26.txt --use-mirrors
env\scripts\nosetests --with-covera... | tpow/pytds | ci.bat | bat | mit | 437 |
ren *.ogg *.bza | JoshuaSkelly/TroubleInCloudLand | data/sounds/_ogg2bza.bat | bat | mit | 15 |
set OUTPUT_FOLDER=%1
if "%1" EQU "" set OUTPUT_FOLDER=c:\test
set TAEF_EXE="C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\TAEF\x64\TE.exe"
set MYPATH=%~dp0
set TE_DLL=%MYPATH:~0,-1%\..\..\..\Binaries\Debug\x64\Microsoft.Xbox.Services.UnitTest.140.TAEF\Microsoft.Xbox.Services.UnitTest.140.TAEF.dll
mkdir %OUTP... | claytonv/xbox-live-api | Tests/UnitTests/Scripts/run-all-tests-once.cmd | bat | mit | 429 |
REM ×¢ÊÍ
@echo off
set ocd=%cd%
cd /d %~dp0
cd ..
echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ #####
if exist ..\config.bat call ..\config.bat
if exist ..\..\config.bat call ..\..\config.bat
if exist ..\..\..\config.bat call ..\..\..\config.bat
if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat
if exist ..\..\..\..\..\conf... | dios-game/dios | src/libs/dios_db_table/build/setup.win64.bat | bat | mit | 1,523 |
@ECHO OFF
php "%~dp0phpunit.phar" %*
PAUSE | ProtectionCivile/intranet-protection-civile | www/PhpRbac/tests/phpunit.bat | bat | gpl-2.0 | 44 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.1.0.0@strip-bom\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.1.0.0@strip-bom\cli.js" %*
) | MacroLin/practice | webpack+react(练习)/node_modules/.0.3.14@vinyl-fs/node_modules/.bin/strip-bom.cmd | bat | mit | 200 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\LiveScript\bin\livescript" %*
) ELSE (
node "%~dp0\..\LiveScript\bin\livescript" %*
) | crisdb/angBoot | node_modules/angular-ui-bootstrap/node_modules/grunt-karma/node_modules/karma/node_modules/.bin/livescript.cmd | bat | mit | 147 |
:: Licensed to the Apache Software Foundation (ASF) under one or more contributor
:: license agreements. See the NOTICE file distributed with this work for additional
:: information regarding copyright ownership. The ASF licenses this file to you under
:: the Apache License, Version 2.0 (the "License"); you may not use... | ikoula/cloudstack | scripts/installer/windows/start.bat | bat | gpl-2.0 | 911 |
@echo off
set FLUENT_DIR=D:\GS\Fluent.Inc
REM set FLUENT_DIR=D:\Progs\ANSYS.Inc\v121\fluent
REM set FLUENT_DIR=D:\Progs\ANSYS_Inc\v130\fluent
%FLUENT_DIR%\ntbin\ntx86\fluent.exe 2d -i load.scm
rem @pause
| shimlight/hy-fluent | fluent_udf/hylab/run.bat | bat | gpl-3.0 | 222 |
@ECHO OFF
ECHO --- Building aPLib Ada example for Aonix ObjectAda for Windows ---
ECHO.
SET OAPATH=C:\Program Files\Aonix\ObjectAda\bin\
if not exist "%OAPATH%adareg.exe" echo Wrong path [%OAPATH%] - change mk_aonix.bat!
if exist unit.map goto build
"%OAPATH%adareg" *.ad?
ECHO.
:build
"%OAPATH%adabuild" apacdemo ... | P0cL4bs/3vilTwinAttacker | plugins/external/BDFProxy-ng/bdf/aPLib/contrib/ada/mk_aonix.bat | bat | gpl-3.0 | 405 |
REM append once.txt to header files in the current directory
REM
FOR %%f IN ( *.H ) DO copy %%f+once.txt
| h8liu/mcpp | tool/app_once.bat | bat | bsd-2-clause | 105 |
REM ********** Set path for .NET Framework 4.0, Sandcastle ****************************
setlocal
set PATH=%windir%\Microsoft.NET\Framework\v4.0.30319;%DXROOT%\ProductionTools;%PATH%
if exist output rmdir output /s /q
XslTransform /xsl:"%DXROOT%\ProductionTransforms\dsmanifesttomanifest.xsl" aspnet_howto.build... | twsouthwick/Autofac | lib/Sandcastle/Examples/ConceptualExample/build_conceptual_2005_mshc.bat | bat | mit | 593 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | wbsavage/shinken | docs/make.bat | bat | agpl-3.0 | 5,107 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\commoner\bin\commonize" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\commoner\bin\commonize" %*
) | demns/todomvc-perf-comparison | todomvc/react/node_modules/reactify/node_modules/react-tools/node_modules/.bin/commonize.cmd | bat | mit | 186 |
@rem
@rem Copyright 2015 the original author or 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... | m-x-k/cookiecutter-spring-boot | {{cookiecutter.app_name}}/gradlew.bat | bat | gpl-3.0 | 2,841 |
ring gendoc.ring
copy ringopengl20funcsdoc.txt ..\..\..\docs\source\ | ring-lang/ring | extensions/ringopengl/opengl20/document.bat | bat | mit | 68 |
call node c:\01\node_modules\jade\bin\jade index.jade | agershun/minday | 5.bat | bat | mit | 53 |
@setlocal
@echo off
dotnet pack -c Release --no-build
| Kittyfisto/System.Extensions | create_nuget.cmd | bat | mit | 55 |
saxon set.has-same-node.xml ../../../style/function.xsl
| exslt/exslt.github.io | set/functions/has-same-node/refresh.bat | bat | mit | 56 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\js-beautify-ejsx\js\bin\js-beautify.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\js-beautify-ejsx\js\bin\js-beautify.js" %*
) | mohammed52/something.pk | node_modules/.bin/js-beautify.cmd | bat | mit | 218 |
@echo off
rem %cd% 工作目录/当前目录
rem %~dp0 bat文件所在目录
rem 启用延迟扩展,一行语句中延迟变量赋值
setlocal ENABLEDELAYEDEXPANSION
set rpstr=E:/work/zeus/GameEditors/UIEdit/res/
set xxx=/sdcard/hookzeus/
set localpath=%cd%/%1
set localpath=%localpath:\=/%
set remotepath=%localpath:E:/work/zeus/GameEditors/UIEdit/res/=!xxx!%
echo %localpath%
e... | lite3/adbtool | adbpush.bat | bat | mit | 435 |
gfortran -c -O -o ./o/htnaWriteHess.o ../htnaWriteHess.f
gfortran -Wl,--export-all-symbols -static-libgcc -static-libgfortran -Wl,--export-all-symbols -o ./x/htnaWriteHess.exe ./o/htnaWriteHess.o ./a/libtinker.a
copy /y ".\x\htnaWriteHess.exe" "C:\Users\htna\svn\htnasvn_htna\Research.bioinfo.prog.TINKER\1A6G\htnaWr... | htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/External.Tinker/tinker-7.1.3/source/make/htna.make.bat | bat | mit | 667 |
fake run -t %1 build.fsx
| KlusterKite/KlusterKite | build.bat | bat | mit | 25 |
@echo off
SETLOCAL
SET FORGE_ARGS=%*
SET FORGE_ARGS=%FORGE_ARGS: =~ ~%
node "%~dp0/../../../@electron-forge/cli/dist/electron-forge-start.js" --vscode -- ~%FORGE_ARGS%~
ENDLOCAL
| electron-userland/electron-forge | packages/api/cli/script/vscode.cmd | bat | mit | 190 |
cmd_net/ipv4/igmp.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.igmp.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 -Wstr... | b8e5n/KTG-kernel_es209ra | net/ipv4/.igmp.o.cmd | bat | gpl-2.0 | 30,866 |
cmd_drivers/hid/hid.o := arm-linux-androideabi-ld -EL -r -o drivers/hid/hid.o drivers/hid/hid-core.o drivers/hid/hid-input.o
| tenorntex/lhbalanced | drivers/hid/.hid.o.cmd | bat | gpl-2.0 | 129 |
cmd_drivers/video/fb.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/video/fb.o drivers/video/fbmem.o drivers/video/fbmon.o drivers/video/fbcmap.o drivers/video/fbsysfs.o drivers/video/modedb.o drivers/video/fbcvt.o
| DJSteve/StreakKernel | drivers/video/.fb.o.cmd | bat | gpl-2.0 | 266 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/match8.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/match8.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/match8.o /home/yutingkao23/linuxcnc-add-hal-ether... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.match8.ko.cmd | bat | gpl-2.0 | 341 |
:UNSORT
del /q "%GBC%\currentlist.ini"
del /q "%GBC%\output_(currentlist).txt"
start "" "%GBC%\Wbusy.exe" "Indexing" "Indexing your library" /Marquee
echo.=>"%GBC%\currentlist.ini"
echo.ALL>>"%GBC%\currentlist.ini"
if not exist "%GBC%\conselect.ini" goto :INIT
CALL :NOTEXIST
if "%ISTNM%"=="" start "" "%GBC%\Wbu... | HoodlumDTX/rom-jacket | unsort.bat | bat | gpl-2.0 | 5,364 |
cmd_arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-sai.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx7d-12x12-lpddr3-arm2-sai.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/li... | heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx7d-12x12-lpddr3-arm2-sai.dtb.cmd | bat | gpl-2.0 | 1,959 |
>>> 5 + True
6
>>> 7 - False
7
| simontakite/sysadmin | pythonscripts/practicalprogramming/cond/bool_math.cmd | bat | gpl-2.0 | 31 |
cmd_net/ipv6/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o net/ipv6/built-in.o net/ipv6/ipv6.o net/ipv6/ah6.o net/ipv6/esp6.o net/ipv6/ipcomp6.o net/ipv6/xfrm6_tunnel.o net/ipv6/tunnel6.o net/ipv6/xfrm6_mod... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | net/ipv6/.built-in.o.cmd | bat | gpl-2.0 | 714 |
cmd_sound/pci/hda/built-in.o := rm -f sound/pci/hda/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/hda/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/sound/pci/hda/.built-in.o.cmd | bat | gpl-2.0 | 181 |
cmd_rte_table_acl.o = gcc -Wp,-MD,./.rte_table_acl.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -O3 -W -Wall -Wstrict-prototypes -Wmi... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_table/.rte_table_acl.o.cmd | bat | gpl-2.0 | 580 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.