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_fs/ext4/balloc.o := arm-eabi-gcc -Wp,-MD,fs/ext4/.balloc.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -W... | HCDRJacob/wildfire-kernel | fs/ext4/.balloc.o.cmd | bat | gpl-2.0 | 151,667 |
set currpath=.\
if "%OS%" == "Windows_NT" set currpath=%~dp0%
set classpath=%currpath%lib\mysqldriver.jar;%currpath%classes
start rmiregistry
start java -Djava.rmi.server.codebase=file:///%currpath%classes\ store.StoreServer
| AutuanLiu/Code | MyJava/sourcecode/chapter13/runServer.bat | bat | gpl-2.0 | 228 |
@ECHO OFF
pushd ..
CALL :cleanprojdir libnetcrypt
CALL :cleanprojdir libtommath
CALL :cleanprojdir testprog
CALL :cleanprojdir bin
IF EXIST ipch rd /q /s ipch
IF EXIST libnetcrypt.sdf del /q libnetcrypt.sdf
IF EXIST libnetcrypt.suo (
ATTRIB -h libnetcrypt.suo
DEL /q libnetcrypt.suo
)
EXIT /B 0
:cleanprojdir
SETLO... | SirDzstic/libnetcrypt | scripts/clean.bat | bat | gpl-2.0 | 545 |
@ECHO OFF
mode 150,2000
node unittest.js simpleParser
pause
| olegcherr/Reedy-for-Chrome | unittest/run-unittest - simpleParser.bat | bat | gpl-2.0 | 64 |
cmd_arch/arm/lib/memset.o := /home/robin/toolchain/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.memset.o.d -nostdinc -isystem /home/robin/toolchain/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/robin/android/CM7_kernel_TA/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endia... | spacecaker/CM7_Space_Kernel_Cooper | arch/arm/lib/.memset.o.cmd | bat | gpl-2.0 | 1,671 |
cmd_fs/proc/proc.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/proc/proc.o fs/proc/mmu.o fs/proc/task_mmu.o fs/proc/inode.o fs/proc/root.o fs/proc/base.o fs/proc/generic.o fs/proc/array.o fs/proc/proc_tty.o fs/proc/proc_aux_info.o fs/proc/cmdline.o fs/proc/cpuinfo.o fs/proc/devices.o fs/proc/interr... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/proc/.proc.o.cmd | bat | gpl-2.0 | 485 |
mvn install:install-file -Dfile=formulaevaluator.jar -DgroupId=br.cefetrj.parser -DartifactId=formulaevaluator -Dversion=1.0 -Dpackaging=jar | icemagno/spectral | docs/install-parser-lib.bat | bat | gpl-2.0 | 140 |
cmd_drivers/platform/built-in.o := rm -f drivers/platform/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/platform/built-in.o
| selva-simple/Galaxy-R-Kernel | drivers/platform/.built-in.o.cmd | bat | gpl-2.0 | 180 |
cmd_fs/ramfs/ramfs.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/ramfs/ramfs.o fs/ramfs/inode.o fs/ramfs/file-mmu.o
| doadin/samsung-kernel-msm7x30-Doadin | fs/ramfs/.ramfs.o.cmd | bat | gpl-2.0 | 162 |
@echo off
if "%programfiles(x86)%XXX"=="XXX" goto 32BIT
echo *** 64-bit Windows installed
call "%programfiles(x86)%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
goto Build
:32BIT
echo *** 32-bit Windows installed
call "%ProgramFiles%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
:Build
echo.
... | dolphy17/csender | build_release.bat | bat | gpl-3.0 | 673 |
@echo off
setlocal
if "%1" == "Debug" (
set BUILD_TYPE=Debug
) else (
set BUILD_TYPE=Release
)
echo "Cpp Version BUILD_TYPE=" %BUILD_TYPE%
cp CMakeListsCpp.txt CMakeLists.txt
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE:STRING=%BUILD_TYPE% ../
cmake --build . --config %BUILD_TYPE% --target install
| ailab-mayfestival2016/SocketIO | BuildForCpp.bat | bat | gpl-3.0 | 311 |
@echo OFF
REM call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
REM call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
REM call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
if %PROCESSOR_ARCHITECTURE% == x86 (
call "C:\Program Files\Microsoft Visua... | lixun910/geodacenter_geoda | BuildTools/windows/build.bat | bat | gpl-3.0 | 45,104 |
@python3 treepack/style.py %1 | windyuuy/treepack | suto/conv.bat | bat | gpl-3.0 | 29 |
cd ../script/StanfordProducts/
"../bin/extract_features.exe" ^
../../model/HDC/HDC_StanfordProducts_iter_60000.caffemodel ^
./HDC_deploy.prototxt loss1/classifier ^
./HDC_StanfordProducts_iter_60000_cls1 303 lmdb GPU 0
"../bin/extract_features.exe" ^
../../model/HDC/HDC_StanfordProducts_iter_60000.caffemodel ... | PkuRainBow/Hard-Aware-Deeply-Cascaded-Embedding_release | script/StanfordProducts/extract_feature_HDC.bat | bat | gpl-3.0 | 615 |
@echo off
setlocal enabledelayedexpansion
set errorlevel=1
set errorlevel=
set mode=%1
set CL=/MP
pushd src\xpiks-tests\xpiks-tests-core
if "%mode%" == "build" (
qmake "CONFIG+=%configuration% appveyor" xpiks-tests-core.pro
nmake.exe || goto :error
)
if "%mode%" == "run" (
copy ..\..\.... | Ribtoks/xpiks | scripts/ci/appveyor-core-tests.bat | bat | mpl-2.0 | 504 |
@_createDB.bat Access Access_Demo
| SkylineNando/Delphi | Delphi/Database/FireDAC/Bin/createMSAcc.bat | bat | mpl-2.0 | 34 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | rdussurget/py-altimetry | make.bat | bat | lgpl-3.0 | 5,121 |
echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
"C:\Program Files (x86)\AOMEI Partition Assistant Pro Edition 5.5\PartAssist.exe"
cls | sansna/windows.bat | aomei.bat | bat | lgpl-3.0 | 216 |
vcpkg install librdkafka[lz4,ssl,zlib,zstd]:x64-windows
mkdir build-x64-windows
cd build-x64-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_GENERATOR_PLATFORM=x64
cmake --build . --config Release
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/librdkafka_pr_2274/build-x64-windows.bat | bat | lgpl-3.0 | 286 |
@echo off
setlocal
set COLLECTOR_PROCESS_TITLE=Skywalking-Collector
set COLLECTOR_HOME=%~dp0%..
set COLLECTOR_OPTS="-Xms256M -Xmx512M -Dcollector.logDir=%COLLECTOR_HOME%\logs"
set CLASSPATH=%COLLECTOR_HOME%\config;.;
set CLASSPATH=%COLLECTOR_HOME%\collector-libs\*;%CLASSPATH%
if defined JAVA_HOME (
set _EXECJAVA="%... | hanahmily/sky-walking | apm-dist/bin/collectorService.bat | bat | apache-2.0 | 578 |
@echo off
setlocal
IF "%JAVA_HOME%"=="" SET LOCAL_JAVA=java
IF NOT "%JAVA_HOME%"=="" SET LOCAL_JAVA=%JAVA_HOME%\bin\java
cd %~dp0
set TMP_CP="reverse-server.jar"
dir /b "lib\*.*" > temp.tmp
FOR /F %%I IN (temp.tmp) DO CALL "addpath.bat" "lib\%%I"
del temp.tmp 2>&1 > NUL
SET TMP_CP=%TMP_CP%;"%CLASSP... | feng-zh/net-tools | revserver/src/bin/controlserver.bat | bat | apache-2.0 | 473 |
@echo off
pushd %~dp0
rem sets the required environment variables like JAVA_HOME, M2_REPO...
call scripts\environment-project.bat
popd
powershell | oasp-forge/bht-2017-RideSharing-Server | oasp4j-ide/oasp4j-ide-scripts/src/main/resources/scripts/ps-console.bat | bat | apache-2.0 | 149 |
@echo off
copy ..\rms-api\target\rms-api.jar .\
| rickding/DBTools | deploy/copy.bat | bat | apache-2.0 | 50 |
@echo off
del test\*.ps
del test\*.vs
FOR %%a IN (*.ps) DO call p1 %%a
FOR %%b IN (*.vs) DO call h2 %%b
| OLR-xray/XRay-NEW | gamedata/shaders/r1/c.cmd | bat | apache-2.0 | 104 |
rmdir sqlite_deploy /s /q
robocopy sqlite sqlite_deploy /e
cd sqlite_deploy
rem symlinks are replaced by text files, we should copy destination files manually
del /q /f dpxdt requirements.txt setup.py
robocopy ..\..\dpxdt dpxdt /e
copy ..\..\requirements.txt requirements.txt
copy ..\..\setup.py setup.py
python bootst... | bslatkin/dpxdt | deployment/sqlite_deploy.cmd | bat | apache-2.0 | 356 |
.paket\paket.exe update | groma84/IrcBots | paket-update.bat | bat | mit | 23 |
@echo off
setlocal
set count=3
echo Scaling service rainbow to %count% replicas
call %~dp0bin\docker.bat service scale whoami=%count%
call %~dp0bin\sleep.bat 5
| sealsystems/pi-cloud | demo/windows/Step 8 - Scale whoami down to 3.bat | bat | mit | 166 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S01_CreateGetDeleteCalendarRelatedItem.MSOXWSMTGS_S01_TC21_DeleteItemErrorSendMeetingCancellationsRequired /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\MS... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S01_TC21_DeleteItemErrorSendMeetingCancellationsRequired.cmd | bat | mit | 356 |
REM Build the platform
SET CYGROOT=C:\ci\cygwin%ARCH%
SET CYGCACHE=C:\ci\cache\cgwin
REM Try CYGWIN_QUIET, but still this stage is super verbose
SET CYGWIN_QUIET=y
SET COQREGTESTING=y
REM XXX: make this a variable with the branch name
cd platform-*
call coq_platform_make_windows.bat ^
-arch=%ARCH% ^
-pick=dev ... | coq/coq | dev/ci/platform/coq-pf-03-build.bat | bat | lgpl-2.1 | 699 |
@echo off
cd D:\budi\lysee\lysee\
DEL /S /F /Q *.dcu *.exe *.dll *.o *.ppu *.tmp *.~* *.zip *.rar *.local *.identcache *.compiled *.bak *.lo
echo ***** lysee_fpc.lpr => lysee_fpc.exe
del lysee_fpc.exe
fpc.exe -MObjFPC -Sgi -CX -Cr -O2 -OoREGVAR -Xs -XX -vewn -Fu. -Fu. -olysee_fpc.exe lysee_fpc.lpr
echo ***** l... | robertdoo/lysee | build.bat | bat | bsd-3-clause | 3,609 |
@ECHO OFF
title Compile MineAPI Project
echo ==============================
echo COMPILING MINEAPI USING GRADLE
echo ==============================
echo Removing output directory...
rmdir /Q /S output
echo Starting Buildscript...
gradlew buildapi | Maxwolf/MineAPI.Java | compile_api.bat | bat | mit | 246 |
@ECHO OFF
SETLOCAL
SET EXITCODE=0
SET install=false
SET clean=false
SET package=false
SET addon=
SETLOCAL EnableDelayedExpansion
FOR %%b IN (%*) DO (
IF %%b == install (
SET install=true
) ELSE ( IF %%b == clean (
SET clean=true
) ELSE ( IF %%b == package (
SET package=true
) ELSE (
SET addo... | chadoe/xbmc | tools/buildsteps/win32/make-addons.bat | bat | gpl-2.0 | 4,381 |
java -classpath itext-1.4.2.jar;. pdflicense/gui/MainWin %1 %2 %3 %4 %5 %6 %7 %8 %9
| cc-archive/xmp-pdf_license_manager | run_pdflicensemanager.bat | bat | gpl-2.0 | 86 |
@echo OFF
REM
REM Complete check for the WIN32 version of the ooc library
REM
REM Steps:
REM 1. Build a complete ooc library:
REM - Start MS Visual Studio
REM - open the ooc solution
REM - From the menu: Build -> Batch Build -> select all libooc configurations
REM - Press Build or Rebuild
REM 2. In the U... | kingland/ooc | unit/win32-check-all.bat | bat | lgpl-3.0 | 2,846 |
@echo off
call ant compile_stendhaltools server_build
set LOCALCLASSPATH=build\build_stendhaltools;build\build_server;libs\marauroa.jar;libs\log4j.jar;libs\mysql-connector-java-5.1.jar;libs\h2.jar
javaw -cp "%LOCALCLASSPATH%" games.stendhal.tools.npcparser.WordListUpdate
| acsid/stendhal | wordlist.bat | bat | gpl-2.0 | 273 |
convert -transparent "#00FFFF" %1.bmp %1.png | Daenks/meridian59-dotnet | Tools/Scripts/BMPtoPNGwithTransp/convertfile.cmd | bat | gpl-3.0 | 44 |
javac CopyrightSetter.java
java CopyrightSetter ../..
DEL CopyrightSetter.class
::pause | jorik041/live-chat-engine | components/copyright-setter/start.bat | bat | apache-2.0 | 87 |
nmake /f afflib.mak %1 %2 %3 %4 %5 %6 %7 %8 %9
| notawa/decaf-platform | shared/sleuthkit/src/afflib/make.bat | bat | gpl-2.0 | 48 |
#!/bin/bash
# ********************************************
# ** Parameter
# ** 1 - source storage name (class name, executable name ...)
# ** 2 - project path (L:, L:\opa\opi\utilities)
# ** 3 - project name
# ** 4 - debug (YES/NO)
# ** 5 - response file name
# ** 6 - application type (Console/Windows ..... | git-j/js-transform | system/share/odaba/proc/projects/ode/procedures/gcccompile_cpp.bat | bat | isc | 2,665 |
@ECHO OFF
@setlocal enableextensions
@cd /d "%~dp0"
:: Remove gmosh' directory in program files
rmdir "%ProgramFiles%\gmosh" /Q /S
:: Remove the path from the PATH variable
pathed.exe -r "%ProgramFiles%\gmosh\bin"
:: Remove context menu items!
REGEDIT.EXE /S removecontext.reg
echo Uninstall complete
PAUSE
| FPtje/gmosh | package/Windows/uninstall.bat | bat | mit | 309 |
@echo off
start python wuxiaworld2ebook.py &
| MrHaCkEr/Wuxiaworld-2-eBook | start.bat | bat | mit | 45 |
pushd ..
cd src
call %~dp0\buildProject.cmd %1
if errorlevel 1 goto exit
cd ..\Xml\src
call %~dp0\buildProject.cmd %1
if errorlevel 1 goto exit
cd ..\ProtectedData\src
call %~dp0\buildProject.cmd %1
if errorlevel 1 goto exit
:exit
popd
pause | vmelamed/vm | Aspects/Security/Cryptography/Ciphers/build/PublishCiphers.cmd | bat | mit | 245 |
@ECHO OFF
IF [%1] == [] (
SET PACKAGE_VERSION=0.0.0
) else (
SET PACKAGE_VERSION=%1
)
powershell -command "& { Import-Module '%~dp0\build\psake\psake.psd1'; Invoke-psake '%~dp0\build\default.ps1' -taskList Test,Pack -parameters @{packageVersion='%PACKAGE_VERSION%'} }" | richardszalay/helix-publishing-targets | build.bat | bat | mit | 278 |
@echo off
copy NUL %PREFIX%\.messages.txt
powershell -Command "Get-ExecutionPolicy" > tmp_stdout.txt
set /p VAR=<tmp_stdout.txt
IF NOT "%var%"=="RemoteSigned" (
IF NOT "%var%"=="Unrestricted" (
echo WARNING: Your ExecutionPolicy is not configured for 'activate' and 'deactivate' under Powershell. >>... | darkdreamingdan/PSCondaEnvs | post-link.bat | bat | mit | 876 |
@echo off
python -m dreemchest configure windows --source ../Source --output ../Projects/Windows --no-tests --no-relight --cpp 11 --prefix-path ../Build/Dependencies/Windows/Debug --no-composer
pause | dmsovetov/dreemchest | Source/CLI/configure-win32.bat | bat | mit | 199 |
set pgbin_path=C:\Program Files\PostgreSQL\8.4\bin
set study_db_name=site_study_database_name_goes_here
set zip_source=pathe_to_the_directory_where_extracted_database_dump_is_stored\extracted
REM 4. restore db using
REM user clinica password is set in the %APPDATA%\postgresql\pgpass.conf (where %APPDATA% refers to the ... | mochisoft/OC_Offline | restore.cmd | bat | mit | 555 |
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "C:/Users/hth/Desktop/battle_totest/cpu_final/top_cpu_top_cpu_sch_tb_isim_beh.exe" -prj "C:/Users/hth/Desktop/battle_totest/cpu_final/top_cpu_top_cpu_sch_tb_beh.prj" "work.top_cpu_top_cpu_sch_tb" "work.glbl"
| touilleMan/scrips | fuseRelaunch.cmd | bat | mit | 306 |
@echo off
rem Environment Variable Prequisites:
rem
rem JRUBY_BASE (Optional) Base directory for resolving dynamic portions
rem of a JRuby installation. If not present, resolves to
rem the same directory that JRUBY_HOME points to.
rem
rem JRUBY_HOME (Optional) May point... | flextao/arm | skeleton/script/_jrubyvars.bat | bat | mit | 2,379 |
cd %~dp0
ant -f ../build.xml concat lint > ../intermediates/output.txt 2>&1 | lightenna/discojs | build/scripts/build-concat-lint.bat | bat | mit | 76 |
@echo off
TITLE Oracle XE - Configration
echo Adding user to ORA_DBA group...
C:\oraclexe\app\oracle\product\11.2.0\server\bin\oradim.exe -ex network useradd ORA_DBA "icandoit12\icandoit" "Oracle DBA Group"
echo Creating Directories...
mkdir C:\oraclexe\app\oracle\admin\XE\adump
mkdir C:\oraclexe\app\oracle\admin\XE\dp... | mech12/lte | db/oracle/server/config/scripts/XE.bat | bat | mit | 1,748 |
call "%CLOUD_REBUILD%" Storage 32 dll release same | xylsxyls/xueyelingshuang | src/Storage/version_release.bat | bat | mit | 50 |
..\node_modules\.bin\closure-util.cmd build config2.json app.js
| smahood/openlayers-cljs | openlayers-compiled/quickstart/compile2.cmd | bat | mit | 64 |
@echo off
rem This script is mean to be executed from the root folder of this project as: `build\build_windows.bat`
rem =====================================================================================================================================================
rem DOWNLOAD BOOST BINARIES THAT MATCH YOUR VISUA... | tchoulihan/frostwire-jlibtorrent | build/build_windows.bat | bat | mit | 4,225 |
cmd_kernel/signal.o := arm-eabi-gcc -Wp,-MD,kernel/.signal.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D_... | timmytim/honeybutter_kernel | kernel/.signal.o.cmd | bat | gpl-2.0 | 33,783 |
start javaw -Djava.library.path=../lib -classpath ./;NativeFmodDesigner-Examples.jar;../lib/NativeFmodEx.jar;../lib/NativeFmodDesigner.jar org.jouvieje.FmodDesigner.Examples.SimpleEvent | unktomi/form-follows-function | f3_fmod/NativeFmodEx/Examples/SimpleEvent.bat | bat | gpl-2.0 | 185 |
cmd_net/netfilter/xt_helper.o := arm-eabi-gcc -Wp,-MD,net/netfilter/.xt_helper.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wst... | HCDRJacob/wildfire-kernel | net/netfilter/.xt_helper.o.cmd | bat | gpl-2.0 | 154,349 |
cmd_arch/arm/lib/delay.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.o.d -nostdinc -isystem /usr/local/arm/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/miamo/android/kernel/miamOv/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoc... | miamo/miamOv | arch/arm/lib/.delay.o.cmd | bat | gpl-2.0 | 2,086 |
echo %CD%
pause | IDNoise/NoiseIDE | NoiseIDEPython/data/erlang/modules/apps/test_app/src/xx.bat | bat | gpl-2.0 | 15 |
cmd_drivers/media/dvb/frontends/stb6100.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/dvb/frontends/stb6100.ko drivers/media/dvb/frontends/stb6100.o drivers/media/dvb/fronte... | Envious-Data/shinano-sirius_msm8974abpro | drivers/media/dvb/frontends/.stb6100.ko.cmd | bat | gpl-2.0 | 338 |
cmd_scripts/dtc/flattree.o := gcc -Wp,-MD,scripts/dtc/.flattree.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/flattree.o scripts/dtc/flattree.c
source_scripts/dtc/flattree.o := scripts/dtc/flattree.c
deps_scripts/dtc/flattree.o := \... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | scripts/dtc/.flattree.o.cmd | bat | gpl-2.0 | 3,117 |
@echo off
Reg delete "HKLM\SOFTWARE\cream" /v Flag /f
goto %ERRORLEVEL%
:1
echo Le logiciel cream n est pas installe
exit 1
GOTO end
:0
echo debut de la desinstallation
cd\
cd "C:\Program Files\vim\vim71"
"uninstall.exe" /S
cd \
cd "C:\Documents and Settings\All Users\Menu D?marrer\Programme... | cedricde/lrs | addons/lsc_deployment_scripts/Software_using_an_installer_NSIS/Office_Automation/Unix-like Texte/Cream/desinstallcream.bat | bat | gpl-2.0 | 393 |
cmd_sound/soc/jz4740/built-in.o := rm -f sound/soc/jz4740/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/soc/jz4740/built-in.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | sound/soc/jz4740/.built-in.o.cmd | bat | gpl-2.0 | 164 |
cmd_net/unix/unix.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/unix/unix.o net/unix/af_unix.o net/unix/garbage.o net/unix/sysctl_net_unix.o
| doadin/samsung-kernel-msm7x30-Doadin | net/unix/.unix.o.cmd | bat | gpl-2.0 | 188 |
cmd_drivers/gud/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/gud/built-in.o drivers/gud/mckernelapi.o drivers/gud/mcdrvmodule.o
| friedrich420/Note-3-Kernel | drivers/gud/.built-in.o.cmd | bat | gpl-2.0 | 179 |
@echo off
del /s /q addon\manifest.ini>NUL
del /s /q "remote-2.0.nvda-addon">NUL
call scons -s
"remote-2.0.nvda-addon" | nishimotz/NVDARemote | make.bat | bat | gpl-2.0 | 122 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ti/wl1251/wl1251_spi.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/ti/wl1251/.wl1251_spi.ko.cmd | bat | gpl-2.0 | 661 |
avrdude -p m2560 -c stk500v2 -P \\.\COM29 -b 115200 -U flash:w:DFT406.hex
pause | f1gbd/F1GBD | DFT406loader/uploadM2560.bat | bat | gpl-3.0 | 79 |
rm -rf bin
rm -rf CMakeFiles
rm -f CMakeCache.txt
rm -f cmake_install.cmake
rm -f Makefile
rm -f *.vcxproj*
rm -f *.sln
rm -f *.db
rm -rf .vs | mrdev023/MrDev023-Cpp-Engine | clean.bat | bat | gpl-3.0 | 154 |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Biometrics\Credential Provider" /v "Enabled" /t "REG_DWORD" /d "0" /f | CHEF-KOCH/regtweaks | OS independent/Batch/Disable Biometrics.bat | bat | mpl-2.0 | 111 |
START cmd /k "cd %USERPROFILE%\.bitdust\bin\ & echo Welcome to BitDust project! & echo Type `bitdust usage` to list all available commands and options." | vesellov/bitdust.devel | release/windows/console.cmd | bat | agpl-3.0 | 152 |
python .\upload_to_pypi.py | SanPen/GridCal | src/upload_to_pypi.cmd | bat | lgpl-3.0 | 26 |
perl -i -p -e "s/\r//" <%1> | LASAGNE-Open-Systems/LASAGNE-Core | bin/DOS2Unix.bat | bat | lgpl-3.0 | 27 |
#! /usr/bin/env bash #needs to know bash, python, or sh, etc.
#chmod +x filename to make this file executable, then
#bash filename to run
#nose2 -v
#run the tests and create an html report
nosetests tests/test_kabam_unittest.py tests/test_kabam_integration.py --with-html
| puruckertom/ubertool | ubertool/kabam/nosetests.bat | bat | unlicense | 275 |
java -cp lib/hsqldb-2.2.6.jar org.hsqldb.util.DatabaseManagerSwing
| jdepend/cooper | db/dbMgr.bat | bat | apache-2.0 | 71 |
universe = vanilla
executable = x_do_niceuser.pl
output = job_core_niceuser_van.out
error = job_core_niceuser_van.err
log = job_core_niceuser_van.log
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = job_core_niceuser_van.data,CondorTest.pm,Condor.pm,CondorPersonal.pm
transfer_... | clalancette/condor-dcloud | src/condor_tests/job_core_niceuser_van.cmd | bat | apache-2.0 | 514 |
@echo off
:: Get the (last) file name
for /f "delims=" %%a in ('dir /b wix.d\MinionMSI\bin\Release\*.msi') do @set "msi=%%a"
@echo on
msiexec /i wix.d\MinionMSI\bin\Release\%msi% MINION_CONFIG="master: 192.168.178.132^id: kingbob" /qb
| markuskramerIgitt/salt-windows-msi | test_property_MINION_CONFIG.cmd | bat | apache-2.0 | 238 |
@rem EXPORT INTERFACE BATCH FILE
if [%1]==[] (
mkdir "../exportedInterfaces"
XComponent.XCTools.exe --Debug --exportInterface -env=Dev -output="../exportedInterfaces" -project="../chat_Model.xcml"
) else (
XComponent.XCTools.exe --Debug --exportInterface -env=Dev -output=%1 -project="../chat_Model.xcml"
) | Invivoo-software/xcomponent | Examples/xc.chat/chat/Scripts/exportInterface.bat | bat | apache-2.0 | 309 |
@erase lang.inc
@echo lang fix en >lang.inc
@fasm ppp.asm ppp
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/network_old/ppp/trunk/build_en.bat | bat | mit | 84 |
php composer.phar install | ivan4ov4/TeamProblem | z.install composer.cmd | bat | mit | 25 |
@echo off
set VS_64_BIT_ENV=VC\bin\amd64\vcvars64.bat
if "%1"=="Win32" (
call "%VS140COMNTOOLS%vsvars32.bat"
perl Configure VC-WIN32 enable-static-engine no-asm --prefix=%2\ms\Win32
rem perl util\mkfiles.pl >MINFO
rem perl util\mk1mf.pl static_lib nasm VC-WIN32 >ms\nt-32.mak
rem perl util\mkdef.pl static_lib 32 li... | murataka9/iOSinOF-NativeGUISample | of_v0.9.3_ios_release/scripts/apothecary/formulas/openssl/buildwin.cmd | bat | mit | 1,434 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFOLD.S01_FolderRopOperations.MSOXCFOLD_S01_TC03_RopCreateFolderSuccess /testcontainer:..\..\MS-OXCFOLD\TestSuite\bin\Debug\MS-OXCFOLD_TestSuite.dll /runconfig:..\..\MS-OXCFOLD\MS-OXCFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFOLD/RunMSOXCFOLD_S01_TC03_RopCreateFolderSuccess.cmd | bat | mit | 310 |
cmd_drivers/video/omap2/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/displays/built-in.o
| MihawkHu/Android_scheduler | kernel/goldfish/drivers/video/omap2/.built-in.o.cmd | bat | mit | 149 |
set CLASSPATH=.;../lib/arq-2.8.1.jar;../lib/commons-logging-1.1.1.jar;../lib/icu4j_3_4.jar;../lib/iri-0.7.jar;../lib/jena-2.6.2.jar;../lib/jena-2.6.2-tests.jar;../lib/junit-4.5.jar;../lib/xercesImpl-2.7.1.jar;../lib/xml-apis.jar;../lib/slf4j-api-1.5.11.jar;../lib/slf4j-simple-1.5.11.jar;../virt_jena.jar;../lib/virtjdbc... | trueg/virtuoso-opensource | binsrc/jena/testsuite/start.bat | bat | gpl-2.0 | 560 |
cmd_net/netfilter/nf_conntrack.o := arm-linux-gnueabihf-ld -EL -r -o net/netfilter/nf_conntrack.o net/netfilter/nf_conntrack_core.o net/netfilter/nf_conntrack_standalone.o net/netfilter/nf_conntrack_expect.o net/netfilter/nf_conntrack_helper.o net/netfilter/nf_conntrack_proto.o net/netfilter/nf_conntrack_l3proto_gen... | Dee-UK/D33_KK_Kernel | net/netfilter/.nf_conntrack.o.cmd | bat | gpl-2.0 | 555 |
@echo off
rem
rem Installation script for CK packages.
rem
rem See CK LICENSE.txt for licensing details.
rem See CK Copyright.txt for copyright details.
rem
rem Developer(s): Grigori Fursin, 2016-2017
rem
rem Wierdly, ViennaCL doesn't copy produced libs
rem to a correct location, so doing it manually
if NOT EXIST %I... | ctuning/ck-math | package/lib-viennacl-opencl-master-universal/scripts.win/post-install.bat | bat | bsd-3-clause | 680 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:BVT_StaticVirtualChannel_PositiveTest_VCChunkSizeNotPresent /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/BVT_StaticVirtualChannel_PositiveTest_VCChunkSizeNotPresent.cmd | bat | mit | 248 |
cmd_net/ipv6/sysctl_net_ipv6.o := gcc -Wp,-MD,net/ipv6/.sysctl_net_ipv6.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -DKBUILD_BASEN... | binhqnguyen/lena | nsc/linux-2.6/net/ipv6/.sysctl_net_ipv6.o.cmd | bat | gpl-2.0 | 11,853 |
@REM
@REM SoundTouch & SoundStretch Build script for Win32 platform
@REM
@REM You'll need Visual C++ 6.0 installed to compile - also execute the
@REM "vcvars32.bat" in VC install directotry before running this one.
@REM
@REM Copyright (c) Olli Parviainen
@REM File Created: 09/Sep/2003
@REM
@REM $Id$
@rem ********... | xucp/mpc_hc | src/thirdparty/SoundTouch/soundtouch/make-win.bat | bat | gpl-3.0 | 1,780 |
@echo off
SET relpath=%~p1
:loop
If "%relpath:~0,4%"=="java" GoTo :done
SET relpath=%relpath:~1,1000%
rem echo %relpath%
GoTo :loop
:done
md ..\..\src\main\%relpath%
copy lic.txt + %1 ..\..\src\main\%relpath%%~n1%~x1
| KurtStam/juddi | uddi-ws/util/copylic/copylic2.bat | bat | apache-2.0 | 229 |
@echo off
lib\nuget.exe Update -self
lib\nuget.exe pack Twitterizer2\Twitterizer2.csproj -Prop Configuration=Release
lib\nuget.exe pack Twitterizer2\Twitterizer2.csproj -Prop Configuration=Release -Symbols | meebey/smuxi-head-mirror | lib/Twitterizer/NugetPackage.bat | bat | gpl-2.0 | 208 |
@echo off
rem Specify the path to your CMake installation
set CMAKE=C:\Program Files\CMake 2.8
rem For x64 the following might work for you:
rem set CMAKE=C:\Program Files (x86)\CMake 2.8
rem Specify the path to your MinGW installation
set MINGW=C:\mingw
rem Choose a build type (debug, release);
rem uncomment either ... | jjenki11/blaze-chem-rendering | ogre/ogre_src_v1-8-1/SDK/Win32/mingw_BuildSamples.bat | bat | mit | 678 |
nuget pack "Polarize\Polarize.nuspec" -symbols
| tejacques/Polarize | NuGet/NuGetPack.cmd | bat | mit | 47 |
cd /d %~dp0
ActiveReport.exe -d "true" | crs2007/ActiveReport | ActiveReport/Run in debug mode NO ftp.bat | bat | mit | 41 |
easybuff -s proto_desc/ -t proto/ -l go | toophy/login | make_proto.bat | bat | mit | 39 |
@echo off
cd %cd%
set dire=%cd%
set creation=false
set PATH=%PATH%;%cd%;%cd%\expect\bin;%cd%\expect;%cd%\Script
:loop
set /P swan=Swandle#
cd Script
%swan%
cd..
goto loop
| rohanprashantpatil/Swandle | swandle.bat | bat | mit | 172 |
docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 rabbitmq:3-management
| ormico/AtlCodeCampDocker | Examples/rabbitmq/dockerrun.bat | bat | mit | 90 |
:after
:: Description: Checks if outfile is created. Reports failures logs actions. Restors previous output file on failure.
:: Class: command - internal
:: Required preset variables:
:: outfile
:: projectlog
:: writecount
:: Optional parameters:
:: report3
:: message
:: Func calls:
:: nameext
if defined ma... | SILAsiaPub/vimod-pub-combo | core/after.cmd | bat | mit | 1,709 |
@echo off
echo Android AirInput -- Initializing...
echo Waiting for device to be connected...
adb.exe wait-for-device
echo - Installing native service...
adb.exe push air-native "/data/local/tmp/air-native"
adb.exe shell chmod 755 "/data/local/tmp/air-native"
echo Starting...
rem adb.exe shell kill -9 "/data/local/... | NetEase/airinput | run.bat | bat | mit | 502 |
bumpversion release --tag
bumpversion patch --no-tag --message 'master is {new_version}' | lwoydziak/mockito-python | bump.bat | bat | mit | 88 |
java -jar java-cgdk.jar
| spookiecookie/russianaicup | codehockey2014/run.bat | bat | mit | 25 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.