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 |
|---|---|---|---|---|---|
mvn install:install-file -Dfile=euler-20140930.160806.jar -DgroupId=euler -DartifactId=Euler -Dversion=20140930 -Dpackaging=jar
| mkovatsc/iot-semantics | euler/install.bat | bat | apache-2.0 | 129 |
set CPP_FUNCS=[^
'_grayScale', ^
'_brighten', ^
'_invert', ^
'_noise', ^
'_multiFilter', ^
'_multiFilterFloat', ^
'_sobelFilter', ^
'_convFilter',]
echo "compiling C++ to WASM ..."
emcc -o ./lib/webdsp_c.js ./cpp/webdsp.cpp -lm -O3^
-s WASM=1^
-s BINARYEN_IMPRECISE=1^
-s EXPORTED_FUNCTIONS="%CPP_FUNCS%"^
-s ALLOW_... | 01alchemist/TurboScript | benchmark/web-dsp/demo/compileWASM.bat | bat | apache-2.0 | 336 |
java -jar ${artifactId}-${version}.${packaging} | schua1/content-indexing | src/main/executable/startup.bat | bat | apache-2.0 | 47 |
@ECHO OFF
..\..\..\.nuget\nuget.exe pack -Outputdirectory output -Build -Properties Configuration=Release ..\..\TaskSchedulerEngine.csproj
pause | nortal/Utilities.TaskSchedulerEngine | TaskSchedulerEngine/_tools/NugetPackaging/PackageRelease.bat | bat | apache-2.0 | 146 |
python "%DJANGO_BIN%\django-admin.py" startproject dataprovider | CalvinNeo/EasyMLPlatform | py/install/new_website.cmd | bat | apache-2.0 | 63 |
@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... | StephaneBg/ScoreItProject | gradlew.bat | bat | apache-2.0 | 2,350 |
@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%
... | f97one/gdgchugoku_ParticipationLogs | make.bat | bat | bsd-2-clause | 6,512 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\..\testcas... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE674_Uncontrolled_Recursion/CWE674.bat | bat | bsd-3-clause | 461 |
@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... | shanenater/shanecookie | docs/make.bat | bat | bsd-3-clause | 5,108 |
@echo off
php %~dp0\phpcbf %*
| veewee/grumphp | tools/phpcbf.bat | bat | mit | 30 |
cmd_drivers/bluetooth/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o drivers/bluetooth/built-in.o drivers/bluetooth/vflash.o drivers/bluetooth/hci_uart.o
| EPDCenter/android_kernel_archos_97_titan | drivers/bluetooth/.built-in.o.cmd | bat | gpl-2.0 | 272 |
cmd /c git.bat
cmd /c go.bat
cmd /c mingw.bat
cmd /c glpk.bat
| cgravill/antha | scripts/windows/install.bat | bat | gpl-2.0 | 62 |
cmd_sound/pci/trident/built-in.o := rm -f sound/pci/trident/built-in.o; /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/pci/trident/built-in.o
| sai9615/MY-kernel-for-grand-I9082 | sound/pci/trident/.built-in.o.cmd | bat | gpl-2.0 | 159 |
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/isa/es1688/built-in.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | sound/isa/es1688/.built-in.o.cmd | bat | gpl-2.0 | 169 |
echo %@format[%1,%2]
echo %@format[-%1,%2]
echo %@format[.%1,%2]
echo %@format[-.%1,%2]
echo %@format[-%1.%1,%2]
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/test.bat | bat | gpl-3.0 | 118 |
@echo off
:: Nightbbuild2008.cmd
:: This script is run every night to produce a new version of MCServer, backup its PDB files and upload the packages to web.
:: When run without parameters, this script pauses at the end and waits for a keypress.
:: To run in an automated scheduler, add any parameter to disable waiting ... | MuhammadWang/MCServer | Nightbuild2008.cmd | bat | apache-2.0 | 5,152 |
regsvr32 /u release\CoreAAC.ax
| petterreinholdtsen/cinelerra-hv | quicktime/thirdparty/faad2-2.0/CoreAAC/unregister_release.bat | bat | gpl-2.0 | 31 |
call env.bat
twistd.py --no_save -y buildbot.tac
| CauldronDevelopmentLLC/buildbot-config | slaves/Windows-XP-32bit/release/run.bat | bat | gpl-2.0 | 51 |
@echo "mkDistribution v1.4"
if exist current (
rmdir /s /q current
)
mkdir current
REM mkdir current\netcf-10
REM nant -t:netcf-1.0 -D:build.output.dir=current\netcf-10 -buildfile:sharpZLib.build build
mkdir current\netcf-20
nant -t:netcf-2.0 -D:build.output.dir=current\netcf-20 -buildfile:sharpZLib.bu... | sicarul/tarmaker | SharpZip/SrcSamples/mkDistribution.bat | bat | gpl-3.0 | 1,139 |
@echo off
rem $Id$
rem
rem In addition to the other parameter options for the Jetty container
rem pass -j or --jmx to enable JMX agent. The port for it can be specified
rem with optional port number e.g. -j1099 or --jmx=1099.
rem
set JMX_ENABLED=0
set JMX_PORT=1099
set JAVA_ARGS=
::remove any quotes from JAVA_HOM... | MjAbuz/exist | bin/startup.bat | bat | lgpl-2.1 | 1,643 |
set projectname=optional_client
set target=%1%
if "%target%" == "" (
echo.
echo Error: Target is not set.
exit 1
)
set arch=%2%
if "%arch%" == "" (
echo.
echo Error: Arch is not set.
exit 1
)
set deploydir=%cd%\..\..\..\deploy\win_%arch%
set exdir=%deploydir%\staff\samples\bin
if not EX... | gale320/staff | staff/samples/optional/client/deploy.cmd | bat | apache-2.0 | 382 |
@echo off
call build.bat
setlocal
set JAVA_HOME=
:getjdklocation
rem Resolve location of Java JDK environment
set KeyName=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
set Cmd=reg query "%KeyName%" /s
for /f "tokens=2*" %%i in ('%Cmd% ^| find "JavaHome"') do set JAVA_HOME=%%j
set KeyName=HKEY_LOCAL_MAC... | geslotencirkel/axoloti | platform_win/make_dist.bat | bat | gpl-3.0 | 953 |
@echo off
rem -------------------------------------------------------------------------
rem Add User script for Windows
rem -------------------------------------------------------------------------
rem
rem A simple utility for adding new users to the properties file used
rem for domain management authentication out of ... | keycloak/keycloak | distribution/galleon-feature-packs/server-galleon-pack/src/main/resources/content/bin/add-user-keycloak.bat | bat | apache-2.0 | 2,347 |
rem Set up the cmake build environment under Windows, to a clean state
@echo off
rem Paths to CCS, the GCC ARM compiler for building the software and AM335x Starterware.
rem The path to the TI ARM compiler is required for generating the binary files.
set TI_INSTALL_ROOT=c:/ti
set CCS_INSTALL_ROOT=%TI_INSTALL_ROO... | Chester-Gillon/AM3352-SOM-EVB_bare_metal | source/setup_cmake.bat | bat | isc | 3,605 |
@echo off
title Number checker
set both=0
set num=0
:a
set /a num=%num%+1
cls
echo Checking for missing numbers... up to %num%- Sorry, it's quite slow!
set both=%both% %num%
goto a | Mysterypancake1/Source-Fun | batch/checker.bat | bat | mit | 189 |
gcc mwc_tests.c -o mwc_tests -ltestu01 -lprobdist -lmylib -lwsock32 | cmcqueen/simplerandom | support/mwc_tests/build.bat | bat | mit | 68 |
nuget pack ScnTitleBar.nuspec
Pause | ScienceSoft-Inc/TitleBar | ScnTitleBar/PackPackages.bat | bat | mit | 35 |
del __imageversion.txt
powershell %~dp0\content\scripts\Get-NavVersion.ps1 > __imageversion.txt
set /p host=<..\__privatereponame.txt
set /p NavVersion=<__imageversion.txt
set /p ImageName=<__imagename.txt
set ImageName=%ImageName%:%NavVersion%
set ContainerName=%ImageName::=_% | Koubek/dockerfiles-dynamics-nav | root/build/nav-dbserver/_presetvars.navdbserver.bat | bat | mit | 280 |
:name
:: Description: Gets the name of a file (no extension) from a full drive:\path\filename
:: Class: command - parameter manipulation
:: Required parameters:
:: drive:\path\name.ext or path\name.ext or name.ext
:: Created variable:
:: name
if defined debugdefinefunc echo %beginfuncstring% %0 %debugstack% %beg... | SILAsiaPub/vimod-pub-combo | core/name.cmd | bat | mit | 434 |
/*-------------------------------------------------------------------*/
/* */
/* Compile options: */
/* */
/* CrtCmd Cmd( DSPPTFINF ... | ChrisHird/CF_API | cbx914/dspptfinf.cmd | bat | mit | 1,376 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=DjangoMapWidgets
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found.... | erdem/django-map-widgets | docs/make.bat | bat | mit | 784 |
call _collect.bat
rem --------- COMPILE THE WORLD --------------
cd ..\_compile\_collectedForCompile
dasm.exe demopartstart.asm -v3 -I..\..\..\Framework\trackmo\framework\ -odemopart.prg
cd ..\..\ScrollWorld4
rem --------- SPLIT THE WORLD ----------------
cd ..\_compile\_helpers\splitScrollWorld
call splitworld.bat
... | kosmonautdnb/TheLandsOfZador | AsmPlus4/ScrollWorld4/_onDisc.bat | bat | mit | 771 |
@ECHO OFF
echo Your args were: %1 %2
| testdouble/scripty | test/fixtures/user-scripts-win/args/echoer.cmd | bat | mit | 38 |
@echo off
call ICommon.bat
for /f "delims=" %%f in (.\BuildTargetList) do (
%RECURSIVE_DELETE_DIRECTORY% %%f
)
%RECURSIVE_DELETE_DIRECTORY% Hotland.xcworkspace
for /f "delims=" %%f in (.\DeleteTargetList) do (
%RECURSIVE_DELETE_FILES% %%f
)
| Florastamine/Hotland | Hotland/Build/EmptyProjects.bat | bat | mit | 260 |
@echo off
@setlocal enableextensions
@cd /d "%~dp0"
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting a... | stackia/DNSAgent | Uninstall Service.bat | bat | mit | 794 |
@echo off
echo Generating 80bit Test Vectors (Encryption)...
.\present -e -v2 -k 00000000000000000000 -t 0000000000000000 > .\testvecs\e80-k00_t00.txt
.\present -e -v2 -k 00000000000000000000 -t ffffffffffffffff > .\testvecs\e80-k00_tff.txt
.\present -e -v2 -k ffffffffffffffffffff -t 0000000000000000 > .\testvecs\e80-k... | FIT-CVUT/MI-BHW_Present | lwc_PRESENT_test/genvecs.bat | bat | gpl-2.0 | 2,481 |
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/sh/built-in.o
| MadRocker/experimental-2.6.29-MadRocker | sound/sh/.built-in.o.cmd | bat | gpl-2.0 | 154 |
cmd_arch/arm/lib/changebit.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.changebit.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 -D__ASSEMBLY__ -mabi... | HCDRJacob/wildfire-kernel | arch/arm/lib/.changebit.o.cmd | bat | gpl-2.0 | 1,415 |
cmd_arch/arm/oprofile/oprofile.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o arch/arm/oprofile/oprofile.o arch/arm/oprofile/../../../drivers/oprofile/oprof.o arch/arm/oprofile/../../../drivers/oprofile/cpu_buffer.o arch/arm/oprofile/../../../dri... | lindsaytheflint/stone | arch/arm/oprofile/.oprofile.o.cmd | bat | gpl-2.0 | 780 |
cmd_block/built-in.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o block/built-in.o block/elevator.o block/blk-core.o block/blk-tag.o block/blk-sysfs.o block/blk-barrier.o block/blk-settings.o block/blk-ioc.o block/blk-map.o block/blk-exec.o block/blk-merge.o... | RaduG/2.6.29-RaKern-2x-Hero | block/.built-in.o.cmd | bat | gpl-2.0 | 493 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Tiled
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you ha... | EdenIndustries/tiled | docs/make.bat | bat | gpl-2.0 | 767 |
@ECHO OFF
goto endheader
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.... | casainformatica/ceiapp | cei-app/platforms/wp8/cordova/win_os_version.bat | bat | gpl-2.0 | 1,067 |
cmd_net/ipv6/netfilter/nf_conntrack_ipv6.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_proto_icmpv... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | net/ipv6/netfilter/.nf_conntrack_ipv6.o.cmd | bat | gpl-2.0 | 325 |
..\..\bin\grgen -keep . ..\..\examples\Mutex\MutexPimped.grg
@if ERRORLEVEL 1 PAUSE
| jblomer/GrGen.NET | engine-net-2/examples-api/MutexDirectExample/genlib.bat | bat | gpl-3.0 | 86 |
"./App/httpd" /run.dll /api mysqli::RunConfig | GCModeller-Cloud/GCModeller-biostack | config.mysql.bat | bat | gpl-3.0 | 45 |
@echo off
chcp 65001
echo.
pushd %~dp0
::Attempts to start py launcher without relying on PATH
%SYSTEMROOT%\py.exe --version > NUL 2>&1
IF %ERRORLEVEL% NEQ 0 GOTO attempt
%SYSTEMROOT%\py.exe -3 bot.py
PAUSE
GOTO end
::Attempts to start py launcher by relying on PATH
:attempt
py.exe --version > NUL 2>&1
IF %ERRORLEVEL... | Dino0631/RedRain-Bot | cogs/start_bot.bat | bat | gpl-3.0 | 712 |
/* cmd/info.cmd - NexusServV3
* Copyright (C) 2012-2013 #Nexus project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | Nexus-IRC/NexusServV3 | cmd/info.cmd | bat | gpl-3.0 | 3,156 |
@ echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ INVALID FOLDER +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [core_invalid_folder : loaded]
pause>nul
)
color 0e
:reset
del "rawk.id"
del ".ini"
del "status.cmd"
call "core_clean_main.cmd"
title RealArcade Wrapper Killer v%rawkv... | esc0rtd3w/realarcade-wrapper-killer | src/core_invalid_folder.cmd | bat | gpl-3.0 | 2,749 |
@echo off
move /y *.exe x86/
move /y *.dll x86/
move /y *.ilk x86/
move /y *.pdb x86/
move /y *.obj x86/
move /y *.idb x86/
move /y *.res x86/
exit 0 | zhtqs/layout-windows | post_build.cmd | bat | lgpl-3.0 | 149 |
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/asymm -data inputRVEdataAsymmL%1-LPC.deck -iterables inputRVEiterablesAsymmL%1-LPC.deck -plot inputRVEplot && p... | LucaDiStasio/thinPlyMechanics | windows-cmd/startAsymmRVESimPipeLPC.cmd | bat | apache-2.0 | 583 |
autobot_start_Grid.bat sauce
| mengchen2/SeLion_Demo | server/src/main/resources/autobot_start_SauceGrid.bat | bat | apache-2.0 | 29 |
@echo on
osql -E -i %~dp0scripts\sql.script
| zesus19/c4.v2 | CPTT.WinUI/bin/Debug/bat.bat | bat | apache-2.0 | 44 |
@echo off
set PATH=C:\Python37;%PATH% | mpi4py/mpi4py | misc/env-py37.bat | bat | bsd-2-clause | 38 |
@echo off
if not exist ..\..\config.bat (
echo "FRESteamWorks/config.bat is not set up!"
goto :eof
)
call ..\..\config.bat
set ANE_PATH=..\..\lib\bin
set "PATH=%STEAM_SDK%\redistributable_bin;%PATH%"
"%AIR_SDK%\bin\adl.exe" -extdir "%ANE_PATH%" FRESteamWorksTest-app.xml -- %*
| Ventero/FRESteamWorks | test/bin-debug/runWin.bat | bat | bsd-2-clause | 286 |
@echo off
CALL scripts\vcvarsx86_amd64.bat
bin\win32\tundra2 -v win64-msvc-release
| RobertoMalatesta/ProDBG | scripts/win64_setenv_build_release.cmd | bat | mit | 83 |
@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... | stuartgc/flask-upcdn | docs/make.bat | bat | mit | 5,102 |
powershell.exe -file build.ps1 | aliostad/ConveyorBelt | build/build.bat | bat | mit | 30 |
cmd_net/ipv4/netfilter/nf_nat_proto_gre.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/ipv4/netfilter/nf_nat_proto_gre.ko net/ipv4/netfilter/nf_nat_proto_gre.o net/ipv4/netfilter/nf_nat_proto_gre.mod.o
| matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/ipv4/netfilter/.nf_nat_proto_gre.ko.cmd | bat | gpl-2.0 | 236 |
@java -classpath ..\..\lib\junit.jar;..\..\lib\hsqldbtest.jar org.hsqldb.test.%1 %2 %3 %4 %5 %6 %7 %8 %9
| ckaestne/LEADT | workspace/hsqldb/testrun/hsqldb/runTest.bat | bat | gpl-3.0 | 106 |
@rem Copyright 2009 Ramnivas Laddad
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by a... | sobkowiak/aspectj-in-action-code | ch02/workspace/Section2.4.2BinaryWeaving/src/run1.bat | bat | apache-2.0 | 776 |
@ECHO OFF
cd ..\obj
echo Compiling ZLIB
%LIBAROMA_GCC% -c ^
-save-temps ^
-fdata-sections -ffunction-sections -Wl,--gc-sections ^
-D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG ^
-fPIC -DPIC -Wl,-s -Werror -DUSE_MMAP ^
^
%LIBAROMA_CFLAGS% ^
^
../../../libs/zlib/src/adler32.c ^
../../../libs/zlib/src/com... | M1cha/libaroma | tools/win32/libs/makelibs_zlib.bat | bat | apache-2.0 | 912 |
@echo off
cd %~dp0
cd ..
call mvn install -Dmaven.test.skip=true
pause | svoflee/svoflee-spartacus-core | svoflee-spartacus-core-utils/bin/install.bat | bat | apache-2.0 | 76 |
#!/bin/bash
echo MSK2DLG.BAT $1 $2
msk2dlg.exe --jtpanel $2/$1
echo ----------------------------------------------------------------
| mrev11/ccc3 | usr/build/solaris/msk2pnl.bat | bat | lgpl-2.1 | 136 |
lib.exe /def:FastMM.def
lib.exe /def:FastMMx64.def /machine:X64
del *.exp
move FastMM.lib .\..\
move FastMMx64.lib .\..\
| Maymango/MangosR2 | dep/fastmm/lib/FastMM.bat | bat | gpl-2.0 | 123 |
@REM
@REM The MIT License (MIT)
@REM
@REM Copyright (c) 2017 Johannes Schnatterer
@REM
@REM Permission is hereby granted, free of charge, to any person obtaining a copy
@REM of this software and associated documentation files (the "Software"), to deal
@REM in the Software without restriction, including without limitati... | schnatterer/colander | cli/src/main/resources/colander.bat | bat | mit | 1,245 |
@echo off
goto START
:USAGE
echo Usage: setenv arch
echo arch....... Required, %SUPPORTED_ARCH%
echo [/?]........Displays this usage string.
echo Example:
echo setenv arm
exit /b 1
:START
if [%1] == [/?] goto USAGE
if [%1] == [-?] goto USAGE
if [%1] == [] goto USAGE
set SUPPORTED_ARCH=arm x86 x64
e... | Leeway213/BSP-aw1689 | loong/pctools/windows/buildscripts/iot-adk-addonkit/Tools/setenv.cmd | bat | mit | 1,486 |
@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... | benjamin-hodgson/Contexts | doc/make.bat | bat | mit | 6,463 |
:start
if not exist tools\Cake (
powershell -f bootstrapper.ps1 -Verbose
)
powershell -File build.ps1 -Target DeployAll -Verbosity=Diagnostic --settings_skipverification=true -environment="dev" --buildNumber="1"
if errorlevel 1 (
echo error 1
pause
goto start
)
:end
pause | wally666/rommaster | devops/deploy.cmd | bat | mit | 275 |
sshdeploy monitor -s "c:\Unosquare\unolabs-pi\bin\Debug" -t "/home/pi/target" -h 172.16.16.166 --pre "pgrep -f 'unopi.exe' | xargs -r kill" --post "cd ~/target && sudo mono unopi.exe" | unosquare/unolabs-pi | sshdeploy-run.bat | bat | mit | 183 |
cd Backend
start dotnet watch run
cd ..\Frontend
start ng serve --proxy-config proxy.config.json
cd ..
| ProximoSrl/WebProjectTemplate | start-with-proxy.cmd | bat | mit | 112 |
@echo off
mode con: cols=48 lines=40
python .\red_eye_monitor.py
pause | SLAPaper/PVZ-Red-Eye-Monitor | run.bat | bat | mit | 70 |
@echo off
@setlocal enableextensions
@%~d0
@cd /d "%~dp0"
REM Admin permission check
net session >nul 2>&1
if %errorLevel% == 0 (
echo Got admin rights.
) else (
goto error_admin_rights_required
)
echo Installing nightwatch
call npm install -g nightwatch
if %errorLevel% == 0 (
echo Nigh... | Fishbowler/nightwatch-nottstest | setup.cmd | bat | mit | 1,278 |
keytool -genkey -v -keystore KGAmazonRelease-key.keystore -alias KGAmznR -keyalg RSA -keysize 2048 -validity 15010 | gloparco/WordClues | clues-android/release/keys/gen.bat | bat | mit | 114 |
@echo off
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\build\FAKE\tools\FAKE.exe build.fsx %*
| ptcoda/json-fs | build.cmd | bat | mit | 208 |
nuget push DbMigrations.EFMigrationHelper.1.0.0.nupkg | jhgbrt/DbMigrations | DbMigrations.EFMigrationHelper/publish.cmd | bat | mit | 54 |
@echo
@echo off
DEL C:\Users\DeadSlayer\Desktop\Test_Zielverzeichnes_1\Penetrations_test_1.txt
DEL C:\Users\DeadSlayer\Desktop\Test_Zielverzeichnes_1\Penetrations_test_2.txt
pause
exit
| paulkramme/mc-package-manager | scripts/Loeschen_Test.bat | bat | mit | 199 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\wget-improved\bin\nwget" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\wget-improved\bin\nwget" %*
) | kahveci/cherry-iot | node_modules/.bin/nwget.cmd | bat | mit | 188 |
cmd_lib/plist.o := arm-linux-androideabi-gcc -Wp,-MD,lib/.plist.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/autoconf.h -... | tenorntex/lhbalanced | lib/.plist.o.cmd | bat | gpl-2.0 | 7,296 |
cmd_arch/arm/lib/copy_from_user.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.copy_from_user.o.d -nostdinc -isystem /home/nonamer/android-toolchain-eabi-4.5/bin/../lib/gcc/arm-eabi/4.5.4/include -I/home/nonamer/bravo_2.6.35_gb-mr/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian ... | NooNameR/Sense4.0-kernel | arch/arm/lib/.copy_from_user.o.cmd | bat | gpl-2.0 | 1,836 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
rem ----Usage----
rem BuildSetup [clean|noclean]
rem clean to force a full rebuild
rem noclean to force a build without clean
rem noprompt to avoid all prompts
rem nomingwlibs to skip building all libs built with mingw
CLS
COLOR 1B
TITLE XBMC for Windows Build Script
rem ----PU... | NaeiKinDus/xbmc | project/Win32BuildSetup/BuildSetup.bat | bat | gpl-2.0 | 13,581 |
"C:\Games\OpenArena\netradiant.git-20150618\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "devoa088" -game "oa" -flares -meta -v -verboseentities "C:\Games\OpenArena\devoa088\maps\mx3ctf1.map"
"C:\Games\OpenArena\netradiant.git-20150618\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "devoa088" -game "o... | NeonKnightOA/oaassets | tools/compile-scripts/batch/mx3ctf1.bat | bat | gpl-2.0 | 794 |
cmd_block/blk-sysfs.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,block/.blk-sysfs.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__KERNEL__ -mlittle-... | yohanes/Acer-BeTouch-E130-Linux-Kernel | block/.blk-sysfs.o.cmd | bat | gpl-2.0 | 23,874 |
cmd_drivers/block/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/block/built-in.o drivers/block/brd.o drivers/block/loop.o
| dagnarf/sgh-i717-dagkernel | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_drivers/i2c/busses/built-in.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-davinci.o
| gzdaoke/linux2.6.32_kernel | drivers/i2c/busses/.built-in.o.cmd | bat | gpl-2.0 | 183 |
if "%CSTCONS%"=="%ACARC%" set CVAREMU=%ARLTR%
if "%CSTCONS%"=="%BWS%" set CVAREMU=%MEDN%
if "%CSTCONS%"=="%BWSC%" set CVAREMU=%MEDN%
if "%CSTCONS%"=="%NEOPKT%" set CVAREMU=%MEDN%
if "%CSTCONS%"=="%NEOPKTC%" set CVAREMU=%MEDN%
if "%CSTCONS%"=="%NVB%" set CVAREMU=%MEDN%
if "%CSTCONS%"=="%NGB%" set CVAREMU=%MEDN%
i... | HoodlumDTX/rom-jacket | emuVar.bat | bat | gpl-2.0 | 3,694 |
cd base
..\mapsym comdd
copy comdd.sy? d:\comm
cd ..
| OS2World/APP-COMM-ComScope | COMI/mdb.cmd | bat | gpl-2.0 | 53 |
cmd_net/ipv4/datagram.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.datagram.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 -Wund... | b8e5n/KTG-kernel_es209ra | net/ipv4/.datagram.o.cmd | bat | gpl-2.0 | 30,669 |
cmd_init/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/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 ; scripts/mod/modpost init/built-in.o
| lindsaytheflint/stone | init/.built-in.o.cmd | bat | gpl-2.0 | 269 |
cmd_drivers/block/floppy.o := gcc -Wp,-MD,drivers/block/.floppy.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-... | namgk/kernel-tut | drivers/block/.floppy.o.cmd | bat | gpl-2.0 | 22,000 |
cmd_drivers/sensor/gyro/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/sensor/gyro/built-in.o drivers/sensor/gyro/l3g4200d.o
| dizgustipated/BOCA-2.6.35.14 | drivers/sensor/gyro/.built-in.o.cmd | bat | gpl-2.0 | 163 |
cmd_fs/proc/proc.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-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/cmdline.o fs/proc/consoles.o fs/proc/cpuinfo.o fs/pro... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | fs/proc/.proc.o.cmd | bat | gpl-2.0 | 551 |
cmd_fs/nls/built-in.o := ppc_4xx-ld -m elf32ppc -r -o fs/nls/built-in.o fs/nls/nls_base.o fs/nls/nls_cp437.o fs/nls/nls_cp850.o fs/nls/nls_ascii.o fs/nls/nls_iso8859-1.o fs/nls/nls_utf8.o
| mattkelly/linux-2.6-xlnx | fs/nls/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_net/phonet/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/phonet/built-in.o net/phonet/phonet.o net/phonet/pn_pep.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/net/phonet/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_net/netfilter/ipvs/ip_vs_lblcr.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/ipvs/ip_vs_lblcr.ko net/netfilter/ipvs/ip_vs_lblcr.o net/netfilter/ipvs/ip_vs_lblcr.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/ipvs/.ip_vs_lblcr.ko.cmd | bat | gpl-2.0 | 291 |
cmd_mm/truncate.o := gcc -Wp,-MD,mm/.truncate.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 ... | namgk/kernel-tut | mm/.truncate.o.cmd | bat | gpl-2.0 | 20,470 |
cmd_cmdline.o = gcc -Wp,-MD,./.cmdline.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -W -Wall -Wstrict-prototypes -Wmissing-prototypes... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_cmdline/.cmdline.o.cmd | bat | gpl-2.0 | 604 |
tcltk\bin\tclsh.exe guimodules\monitor.tcl | donomii/svarmr | guimodules/monitor.bat | bat | gpl-3.0 | 42 |
@C:\server\php7\php.exe "%~dp0artisan" %*
| andriell/php-mplayer-control | artisan.bat | bat | gpl-3.0 | 42 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\chrome-location\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\chrome-location\bin.js" %*
) | marcusfaccion/unnamed_app | vendor/bower/mapbox-directions.js/node_modules/.bin/chrome-location.cmd | bat | gpl-3.0 | 186 |
@ECHO OFF
REM (C) 2010-2013 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
REM MPC-HC is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation; either version 3 of the License, or
REM (at your option) any ... | Murder66/mpc-hc-master | update_version.bat | bat | gpl-3.0 | 1,248 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.