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_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs sound/parisc/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | sound/parisc/.built-in.o.cmd | bat | gpl-2.0 | 144 |
cmd_arch/arm/lib/sha1.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/in... | evan6200/cirrfy_pos | arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,600 |
cmd_drivers/power/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/power/built-in.o drivers/power/power_supply.o drivers/power/battery_bq27541.o drivers/power/summit_smb347.o
| 0xD34D/kernel_amazon_tate | drivers/power/.built-in.o.cmd | bat | gpl-2.0 | 238 |
cmd_sound/soc/fsl/built-in.o := rm -f sound/soc/fsl/built-in.o; /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD sound/soc/fsl/built-in.o
| jashasweejena/VibeKernel | sound/soc/fsl/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_sound/drivers/opl4/built-in.o := rm -f sound/drivers/opl4/built-in.o; ar rcs sound/drivers/opl4/built-in.o
| Existed/kernel-2.6.35.14 | sound/drivers/opl4/.built-in.o.cmd | bat | gpl-2.0 | 112 |
cmd_drivers/video/console/font.o := arm-linux-ld -EL -r -o drivers/video/console/font.o drivers/video/console/fonts.o drivers/video/console/font_8x16.o
| heyoufei/mini2440_kernel | drivers/video/console/.font.o.cmd | bat | gpl-2.0 | 156 |
cmd_coreutils/tac.o := arm-linux-musleabihf-gcc -Wp,-MD,coreutils/.tac.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 ... | ThinkIntegrate/busybox | coreutils/.tac.o.cmd | bat | gpl-2.0 | 11,331 |
pushd "%GBC%\net\%EXECT%\%NAOMI%"
"%GBC%\fart.exe" "*.ini" [EMUL] "[EMUPTH]"
popd
copy /y "%GBE%\%EMUZ%\%DMUL%\roms\*" "%GBC%\net\%EXECT%\%NAOMI%"
"%SEVENZIP%" e -y "%GBC%\net\%EMEX%\%EMEX%.7z" -o"%GBC%\net\%EXECT%\%CSTCONS%" "%CEMU%\%CSTCONS%.exe"
echo.mkdir "roms">>"%GBC%\bioscpy.ini"
echo.mkdir "nvram">>"%GBC%... | HoodlumDTX/rom-jacket | execNAOMI.bat | bat | gpl-2.0 | 1,701 |
cmd_mm/fremap.o := ppc_4xx-gcc -m32 -Wp,-MD,mm/.fremap.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 -Wstrict-prototypes -Wno-trigrap... | mattkelly/linux-2.6-xlnx | mm/.fremap.o.cmd | bat | gpl-2.0 | 26,552 |
.read ./resource/defines.sql | Voskrese/mipsonqemu | tools/MyLaunch/resource/readsql.bat | bat | gpl-2.0 | 28 |
@ECHO OFF
@REM -G Optimize speed, -G- optimize size (default)
@REM -O1 Smallest Code -O -Ob -Oe -Os -k- -Z
@REM -O2 Fastest Code -O -Ob -Oe -Og -Oi -Ol -Om -Op -Ot -Ov -k- -Z
@REM -j5 = #Errors
@REM
@REM --the hard cases
@REM -Os, -Od, -k- geht auch
@REM option -P can be enabled explicit (force C++ compilation)
@REM op... | Henne/Bright-Eyes | src/custom/schick/rewrite_m302de/compile.bat | bat | gpl-2.0 | 7,249 |
@echo off
tasklist|findstr /i idman > tmp.txt
for /f "tokens=*" %%a in ('type tmp.txt 2^>NUL') do @set res1=%%a
del tmp.txt
echo %res1%
if [%res1%] equ [] @(
echo ip address in cl argument missing..
goto exit
)
if "%res1%"=="" echo IDMan doesn't exist
:input
set INPUT=
set /P INPUT=Type input: %=%
if "%INPUT%"=="" ... | atiq-cs/Scripts-And-Utilities | cmd/inputtext.cmd | bat | gpl-3.0 | 368 |
@ECHO OFF
del *.exe
del *.mak
set UDIRX= %CD%
cd ..\..\execs\
move SPHYSICSgen_2D.exe ..\execs.bak
cd ..\source\SPHYSICSgen2D
del *.exe
nmake -f SPHYSICSgen_win_ifort.mak clean
nmake -f SPHYSICSgen_win_ifort.mak
IF EXIST SPHYSICSgen_2D.exe (
ECHO.
ECHO SPHYSICSGEN compilation Done=yes
ECH... | slitvinov/sphysics2d | run_directory/Case7/Case7_windows_ifort.bat | bat | gpl-3.0 | 1,235 |
REM QBFC Project Options Begin
:: HasVersionInfo: No
REM Companyname:
REM Productname:
REM Filedescription:
REM Copyrights:
REM Trademarks:
REM Originalname:
REM Comments:
REM Productversion: 0. 0. 0. 0
REM Fileversion: 0. 0. 0. 0
REM Internalname:
REM Appicon: D:\À©Õ¹¹¤¾ß\CMD2EXE\ͼ±ê¿â_1\ICO-46... | auspbro/CodeSnippets | Batch/常用批处理/批处理生成的CMD命令帮助清单.bat | bat | gpl-3.0 | 1,285 |
set JAVA_HOME=D:\Java\jdk1.8.0_241
set version=1_4
set zip_name=axis-bin-%version%
set wsdl=http://api.xxx.cn/xxxAPI/service/auditResBatchQueryService?wsdl
curl --url https://archive.apache.org/dist/ws/axis/%version%/%zip_name%.zip --output %zip_name%.zip
tar -xf %zip_name%.zip
cd axis-%version%/lib
curl --url https:/... | Ahaochan/invoice | ahao-spring-boot-webservice/script/axis1-generator-java.bat | bat | gpl-3.0 | 594 |
@echo off
if "%1" == "" goto :notset
if "%2" == "" goto :notset
if exist %2\processhacker-*-*.* del %2\processhacker-*-*.*
rem Source distribution
if exist "%SVNBIN%\svn.exe". (
if exist %2\ProcessHacker2 rmdir /S /Q %2\ProcessHacker2
"%SVNBIN%\svn.exe" export %1 %2\ProcessHacker2
echo #defi... | coapp-packages/processhacker | build/internal/dorelease.cmd | bat | gpl-3.0 | 2,186 |
call mvn clean compile
call mvn assembly:single
pause | Kaysoro/KaellyBot | generate-JAR.bat | bat | gpl-3.0 | 53 |
@ECHO OFF
REM (C) 2009-2017 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
REM MPC-HC is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation; either version 3 of the License, or
REM (at your option) any ... | clsid2/mpc-hc | src/thirdparty/ffmpeg/make_config.cmd | bat | gpl-3.0 | 1,913 |
cd ..\..
java Execute d0 z6 p.002 i t1 g0 n3 sLiquid | jonkb/phys.p | Tests/Liquid/liquid.bat | bat | apache-2.0 | 52 |
@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... | GeoscienceAustralia/sifra | docs/make.bat | bat | apache-2.0 | 7,250 |
@echo off
call "windows\init.visualstudio.cmd"
powershell .\FileGenerators\FileGenerator.ps1 -name Native -buildMagickNET $false
pause | dlemstra/Magick.NET | tools/Generate.Native.cmd | bat | apache-2.0 | 135 |
@echo off
macaroni --messagesPath Source\main\resources\Messages.txt --libraryRepoPath=..\Libraries -b --showPaths -o "link=static --toolset=msvc-12.0 -j8 address-model=32 release" --printTimes --verbose
| TimSimpson/Macaroni | Main/App/Build.bat | bat | apache-2.0 | 208 |
@echo off
setlocal enabledelayedexpansion
axel --version>/nul 2>&1 && set is_axel_exist=true
if not defined is_axel_exist goto :command_not_found
set repo=http://repo2.maven.org/maven2
set groupId=
set artifactId=
set version=
for %%e in ( %* ) do (
if %%e gtr 0 (
set c=%%e
if "!c!" equ "-r" (... | soiff/scripts | batch/getjar.bat | bat | apache-2.0 | 1,527 |
@echo off
set solutionDir=%cd%\
set fdir=%WINDIR%\Microsoft.NET\Framework
set msbuild=%fdir%\v4.0.30319\msbuild.exe
set mtdir="%ProgramFiles(x86)%\Reference Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0"
if not exist %mtdir% (
set mtdir="%ProgramFiles%\Reference Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0"... | mattleibow/WebSocket4Net | Build-iOS.bat | bat | apache-2.0 | 1,632 |
mkdir %SRC_DIR%\build
cd %SRC_DIR%\build
set BUILD_TYPE=Release
:: set BUILD_TYPE=RelWithDebInfo
:: set BUILD_TYPE=Debug
set HDF5_DIR=%LIBRARY_PREFIX%\cmake\hdf5
cmake -G "%CMAKE_GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DBUILD_SHARED_LIBS=ON ^
-DENABLE_TESTS=ON ^
... | jjhelmus/berryconda | recipes/libnetcdf/bld.bat | bat | bsd-3-clause | 2,403 |
mkdir build
if errorlevel 1 exit 1
cd build
::Configure
cmake ^
-G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DPYTHON_EXECUTABLE=%PYTHON% ^
-DPYTHON_SITELIB=%SP_DIR% ^
%SRC_DIR%
if errorlevel 1 exit 1
:: Install
cmake --build . --config Release --target install
if errorlevel 1... | petrushy/staged-recipes | recipes/example-robot-data/bld.bat | bat | bsd-3-clause | 328 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S03_SyncFastTransferAttachmentLevel_TestSuite.MSOXCFXICS_S03_SyncFastTransferAttachmentLevel_TestSuite /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXC... | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S03_SyncFastTransferAttachmentLevel_TestSuite.cmd | bat | mit | 352 |
REM Delete procedural shaders
del /q /a:-R game\data\shaderCache\*.*
REM Delete dumped shader disassembly files
del /q /s /a:-R *_dis.txt | Bloodknight/Torque3D | Templates/BaseGame/cleanShaders.bat | bat | mit | 140 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S02_ProcessServerSideRulesOtherthanOOF.MSOXORULE_S02_TC17_ServerExecuteRule_ForwardAsAttachment /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-OXORULE.testse... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S02_TC17_ServerExecuteRule_ForwardAsAttachment.cmd | bat | mit | 340 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyToWantAsynchronously_TestSuite.MSOXCPRPT_S05_RopCopyToWantAsynchronously_TestSuite12 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testse... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyToWantAsynchronously_TestSuite12.cmd | bat | mit | 340 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S12_QueryChanges.TestCase_S12_TC23_QueryChanges_EndingSerialNumber /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S12_TC23.cmd | bat | mit | 376 |
REM Start QOwnNotes in portable mode
Start "" QOwnNotes.exe --portable | pbek/QOwnNotes | appveyor/QOwnNotesPortable.bat | bat | gpl-2.0 | 71 |
cmd_drivers/char/broadcom/modem/ipc/built-in.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o drivers/char/broadcom/modem/ipc/built-in.o drivers/char/broadcom/modem/ipc/ipc_buffer.o drivers/char/broadcom/modem/ipc/ipc_bufferpool.o drivers/char/broadcom/modem/ipc/ipc_powersaving.o drivers/char/broa... | sai9615/MY-kernel-for-grand-I9082 | drivers/char/broadcom/modem/ipc/.built-in.o.cmd | bat | gpl-2.0 | 722 |
@ECHO OFF
SET cmakeGenerator=Visual Studio 14 ARM
SET TARGET_ARCHITECTURE=x86
rem set Visual C++ build environment for binary addons
call "%VS140COMNTOOLS%..\..\VC\bin\amd64_arm\vcvarsamd64_arm.bat" store 10.0.14393.0 || call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" arm store 10.0.14393.0
SET cmakeProps=-DCMAKE_SYST... | cjmayo/xbmc | tools/buildsteps/windows/arm-uwp/BuildSetup.bat | bat | gpl-2.0 | 421 |
cmd_net/bluetooth/bluetooth.o := arm-linux-gnueabihf-ld -EL -r -o net/bluetooth/bluetooth.o net/bluetooth/af_bluetooth.o net/bluetooth/hci_core.o net/bluetooth/hci_conn.o net/bluetooth/hci_event.o net/bluetooth/mgmt.o net/bluetooth/hci_sock.o net/bluetooth/hci_sysfs.o net/bluetooth/lib.o net/bluetooth/l2cap_core.o n... | Dee-UK/D33_KK_Kernel | net/bluetooth/.bluetooth.o.cmd | bat | gpl-2.0 | 387 |
mongod --dbpath data | booltrip/booltrip | mongo/mongoStart.bat | bat | gpl-3.0 | 20 |
@echo off
webmerge %* | mgreter/webmerge | res/skeleton/fe-compile.bat | bat | gpl-3.0 | 22 |
@rem Copyright 2009 Ramnivas Laddad
@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 http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by a... | sobkowiak/aspectj-in-action-code | ch11/workspace/Section11.5.1RestrictingExposure/run.bat | bat | apache-2.0 | 894 |
@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... | alexlib/openptv-python | docs/make.bat | bat | mit | 6,712 |
cd "%SRC_DIR%"
7z x libusb.7z
if "%ARCH%"=="32" (
copy "MinGW32\dll\libusb-1.0.dll" "%PREFIX%\Library\bin\"
copy "MinGW32\dll\libusb-1.0.dll.a" "%PREFIX%\Library\lib\"
) else (
copy "MinGW64\dll\libusb-1.0.dll" "%PREFIX%\Library\bin\"
copy "MinGW64\dll\libusb-1.0.dll.a" "%PREFIX%\Library\lib\"
)
xcopy /e "include" "%P... | SymbiFlow/conda-packages | libusb/bld.bat | bat | apache-2.0 | 344 |
@echo off
git pull
git submodule update --recursive
cleaninstall
etlas update
| pparkkin/eta | update.cmd | bat | bsd-3-clause | 78 |
::
:: Copyright (c) 2008-2017 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... | MeshGeometry/Urho3D | cmake_vs2013.bat | bat | mit | 1,165 |
@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... | mozillazg/python-pinyin | docs/make.bat | bat | mit | 6,463 |
@echo off
rem
rem Copyright 2005-2014 Red Hat, Inc.
rem
rem Red Hat licenses this file to you under the Apache License, version
rem 2.0 (the "License"); you may not use this file except in compliance
rem with the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2... | hekonsek/fabric8 | sandbox/fabric/fabric8-karaf/src/main/append-resources/win/fabric8.bat | bat | apache-2.0 | 1,148 |
rmdir /S /Q build-vc2015-msi-64
mkdir build-vc2015-msi-64
cd build-vc2015-msi-64
cmake ..\source -G "Visual Studio 14 Win64" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
cd ..
| nirbhayc/server | storage/mroonga/packages/windows/build-vc2015-msi-64.bat | bat | gpl-2.0 | 274 |
@echo off
cd /d "%~p0"
if "%MONOPATH%"=="" SET MONOPATH=C:\Program Files (x86)\Mono-3.2.3\bin\
set msbuild="%MONOPATH%\xbuild"
set project=..\GitExtensionsMono.sln
set nuget=..\.nuget\nuget.exe
set EnableNuGetPackageRestore=true
%nuget% install ..\Plugins\BackgroundFetch\packages.config -OutputDirectory ..\packages... | new-mikha/gitextensions | Setup/BuildInstallers.Mono.cmd | bat | gpl-3.0 | 676 |
@echo off
SETLOCAL enabledelayedexpansion
IF DEFINED JAVA_HOME (
set JAVA=%JAVA_HOME%\bin\java.exe
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST "%JAVA%" (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
set SCRIPT_DIR=... | rosberglinhares/IISLogMonitor | IISLogMonitor.Setup.Files/elasticsearch-5.2.0/bin/elasticsearch-translog.bat | bat | mit | 1,374 |
@ECHO OFF
REM Makefile-like batch file for the Python project.
REM It supports creating distribution files, and deploying them to Pypi and Pypitest or installing them locally
REM
REM A Python interpreter is required, and it should be accessible from the command line.
REM This file should be run from the project's root... | weso/CWR-DataApi | make.bat | bat | mit | 3,830 |
@if (@X)==(@Y) @end /* JScript comment
@echo off
cscript //E:JScript //nologo "%~f0" %*
::pause
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
function printHelp(){
WScript.Echo( WScript.ScriptName + " - ejects a device");
WScript.Echo(" ");
WScript.Echo(WS... | npocmaka/batch.scripts | hybrids/jscript/ejectjs.bat | bat | mit | 2,712 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=Kagura
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command wa... | nishio/kagura | doc/make.bat | bat | mit | 814 |
@echo off
title Compile: Coyne Configuration Utilities
compile.sh
PAUSE | Timbers007/Coyne-Configuration | compile.bat | bat | mit | 71 |
@echo off
echo Retreiving unattend.xml
curl -s -o %TEMP%\unattended.xml http://%COBBLER_SERV%/cblr/svc/op/ks/system/%COBBLER_SYSNAME%
| gracefullife/cobbler_windows | copy_to_linux/var/lib/cobbler/scripts/getks.cmd | bat | mit | 136 |
Resxible.exe -t=android -c="Sample.Presentation\Localization\Common.resx" -m="Sample.Presentation\Localization\Master.resx" -d="Sample.Android\Resources\Values\Strings.xml"
Resxible.exe -t=ios -c="Sample.Presentation\Localization\Common.resx" -m="Sample.Presentation\Localization\Master.resx" -d="Sample.iPhone\en.lproj\... | apcurium/resxible | sample/Run_Resxible.bat | bat | mit | 340 |
del *.nupkg
nuget pack "%~dp0Bower.js.nuspec" -NoDefaultExcludes %*
| giggio/bower-nuget | build.cmd | bat | mit | 68 |
net stop spooler
sc config spooler depend= RPCSS
net start spooler
@echo off
echo:
echo Press any key to exit
pause > nul
cls
exit
| ratimid/Scripting | Mix/TechnicalUpskillAcademy/PrintSpoolerError1068.bat | bat | mit | 142 |
:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\coffeecup\bin\coffeecup" %*
) ELSE (
node "%~dp0\..\coffeecup\bin\coffeecup" %*
) | feilaoda/power | node_modules/.bin/coffeecup.cmd | bat | mit | 190 |
REM @ECHO OFF
cd
ECHO Generating protobuf source files...
IF EXIST generated del/q generated\*.pb.*
IF NOT EXIST generated mkdir generated
set PROTO_FILES_DIR=..\..\..\common\protobuf
set PROTOC_DIR=..\..\..\submodules\vcpkg\installed\x86-windows-static\tools\protobuf
cd
dir %PROTOC_DIR%
REM wildcard doesn't seem t... | SoundMetrics/aris-integration-sdk | tools/arislog/arislog/generate-protobuf-files.cmd | bat | mit | 504 |
cmd_scripts/kconfig/conf.o := gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
source_scripts/kconfig/conf.o := scripts/kconfig/conf.c
deps_scripts/kconfig/conf.o :=... | nutterpc/demonkernel-I9505-TW | scripts/kconfig/.conf.o.cmd | bat | gpl-2.0 | 3,296 |
cmd_drivers/media/usb/au0828/au0828.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/usb/au0828/au0828.ko drivers/media/usb/au0828/au0828.o drivers/media/usb/au0828/au0828.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/au0828/.au0828.ko.cmd | bat | gpl-2.0 | 295 |
cmd_kernel/module.o := gcc -Wp,-MD,kernel/.module.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 -Wframe-larger-than=20... | namgk/kernel-tut | kernel/.module.o.cmd | bat | gpl-2.0 | 19,277 |
cmd_sound/pci/hda/built-in.o := rm -f sound/pci/hda/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/hda/built-in.o
| p500-ics-cm9/Franco-ICS-Kernel | sound/pci/hda/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_usr/initramfs_data.cpio := /bin/bash /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio -d
| Envious-Data/shinano-sirius_msm8974abpro | usr/.initramfs_data.cpio.cmd | bat | gpl-2.0 | 149 |
cmd_net/sunrpc/auth_null.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/sunrpc/.auth_null.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 -Iar... | srinugnt2000/linux-2.6.37 | net/sunrpc/.auth_null.o.cmd | bat | gpl-2.0 | 31,908 |
java -jar "lib\arden2bytecode-20121002-1442.jar" -p "lib\ojdbc6.jar" -r "outer.mlm"
pause
| sebmate/i2b2Arden | run.bat | bat | gpl-2.0 | 92 |
cmd_net/bluetooth/rfcomm/rfcomm.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | net/bluetooth/rfcomm/.rfcomm.o.cmd | bat | gpl-2.0 | 285 |
cmd_lib/zlib_deflate/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o lib/zlib_deflate/built-in.o lib/zlib_deflate/zlib_deflate.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/lib/zlib_deflate/.built-in.o.cmd | bat | gpl-2.0 | 197 |
cmd_/home/arcelik/kernel-headers/include/drm/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/drm /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/drm drm.h drm_fourcc.h drm_mode.h drm_sarea.h exynos_drm.h i810_drm.h i915_drm.h mga_drm.h nouveau_drm.h qxl_drm.h r128_drm.h r... | eckucukoglu/arm-linux-gnueabihf | arm-linux-gnueabihf/libc/usr/include/drm/..install.cmd | bat | gpl-2.0 | 839 |
cd tgraph
mingw32-make %1
cd ..\freeglut
mingw32-make %1
cd ..\qt
mingw32-make %1
cd ..\ClientServer
mingw32-make %1
cd ..
| beauby/pigale | wmake.bat | bat | gpl-2.0 | 139 |
cmd_libbb/compare_string_array.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.compare_string_array.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 -Wshado... | ThinkIntegrate/busybox | libbb/.compare_string_array.o.cmd | bat | gpl-2.0 | 11,482 |
cmd_fs/nfs/nfs3xdr.o := gcc -Wp,-MD,fs/nfs/.nfs3xdr.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 -Wframe-larger-than=... | namgk/kernel-tut | fs/nfs/.nfs3xdr.o.cmd | bat | gpl-2.0 | 20,337 |
@echo off
call "%VS120COMNTOOLS%vsvars32.bat"
csc /define:DEBUG /out:Cipher-Test.exe /warn:0 *.cs
echo Built Cipher-Test.exe | Tiin57/cipher57 | csharp/build-test.bat | bat | gpl-3.0 | 124 |
@echo off
CALL config_igsn30_csiro.cmd
CALL classpath.cmd
java %PANFMP_TOOLS_JAVA_OPTIONS% -Dlog4j.configuration=file:%PANFMP_TOOLS_LOG4J_CONFIG% de.pangaea.metadataportal.harvester.Harvester %PANFMP_CONFIG% %1
| AuScope/NatPortalIGSN | panFMP/panFMP-1.1.0/scripts/harvest_igsn30_csiro.cmd | bat | lgpl-3.0 | 211 |
cmd_libbb/speed_table.o := gcc -Wp,-MD,libbb/.speed_table.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prot... | rennman/copfvtci | build/busybox-1.25.1/libbb/.speed_table.o.cmd | bat | apache-2.0 | 10,215 |
echo off
rem *********************************
rem * Copyright 2018 Gabriele Maris *
rem * Mauxilium Project *
rem *********************************
cd ./Libraries
for %%x in ("MauxArConnector", "MauxConfig", "MauxConnector", "MauxController", "MauxFile", "MauxLogger", "MauxModel", "MauxSGraphic", "MauxI... | Mauxilium/Maux | Java_libraries_full_build.bat | bat | apache-2.0 | 424 |
@ echo off
:: Script for starting the Salt-Minion
:: Accepts all parameters that Salt-Minion Accepts
:: Define Variables
Set SaltDir=%~dp0
Set SaltDir=%SaltDir:~0,-1%
Set Python=%SaltDir%\bin\python.exe
Set Script=%SaltDir%\bin\Scripts\salt-cp
:: Launch Script
"%Python%" -E -s "%Script%" %*
| saltstack/salt | pkg/windows/buildenv/salt-cp.bat | bat | apache-2.0 | 294 |
@echo off
c:\opt\mongodb\bin\mongo -u sa_db_user -p sa_db_pwd sa_db
| gaaiatinc/hapi-openid-connect | sample_app/scripts/runMongo.cmd | bat | apache-2.0 | 71 |
@echo off
setlocal enabledelayedexpansion
ECHO /F switch with quotes
ECHO -----------------------
ECHO.
FOR /F "tokens=1-2" %%a IN ("the long text file name.txt") DO (
echo Line: %%a %%b
)
ECHO usebackq #1
ECHO -------------
ECHO.
FOR /F "usebackq tokens=1-2" %%a IN ("the long text file name.txt") DO ... | PassingTheKnowledge/Batchography | for-file-lines-usebackq.bat | bat | apache-2.0 | 546 |
@call ../localProjectPath.bat
@call "%_PROJECT_PATH%/globalVariables.bat"
cd generated/%_USER_SPECIFIC%
@if not %_COMPILER_NAME% == "MinGW Makefiles" @(
%_CMAKE% --build . --config Debug
%_CMAKE% --build . --config Release
) else @(
@cd debug
%_CMAKE% --build .
@cd ../release
%_CMAKE% --build .
)
@if "%1" neq ... | pambros/HMM-3D-Catheter-Tip-Tracking | cpp/compile.bat | bat | bsd-3-clause | 342 |
@"../../../resources/tools/DplBuilder6/DplBuilder" ../../../src/ base.css base.js images System.Core.Base System.Dom.Base System.Utils.Deferrable System.Ajax.Base System.Ajax.Script System.Ajax.JSONP System.Data.JSON System.Dom.Align System.Text.Tpl Controls.Core.Base Controls.Core.Common Controls.Typography.Hr Control... | jplusui/jplusui-en | assets/dpl/assets/BuildBase.bat | bat | bsd-3-clause | 799 |
@echo off
setlocal
call d:\vs14\vc\bin\vcvars32.bat
nmake %*
@echo on
| rlittletht/bg | make.bat | bat | mit | 71 |
@echo off
REM Assume that the default Python will match FLEx for 32/64 bit.
REM If it doesn't, then the user needs to install the correct Python
REM or call FLExTools.py manually with the correct Python.exe.
rem change flextools default and go to the flextools folder before running
cd FlexTools
python FlexTools.py %*... | rmlockwood/FLExTrans | Install2.0/FlexTools2.0/FlexTools.bat | bat | mit | 327 |
@REM Create Skyscraper projects for Visual Studio 2010 using CMake
@echo off
for %%X in (cmake.exe) do (set FOUND=%%~$PATH:X)
if not defined FOUND (
echo CMake was not found on your system. Please make sure you have installed CMake
echo from http://www.cmake.org/ and cmake.exe is installed to your system's PATH
echo... | sithmartyr/jk2PRO | build/create-vs2010-x86-projects.bat | bat | gpl-2.0 | 468 |
:: WML_tests.cmd : Run the WML unit tests specified in wml_test_schedule
:: preamble: don't spam stdout with commands, don't expand ERRORLEVEL to 0
@echo off
setlocal enabledelayedexpansion
:: if OMP_WAIT_POLICY isn't set, the process restarts itself and !ERRORLEVEL!=0
set OMP_WAIT_POLICY=PASSIVE
:: save file paths ... | CMLL/wesnoth | projectfiles/VC9/WML_tests.cmd | bat | gpl-2.0 | 1,566 |
cmd_mm/page_alloc.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,mm/.page_alloc.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 -Wundef -Wstrict-proto... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/mm/.page_alloc.o.cmd | bat | gpl-2.0 | 19,382 |
@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... | jinhyunglee/yass | doc/make.bat | bat | apache-2.0 | 7,728 |
@echo off
rem This file provides MongoDb collection export
rem Expected parameters are: 1. Mongo database installation directory which should contain mongoexport.exe file
rem 2. Host name and port number e.g. localhost:8060
rem 3. The name of the Mongo database
... | ait-ngcms/ffma | doc/scripts/mongodb/windows/export_collection.bat | bat | apache-2.0 | 1,790 |
cmd_scripts/basic/docproc := gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c
deps_scripts/basic/docproc := \
scripts/basic/docproc.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/includ... | supertcy/mt_kernel | scripts/basic/.docproc.cmd | bat | gpl-2.0 | 2,266 |
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2005-2018 by Hitachi Vantara : http://www.pentaho.com
REM
REM *****************************************************************************
REM
REM Licensed under the Apache License,... | emartin-pentaho/pentaho-kettle | integration/src/it/resources/sleep3.bat | bat | apache-2.0 | 949 |
del zs-client.phar
php -d phar.readonly=0 create-phar.php | zvikazend/ZendServerSDK | bin/build-phar.bat | bat | bsd-3-clause | 57 |
@echo off
echo "###########################################"
echo "WARNING! THIS IS LEGACY MODE!"
echo "DO NOT USE THIS IF YOU ARE A BCNC DEVELOPER"
echo "GO TO REPOSITORY ROOT AND LAUNCH BCNC USING"
echo "FOLLOWING COMMAND:"
echo
echo "python2 -m bCNC"
echo "###########################################"
echo
set DIR=%... | samowitsch/bCNC | bCNC/bCNC.bat | bat | gpl-2.0 | 403 |
@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 `... | PolicyStat/django-tables | docs/make.bat | bat | bsd-2-clause | 3,085 |
setlocal
IF %language%==cpp GOTO build_cpp
IF %language%==csharp GOTO build_csharp
echo Unsupported language %language%. Exiting.
goto :error
:build_cpp
echo Building C++
mkdir build_msvc
cd build_msvc
cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% ../cmake
msbuild proto... | ButterflyNetwork/bazel | third_party/protobuf/3.6.0/appveyor.bat | bat | apache-2.0 | 991 |
@set VisualCppVersion=vc140
@set OpenCVDirectory=D:\OpenCV\
@set OpenCVVersion=310
@set PATH=%PATH%;D:\OpenCV\build\x64\vc14\bin\
@C:
@cd C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\
@start devenv.exe
| ati-ozgur/RmSAT-CFAR | VS2015.bat | bat | mit | 230 |
@set COINNAME=gridcoinresearch
@call set_vars.bat
@bash patch_files.sh
@echo Building Gridcoin daemon...
@rem todo: rewrite this with ^ line wrapping
@set PARAMS=BOOST_SUFFIX=%BOOSTSUFFIX%
@set PARAMS=%PARAMS% INCLUDEPATHS="
@rem set PARAMS=%PARAMS%-I'../src'
@set PARAMS=%PARAMS% -I'../%EWBLIBS%/%BOOST%'
@set PARAMS=%... | awoland/Gridcoin-Research | contrib/easywinbuilder/4a_build_daemon.bat | bat | mit | 1,611 |
@echo off
openssl ca -config .\openssl.cnf -create_serial -out .\demoCA\cacert.pem -keyfile .\demoCA\private\cakey.pem -selfsign -extensions v3_ca -in .\demoCA\careq.pem
openssl x509 -in .\demoCA\cacert.pem -inform PEM -out .\demoCA\cacert.crt -outform DER | ddt-tdd/openssl-pki | bin/resetca.bat | bat | mit | 256 |
NuGet.exe pack PrivateObjectExtensions.nuspec | cactuaroid/PrivateObjectExtensions | nuget/pack.bat | bat | mit | 45 |
@echo off
rem Publish the NuGet package
call node %~dp0scripts\tasks publish -- %* | OpenMagic/OpenMagic.ErrorTracker.Core | publish.cmd | bat | mit | 83 |
nuget push UniRx.5.2.0.nupkg | cruwel/UniRx | .nuget/push.bat | bat | mit | 28 |
if exist dependencies2017.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2017.zip -f --retry 5 -z dependencies2017.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2017.zip -f --retry 5 -C -)
if exist vlc.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.... | Bl00drav3n/obs-studio | CI/install-script-win.cmd | bat | gpl-2.0 | 2,968 |
cmd_block/blk-ioc.o := arm-linux-gnueabi-gcc -Wp,-MD,block/.blk-ioc.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/pla... | jpsminix/minix5 | block/.blk-ioc.o.cmd | bat | gpl-2.0 | 28,048 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.