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/usb/snd-usbmidi-lib.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o sound/usb/snd-usbmidi-lib.o sound/usb/midi.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | sound/usb/.snd-usbmidi-lib.o.cmd | bat | gpl-2.0 | 158 |
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/isa/wavefront/built-in.o
| dizgustipated/BOCA-2.6.35.14 | sound/isa/wavefront/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_fs/sysfs/built-in.o := /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
| SinxOner/android_kernel_lge_p710 | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 259 |
cmd_drivers/gpio/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o drivers/gpio/devres.o drivers/gpio/secgpio_dvs.o drivers/gpio/gpio-msm-common.o drivers/gpio/gpio-msm-v2.o drivers/gpio/pm8xxx-gpio.o drivers/gpio/pm8xxx-mpp.o dri... | friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/gpio/.built-in.o.cmd | bat | gpl-2.0 | 345 |
cmd_drivers/video/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/built-in.o drivers/video/fb_notify.o drivers/video/fb.o drivers/video/console/built-in.o drivers/video/backlight/built-in.o drivers/video/display/built-in.o drivers/video/cf... | PrestigeMod/SHW-M440S | drivers/video/.built-in.o.cmd | bat | gpl-2.0 | 492 |
@echo off
echo Contact **************************
xsd .\Contact.xsd /classes /n:OutlookKolab.Kolab.Xml
echo Calendar **************************
xsd .\Calendar.xsd /classes /n:OutlookKolab.Kolab.Xml
| arthurzaczek/kolab-outlook | OutlookKolab/Kolab/Xml/CreateClasses.cmd | bat | gpl-3.0 | 203 |
@echo off
setlocal
set INEXT=DBFilesClient
set OUTPATH=%~dp0..\engine\dbc
set RUNFILE=%~dp0\dbc_extract.py
set CACHEDIR=%~dp0\cache\live
set PTR=
set PTREXT=
if not %1 == ptr goto next
set PTR= --prefix=ptr
set PTREXT=_ptr
set CACHEDIR=%~dp0\cache\ptr
shift
:next
set BUILD=%1
set INPATH=%~f2\%BUILD%\%INEXT%
if exi... | Razlopp/simc | dbc_extract/generate.bat | bat | gpl-3.0 | 4,565 |
@ECHO OFF
REM ========== COPYRIGHT/COPYLEFT ==========
REM (C) 2016 Intel Deutschland GmbH
REM Author: Michael Soegtrop
REM Released to the public by Intel under the
REM GNU Lesser General Public License Version 2.1 or later
REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
REM ========== N... | gares/coq | dev/build/windows/MakeCoq_MinGW.bat | bat | lgpl-2.1 | 14,060 |
@echo on
msbuild\nuget restore VSSonarQubeExtension2017.sln
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsMSBuildCmd.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
msbuild BuildExtension.msbuild /p:AssemblyPatcherTaskOn=tr... | TeklaCorp/VSSonarQubeExtension | build-log-vs2017.bat | bat | lgpl-3.0 | 493 |
C:\Python27\python.exe "C:\Program Files (x86)\Google\google_appengine\appcfg.py" upload_data --config_file "E:\Dev\workspace java android\MobileAssistant-AppEngine\MobileAssistant-Data\bulkloader.yaml" --url=http://testendpointgg.appspot.com/remote_api --filename "E:\Dev\workspace java android\MobileAssistant-AppEngin... | gurvg/MobileAssistant-AppEngine | MobileAssistant-Data/upload_data_places - remote.bat | bat | apache-2.0 | 395 |
@echo off
rem Run all tests
cd ..
set PYTHONEXE=C:\Python27\python.exe
set PYTHONPATH=.
set PATH=scripts;%PATH%
echo on
%PYTHONEXE% tests/bindings/test-constraints.py
%PYTHONEXE% tests/bugs/test-200907231705.py
%PYTHONEXE% tests/bugs/test-200907231924.py
%PYTHONEXE% tests/bugs/test-200907251353.py
%PYTHONEXE% tests/b... | jonfoster/pyxb1 | maintainer/testall_win.bat | bat | apache-2.0 | 6,292 |
service-mgr.bat console | rexren/Enterprise-Quality | hephaestus-site/src/bin/__console.bat | bat | apache-2.0 | 23 |
@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... | fulfilio/python-spree | docs/make.bat | bat | bsd-3-clause | 6,457 |
set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+PrintGCDetails
mvn package
pause | fdicerbo/fiware-ppl | ppl-engine/package.bat | bat | bsd-3-clause | 110 |
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000122, length = 0x0002DE
RAMD0 : origin = 0x00B000, length = 0x000800
RAMLS0 : origin = 0x008000, length = 0x000800... | AdrianoRuseler/LAUNCHXL-F28377S | ControlSuite/F2837xS_common/cmd/2837xS_RAM_TMU_lnk_cpu1.cmd | bat | mit | 3,953 |
:: This script launches the heritrix crawler on windows. While Heritrix
:: is unsupported on windows, see 2.1.1.3 in the User Manual
:: [http://crawler.archive.org/articles/user_manual.html], this script was
:: provided by Eric Jensen as a convenience to the windows-afflicted.
::
:: It is a direct translation of the h... | lake-of-dreams/Assist | indri-5.9/site-search/heritrix/bin/heritrix.cmd | bat | gpl-2.0 | 11,003 |
cmd_arch/arm/lib/ashrdi3.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /home/tronit/opt/Android_Toolchains-arm-eabi-4.4.3/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include -Iinclude -include include... | TroNit/BlackDome_New_supersonic | arch/arm/lib/.ashrdi3.o.cmd | bat | gpl-2.0 | 1,420 |
cmd_arch/arm/vfp/vfphw.o := /home/amit/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/amit/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/../lib/gcc/arm-none-eabi/4.6.3/include -I/home/amit/Desktop/GT-S5830_Kernel/arch/arm/include... | amitnarkhede/MadKernel_cooper | arch/arm/vfp/.vfphw.o.cmd | bat | gpl-2.0 | 2,789 |
@echo off
call %~dps0..\pGina\src\compile.cmd batch || exit /b 1
call %~dps0..\Plugins\compile.cmd batch || exit /b 1
set inno=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 5_is1
set ProgramFiles(x86) && set inno=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 5_is... | daviddumas/pgina | Installer/make.cmd | bat | bsd-3-clause | 719 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch Service ${project.version}
rem TODO: remove for Elasticsearch 6.x
set bad_env_var=0
if not "%ES_MIN_MEM%" == "" set bad_env_var=1
if not "%ES_MAX_MEM%" == "" set bad_env_var=1
if not "%ES_HEAP_SIZE%" == "" set bad_env_var=1
if not "%ES_HEAP_NEWSIZE%" == ""... | nomoa/elasticsearch | distribution/src/main/resources/bin/service.bat | bat | apache-2.0 | 10,647 |
@ECHO OFF
cd ..\obj
echo Compiling JPEG
%LIBAROMA_GCC% -c ^
-save-temps ^
-fdata-sections -ffunction-sections -Wl,--gc-sections ^
-D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG ^
-fPIC -DPIC -Wl,-s -Werror ^
^
%LIBAROMA_CFLAGS% ^
^
-DAVOID_TABLES ^
-DNV_ARM_NEON ^
-DANDROID_TILE_BASED_DECODE ^
^
../..... | amarullz/libaroma | tools/win32/libs/makelibs_jpeg.bat | bat | apache-2.0 | 2,121 |
cd build
ant | ngrebenshikov/jive | build/build.bat | bat | bsd-3-clause | 12 |
@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... | AdamRoberts/GradlePresentationForHJUG | handsOnSolutions/unzip/gradlew.bat | bat | mit | 2,342 |
@echo off
setlocal enableextensions enabledelayedexpansion
: This command script programs the ISP (flash array), the ISP
: configuration word (User page) and the general-purpose fuse bits.
: Copyright (C) 2006-2008, Atmel Corporation All rights reserved.
:
: Redistribution and use in source and binary forms, with or ... | ngwese/mod | xdk-asf-3.17.0/common/services/usb/class/dfu_flip/device/bootloader/avr32/atucd3/releases/atucd3-isp-1.1.4/program_atucd3-isp-1.1.4.cmd | bat | gpl-2.0 | 2,635 |
@echo off
echo 32bit
rm -rf a.lst b.lst
echo nasm
nasm -l a.lst -f win32 -DWIN32 test.asm
cat a.lst
echo yasm
yasm -l b.lst -f win32 -DWIN32 test.asm
cat b.lst
| herumi/xbyak | test/a.bat | bat | bsd-3-clause | 160 |
@echo off
rem % SETUP command line options
rem % the first call gets us all the vc8.00 tools including lib.exe
rem % This call gives the cross-compiler for 32-bit windows to 64-bit windows
rem call D:\vstudio8\VC\bin\x86_amd64\vcvarsx86_amd64.bat
rem % This call gives the 64-bit compiler on 64-bit windows
r... | rojolocco/MRST2017a | utils/3rdparty/matlab_bgl/matlab_bgl/libmbgl/compile-win64.bat | bat | gpl-3.0 | 1,581 |
@echo off
CALL ..\..\..\..\..\built\local\tsc -module Node umserver.tsc
| vcsjones/typescript | tests/modules/node/test326/build.bat | bat | apache-2.0 | 74 |
@echo off
set /a p=0
set lvl=Amateur
title Cat-Patting Simulator
:a
cls
echo Pat the cat!
echo Pats-%p% (%lvl%)
echo.
pause
if %p%==50 set lvl=Beginner
if %p%==100 set lvl=Getting better
if %p%==150 set lvl=Mediocre
if %p%==200 set lvl=Good
if %p%==250 set lvl=Fantastic
if %p%==300 set lvl=Advanced... | Mysterypancake1/Source-Fun | batch/CPS.bat | bat | mit | 1,354 |
set EnableNuGetPackageRestore=true
REM === CORE ===
mkdir ..\Packages\OxyPlot.Core\lib
mkdir "..\Packages\OxyPlot.Core\lib\portable-net4+sl4+wp71+win8"
copy ..\Output\PCL\OxyPlot.??? "..\Packages\OxyPlot.Core\lib\portable-net4+sl4+wp71+win8"
copy ..\LICENSE ..\Packages\OxyPlot.Core
..\Source\.nuget\NuGet.exe pa... | luiseduardohdbackup/oxyplot-v2 | Build/Pack.cmd | bat | mit | 6,001 |
git submodule update --remote
git add dotnetcore
git commit -m "update dotnetcore"
| jberezanski/ChocolateyPackages | update-dotnetcore.cmd | bat | mit | 83 |
java -jar EquationExploit-1.0-SNAPSHOT-jar-with-dependencies.jar
pause | 1135/EquationExploit | Release/start.bat | bat | mit | 71 |
@echo off
powershell.exe -ExecutionPolicy BYPASS -NoLogo -file .\data\menu.ps1
| MrSchism/etc | launcher.bat | bat | mit | 79 |
@echo off
call npm install
SETLOCAL
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
node_modules\.bin\hubot.cmd --name "twitter-bot-discord" %*
| skmtkytr/twitter_notice_hubot_discord | bin/hubot.cmd | bat | mit | 170 |
@ECHO OFF
::
:: build-all-msvc.bat --
::
:: Multi-Platform Build Tool for MSVC
::
REM
REM This batch script is used to build the SQLite DLL for multiple platforms
REM and configurations using MSVC. The built SQLite DLLs, their associated
REM import libraries, and optionally their symbols files, are placed... | towerjoo/Sqlite3Notes | sqlite/tool/build-all-msvc.bat | bat | mit | 16,805 |
nvcc -arch=sm_30 -Xcompiler -fPIC -c -o CUDA_Processing.obj --shared CUDA_Processing.cu -lcudadevrt -lcudart
| thomasbarillot/DAQ | VMI/nvcc2.bat | bat | mit | 113 |
@setlocal
set SeedAssemblies="mscorlib.dll;System.dll;System.Core.dll;System.ComponentModel.Composition.dll;System.Data.dll;System.IO.Compression.dll;System.IO.Compression.FileSystem.dll;System.Net.Http.dll;System.Numerics.dll;System.Numerics.Vectors.dll;System.Runtime.Serialization.dll;System.Transactions.dll;System.... | weshaggard/standard | platforms/xamarin.tvos/seed.cmd | bat | mit | 1,652 |
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS
SETLOCAL ENABLEDELAYEDEXPANSION
SETLOCAL
msbuild > null
IF '%errorlevel%' == '1' GOTO GOTIT
SET FrameworkDir=%windir%\Microsoft.NET\Framework
PATH=%FrameworkDir%64\v3.5;%FrameworkDir%\v3.5;%FrameworkDir%64\v4.0;~f%FrameworkDir%\v4.0*;%PATH%
@echo PATH=%PATH%
VCBuild > VCBuildNull... | TeamSPoon/logicmoo_workspace | packs_sys/swicli/make-windows.bat | bat | mit | 1,175 |
@echo off
set dest=%1
if "%1"=="" (
set /p dest=input destination path:
)
mkdir "%dest%"
mkdir "%dest%\src"
mkdir "%dest%\scripts"
mkdir "%dest%\src\fonts"
mkdir "%dest%\src\thirdparty"
copy launch.bat "%dest%"
copy src\*.html "%dest%\src"
copy src\*.js "%dest%\src"
copy src\*.css "%dest%\src"
copy src\fonts\*.* ... | timepp/jsrunner | publish.bat | bat | mit | 476 |
cmd_arch/arm/kernel/vmlinux.lds := arm-linux-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/work/kernel_study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/ar... | heyoufei/mini2440_kernel | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 3,522 |
taskkill /IM McShield.exe /F
pause
| anomen-s/junk-town | windows/av.kill.cmd | bat | gpl-2.0 | 41 |
@%~dp0\busybox.exe chmod %*
| witwall/busybox-w32 | chmod.bat | bat | gpl-2.0 | 28 |
ping %1
pause | chrispdevelopment/Router-Check | Router Checks/Resources/ping.bat | bat | gpl-2.0 | 13 |
cmd_arch/arm/mm/tlb-v7.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v7.o.d -nostdinc -isystem /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/... | paxchristos/R800x-2.3.3-Kernel | arch/arm/mm/.tlb-v7.o.cmd | bat | gpl-2.0 | 3,667 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kconfig \
lib/Kconfig.debug \
arch/arm/Kconfig.debug \
fs/dlm/Kconfig \
fs/nls/Kconfig... | denzfarid/rndc-kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 13,266 |
cmd_drivers/watchdog/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o drivers/watchdog/built-in.o drivers/watchdog/watchdog.o drivers/watchdog/pxa988_wdt.o
| chase2534/gtab47.freekern | drivers/watchdog/.built-in.o.cmd | bat | gpl-2.0 | 280 |
cmd_console-tools/lib.a := rm -f console-tools/lib.a; mips-openwrt-linux-uclibc-ar rcs console-tools/lib.a console-tools/clear.o console-tools/reset.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/busybox-1.19.4/console-tools/.lib.a.cmd | bat | gpl-2.0 | 152 |
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD sound/pci/cs5535audio/built-in.o
| emwno/android_kernel_U8500 | sound/pci/cs5535audio/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_drivers/usb/serial/usbserial.o := arm-linux-ld -EL -r -o drivers/usb/serial/usbserial.o drivers/usb/serial/usb-serial.o drivers/usb/serial/generic.o drivers/usb/serial/bus.o drivers/usb/serial/console.o drivers/usb/serial/ezusb.o
| heyoufei/mini2440_kernel | drivers/usb/serial/.usbserial.o.cmd | bat | gpl-2.0 | 238 |
cmd_fs/proc/loadavg.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/proc/.loadavg.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 -... | b8e5n/KTG-kernel_es209ra | fs/proc/.loadavg.o.cmd | bat | gpl-2.0 | 22,075 |
cmd_sound/soc/tegra/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/soc/tegra/built-in.o sound/soc/tegra/snd-soc-tegra-pcm.o sound/soc/tegra/snd-soc-tegra-utils.o sound/soc/tegra/snd-soc-tegra-tdm-pcm.o sound/soc/tegra/snd-soc-tegra20-das.o sound/soc/tegra/snd-soc-tegra20-i2s.o sound/so... | TeamGlide/LiteKernel | sound/soc/tegra/.built-in.o.cmd | bat | gpl-2.0 | 352 |
cmd_net/ipv4/netfilter/nf_nat_core.o := arm-eabi-gcc -Wp,-MD,net/ipv4/netfilter/.nf_nat_core.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 -Wal... | HCDRJacob/wildfire-kernel | net/ipv4/netfilter/.nf_nat_core.o.cmd | bat | gpl-2.0 | 156,958 |
cmd_lib/irq_regs.o := arm-linux-androideabi-gcc -Wp,-MD,lib/.irq_regs.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoco... | tenorntex/lhbalanced | lib/.irq_regs.o.cmd | bat | gpl-2.0 | 15,455 |
powershell.exe "set-executionpolicy restricted"
pause
exit | gwalkey/SQLTranscriptase | Scripts/Disable_PowerShell_Scripts.cmd | bat | gpl-3.0 | 60 |
@echo off
set begin=%DATE% %TIME%
echo BEGIN: %begin%
..\perl\perl\bin\prove -I lib
echo BEGIN: %begin%
echo END: %DATE% %TIME%
PAUSE
| drj826/SML | test.bat | bat | gpl-3.0 | 151 |
ogr2ogr -nlt CONVERT_TO_LINEAR -where "eindregistratie is NULL" --config GML_GFS_TEMPLATE bgt_ondersteunendwegdeel.gfs -f GPKG bgt_ondersteunendwegdeel.gpkg bgt_ondersteunendwegdeel.gml
ogr2ogr -nlt CONVERT_TO_LINEAR -where "eindregistratie is NULL" --config GML_GFS_TEMPLATE bgt_wegdeel.gfs -f GPKG bgt_wegdeel.gpkg bgt... | tudelft3d/3dfier | resources/BGT_prepare/BGT_conversion.bat | bat | gpl-3.0 | 2,230 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
rem Windows batch file that helps to boot the engine.
rem Provided without warranty.
rem
rem $Revision: $
rem The following path should use the DOS style example if the directory installed
rem is in C:\someclient\PRE28 then this the following entry should be C:\someclient\P... | MastekLtd/JBEAM | supporting_libraries/AdvancedPRE/pre/shell-scripts/startEng.bat | bat | lgpl-3.0 | 1,158 |
@echo off
if "x%VSINSTALLDIR%x" == "xx" (
echo Run vcvars32 first!
goto Exit
)
echo on
set "PATH=%PATH%;%VSINSTALLDIR%\Team Tools\Performance Tools"
vsinstr ..\bin\chk\i386\cfixctl.dll -coverage -verbose
start vsperfmon -coverage -output:cfixctl.coverage
sleep 2
..\..\..\cfix-cfixctl\bin\chk\i386\cfix32.... | jpassing/visualassert | src/cfixctl/coverage.cmd | bat | lgpl-3.0 | 384 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\css-b64-images\bin\css-b64-images" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\css-b64-images\bin\css-b64-images" %*
) | tajobe/innovate2017 | hackathon/node_modules/.bin/css-b64-images.cmd | bat | apache-2.0 | 208 |
tvdatatools.exe -i "report-week-2015-10-22~2015-10-28.csv"
pause | panyingyun/tvdatatools | auto.bat | bat | apache-2.0 | 64 |
@ECHO Building wso2vis library..
@ECHO ON
SETLOCAL
SET JS_SUBSCRIBER_FILES=js\subscriber\Subscriber.js^
+js\subscriber\chart\Chart.js^
+js\subscriber\chart\protovis\WedgeChart.js^
+js\subscriber\chart\protovis\BarChart.js^
+js\subscriber\chart\protovis\ClusteredBarChart.js^
+js\subscriber\chart\protovis\ColumnC... | maheshika/carbon-analytics | components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/src/main/resources/web/gadgetfw/wso2vis/Build.bat | bat | apache-2.0 | 2,937 |
@echo off
:: 1) Cambiare [[Worker]] con il nome dell'eseguibile.
:: 2) Aggiungere eventuali altri file richiesti nella pubblicazione.
:: 3) Registrare lo script negli eventi "post build" dell'eseguibile:
:: if $(ConfigurationName) == Release (
:: cd $(ProjectDir)
:: Publish.bat
:: )
set files... | finsaspa/Caravan | NuGet Packagers/Caravan.NuGet.Worker.Runtime/content/Publish.bat | bat | apache-2.0 | 626 |
del T:\temple\TPC\TPCAndroidWallet\Android\libs\megacoinj-0.11.jar
del T:\temple\TPC\TPCAndroidWallet\templecoinj\core\target\megacoinj-0.11.jar
call mvn -T 1.5C clean package -Dmaven.test.skip=true
copy T:\temple\TPC\TPCAndroidWallet\templecoinj\core\target\megacoinj-0.11.jar T:\temple\TPC\TPCAndroidWallet\Android\... | 9cat/templecoin-java | core/build.bat | bat | apache-2.0 | 355 |
SET ORG_DIR=%cd%
cd /d %~dp0
mt -manifest objs/nocrt.xml -outputresource:"%1";2
echo success
cd /d %ORG_DIR% | LomoX-Offical/nginx-openresty-windows | src/nginx/manifest_dll.bat | bat | bsd-2-clause | 109 |
java HelloWorldshort
java HelloWorld
java HWComment | angea/corkami | src/java/bin/test.bat | bat | bsd-2-clause | 53 |
call npm config set msvs_version 2015 --global
call npm install grunt-cli -g
call npm install testem -g
| klown/windows | provisioning/npm-packages.bat | bat | bsd-3-clause | 104 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\typescript\bin\tsserver" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\typescript\bin\tsserver" %*
) | iteratus/me-my-wife-and-the-kids | node_modules/typescript-eslint-parser/node_modules/.bin/tsserver.cmd | bat | mit | 206 |
cmd_fs/libfs.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,fs/.libfs.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/include -include include/linux... | jdlfg/Mecha-kernel-jdlfg | fs/.libfs.o.cmd | bat | gpl-2.0 | 23,930 |
java -jar PQL.BOT-latest.jar --name=Sydney --sleep=5
pause | processquerying/PQL | PQL.BOT.Sydney.bat | bat | lgpl-3.0 | 58 |
@echo off
if not exist Shuttle.ProcessManagement.sln (
echo Could not find solution file 'Shuttle.ProcessManagement.sln'.
echo Please ensure that you are executing this file (host-on-windows.cmd^) in the '{base}\Shuttle.Esb.Samples\Shuttle.ProcessManagement\.' folder.
GOTO:EOF
)
REM echo Checking if 'http-server' ... | Shuttle/Shuttle.Esb.Samples | Shuttle.ProcessManagement/host-on-windows.cmd | bat | bsd-3-clause | 1,695 |
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" "D:\Source\mRemoteNG\mRemoteV1.sln" /Rebuild "Release Portable"
rmdir /S /Q D:\Source\mRemoteNG\mRemoteV1\bin\package
mkdir D:\Source\mRemoteNG\mRemoteV1\bi... | kaymer327/mRemoteNG | old/build-relport.cmd | bat | gpl-2.0 | 1,378 |
@echo off
bundler\SqlBundler.exe ..\..\..\..\ "db/SQL Server/2.x/2.0" true
copy google.sql google-sample.sql
del google.sql
copy google-sample.sql ..\..\google-sample.sql | mban94/frapid | src/Frapid.Web/Areas/Google/db/SQL Server/2.x/2.0/rebundle-db-with-sample.bat | bat | apache-2.0 | 170 |
universe = scheduler
executable = x_sleep.pl
initialdir = initd_sched
log = job_core_initialdir_sched.log
output = job_core_initialdir_sched.out
error = job_core_initialdir_sched.err
arguments = 5
getenv=true
Notification = NEVER
queue
| bbockelm/htcondor | src/condor_tests/job_core_initialdir_sched.cmd | bat | apache-2.0 | 239 |
call npm install
call npm run build:dev
start chrome src/index.html
call npm run build:watch | advanced-joelloyd/erm-react | up.bat | bat | mit | 92 |
@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... | ELIFE-ASU/PyInform | docs/make.bat | bat | mit | 7,262 |
@echo off
cd
cls
php include\getProvince.php > province.json
| joykuang/Collections | untidy/[数据][常用接口]/省市县镇村数据/getProvince.cmd | bat | mit | 62 |
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -lib "secureip" -o "Y:/TEOCOA/EXPR7/TEST_isim_beh.exe" -prj "Y:/TEOCOA/EXPR7/TEST_beh.prj" "work.TEST" "work.glbl"
| iAklis/teoca | EXPR7/fuseRelaunch.cmd | bat | mit | 210 |
@echo off
REM #################################################################################################################################
REM # #
REM # ENTWIKCLUNG EINES SOFTWARESYSTEMS ... | Lowhuhn/LaserControl | LaserCamera/compile.bat | bat | mit | 1,965 |
REM Define target instllation dir
if exist "C:\Utils" (
set target=C:\Utils
) else (
set target=%WINDIR%
)
xcopy "..\apps\SysinternalsSuite\*" "%TARGET%\*" /y | Ianonn21/vm-utils | scripts/install-sysinternals.cmd | bat | mit | 167 |
@set MINGWPATH=C:\MinGW
@set PATH=%MINGWPATH%\msys\1.0\bin;%MINGWPATH%\bin
@set LANG=en_US.UTF8
@set LC_ALL=en_US.UTF8
@set OPENSSL=openssl-1.0.1g
@set BERKELEYDB=db-4.8.30.NC
@set BOOST=boost_1_54_0
@set BOOSTVERSION=1.54.0
@rem If you wonder why there is no -s- see: https://github.com/bitcoin/bitcoin/pull/2835#issu... | indolering/namecoin-qt | contrib/easywinbuilder/set_vars.bat | bat | mit | 1,210 |
@echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /t:CI /p:LocalToolsPath="C:\tools" /p:Configuration="%config%" /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false | Icenium/SignalR | build-ci.cmd | bat | mit | 262 |
.nuget\nuget.exe pack XSockets.Client.nuspec -Symbols | onovotny/XSocketsClient | src/XSocketsClient/pack.cmd | bat | mit | 53 |
cmd_fs/fat/built-in.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/fat/built-in.o fs/fat/fat.o fs/fat/vfat.o
| p500-ics-cm9/Franco-ICS-Kernel | fs/fat/.built-in.o.cmd | bat | gpl-2.0 | 140 |
cmd_crypto/crypto_blkcipher.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 crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 244 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath9k/ath9k_hw.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.lds --... | kconger/backports-3.18.1-1 | drivers/net/wireless/ath/ath9k/.ath9k_hw.ko.cmd | bat | gpl-2.0 | 653 |
cmd_kernel/power/built-in.o := /home/me/ARM_codebench/bin/arm-none-linux-gnueabi-ld -EL -r -o kernel/power/built-in.o kernel/power/main.o kernel/power/console.o kernel/power/process.o kernel/power/suspend.o kernel/power/wakelock.o kernel/power/userwakelock.o kernel/power/earlysuspend.o kernel/power/fbearlysuspend.o... | akkufix/sola_jb_kernel | kernel/power/.built-in.o.cmd | bat | gpl-2.0 | 346 |
cmd_arch/arm/plat-pnx/gpio.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/plat-pnx/.gpio.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__KERN... | yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/plat-pnx/.gpio.o.cmd | bat | gpl-2.0 | 20,457 |
cmd_drivers/input/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/input/built-in.o drivers/input/input-core.o drivers/input/mousedev.o drivers/input/evdev.o drivers/input/keyboard/built-in.o drivers/input/touchscreen/built-in.o drivers/input/mis... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/input/.built-in.o.cmd | bat | gpl-2.0 | 334 |
cmd_arch/x86/kernel/cpu/capflags.c := perl /home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/kernel/cpu/mkcapflags.pl arch/x86/kernel/cpu/../../include/asm/cpufeature.h arch/x86/kernel/cpu/capflags.c
| madhwang/linuxKernel | arch/x86/kernel/cpu/.capflags.c.cmd | bat | gpl-2.0 | 213 |
browser-sync start --server --files "*.html, app/**/*.js, app/**/*.html, css/**/*.css" | veselinpavlov/bug-tracking | browser-sync-start.bat | bat | gpl-2.0 | 86 |
cmd_fs/lockd/built-in.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-ld -EL -r -o fs/lockd/built-in.o fs/lockd/lockd.o
| evan6200/cirrfy_pos | fs/lockd/.built-in.o.cmd | bat | gpl-2.0 | 192 |
cmd_scripts/pnmtologo := gcc -Wp,-MD,scripts/.pnmtologo.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/chiehyang/PandaBoard-LinuxKernel/stable-kernel/KERNEL/tools/include -o scripts/pnmtologo scripts/pnmtologo.c
source_scripts/pnmtologo := scripts/pnmtologo.c
deps_scripts/pnmto... | domintech/PandaBoard-LinuxKernel | scripts/.pnmtologo.cmd | bat | gpl-2.0 | 2,633 |
cmd_fs/fat/namei_vfat.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/fat/.namei_vfat.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm... | srinugnt2000/linux-2.6.37 | fs/fat/.namei_vfat.o.cmd | bat | gpl-2.0 | 24,958 |
cmd_sound/core/snd-rawmidi.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o sound/core/snd-rawmidi.o sound/core/rawmidi.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/core/.snd-rawmidi.o.cmd | bat | gpl-2.0 | 146 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath10k/ath10k_core.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.ld... | kconger/backports-3.18.1-1 | drivers/net/wireless/ath/ath10k/.ath10k_core.ko.cmd | bat | gpl-2.0 | 669 |
!create one : TreeNode
!set one.name := 'Uno'
!create two : TreeNode
!set two.name := 'Due'
!insert (one,two) into Parentship
!insert (two,one) into Parentship
| stormymauldin/stuff | examples/Tree2.cmd | bat | gpl-2.0 | 172 |
java -jar lib/freemind.jar
| cristianregep/St-Group-12 | vmap.bat | bat | gpl-2.0 | 28 |
cd ..
git rev-parse --short HEAD > tmp.txt
set /p rev_hash=<tmp.txt
git rev-list --tags --max-count=1 > tmp.txt
set /p hash_tmp=<tmp.txt
git describe --tags %hash_tmp% > tmp.txt
set /p last_tag=<tmp.txt
git rev-list %last_tag%..HEAD --count > tmp.txt
set /p rev_count_since_tag=<tmp.txt
echo %last_tag... | DTUWindEnergy/BasicDTUController | src/get_git_version.bat | bat | gpl-3.0 | 494 |
@echo off
D:\Python\Python34\python.exe setup_cxFreeze.py build_exe
pause | gamesun/CodePorting | make_cxFreeze_exe.bat | bat | gpl-3.0 | 74 |
cd ..\..
mkdir run
mkdir run\GUI_soda_analyzer_test_api
copy examples\soda_analyzer_test_api\* run\GUI_soda_analyzer_test_api
xcopy release\soda_QtUi\* run\GUI_soda_analyzer_test_api /E
cd run\GUI_soda_analyzer_test_api
.\soda_QtUi.exe
| quicky2000/soda | examples/soda_analyzer_test_api/run_gui.bat | bat | gpl-3.0 | 238 |
@echo off
rem /EXCLUDE:file1[+file2][+file3]...
xcopy C:\WEB\Refference\*.* C:\a\a /EXCLUDE:*j* /S /G /Y
... | iykedairo/Lib | COPY Disk.bat | bat | gpl-3.0 | 108 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.