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
Tools\nant\bin\nant.exe %* | TomPallister/TestRunner | nant.bat | bat | apache-2.0 | 36 |
@echo off
if "%1"=="" goto Usage
if "%1" == "start" goto doStart
if "%1" == "restart" goto doRestart
if "%1" == "stop" goto doStop
:Usage
echo """""""""""""""""""""""""""""""""""""""""""""""""""""
echo " DataTunnel Console "
echo """""""""""""""""""""""""""""""""""""""""""""""""""""
ec... | ganqiang1983/DataTunnel | bin/datatunnel.bat | bat | apache-2.0 | 1,626 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Start/Stop Script for the CATALINA Server
rem
rem Environment Variable Prequisites
rem
rem CATALINA_HOME May point at your Catalina "build" directory.
rem
rem CATALINA_BASE (Optional)... | devjin24/howtomcatworks | bookrefer/jakarta-tomcat-4.1.12-src/catalina/src/bin/catalina.bat | bat | apache-2.0 | 7,211 |
@ECHO OFF
IF "%1" == "" GOTO BUILD_RUN
IF "%1" == "-b" GOTO BUILD
IF "%1" == "-r" GOTO RUN
GOTO END
:BUILD
call mvn -Dmaven.test.skip=true package
GOTO END
:RUN
mvn jetty:run
GOTO END
:BUILD_RUN
call mvn -Dmaven.test.skip=true package jetty:run
REM call mvn jetty:run-war
:END
| AuScope/CMAR-Portal | run_jetty.bat | bat | gpl-3.0 | 300 |
@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 (... | sgoeschl/commons-exec | src/test/scripts/sleep.bat | bat | apache-2.0 | 872 |
@rem Copyright 2016 gRPC authors.
@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 required by applicable ... | grpc/grpc | tools/run_tests/artifacts/build_artifact_python.bat | bat | apache-2.0 | 2,937 |
call "%~dp0env.bat" %1 %2 %3
if ["%CASDEB%"] == [""] (
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0IESample-%VCVER%.sln"
) else (
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0IESample-%VCVER%.sln"
) | Tridify/oce | samples/qt/IESample/msvc.bat | bat | lgpl-2.1 | 240 |
@echo off
set SolutionDir=%~dp0
set SolutionName=TaskParallelLibrary
set Project=TaskParallel
REM Cleanup output directory
rmdir /s/q "%SolutionDir%Output" 2> nul
mkdir "%SolutionDir%Output"
CALL %SolutionDir%tools\build-wince.bat %SolutionDir% %SolutionName% %Project% || EXIT /B 1
CALL %SolutionDir%tools\build-dotn... | skarllot/TaskParallelLibraryCE | build.bat | bat | mit | 1,382 |
cd buildscript
..\contrib\phantom\Phantom\Phantom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 | ToJans/Aubergine | build.cmd | bat | mit | 81 |
@echo off
setlocal
wheel install-scripts hoplite
c:\Python27\Scripts\hoplite-server
endlocal | ni/hoplite | hoplite/hoplite.bat | bat | mit | 94 |
A:
@echo off
set /p
D:\jdk1.7.0_11\bin\javac IoMethods.java
D:\jdk1.7.0_11\bin\java IoMethods 1
pause
goto A | karan1276/JWT--code-dump | 3 Third prac/abc2.bat | bat | mit | 109 |
".nuget/NuGet.exe" restore OasX.sln | lurongkai/OasX | restore-packages.bat | bat | mit | 35 |
set artifacts=%~dp0artifacts
if exist %artifacts% rd /q /s %artifacts%
set /p ver=<VERSION
dotnet restore src/Es.Logging
dotnet restore src/Es.Logging.Console
dotnet restore src/Es.Logging.Log4
dotnet restore src/Es.Logging.NLog
dotnet restore src/Es.Microsoft.Log
dotnet pack -c release -p:Ver=%ver% src/Es.Loggin... | EsWork/Es.Logging | build.cmd | bat | mit | 710 |
git config --bool core.bare true | zaqwes8811/micro-apps | buffer/gi/hided/gittobare.bat | bat | mit | 32 |
@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... | 314ish/StudbookToolkit | docs/make.bat | bat | mit | 7,243 |
SETLOCAL
set less=node D:\OpenServer\modules\node_modules\less\bin\lessc
rem set css=java -jar d:\OpenServer\domains\cms\build\compress-javascript\com.jar --type css
set css=node D:\OpenServer\modules\node_modules\clean-css\bin\cleancss
set lesspath=d:\OpenServer\domains\cms\utils\less\
set themepath=d:\OpenServer\do... | litepubl/cms | utils/less/ztyle.bat | bat | mit | 3,994 |
"C:\Users\pete\AppData\Local\Google\Chrome SxS\Application\chrome.exe" --enable-logging --v=1 --redirect-code-traces --no-sandbox --js-flags="--trace-deopt --code-comments --trace-bailout" "http://localhost/nes/out/index_app.html"
| peteward44/WebNES | tools/chrome_profile_canary_nolog.cmd | bat | mit | 232 |
@echo off
erl -pa %~dp0/../ebin -pa %~dp0/ebin -run udg_tests_a run -noshell -run erlang halt
| elblake/udg | test/udg_tests_a.cmd | bat | mit | 94 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script to clear existing variables set created by *_list*.bat scripts.
rem Command arguments:
rem %1 - Variable name for the list.
rem Examples:
rem 1. call clear_list.bat MyList
set "__VAR_NAME=%~1"
if not defined... | andry81/contools | Scripts/Tools/std/clear_list.bat | bat | mit | 754 |
cmd_drivers/video/logo/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o drivers/video/logo/built-in.o drivers/video/logo/logo.o drivers/video/logo/logo_linux_newsmy_1024x600_clut224.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | drivers/video/logo/.built-in.o.cmd | bat | gpl-2.0 | 228 |
cmd_drivers/usb/serial/usbserial.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/usb/serial/usbserial.o drivers/usb/serial/usb-serial.o drivers/usb/serial/generic.o drivers/usb/serial/bus.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/usb/serial/.usbserial.o.cmd | bat | gpl-2.0 | 265 |
cmd_src/arm/dra72-evm.dtb = cpp -Wp,-MD,src/arm/.dra72-evm.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.dra72-evm.dtb.dts.tmp src/arm/dra72-evm.dts ; dtc -O dtb -o src/arm/dra72-evm.dtb -b 0 -i src/arm -d src/arm/.dra72-evm.dtb.d.dtc.tmp src/arm/.dra72-e... | marklendering/dtb-rebuilder-modified | src/arm/.dra72-evm.dtb.cmd | bat | gpl-2.0 | 751 |
cmd_arch/arm/lib/copy_from_user.o := /home/lupohirp/Scrivania/Acer_Liquid_Glow_Kernel/scripts/gcc-wrapper.py /home/lupohirp/Scrivania/android-toolchain-eabi/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.copy_from_user.o.d -nostdinc -isystem /home/lupohirp/Scrivania/android-toolchain-eabi/bin/../lib/gcc/arm-eabi/4.7.3/include... | lupohirp/Acer_Liquid_Glow_Kernel | arch/arm/lib/.copy_from_user.o.cmd | bat | gpl-2.0 | 2,381 |
cmd_drivers/w1/built-in.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/w1/built-in.o drivers/w1/masters/built-in.o drivers/w1/slaves/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/w1/.built-in.o.cmd | bat | gpl-2.0 | 217 |
acftools.exe -e -acf "parts\%1.acf" | creaktive/ACFTools | contrib/acf_txt.bat | bat | gpl-2.0 | 35 |
@set include=
del /q vm
mkdir vm
cd vm
set cc=sof2lcc -A -DQ3_VM -DQAGAME -DMISSIONPACK -D_WeaponTime -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
%cc% ../g_main.c
@if errorlevel 1 goto quit
%cc% ../g_syscalls.c
@if errorlevel 1 goto quit
%cc% ../bg_misc.c
@if errorlevel 1 goto quit
%cc%... | godordevil/RPM-0.75.x | Source Code - RPM 0.75.x/game/game.bat | bat | gpl-2.0 | 3,091 |
cmd_drivers/bluetooth/hci_uart.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/bluetooth/hci_uart.o drivers/bluetooth/hci_ldisc.o drivers/bluetooth/hci_h4.o drivers/bluetooth/hci_ll.o
| kingklick/kk-evo-kernel | drivers/bluetooth/.hci_uart.o.cmd | bat | gpl-2.0 | 240 |
cmd_net/bluetooth/rfcomm/rfcomm.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | net/bluetooth/rfcomm/.rfcomm.o.cmd | bat | gpl-2.0 | 228 |
>>> compound = input('Enter the compound: ')
Enter the compound: CH4
>>> if compound == "H2O":
... print("Water")
... elif compound == "NH3":
... print("Ammonia")
... elif compound == "CH4":
... print("Methane")
...
Methane
>>>
| simontakite/sysadmin | pythonscripts/practicalprogramming/cond/elif_longer.cmd | bat | gpl-2.0 | 240 |
cmd_scripts/kconfig/conf.o := gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-sign-compare -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
source_scri... | LTEAdvanced/DasKernelBoots-LU6200-STOCKJB- | scripts/kconfig/.conf.o.cmd | bat | gpl-2.0 | 3,198 |
@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... | iLoveTux/plugemin | docs/make.bat | bat | gpl-3.0 | 7,745 |
set PGCLIENTENCODING=UTF8;
"C:\Program Files\PostgreSQL\10\bin\psql" --quiet -h localhost -p 5432 -U postgres -f 030_clean.sql fkg
"C:\Program Files\PostgreSQL\10\bin\psql" --quiet -h localhost -p 5432 -U postgres -f 040_metadata.sql fkg
"C:\Program Files\PostgreSQL\10\bin\psql" --quiet -h localhost -p 5432 -U postgres... | OpenFKG/fkg-postgresql | src/redo_db.cmd | bat | gpl-3.0 | 981 |
@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... | oinume/tomahawk | docs/en/make.bat | bat | lgpl-2.1 | 5,100 |
@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... | mrizalp28/930193 | make.bat | bat | apache-2.0 | 7,742 |
@echo off
cd C:\projects\spectre\src\Spectre.AngularClient
IF EXIST "C:\projects\spectre\karma-tests.xml" (
powershell C:\projects\spectre\scripts\Upload-TestResult.ps1 -fileName C:\projects\spectre\src\Spectre.AngularClient\karma-tests.xml
)
IF EXIST "C:\projects\spectre\protractor-tests.xml" (
powershell C:\p... | mg6/spectre | scripts/upload-frontend-test-results.bat | bat | apache-2.0 | 445 |
@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... | PythonicNinja/ExerciseAgregator | docs/make.bat | bat | bsd-3-clause | 5,120 |
@echo off
goto menu
:menu
echo Build Project Generator:
echo.
echo [0] Clean
echo [1] Visual C++ 2012
echo [2] Visual C++ 2013
echo [3] Visual C++ 2015
echo [4] GNU Make
echo.
:choice
set /P C="Choice: "
if "%C%"=="4" goto gmake
if "%C%"=="3" goto vs2015
if "%C%"=="2" goto vs2013
if "%C%"=="1" goto ... | SonyaSa/CppSharp | build/GenerateProjects.bat | bat | mit | 675 |
#!/bin/sh
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a licens... | fupolarbear/THU-Class-CO-makecomputer | src/VGA/ipcore_dir/char_mem/implement/planAhead_ise.bat | bat | mit | 2,630 |
scriptcs build.csx -- target:deploy configuration:defaultConfig versionNumber:1.1.0
pause | stevenlauwers22/Glimpse.NHibernate | .build/buildDeploy.bat | bat | mit | 89 |
@fasm -m 16384 setup.asm setup
@kpack setup
@pause | devlato/kolibrios-llvm | programs/system/setup/trunk/build.bat | bat | mit | 50 |
@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... | gloryofrobots/obin | doc/make.bat | bat | gpl-2.0 | 6,697 |
/*
Create default XWorkplace configuration folder
Dutch version (031)
(C) 1998-2007 Ulrich Mller.
*/
/*
This file is executed both by INSTLxxx.CMD
and by XWorkplace directly if the config folder
is to be (re)created.
*/
/* Here come the titles of the objects to be created.
Tr... | rousseaux/netlabs.xworkplace | 031/misc/crobj031.cmd | bat | gpl-2.0 | 8,698 |
cmd_sound/pci/echoaudio/built-in.o := rm -f sound/pci/echoaudio/built-in.o; arm-linux-gnueabihf-ar rcsD sound/pci/echoaudio/built-in.o
| Dee-UK/D33_KK_Kernel | sound/pci/echoaudio/.built-in.o.cmd | bat | gpl-2.0 | 136 |
cmd_sound/sparc/built-in.o := rm -f sound/sparc/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD sound/sparc/built-in.o
| EPDCenter/android_kernel_archos_97_titan | sound/sparc/.built-in.o.cmd | bat | gpl-2.0 | 221 |
echo off
cls
if not "%CORUS_HOME%"=="" goto okCorusHome
CORUS_HOME environment variable not set.
Set this variable to point to your CORUS
installation directory.
goto end
:okCorusHome
if not "%JAVA_HOME%"=="" goto okJavaHome
JAVA_HOME environment variable not set.
Set this variable to point to your Java
installat... | sapia-oss/corus | modules/server/bin/echoClient.bat | bat | gpl-3.0 | 727 |
@echo on
:: Copyright 2014 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
REG ADD "HKLM\Software\Google\Chrome\NativeMessagingHosts\ofmeet.remote.control" /ve /t REG_SZ /d "%~dp0ofmeet.remote.control.win.32.json" /f
| igniterealtime/community-plugins | ofmeet/src/remotecontrol/install_host_32.bat | bat | apache-2.0 | 317 |
CALL "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /p:Confuration=Release "C:\Builds\GeoportalServer\10.2_CSWClients\Sources\CswClient\branches\10.2\InstallSupport\CSWClientsHelp.shfbproj" | Esri/geoportal-server | components/desktop/CswClient/branches/10.2/InstallSupport/PrePackageEvents.bat | bat | apache-2.0 | 203 |
python.exe -m cython %*
| JulienMcJay/eclock | windows/tools/cython.bat | bat | gpl-2.0 | 24 |
java org.apache.tools.ant.launch.Launcher -f %BLACKTIE_HOME%/bin/generate-executables.xml -quiet -Dconfiguration.type=debug -Dbasedir=. client %*
| nmcl/scratch | graalvm/transactions/fork/narayana/blacktie/codeGeneration/src/main/scripts/generate_client.bat | bat | apache-2.0 | 146 |
@rem Copyright 2017 gRPC authors.
@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 required by applicable ... | nicolasnoble/grpc | tools/internal_ci/windows/grpc_run_tests_matrix.bat | bat | apache-2.0 | 1,032 |
start .\RecastDemo\Build\VC9\Recast.sln | WCell/WCell | WCell-Terrain/Recast/Recast.sln.bat | bat | gpl-2.0 | 39 |
"..\node_modules\.bin\nswag" run | aspnetboilerplate/eventcloud | aspnet-core-angular/angular/nswag/refresh.bat | bat | mit | 32 |
build vs2017 | thennequin/ImWindow | scripts/build 2017.bat | bat | mit | 12 |
SET ASSETSRCDIR=projects/android/assets
SET DATASRCDIR=data
robocopy %DATASRCDIR% %ASSETSRCDIR%/data /s
| kjmac123/metabuilder | metabuilder/examples/mobileapp3d/msvctadp_android_copyassets.bat | bat | mit | 106 |
REM modify the line below to point to the folder where the OC Data Importer Python Script is stored
"C:\path_to_where_the_Importer_Script_is_stored\OC Data Importer 1.0.py"
| mochisoft/OC_Offline | import.cmd | bat | mit | 173 |
@echo off
ECHO ---- RDP fuzzing example attack version ----
ECHO Note: Make sure to edit this batch file to point to the right server ip address hosting the RDP server.
rm .\logfiles\*.log
.\..\Meddle\bin\Release\Meddle.exe example_mstsc\controller.py -server 192.168.110.136 | glmcdona/meddle | examples/Rdp example attack.bat | bat | mit | 276 |
"f:\Programs\doxygen\bin\doxygen.exe" doxygen.html.cfg
pause
| nzchris/crcalc | gendoc.bat | bat | mit | 63 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | ajakubek/python-llist | docs/make.bat | bat | mit | 4,509 |
@echo off
echo BUILD
SET dirApp=%~dp0
del /Q "%dirApp%"\Domoticasite.json
curl https://www.meteorkitchen.com/api/getapp/json/N526wRpB3xekvDM5M -o %dirApp%\Domoticasite.json
rmdir bundle /S /Q
mkdir emptyfolder
robocopy emptyfolder bundle /purge
rmdir emptyfolder
rmdir bundle
rmdir Domoticasite /S /Q
mkdir Domoticasite... | mttstt/Domoticasite | build.bat | bat | mit | 505 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\.2.4.1@webpack-dev-server\bin\webpack-dev-server.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\.2.4.1@webpack-dev-server\bin\webpack-dev-server.js" %*
) | MacroLin/practice | webpack+gulp+less/node_modules/.bin/webpack-dev-server.cmd | bat | mit | 244 |
nulev o_18a
| kc9jud/ShellCorretta | NuShellX_exercises/O18/nulevall.bat | bat | mit | 17 |
@echo off
set /p cusnum= "What number (1 to ???)? "
if %cusnum% lss 1 goto warning
set /a count=0
:a
set /a num=%random% %% %cusnum% +1
if %num%==%cusnum% goto end
set /a count=%count%+1
echo #%count% - %num%
goto a
:end
set /a count=%count%+1
if %count%==1 goto onealt
echo #%count% - %cusnum%
echo It too... | Mysterypancake1/Source-Fun | batch/randomnumber.bat | bat | mit | 553 |
@set @env=0 /*
@echo off
set @env=
cscript //nologo //e:jscript "%~dpnx0"
exit /b
'intBig = 100
'intLow = 1
'
'For i = 1 To 5
' Randomize
' intRes = Int((intBig - intLow + 1) * Rnd + intLow)
' WScript.Echo intRes
'Next
*/
with (new ActiveXObject('Scripting.FileSystemObject')) {
with (new ActiveXObject... | ActiveState/code | recipes/Batch/578329_Executing_VBScript_without/recipe-578329.bat | bat | mit | 681 |
echo hello world
pause | SharpToolsTeam/SharpTools.Admin | build.cmd | bat | mit | 22 |
@echo off
: Param1 - Win8 | Win7 | Wlh
: Param2 - x86|x64
: Param3 - sys name
if "%2"=="x64" set %%2=amd64
if /i "%1"=="Win8" goto :checkarch
if /i "%1"=="Win7" goto :checkarch
if /i "%1"=="Wlh" goto :checkarch
goto :printerr
:checkarch
if /i "%2"=="x86" goto :makeinstall
if /i "%2"=="x64" goto :makeinstall
:printer... | softvision-ionutganju/test | vioscsi/packOne.bat | bat | gpl-2.0 | 2,315 |
@echo off
set RAR="C:\Program Files\WinRAR\WinRAR.exe"
set PORTABLEZIP="D:\dremote\site\dl\dRemote_portable.zip"
set PORTABLESFX="D:\dremote\site\dl\dRemote_sfx.exe"
set buildpath="D:\dRemote-develop\mRemoteV1\bin\Debug Portable\*.*"
IF EXIST "D:\dRemote-develop\mRemoteV1\bin\Debug Portable\putty.exe" del /F "D:\dRemot... | bkbartk/dRemote-develop | postformbuild.bat | bat | gpl-2.0 | 690 |
cmd_sound/isa/msnd/built-in.o := rm -f sound/isa/msnd/built-in.o; arm-arago-linux-gnueabi-ar rcs sound/isa/msnd/built-in.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/isa/msnd/.built-in.o.cmd | bat | gpl-2.0 | 124 |
cmd_arch/arm/lib/csumipv6.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.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 -D_... | b8e5n/KTG-kernel_es209ra | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,671 |
cmd_fs/cifs/cifsfs.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.cifsfs.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/p... | jpsminix/minix5 | fs/cifs/.cifsfs.o.cmd | bat | gpl-2.0 | 35,534 |
cmd_fs/nls/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o fs/nls/built-in.o fs/nls/nls_base.o fs/nls/nls_cp437.o fs/nls/nls_iso8859-1.o fs/nls/nls_utf8.o
| JoinTheRealms/TF700-dualboot-stockbased | fs/nls/.built-in.o.cmd | bat | gpl-2.0 | 232 |
cls
php d:\devel\workspace-wtp\HaloSMWExtensionSVN\tests\tests_halo\run-test.php SemanticConnectorTests | ontoprise/HaloSMWExtension | extensions/SemanticConnector/tests/run-sc-tests.bat | bat | gpl-2.0 | 104 |
/* FRANCAIS.CMD : Installation de ESCRIBA, version franaise. */
'@Echo Off'
'CHCP 850'
/* Nom de l'objet
installer */
Title = 'Escriba 0,96d'
Language = 'Franais'
FileName = 'Francais'
/* Chargement de REXXUTIL */
Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
Call SysLoadFuncs
/* Initialisations ... | OS2World/APP-PRODUCTIVITY-Escriba | Escriba/ESCR_FRA/Francais.cmd | bat | gpl-2.0 | 6,104 |
cmd_net/bluetooth/rfcomm/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o net/bluetooth/rfcomm/built-in.o net/bluetooth/rfcomm/rfcomm.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | net/bluetooth/rfcomm/.built-in.o.cmd | bat | gpl-2.0 | 237 |
cmd_drivers/staging/rtl8723au/built-in.o := rm -f drivers/staging/rtl8723au/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/staging/rtl8723au/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/staging/rtl8723au/.built-in.o.cmd | bat | gpl-2.0 | 223 |
cmd_arch/arm/lib/io-writesb.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.io-writesb.o.d -nostdinc -isystem /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include -I/home/josh/TF... | JoinTheRealms/TF700-dualboot-stockbased | arch/arm/lib/.io-writesb.o.cmd | bat | gpl-2.0 | 2,306 |
cmd_lib/lzo/lzo_compress.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/lzo/lzo_compress.o lib/lzo/lzo1x_compress.o
| RaduG/2.6.29-RaKern-2x-Hero | lib/lzo/.lzo_compress.o.cmd | bat | gpl-2.0 | 182 |
cmd_drivers/video/backlight/lcd.ko := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -T /home/livlogik/Git_Hub/Kernel--Evil_Yummy_Gumdrop/scripts/module-common.lds --build-id --fix-cortex-a53-843419 -o drivers/video/backlight... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/video/backlight/.lcd.ko.cmd | bat | gpl-2.0 | 392 |
cmd_drivers/video/fb.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/video/fb.o drivers/video/fbmem.o drivers/video/fbmon.o drivers/video/fbcmap.o drivers/video/fbsysfs.o drivers/video/modedb.o drivers/video/fbcvt.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/video/.fb.o.cmd | bat | gpl-2.0 | 241 |
cmd_fs/sysfs/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
| paxchristos/R800x-2.3.3-Kernel | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 277 |
@echo off
title Information Finder
cls
:main_menu
echo ^|-------------------------------------------------^|
echo ^| System information finder ^|
echo ^|-------------------------------------------------^|
echo Hello %username%!
echo.
echo 1. Hardware information
echo 2. Network ... | pieterhouwen/scripts | information.bat | bat | gpl-3.0 | 3,598 |
@echo off
set InitDir=%CD%
cd ..
call _paths.bat
set CurDir=%CD%
IF NOT EXIST "%SEVENZIP%\7z.exe" GOTO ErrorNo7z
set COMPRESS_DLL=%CurDir%\upx.exe -9
set COMPRESS_EXE=%CurDir%\upx.exe -9 --compress-icons=0
cd "%SOURCEDIR%\Editor"
call "%SOURCEDIR%\_paths.bat"
set OldPATH=%PATH%
PATH=%QtDir%;%MinGW%;%GitDir%;%SystemR... | jpmac26/PGE-Project | _Misc/dev_scripts/deploy/deploy_windows.bat | bat | gpl-3.0 | 10,123 |
java -mx300m -jar jiu.jar
| juehv/DentalImageViewer | DentalImageViewer/lib/jiu-0.14.3/run-jiuawt.bat | bat | gpl-3.0 | 26 |
# Test "To see that we can break on a subroutine call
# use with example/callbug.pl
c iamnotok
$_[0]
backtrace
| gitpan/Devel-Trepan | t/data/breakcall.cmd | bat | gpl-3.0 | 111 |
::for /F "eol=c tokens=1" %%i in (%1) do "C:\Program Files\Mozilla Firefox\firefox.exe" %%i
::for /F "eol=c tokens=1" %%i in (%1) do "C:\Program Files\Google\Chrome\Application\chrome.exe" --no-startup-window --silent-launch %%i
for /F "eol=c tokens=1" %%i in (%1) do "C:\Program Files\Google\Chrome\Application\chrom... | loolwv7/scripts | autodial_v3.1/multiURLS.bat | bat | gpl-3.0 | 332 |
node --debug file-server.js
| cuixiping/99points | run.bat | bat | lgpl-2.1 | 29 |
git pull
REM In case there are new submodules that have not yet been cloned
call init_submodules.bat
cd qtutils
git pull
cd ..
cd text-encoding-detector
git pull
cd ..
cd cpputils
git pull
cd .. | antis81/file-commander | update_repository.bat | bat | lgpl-3.0 | 198 |
vcpkg install cpuinfo:x86-windows-static
mkdir build-x86-windows-static
cd build-x86-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows-static -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/cpuinfo_example/build-x86-windows-static.bat | bat | lgpl-3.0 | 300 |
goto :start
Copyright (C) 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to i... | baldwinn860/gapid | kokoro/windows/package.bat | bat | apache-2.0 | 2,431 |
@"c:\program files\steam\steamapps\da_singe\sourcesdk\bin\source2007\bin\hlmv.exe" -game "c:\program files\steam\steamapps\SourceMods\cliftonsource" %1 %2 %3 %4 %5 %6 %7 %8 %9
| TheCallSign/Clifton-Source | run_hlmv.bat | bat | apache-2.0 | 177 |
java -jar C:\Hygieia-master\api\target\api.jar | saurav4342/Hygieia-Devops-Dashboard | api/api.bat | bat | apache-2.0 | 47 |
::compile.bat
::compiles jade files and stylus files into .html and .css
::from homepage folder
@echo off & setlocal enabledelayedexpansion
::jade index
echo executing command: jade templates/index.jade -o "site" -P
call jade templates/index.jade -o "site" -P
::jade about
echo executing command: jade templates/about.j... | mattixpet/web-homepage | compile.bat | bat | apache-2.0 | 2,569 |
if "%1" == "" goto demo
if %1 == dbg ..\..\..\preprocessor\bin\templet.exe templet.cpp -r TEMPLET_DBG -i dbg/tet.h
if %1 == win ..\..\..\preprocessor\bin\templet.exe templet.cpp -r TEMPLET_WIN -i win/tet.h
if %1 == nix ..\..\..\preprocessor\bin\templet.exe templet.cpp -r TEMPLET_NIX -i nix/tet.h
exit
:demo
call ..\..... | Templet-language/cpp98runtime | samples/templet/templet.bat | bat | apache-2.0 | 395 |
@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... | RDFLib/PyRDFa | docs/make.bat | bat | bsd-3-clause | 5,096 |
@echo Downloading Desharp custom JS/CSS assets project for first time.
@call npm install desharp-assets
@echo Desharp custom JS/CSS assets project downloaded and installed. | debug-sharp/desharp | Assets/load-asset-sources.cmd | bat | bsd-3-clause | 172 |
set PATH=c:\Windows;c:\Java\jdk6\bin
jrunscript -cp ..\..\build\classes peer.js localhost 24 C 127.0.0.1.37363 < ..\trc\tcpdump.log > out.client
| aasee/e4m | test/pp/client.cmd | bat | bsd-3-clause | 145 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S04_SetDataInStreamExtended_TestSuite.MSOXCPRPT_S04_SetDataInStreamExtended_TestSuite9 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /u... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S04_SetDataInStreamExtended_TestSuite9.cmd | bat | mit | 331 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_VIEWSS.S03_MaintainViewDefinition.MSVIEWSS_S03_TC17_UpdateView_WithoutOptionalParameters /testcontainer:..\..\MS-VIEWSS\TestSuite\bin\Debug\MS-VIEWSS_TestSuite.dll /runconfig:..\..\MS-VIEWSS\MS-VIEWSS.testsettings /unique
paus... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-VIEWSS/RunMSVIEWSS_S03_TC17_UpdateView_WithoutOptionalParameters.cmd | bat | mit | 321 |
python validate.py --model triangulate --xlsx D:\repos\ptolemy\input\ArabiaDeserta.xlsx --output D:\repos\ptolemy\output\validate_triangulate_ArabiaDeserta.csv --prior arabia_prior.png --lower_left_lon 30 --lower_left_lat 10 --upper_right_lon 60 --upper_right_lat 40
python validate.py --model triangulate --xlsx D:\repo... | claudiusptolemy/ptolemy | python/validate_all.bat | bat | gpl-2.0 | 4,789 |
cmd_net/sunrpc/auth_gss/auth_rpcgss.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o net/sunrpc/auth_gss/auth_rpcgss.o net/sunrpc/auth_gss/auth_gss.o net/sunrpc/auth_gss/gss_generic_token.o net/sunrpc/auth_gss/gss_mech_switch.o net/sunrpc/auth_gss/svcauth_gss.o
| sai9615/MY-kernel-for-grand-I9082 | net/sunrpc/auth_gss/.auth_rpcgss.o.cmd | bat | gpl-2.0 | 284 |
cmd_scripts/dtc/util.o := gcc -Wp,-MD,scripts/dtc/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/util.o scripts/dtc/util.c
source_scripts/dtc/util.o := scripts/dtc/util.c
deps_scripts/dtc/util.o := \
/usr/include/stdio.h \
... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | scripts/dtc/.util.o.cmd | bat | gpl-2.0 | 2,248 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.