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 |
|---|---|---|---|---|---|
@echo off
set LEIN_VERSION=1.5.0-SNAPSHOT
setLocal EnableExtensions EnableDelayedExpansion
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES
) else (
set SNAPSHOT=NO
)
rem LEIN_JAR and LEIN_HOME variables can be set manually.
if "x%LEIN_HOME%" == "x" set LEIN_HOME=%USERPROFILE%\.lein
... | 0/leiningen | bin/lein.bat | bat | epl-1.0 | 5,236 |
cmd_net/core/filter.o := arm-eabi-gcc -Wp,-MD,net/core/.filter.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 | net/core/.filter.o.cmd | bat | gpl-2.0 | 35,780 |
cmd_mailutils/built-in.o := rm -f mailutils/built-in.o; /home/simon/GIT/buildroot-k3-current/output/host/usr/bin/arm-none-linux-gnueabi-ar rcs mailutils/built-in.o
| twobob/buildroot-kindle | output/build/busybox-1.20.2/mailutils/.built-in.o.cmd | bat | gpl-2.0 | 165 |
fastboot flash xloader sec_xloader.img
fastboot flash ptable ptable.img
fastboot flash fastboot fastboot.img
fastboot -i 0x12d1 reboot-bootloader
ping -n 10 127.0.0.1>nul
fastboot flash dtimage dt.img
fastboot flash mcuimage sec_lpm3.img
fastboot flash sensor... | wbrambley/Grace-kernel | drivers/vendor/hisi/modem/drv/common/scripts/burn_hi3635.bat | bat | gpl-2.0 | 1,114 |
cmd_drivers/mtd/onenand/built-in.o := rm -f drivers/mtd/onenand/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/mtd/onenand/built-in.o
| asopov/linux-tpt-2.6.39 | drivers/mtd/onenand/.built-in.o.cmd | bat | gpl-2.0 | 194 |
cmd_sound/drivers/opl4/built-in.o := rm -f sound/drivers/opl4/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD sound/drivers/opl4/built-in.o
| avareldalton85/rpi2-linux-rt | sound/drivers/opl4/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_drivers/pci/built-in.o := ld -m elf_i386 -r -o drivers/pci/built-in.o drivers/pci/access.o drivers/pci/bus.o drivers/pci/probe.o drivers/pci/remove.o drivers/pci/pci.o drivers/pci/quirks.o drivers/pci/pci-driver.o drivers/pci/search.o drivers/pci/pci-sysfs.o drivers/pci/rom.o drivers/pci/setup-res.o drivers/pci/... | namgk/kernel-tut | drivers/pci/.built-in.o.cmd | bat | gpl-2.0 | 443 |
cmd_drivers/media/usb/gspca/gspca_ov534.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/gspca/gspca_ov534.ko drivers/media/usb/gspca/gspca_ov534.o drivers/media/usb/gspca/gspca_ov534.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/gspca/.gspca_ov534.ko.cmd | bat | gpl-2.0 | 311 |
cmd_drivers/ieee1394/built-in.o := rm -f drivers/ieee1394/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/ieee1394/built-in.o
| utkanos/android_htc_mecha_kernel_5slot | drivers/ieee1394/.built-in.o.cmd | bat | gpl-2.0 | 192 |
cmd_fs/cifs/asn1.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.asn1.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlitt... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | fs/cifs/.asn1.o.cmd | bat | gpl-2.0 | 33,449 |
cmd_net/sunrpc/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/sunrpc/built-in.o net/sunrpc/sunrpc.o net/sunrpc/auth_gss/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | net/sunrpc/.built-in.o.cmd | bat | gpl-2.0 | 194 |
cmd_arch/arm/common/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/clkdev.o arch/arm/common/cpaccess.o
| spacecaker/CM7_Space_Kernel_Cooper | arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 181 |
@echo off
pushd "%~dp0"
if "%SOFTWARE%"=="" (set SOFTWARE=C:\software)
set TARGET=%SOFTWARE%\cffexplorer
set PACKAGE=ExplorerSuite.exe
if exist %TARGET% goto END
%PACKAGE% /silent /dir=%TARGET%
:END
popd
| malwarenights/rebox | packages/c/cffexplorer/00_install.bat | bat | gpl-2.0 | 223 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch Service 5.0.0
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%" == "" se... | coreytegeler/nhba | elasticsearch-5.0.0/bin/elasticsearch-service.bat | bat | gpl-3.0 | 11,214 |
REM Place inside your Sulley folder on your fuzzing target machine. (E.g. C:\sulley\)
python process_monitor.py -c audits\inetinfo.exe-http-crashbin -p inetinfo.exe
| jnqpblc/Randomness | 4.exploitation/sulley/run_process_monitor.cmd | bat | gpl-3.0 | 165 |
@echo off
setlocal
rem Copyright (c) 1999, 2009 Tanuki Software, Ltd.
rem http://www.tanukisoftware.com
rem All rights reserved.
rem
rem This software is the proprietary information of Tanuki Software.
rem You shall use it only in accordance with the terms of the
rem license agreement you entered into with Tanuki Soft... | wwwigii-system/research | cwe-platform/cell/ant-worker-2/InstallAntWorker2Service.cmd | bat | gpl-3.0 | 1,638 |
HRBFQI Filigree_10_noise0.3.pwn Filigree_10_noise0.3_mesh.obj 0 0 1.9 7261.79 0.1 10 1000
HRBFQI Filigree_10_noise0.6.pwn Filigree_10_noise0.6_mesh.obj 0 0 2.1 4539.98 0.1 18 1000 | GCVGroup/HRBFQI | Bin/Figure10.bat | bat | gpl-3.0 | 182 |
setlocal
pushd
adb install -r main.apk
popd
endlocal | rushabh55/ModconAlpha | trunk/Engineering/bin/Android/run.bat | bat | mpl-2.0 | 53 |
@WMIC CPU Get /Format:List | findstr NumberOfCores > %TEMP%\tmpFile
@set /p CoreCount= < %TEMP%\tmpFile
@set CoreCount=%CoreCount:~-1%
@set regfile=javaSettings.reg
@echo -XX:MaxPermSize=180m > %regfile%
| vigadmin/OC-Installer | windows/inno/other/scripts_old/GetJavaSettings.cmd | bat | lgpl-3.0 | 211 |
@echo off
Rem /------- Find Cwc ---------/
set cwc=cwc
if exist ..\..\..\..\..\..\cwc.exe set cwc=..\..\..\..\..\..\cwc.exe
if exist ..\..\..\..\..\cwc.exe set cwc=..\..\..\..\..\cwc.exe
if exist ..\..\..\..\cwc.exe set cwc=..\..\..\..\cwc.exe
if exist ..\..\..\cwc.exe set cwc=..\..\..\cwc.exe
if ... | Maeiky/Cwc_Demos | Base_Example/02_String/Mk_Cwc_Emsc.bat | bat | unlicense | 807 |
REM SET Below to Python Path on your machine
REM Command Format: python {PYTHONFILE}.py [Params] > [log file]
REM You may need to update this path to python if you get an error
SET PYTHON_PATH="C:\Python27"
%PYTHON_PATH%\python csv2markdownTable.py App6b-Test-Results.csv App6b-Test-Results.md
REM %PYTHON_PATH%\pyth... | Esri/military-features-data | military-symbology-styles/utils-and-source-data/issue-verification/ConvertCsvToMarkdownTable.bat | bat | apache-2.0 | 444 |
@rem !/bin/msdos
@
@echo %cd%
@
@cd 2222
@call make.bat
@cd ..
@
@cd 233
@call make.bat
@cd ..
@
@cd 332
@call make.bat
@cd ..
@
@cd 4444
@call make.bat
@cd ..
@
@
@cd uint8
@call make.bat
@cd ..
@
@cd uint16
@call make.bat
@cd ..
@
@cd uint32
@call make.bat
@cd ..
@
@cd uint64
@call make.bat
@cd ..
@
@
@cd int8
@call ... | dmilos/color | example/less-than-1k/format/make.bat | bat | apache-2.0 | 681 |
@echo off
call "init.visualstudio.cmd"
powershell .\build.ps1
if %errorlevel% neq 0 exit /b %errorlevel% | dlemstra/QRCodeCore | build/windows/build.cmd | bat | apache-2.0 | 105 |
cd C:/Abaqus_WD/CurvedInterface && abaqus CAE noGUI=C:/02_Local-folder/01_Luca/01_WD/thinPlyMechanics/python/createAndAnalyzeRVEs.py -- -dir C:/Users/lucad/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM/InputData -data inputRVEdataL1_059%1-LPC.deck -iterables inputRVEiterablesL1_059%1-LPC.deck -plot inputRVEplot && python ... | LucaDiStasio/thinPlyMechanics | windows-cmd/startRVESimPipeLPC.cmd | bat | apache-2.0 | 571 |
@echo off
cls
echo Activating Windws .. Please wait as this might take several minutes...
echo.
cscript //nologo "%windir%\system32\slmgr.vbs" /ato
echo Activation complete! | Samurais/sce_deck | bpm_windows_image/installer/activation_kms.bat | bat | apache-2.0 | 182 |
java ^
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 ^
-Xms3000M ^
-Xmx6000M ^
-XX:+UseG1GC ^
-XX:MetaspaceSize=100M ^
-cp "lib/*" gov.va.isaac.gui.App | Apelon-VA/va-isaac-gui-pa | app-assembly/src/main/scripts/isaac-app-debug.bat | bat | apache-2.0 | 190 |
@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... | matthew-brett/brole | tests/tinypages/make.bat | bat | bsd-3-clause | 6,707 |
@set @_PackJsInBatByWinest=0 /*
@ECHO OFF
CD /D "%~dp0"
CSCRIPT "%~0" //D //Nologo //E:JScript %1 %2 %3 %4 %5 %6 %7 %8 %9
IF %ERRORLEVEL% LSS 0 ( ECHO Failed. Error code is %ERRORLEVEL% )
PAUSE
EXIT /B
*/
var WshShell = WScript.CreateObject( "WScript.Shell" );
var WshFileSystem = new ActiveXObject( "Scripting.FileSyst... | winest/CWUtils | JScript/Windows/_Test/TestCWXmlHttp.bat | bat | bsd-3-clause | 4,210 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S07_ManageTaskItems.MSOXWSCORE_S07_TC04_UpdateTaskItemSuccessfully /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S07_TC04_UpdateTaskItemSuccessfully.cmd | bat | mit | 316 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ADMINS.S02_ErrorConditions.MSADMINS_S02_TC05_CreateSiteFailed_UrlExisted /testcontainer:..\..\MS-ADMINS\TestSuite\bin\Debug\MS-ADMINS_TestSuite.dll /runconfig:..\..\MS-ADMINS\MS-ADMINS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-ADMINS/RunMSADMINS_S02_TC05_CreateSiteFailed_UrlExisted.cmd | bat | mit | 305 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WEBSS.S06_OperationsOnListTemplates.MSWEBSS_S06_TC02_GetListTemplates_Succeed /testcontainer:..\..\MS-WEBSS\TestSuite\bin\Debug\MS-WEBSS_TestSuite.dll /runconfig:..\..\MS-WEBSS\MS-WEBSS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S06_TC02_GetListTemplates_Succeed.cmd | bat | mit | 306 |
set pj_name=usbcart
del /Q *.bak
del /Q *.kicad_pcb-bak
del /Q %pj_name%_isbcart.*
del /Q %pj_name%-cache.lib
| cafe-alpha/wasca | v12/board/usbcart/clean.bat | bat | gpl-2.0 | 111 |
cmd_drivers/thermal/built-in.o := rm -f drivers/thermal/built-in.o; arm-linux-ar rcs drivers/thermal/built-in.o
| beebingoo/linux-2.6.32.2 | drivers/thermal/.built-in.o.cmd | bat | gpl-2.0 | 113 |
@echo off
rem Execute a remote command using rsh and check its success which must be indicated by "SUCCESS" as last output line
rem Usage: call rsh_with_result.cmd <rsh arguments>
setlocal
for /f "tokens=*" %%l in ('rsh %*') do (echo %%l & set RESULT=%%l)
if not "%RESULT%" == "SUCCESS" exit 1
endlocal | qspin/qtaste | tools/rsh_with_result.cmd | bat | lgpl-3.0 | 314 |
@echo off
setlocal
mode con cols=120 lines=3000
pushd %~dp0
rem mingw-gcc: http://files.1f0.de/mingw/
rem jdk: http://www.oracle.com/technetwork/java/javase/downloads/index.html
rem ffmpeg: git://source.ffmpeg.org/ffmpeg.git
rem ./configure --cpu=i686 --disable-all --enable-swscale-alpha --disable-doc --disabl... | typechaos/ultra-compact-image | make_mingw.bat | bat | lgpl-3.0 | 2,537 |
jsdoc -d ..\..\docs\client_html_docs -t client_jsdoc_templates ..\..\api\easyrtc.js
| soygustavogonzales/easy-rtc | dev/scripts/updateEasyrtcJsDocs.bat | bat | bsd-2-clause | 92 |
cmd_init/built-in.o := arm-linux-androideabi-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o init/calibrate.o
| MihawkHu/Android_scheduler | kernel/goldfish/init/.built-in.o.cmd | bat | mit | 154 |
* interactive mode commands:
*
.control
ac dec 20 1e6 100e9
plot vdb(vout)
.endc
| vzh/geda-gaf | examples/RF_Amp/Simulation.cmd | bat | gpl-2.0 | 85 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S "%0" %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto scrip... | saeedrohani/Modifed-GnuDIP-web-access | gnudip/client/Windows_standalone/gdipc/snmpqry.bat | bat | gpl-2.0 | 3,130 |
@rem Do not use "echo off" to not affect any child calls.
@setlocal
@rem Get the abolute path to the parent directory, which is assumed to be the
@rem Git installation root.
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI
@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
... | caplin/qa-browsers | git/cmd/gitk.cmd | bat | unlicense | 487 |
@echo off
setLocal EnableDelayedExpansion
REM Path to this script
set PWD=%~dp0
REM Core and library classes
set CP=%PWD%/../target/classes
set LIB=%PWD%/../lib
for /R "%LIB%" %%a in (*.jar) do set CP=!CP!;%%a
REM Run code
java -cp "%CP%" %BASEX_JVM% org.basex.BaseXServer %* stop
| drmacro/basex | basex-core/etc/basexserverstop.bat | bat | bsd-3-clause | 297 |
@echo off
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build\scripts\build.ps1" -test %*
| amcasey/roslyn | Test.cmd | bat | apache-2.0 | 110 |
xcopy ..\..\build\thinktecture.identitymodel.owin.ResourceAuthorization.WebApi.dll lib\net45 /y
xcopy ..\..\build\thinktecture.identitymodel.owin.ResourceAuthorization.WebApi.pdb lib\net45 /y
NuGet.exe pack Thinktecture.IdentityModel.Owin.ResourceAuthorization.WebApi.nuspec -exclude *.cmd -OutputDirectory ..\ | s093294/Thinktecture.IdentityModel | nuget/Owin.ResourceAuthorization.WebApi/nugetPack.cmd | bat | bsd-3-clause | 311 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JVM_ARGS=-Xmx1024M
set JENA_CP=%JENA_HOME%\lib\*;
set LOGG... | vuk/Clojure-Movies | resources/apache-jena/bat/trig.bat | bat | epl-1.0 | 458 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\shelljs\bin\shjs" %*
) ELSE (
node "%~dp0\..\shelljs\bin\shjs" %*
) | drleewarden/2014-bootstrap | wp-content/themes/arcade-basic/node_modules/grunt-contrib-jshint/node_modules/jshint/node_modules/.bin/shjs.cmd | bat | gpl-2.0 | 133 |
@echo off
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 (the "License... | karanjeets/crawl-evaluation | workspace/kafka/bin/windows/kafka-preferred-replica-election.bat | bat | apache-2.0 | 898 |
cls
cd %~dp0
java -cp jflex\JFlex.jar JFlex.Main -d ..\src\com\davidmogar\nji\lexicon ..\src\com\davidmogar\nji\lexicon\lexicon.flex
pause
byaccj\yacc.exe -J -v -Jpackage=com.davidmogar.nji.syntactic -Jsemantic=Object "../src/com/davidmogar/nji/syntactic/syntactic.y"
move Parser.java ../src/com/davidmogar/nji/syntactic... | davidmogar/nji | tools/generate.cmd | bat | mit | 341 |
@echo on
REM
REM Copyright (c) 2005-2018 Intel Corporation
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 requir... | gallenmu/MoonGen | libmoon/deps/tbb/examples/parallel_for/tachyon/msvs/win8ui/copy_libraries_and_assets.bat | bat | mit | 2,429 |
@rem Copyright (C) 2013-2015 MetaMorph Software, Inc
@rem Permission is hereby granted, free of charge, to any person obtaining a
@rem copy of this data, including any software or models in source or binary
@rem form, as well as any drawings, specifications, and documentation
@rem (collectively "the Data"), to de... | pombredanne/metamorphosys-desktop | metamorphosys/META/models/MaterialLibrary/UpdateLibrary.bat | bat | mit | 3,265 |
java -jar js.jar -f less-rhino-1.7.0.js lessc-rhino-1.7.0.js %* | ThorQin/tui | build/tools/lessc/lessc.bat | bat | mit | 63 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "C:/Sites/rails_projects/beauty_test/vendor/cache/ruby/2.0.0/bin/sdoc-merge" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*
| JSAbrahams/qualitytest | vendor/cache/ruby/2.0.0/bin/sdoc-merge.bat | bat | mit | 202 |
CALL BootDPRO
CALL TestDPRO
| blairmcg/Dolphin | BootAndTestDPRO.cmd | bat | mit | 28 |
@ECHO OFF
set path=%~dp0;%pythonpath%;%path%
@ECHO ON
python whatsapp_xtract.py msgstore.db.crypt
pause | fingersonfire/Whatsapp-Xtract | _old whatsapp_xtract_android_crypted.bat | bat | mit | 104 |
cd /d %~dp0
mkdir .\data
mkdir .\output
mkdir .\external\mxnet
mkdir .\model\pretrained_model
pause
cd lib\bbox
python setup_windows.py build_ext --inplace
cd ..\dataset\pycocotools
python setup_windows.py build_ext --inplace
cd ..\..\nms
python setup_windows.py build_ext --inplace
python setup_windows_cuda.py build_ex... | msracver/FCIS | init.bat | bat | mit | 402 |
cmd_net/ipv6/netfilter/nf_conntrack_ipv6.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
| miamo/miamOv | net/ipv6/netfilter/.nf_conntrack_ipv6.o.cmd | bat | gpl-2.0 | 239 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxdialog/yesno.o := \
sc... | srinugnt2000/linux-2.6.37 | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,864 |
mxmlc Desktop.as -incremental=true -debug=true -strict=true -compiler.show-actionscript-warnings=false -compiler.show-binding-warnings=false -compiler.show-unused-type-selector-warnings=false -output="..\..\MacUploadr.app\Contents\Resources\chrome\content\uploadr\flash\Desktop.swf"
| iamcal/uploadr | flash/dev/compile.bat | bat | gpl-2.0 | 284 |
cmd_fs/jbd2/jbd2.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/jbd2/jbd2.o fs/jbd2/transaction.o fs/jbd2/commit.o fs/jbd2/recovery.o fs/jbd2/checkpoint.o fs/jbd2/revoke.o fs/jbd2/journal.o
| selva-simple/Galaxy-R-Kernel | fs/jbd2/.jbd2.o.cmd | bat | gpl-2.0 | 242 |
cmd_sound/pci/ali5451/built-in.o := rm -f sound/pci/ali5451/built-in.o; /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/ali5451/built-in.o
| sleshepic/epic_touch_kernel | sound/pci/ali5451/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_lib/zlib_deflate/zlib_deflate.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o lib/zlib_deflate/zlib_deflate.o lib/zlib_deflate/deflate.o lib/zlib_deflate/deftree.o lib/zlib_deflate/deflate_syms.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/lib/zlib_deflate/.zlib_deflate.o.cmd | bat | gpl-2.0 | 258 |
cmd_drivers/usb/gadget/g_serial.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 drivers/usb/gadget/g_serial.o drivers/usb/gadget/serial.o
| evan6200/cirrfy_pos | drivers/usb/gadget/.g_serial.o.cmd | bat | gpl-2.0 | 222 |
cmd_sound/soc/s6000/built-in.o := rm -f sound/soc/s6000/built-in.o; /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/s6000/built-in.o
| sleshepic/epic_touch_kernel | sound/soc/s6000/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_arch/arm/common/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/gic.o
| chrnueve/udooImaxdi | kernel_oficial_source/arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 152 |
@call mvn eclipse:clean
@call mvn -U -DdownloadSources=true eclipse:eclipse
pause | rogerwong2/ghostBot | ghostBot/eclipse.bat | bat | gpl-2.0 | 81 |
cmd_drivers/usb/storage/usb-storage.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/usb/storage/usb-storage.o drivers/usb/storage/scsiglue.o drivers/usb/storage/protocol.o drivers/usb/storage/transport.o drivers/usb/storage/usb.o drivers/usb/storage/initializers.o drivers/usb/storage/sie... | chrnueve/udooImaxdi | kernel_oficial_source/drivers/usb/storage/.usb-storage.o.cmd | bat | gpl-2.0 | 397 |
cmd_fs/ntfs/built-in.o := /home/sebastian/android/sabermod/bin/arm-linux-androideabi-ld -EL -r -o fs/ntfs/built-in.o fs/ntfs/ntfs.o
| araca/Zen-Kernel-Huawei-P7 | fs/ntfs/.built-in.o.cmd | bat | gpl-2.0 | 138 |
@echo off
echo Sample
echo ======
echo.
echo Expected output
echo ---------------
type sample.txt
echo.
echo Actual output
echo -------------
Challenge_117E sample.dat
echo.
pause | powder96/rdailyprogrammer | Challenge_117E/Release/sample.cmd | bat | gpl-3.0 | 191 |
@echo off
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 (the "Li... | mil-oss/fgsms | fgsms-agents/fgsms-osagent/OSAgentServiceInstallWithDEBUG.cmd | bat | mpl-2.0 | 2,136 |
rem Compile server unit test for dp2.
cl -W3 -Zi /MDd -DDPRNT dp2t2.c dp2.c dptab.c hkeytab.c dprint.c -I../../h ../../win/lib/dpd.lib > log
if errorlevel 1 goto bad
del dp2*.ilk
del dp2*.pdb
del dp2*.lib
del *.obj
del *.exp
goto end
:bad
more log
echo test failed
:end
| BygoneWorlds/anet | src/dp/dp2t2x.bat | bat | lgpl-2.1 | 273 |
mkdir build-x86-windows
pushd build-x86-windows
cmake .. -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
Release\LaunchSnippingTool.exe
pushd
pause
| myd7349/Ongoing-Study | c/Win32/LaunchSnippingTool/build-x86-windows.bat | bat | lgpl-3.0 | 166 |
@echo off
set dt=%date:~0,4%%date:~5,2%%date:~8,2%-%time:~0,2%%time:~3,2%%time:~6,2%
echo %dt%
pause
@echo on
copy Objects\smartswitch.hex ..\output_smartswitch_%dt%.hex
dir ..\output_smartswitch_%dt%.hex | byxlk/smartswitch | Project/DelTempFile_CopyHex.bat | bat | unlicense | 205 |
@if "%_echo%"=="" echo off
setlocal
REM Configure the sample, i.e. where to find the F# compiler and C# compiler.
if EXIST build.ok DEL /f /q build.ok
call %~d0%~p0..\..\..\config.bat
if NOT "%FSC:NOTAVAIL=X%" == "%FSC%" (
ECHO Skipping test for FSI.EXE
goto Skip
)
rem fsc.exe building
"%FSC%" %fsc_fla... | chkn/fsharp | tests/fsharp/core/quotesInMultipleModules/build.bat | bat | apache-2.0 | 1,360 |
@echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %* --nocache
| parthopdas/tddstud10-vscode | build.cmd | bat | apache-2.0 | 211 |
@echo off
echo Creating MacOS Pkg package for RSuite CLI ...
docker rm -f pkg_builder 2> nul
aws s3 cp s3://wlog-rsuite-secrets/macos_signing.tar.gz .
docker run --name pkg_builder -d wlog/rsuite:cli_pkg_builder 2> nul ^
& (
docker cp macos_signing.tar.gz pkg_builder:/opt/ ^
& (
docker exec -it pkg_builder sh -c "... | WLOGSolutions/RSuite | cli/MacOS.Pkg/create_pkg.cmd | bat | apache-2.0 | 623 |
@rem beta version, current version run error!
@rem Please give libraries path.
@set Libraries=%CD%/lib
@rem Please give JAVA_HOME location to run benchmark
@rem @set JAVA_HOME=D:\Java\jdk7u40x64
@set PATH=.;%JAVA_HOME%\bin;
@set CLASSPATH=%CD%;
@for /F "delims=" %%i in ('dir /A:-D /B /S "%Libraries%"') do @if exist %... | zqq90/ebm | src/main/resources/benchmark.bat | bat | mit | 750 |
@echo off
copy /Y ..\emulator\sys_processor.* src
copy /Y ..\emulator\sys_debug_system.h src
copy /Y ..\emulator\hardware.* src
copy /Y ..\emulator\_*1801*.* src
platformio run | paulscottrobson/fred | __old/hardware/build.bat | bat | mit | 176 |
@echo off
setlocal
rem Simple script to fetch source for external libraries
set HERE=%~dp0
if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\)
if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%HERE%..\..\externals\windows-installer)
if "%NUGET%"=="" (set NUGET=%EXTERNALS_DIR%\..\nuget.exe)
if "%NUGET_URL%"=="" (set NUGET... | FFMG/myoddweb.piger | monitor/api/python/Python-3.7.2/Tools/msi/get_externals.bat | bat | gpl-2.0 | 2,638 |
@echo off
regedit /S "%cd%\opensc64.reg"
regedit /S "%cd%\opensc32.reg"
\Windows\system32\reg import "%cd%\opensc64.reg"
\Windows\system32\reg import "%cd%\opensc32.reg"
| mwallnoefer/OpenSC-GUI | installer/win32/install.bat | bat | gpl-3.0 | 181 |
/* ============================================================================ */
/* Copyright (c) 2013, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | adammansfield/real-time-heart-rate-detection | lnk_msp430f5529.cmd | bat | mit | 13,910 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../heroku/heroku-buildpack-php/bin/heroku-hhvm-apache2
bash "%BIN_TARGET%" %*
| unisys12/employee-log | vendor/bin/heroku-hhvm-apache2.bat | bat | mit | 109 |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | Killerardvark/CryodexMus | mvnw.bat | bat | apache-2.0 | 5,675 |
@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... | m-labs/llvmlite | docs/make.bat | bat | bsd-2-clause | 7,257 |
makecint -mk Makefile -dl mt.dll -h mt.h -C mt.c
nmake -f Makefile CFG="mt - Win32 Release"
move Release\mt.dll mt.dll
cint main.cxx
rem del mt.dll
rem del Release
rem rmdir Release
| dawehner/root | cint/demo/multilibcint/setup.bat | bat | lgpl-2.1 | 186 |
@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... | cwmartin/rez | docs/make.bat | bat | lgpl-3.0 | 6,695 |
@echo off
setlocal
:: find .NET framework version
:: change current directory
:: build project using MSBUILD
:: launch client executable
:: parameters: %1 - .NET framework version, %2 - /r:assembly references, %3 - service URI
cd /D %systemdrive%\inetpub\wwwroot\RemoteClient
cd > client.log
for /D %%i ... | abkmr/odata.net | test/FunctionalTests/Framework/Versioning/Remoting/client.bat | bat | mit | 961 |
pushd jsil.org\demos
C:\Python32\Python.exe -m http.server 81
popd | hach-que/JSIL | run_server.bat | bat | mit | 66 |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe ArdupilotMega.csproj /p:Configuration=Release /p:Platform=x86 /p:Mavlink10=true
pause | marcoarruda/MissionPlanner | build.bat | bat | gpl-3.0 | 147 |
scons Console_Game --debug_build | saccharios/BlackJack | BlackJack_All/build_Console_Game_debug.bat | bat | mit | 32 |
set CDIR=%~dp0
reg add HKCU\Environment /v HQENGINE_WINPHONE_X86_LIB_DEB_PATH /t REG_SZ /d %CDIR%\Debug\HQEngineWP
reg add HKCU\Environment /v HQENGINE_WINPHONE_X86_LIB_REL_PATH /t REG_SZ /d %CDIR%\Release\HQEngineWP
reg add HKCU\Environment /v HQENGINE_WINPHONE_ARM_LIB_DEB_PATH /t REG_SZ /d %CDIR%ARM\Debug\HQE... | kakashidinho/HQEngine | HQEngine/VS2012/WindowsPhone/HQEngine/setLibPathEnv.bat | bat | mit | 904 |
@ECHO OFF
Setlocal EnableDelayedExpansion
CALL __Global.cmd
ECHO *** Go Test ***
ECHO Test runs package tests
ECHO.
FOR /F "tokens=*" %%A IN (Packages.txt) DO (
SET PACKAGE=%%A
SET FIRSTLETTER=!PACKAGE:~0,1!
IF NOT !FIRSTLETTER!==# (
ECHO Testing: !PACKAGE!
cd "%GOPATH%\src\!PACKAGE!"
IF %BUILDBIT%==32 (
go test !... | josephspurrier/golang-portable-windows | workspace/_Test.cmd | bat | mit | 396 |
@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... | zen4ever/django-authorizenet | docs/make.bat | bat | mit | 6,485 |
@echo off
echo./*
echo. * Check VC++ environment...
echo. */
echo.
if defined VS110COMNTOOLS (
set VSTOOLS="%VS110COMNTOOLS%"
set VC_VER=110
) else if defined VS100COMNTOOLS (
set VSTOOLS="%VS100COMNTOOLS%"
set VC_VER=100
)
set VSTOOLS=%VSTOOLS:"=%
set "VSTOOLS=%VSTOOLS:\=/%"
s... | wenhulove333/ScutServer | Sample/ClientSource/build-win32.bat | bat | mit | 2,585 |
@echo off
rem setlocal
rem =================================================================
rem TODO:
rem * setup virtualenv workspace directory as user sandbox ...
rem
rem =================================================================
set drive=%~dp0
set drivep=%drive%
if #%drive:~-1%# == #\# set driv... | ktan2020/legacy-automation | shell.bat | bat | mit | 1,342 |
set flask_app=server.py
flask run | Imvoo/MiniZinc-server | start.bat | bat | mit | 33 |
avr-gcc -c -x assembler-with-cpp -mmcu=atmega88 -o incdec.o incdec.s
avr-ld -mavr4 -e init -o incdec.elf incdec.o
avr-objcopy -O binary incdec.elf incdec.bin
rm -f incdec.elf incdec.o
| jkmnt/avrvm | testvm/tests/compile_incdec.cmd | bat | mit | 184 |
cmd_arch/arm/mach-msm/nand_partitions.o := arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/.nand_partitions.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/includ... | HCDRJacob/wildfire-kernel | arch/arm/mach-msm/.nand_partitions.o.cmd | bat | gpl-2.0 | 142,003 |
cmd_drivers/crypto/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/crypto/built-in.o drivers/crypto/msm/built-in.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/crypto/.built-in.o.cmd | bat | gpl-2.0 | 179 |
echo off
echo -------------------------------------------------------------------------------------
echo -
echo Usage build.bat devel/install
echo devel - Builds Visual Studio project files for development on LyX
echo install - Builds Visual Studio project files with all enabled for installation
echo
echo --... | syntheticpp/lyx | development/cmake/build5-2015-x64.bat | bat | gpl-2.0 | 2,936 |
cmd_arch/arm/lib/memset.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memset.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclude ... | TeamGlide/LiteKernel | arch/arm/lib/.memset.o.cmd | bat | gpl-2.0 | 2,403 |
cmd_sound/core/oss/snd-pcm-oss.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/core/oss/snd-pcm-oss.o sound/core/oss/pcm_oss.o sound/core/oss/pcm_plugin.o sound/core/oss/io.o sound/core/oss/copy.o sound/core/oss/linear.o sound/core/oss/mulaw.o sound/core/oss/route.o sound/core/oss/rate.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | sound/core/oss/.snd-pcm-oss.o.cmd | bat | gpl-2.0 | 319 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.