code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
cmd_sound/core/snd-timer.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o sound/core/snd-timer.o sound/core/timer.o
| spacecaker/Stock_spacecaker_kernel | sound/core/.snd-timer.o.cmd | bat | gpl-2.0 | 174 |
cmd_mm/built-in.o := /home/me/ARM_codebench/bin/arm-none-linux-gnueabi-ld -EL -r -o mm/built-in.o mm/filemap.o mm/mempool.o mm/oom_kill.o mm/fadvise.o mm/maccess.o mm/page_alloc.o mm/page-writeback.o mm/readahead.o mm/swap.o mm/truncate.o mm/vmscan.o mm/shmem.o mm/prio_tree.o mm/util.o mm/mmzone.o mm/vmstat.o mm/ba... | akkufix/sola_jb_kernel | mm/.built-in.o.cmd | bat | gpl-2.0 | 725 |
cmd_arch/arm/mach-msm/vreg.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-msm/.vreg.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 -... | b8e5n/KTG-kernel_es209ra | arch/arm/mach-msm/.vreg.o.cmd | bat | gpl-2.0 | 17,623 |
@ECHO OFF
nssm.exe stop Pywebdriver
nssm.exe remove Pywebdriver confirm
nssm.exe install Pywebdriver "%~dp0pywebdriver.exe"
nssm.exe set Pywebdriver AppStdout "pywebdriver.out.log"
nssm.exe set Pywebdriver AppStderr "pywebdriver.err.log"
nssm.exe set Pywebdriver AppRotateFiles 1
nssm.exe set Pywebdriver AppRotateOnline... | akretion/pywebdriver | windows/install.bat | bat | gpl-3.0 | 398 |
@echo off
pushd %~dp0
call .\usage-one %* && ^
.\dpp %1 ..\..\CPL\chimera25\CPL-segments-audio-essence-desc.xml "%~2\Chimera25-Segments-audio-essence-desc" ..\chimera25\metadata-segments.xml "chimera25-segments-audio-essence-desc" %3 | DSRCorporation/imf-conversion | acceptance/dpp/run/chimera25-segments-audio-essence-desc.bat | bat | gpl-3.0 | 233 |
@echo off
REM Creates .\MEME_setup.exe
REM (for distribution to end-users)
REM
REM Precondition: ..\MEMEApp\build.xml and ..\Plugins\build.xml
REM + 7-Zip 4.42 is installed.
REM
setlocal
set _7z="%ProgramFiles%\7-Zip\7z.exe"
cd /D "%~dp0"
md releasetmp
md releasetmp\db
md releasetmp\Documents
md releasetmp\Plugins
md... | lgulyas/MEME | dev/make_dist.bat | bat | gpl-3.0 | 1,091 |
del /Q /S packages\com.nando.nando\data\*
md packages\com.nando.nando\data\
copy ..\bin\* packages\com.nando.nando\data\
copy C:\boost\lib\libboost_thread-mgw8-mt-x64-1_75.dll packages\com.nando.nando\data\
copy C:\boost\lib\libboost_system-mgw8-mt-x64-1_75.dll packages\com.nando.nando\data\
c:\Qt\5.15.2\mingw81_6... | bbogush/nand_programmer | windows/release.bat | bat | gpl-3.0 | 471 |
@echo off
REM -------------------------------------------------------------------------
REM See the NOTICE file distributed with this work for additional
REM information regarding copyright ownership.
REM
REM This is free software; you can redistribute it and/or modify it
REM under the terms of the GNU Lesser General P... | xwiki/xwiki-platform | xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/stop_xwiki.bat | bat | lgpl-2.1 | 2,433 |
del xmask.exe
call bapp_w32c
xmask.exe
| mrev11/ccc2c | tutor/xmask/mc.bat | bat | lgpl-2.1 | 44 |
@ECHO OFF
REM ************************************************************
REM @file radius_debug.cmd
REM @brief Script to launch the debug version of the radius service.
REM
REM multiOTP - Strong two-factor authentication PHP class package
REM https://www\.multiOTP.net
REM
REM Windows batch file for Windows ... | multiOTP/multiotp | radius_debug.cmd | bat | lgpl-3.0 | 6,017 |
@echo off
IF "%JAVA_HOME%"=="" SET LOCAL_JAVA=java
IF NOT "%JAVA_HOME%"=="" SET LOCAL_JAVA=%JAVA_HOME%\bin\java
set JASTROLOGY_HOME=$INSTALL_PATH
REM non-installation mode, have not parsed by Izpack.
if not exist "%JASTROLOGY_HOME%\jastrology.bat" set JASTROLOGY_HOME=.
set MAIN_CLASS=com.ivstars.astrology.gui.Chart... | fmisa/jastrology | jastrology.bat | bat | apache-2.0 | 1,263 |
::
:: Copyright 2014-2022 Real Logic Limited.
::
:: 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
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or ... | mikeb01/Aeron | aeron-samples/scripts/basic-publisher.cmd | bat | apache-2.0 | 685 |
@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 licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "Licens... | renesugar/arrow | ci/cpp-msvc-build-main.bat | bat | apache-2.0 | 4,106 |
@ECHO OFF
CD /D "%~dp0"
start javaw -jar JMkvpropedit.jar
IF '%ERRORLEVEL%'=='0' GOTO :OK
PAUSE
:OK
EXIT | BrunoReX/jmkvpropedit | extra/JMkvpropedit.bat | bat | bsd-2-clause | 107 |
#
# University of Luxembourg
# Laboratory of Algorithmics, Cryptology and Security (LACS)
#
# FELICS - Fair Evaluation of Lightweight Cryptographic Systems
#
# Copyright (C) 2015 University of Luxembourg
#
# Written in 2015 by Daniel Dinu <dumitru-daniel.dinu@uni.lu>
#
# This file is part of FELICS.
#
# FELICS is free ... | GaloisInc/hacrypto | src/C/FELICS/stream_ciphers/scripts/cipher/execution_time/msp_scenario1_execution_time_sections.cmd | bat | bsd-3-clause | 1,691 |
@ECHO OFF
PUSHD %~dp0src\WebsiteEditor
starpack -p
POPD
PUSHD %~dp0src\WebsiteProvider
starpack -p
POPD | StarcounterPrefabs/Website | package.bat | bat | mit | 105 |
cmd_net/xfrm/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o net/xfrm/xfrm_ipcomp.o
| jdlfg/Mecha-kernel-jdlfg | net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 320 |
cmd_net/netfilter/xt_length.mod.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/netfilter/.xt_length.mod.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h ... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/netfilter/.xt_length.mod.o.cmd | bat | gpl-2.0 | 12,005 |
@echo off
REM checking arguments
IF %1.==. GOTO SYNTAXERR
REM here the actual code starts
netstat -an | findstr /RC:":%1 .*LISTENING" 1> %temp%\junk 2>&1
REM Managing Error
if %ERRORLEVEL% NEQ 0 GOTO ERR
if %ERRORLEVEL% EQU 0 GOTO SUCCESS
:ERR
... | pmanwatkar/puppetModules | actions/files/NetworkActions_windows/check_port_windows.bat | bat | gpl-3.0 | 657 |
java.exe -jar precog.jar --configFile config.cfg | precog/platform | miklagard/mongo/precog.bat | bat | agpl-3.0 | 48 |
echo Install
cd /d %~dp0\pkg
call gem install ms_rest-0.1.0.gem | colemickens/autorest | ClientRuntimes/Ruby/ms-rest/install_gem.bat | bat | mit | 63 |
for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
if not defined FOUND goto NOGIT
git checkout gh-pages
git merge master
call jade views -o public --pretty
git add .
git commit -m 'deploy'
git pull
git push
git checkout master
pause
exit 0
:NOGIT
echo Can't find Git!
pause
exit 1 | ETBlue/wild.ocf.tw | deploy.bat | bat | cc0-1.0 | 279 |
cmd_fs/sysfs/built-in.o := arm-linux-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
| beebingoo/linux-2.6.32.2 | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 191 |
@echo off
REM Runs Gallio.Echo from within the source tree.
REM Can be run with Mono if the MONO variable is set to the Mono VM path (mono.exe).
%MONO% "%~dp0Extensions\Echo\Gallio.Echo\bin\Gallio.Echo.exe" "/pd:%~dp0." %*
| mterwoord/mbunit-v3 | src/Gallio.Echo.bat | bat | apache-2.0 | 227 |
node ospec
| jsguy/slides | resource/mithril.js-rewrite/ospec/bin/ospec.cmd | bat | mit | 11 |
@if (%ADEMPIERE_HOME%) == () (CALL myEnvironment.bat Server) else (CALL %ADEMPIERE_HOME%\utils\myEnvironment.bat Server)
@Title Adempiere Server Start - %ADEMPIERE_HOME% (%ADEMPIERE_APPS_TYPE%)
@Rem $Id: RUN_Server2.bat,v 1.24 2005/10/26 00:38:18 jjanke Exp $
@Rem To use your own Encryption class (implementing ... | armenrz/adempiere | utils/RUN_Server2.bat | bat | gpl-2.0 | 1,075 |
@ECHO OFF
SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\get_msys_env.txt
CALL dlextract.bat msys_env %FILES%
IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
cd %TMP_PATH%
xcopy bin\* "%MSYS_INSTALL_PATH%\bin" /E /Q /I /Y
xcopy lib\* "%MSYS_INSTALL_PATH%\lib" /E /Q /I /Y
xcopy etc\* "%MSYS_INSTALL_PATH%\etc" /E /Q /I /Y
xcopy s... | christiantroy/xbmc | project/BuildDependencies/scripts/get_msys_env.bat | bat | gpl-2.0 | 515 |
del /s /q /f *.cache
del /s /q /f *.pdb
del /s /q /f *.exe
del /s /q /f *.dll
pause | AnguisCaptor/SecureSocketProtocol | CleanDir.bat | bat | mit | 84 |
@echo off
node --expose-gc ./server.js | aahz/aahz-fire-detect | server.bat | bat | mit | 38 |
@echo off
@setlocal
:: Purge a single URL
:: Sample usage: Provide the site id AND the URL
:: purge-incapsula.bat 1529663 /index.html
:: Set auth variables from config file
set ConfigFile=Incapsula-config.txt
:: Set auth variables from config file
if not exist %ConfigFile% (
echo Configuration file: %ConfigFile... | shalomc/globaldots-purging | Vendors/Incapsula/purge-incapsula.bat | bat | mit | 744 |
@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 script_failed_so... | amidoimidazol/bio_info | Beginning Perl for Bioinformatics/bin/ap-update-html.bat | bat | mit | 1,348 |
@echo off
set MSBUILD=%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
%MSBUILD% MonoDevelop.DocFood.FSharp\MonoDevelop.DocFood.FSharp.windows.fsproj /p:Configuration=Debug
set MDROOT="C:\Program Files (x86)\Xamarin Studio"
rmdir /s /q pack
mkdir pack\windows\Debug
%MDROOT%\bin\mdtool.exe setup pack bin\windo... | ashtonkj/MonoDevelop.DocFood.FSharp | build-and-install-debug.bat | bat | mit | 478 |
del /S /Q /F dist
del /S /Q /F installers
del /S /Q /F venv
del /S /Q /F osnapy
call make_venv.bat
call install_osnap.bat
call make_osnapy.bat
call make_installer.bat
| jamesabel/osnap | test_example/test_run.bat | bat | mit | 167 |
@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... | verginer/disamby | docs/make.bat | bat | mit | 6,461 |
@echo off
call npm install
SETLOCAL
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
node_modules\.bin\hubot.cmd --name "paubot" %*
| helloIAmPau/paubot | bin/hubot.cmd | bat | mit | 157 |
pushd %~d0
cd bin\debug
start perfview /Merge:False /Providers:"*IronVelocity-TemplateGeneration::Verbose,*IronVelocity-Binding::Verbose" run IronVelocity.PerfPlayground.exe
popd | afscrome/IronVelocity | tools/IronVelocity.PerfPlayground/PerfViewRun.cmd | bat | mit | 178 |
/******************************************************************************/
/* LNK.CMD - COMMAND FILE FOR LINKING C PROGRAMS */
/* */
/* Usage: cl2000 -z <obj files...> -o <out file> -m <map file> lnk.cmd ... | gexd7127/MIT-Pico-Grid | Project/New_MG/Firmware/EVAL/c2000_15.12.3.LTS/lib/cpplnk.cmd | bat | mit | 2,207 |
SET PROJECT_HOME=C:\Projects\prototypes\2017\chimaney-voter
SET GIT_HOME=C:\Program Files\Git
SET NODEJS_HOME=C:\Dev\nodejs
ECHO Local Environment Setup. | kaliatech/chimaney-voter-001 | misc/env/local-example/win32/env.local.bat | bat | mit | 155 |
cmd_libbb/hash_md5_sha.o := gcc -Wp,-MD,libbb/.hash_md5_sha.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-pr... | valentinthirion/android-tracebox-busybox | libbb/.hash_md5_sha.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,260 |
cmd_mm/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o mm/built-in.o mm/bootmem.o mm/filemap.o mm/mempool.o mm/oom_kill.o mm/fadvise.o mm/maccess.o mm/page_alloc.o mm/page-writeback.o mm/readahead.o mm/swap.o mm/truncate.o mm/vmscan.o mm/shmem.o mm/prio_tree.o mm/util.o mm/mmz... | dagnarf/sgh-i717-dagkernel | mm/.built-in.o.cmd | bat | gpl-2.0 | 691 |
cmd_fs/isofs/isofs.o := arm-linux-gnueabihf-ld -EL -r -o fs/isofs/isofs.o fs/isofs/namei.o fs/isofs/inode.o fs/isofs/dir.o fs/isofs/util.o fs/isofs/rock.o fs/isofs/export.o fs/isofs/joliet.o
| Dee-UK/D33_KK_Kernel | fs/isofs/.isofs.o.cmd | bat | gpl-2.0 | 195 |
cmd_drivers/mmc/card/mmc_block.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mmc/card/mmc_block.o drivers/mmc/card/block.o drivers/mmc/card/queue.o
| kannu1994/crespo_kernel | drivers/mmc/card/.mmc_block.o.cmd | bat | gpl-2.0 | 211 |
cmd_drivers/media/radio/wl128x/fm_drv.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/radio/wl128x/fm_drv.o drivers/media/radio/wl128x/fmdrv_common.o drivers/media/radio/wl128x/fmdrv_rx.o drivers/media/radio/wl128x/fmdrv_tx.o drivers/media/radio/wl128x/f... | asopov/linux-tpt-2.6.39 | drivers/media/radio/wl128x/.fm_drv.o.cmd | bat | gpl-2.0 | 333 |
cmd_lib/zlib_deflate/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o lib/zlib_deflate/built-in.o lib/zlib_deflate/zlib_deflate.o
| TeamGlide/LiteKernel | lib/zlib_deflate/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_net/netfilter/nft_rbtree.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/nft_rbtree.ko net/netfilter/nft_rbtree.o net/netfilter/nft_rbtree.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.nft_rbtree.ko.cmd | bat | gpl-2.0 | 300 |
@ftp -i -s:"%~f0"&GOTO:EOF
@echo off
title SM
echo Ingrese el inicio
for /l %%x in (1, 1, 5) do (
echo %%x
echo Terminado > info%%x.txt
)
echo La suma de los valores es: %suma%
echo Finalizado correctamente!.
pause>nul
exit | SideMasterGM/Batch | for.bat | bat | gpl-3.0 | 229 |
gpg --encrypt -a --recipient <Name oder Key_Id> test.txt
gpg --encrypt -a --recipient <Name oder Key_Id> -o test.txt
gpg --decrypt --output entschluesselt.txt test.txt.asc
# get test.txt.asc
gpg --detach-sign -a test.txt
gpg --clearsign -a test.txt
gpg --verify test.txt.asc
gpg --verify signaturdatei.asc test.... | user9209/LinuxScripts | debian/crypto/gpg/more/gpg/gpg_encrypt.cmd | bat | gpl-3.0 | 324 |
@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... | basilisk-pm/basilisk | docs/make.bat | bat | gpl-3.0 | 6,705 |
perl gssrtrim.pl -i D:\Downloads\SSR_Gaurav\ArabiGmata\Arab_Tha_SSR\tha_v10\tha_v10.fas.ssrtmp
pause | XuewenWangUGA/GMATA | run_gssrtrim.bat | bat | gpl-3.0 | 100 |
@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... | erik/translate | docs/make.bat | bat | gpl-3.0 | 6,716 |
cd %~dp0
node nodeJsRR_test.js
pause | h-schoenberger/RoyalRender-OpenExtensions | rrNodeJS_website/app/server/connector/nodeJsRR_test.bat | bat | lgpl-3.0 | 36 |
@ECHO OFF
@REM Detect the newest available Windows SDK
CALL :GetWindowsSdkVer
EXIT /B 0
:GetWindowsSdkVer
SET WindowsTargetPlatformVersion=
IF "%WindowsTargetPlatformVersion%"=="" CALL :GetWin10SdkVer
IF "%WindowsTargetPlatformVersion%"=="" CALL :GetWin81SdkVer
EXIT /B 0
:GetWin10SdkVer
CALL :GetWin10SdkVerHelper ... | seladb/PcapPlusPlus | mk/vs/find-latest-win-sdk.bat | bat | unlicense | 1,633 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=rtd-demo
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make su... | amidst/Infer.scala | docs/make.bat | bat | apache-2.0 | 776 |
mvn archetype:generate ^
-DarchetypeGroupId=org.codehaus.mojo.archetypes ^
-DarchetypeArtifactId=pom-root ^
-DarchetypeVersion=1.1 ^
-DgroupId=net.eost.example.osgi ^
-DartifactId=jdbc ^
-DinteractiveMode=false ^
-Dversion=1.0-SNAPSHOT | EdwardOst/example-osgi-jdbc | create_parent_pom.bat | bat | apache-2.0 | 257 |
dotnet run -c Release -p "Benchmarks1\Benchmarks1.csproj"
dotnet run -c Release -p "Benchmarks2\Benchmarks2.csproj" | RossNordby/scratchpad | Benchmarks/runBenches.cmd | bat | apache-2.0 | 115 |
@echo off
REM @author Nils Christian Ehmke
setlocal enabledelayedexpansion
SET JAVAARGS=-Dkieker.common.logging.Log=JDK -Djava.util.logging.config.file=./logging.properties -Xms56m -Xmx1024m
SET MAINCLASSNAME=kieker.tools.KaxViz
REM Get the directory of this file and change the working directory to it.
cd %~dp0
R... | HaStr/kieker | bin/kax-viz.bat | bat | apache-2.0 | 613 |
if "%1"=="" goto :exit
copy FarMenu.ini .Config\%1.wnd
.Config\ncmenu | Mazdaywik/mrefal | Sources/Compiler/.Config/save_window.bat | bat | bsd-2-clause | 69 |
@echo off
rem
rem Universal installation script for CK
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 PACKAGE_DIR
rem INSTALL_DIR
cd /D %INSTALL_DIR%
rem #######################################################... | ctuning/ck-env | script/download-and-install-package/install.bat | bat | bsd-3-clause | 13,457 |
::
:: Copyright (c) 2008-2017 the Urho3D project.
::
:: Permission is hereby granted, free of charge, to any person obtaining a copy
:: of this software and associated documentation files (the "Software"), to deal
:: in the Software without restriction, including without limitation the rights
:: to use, copy, modify, m... | abdllhbyrktr/Urho3D | cmake_mingw.bat | bat | mit | 1,179 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S02_ProcessServerSideRulesOtherthanOOF.MSOXORULE_S02_TC13_ServerExecuteRule_Action_OP_MOVE_FolderInThisStore /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-O... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S02_TC13_ServerExecuteRule_Action_OP_MOVE_FolderInThisStore.cmd | bat | mit | 353 |
flake8 . > standards.log
@echo off
for %%F in ("standards.log") do (
if %%~zF EQU 0 (
echo Python standards check PASSED.
) else (
echo Python standards check FAILED.
type standards.log
exit /B 1
)
)
| radioprotector/radremedy | check-standards.bat | bat | mpl-2.0 | 211 |
@REM Store args...
set _configName=%1%
set _projectName=%2%
@REM Remove quotes from remaining args...
set _projectDir=###%3%###
set _projectDir=%_projectDir:"###=%
set _projectDir=%_projectDir:###"=%
set _projectDir=%_projectDir:###=%
set _targetDir=%_projectDir%source\SageTV
@echo target %_targetDir%
@REM set the l... | webernissle/sagetv | installer/wix/SageTVSetup/PreBuild.bat | bat | apache-2.0 | 5,754 |
@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... | michaelcho/python-devicecloud | docs/make.bat | bat | mpl-2.0 | 6,725 |
rem Invoke script to set all of the Visual Studio ENV variables
@for /f "usebackq delims=#" %%a in (`"%programfiles(x86)%\Microsoft Visual Studio\Installer\vswhere" -latest -property installationPath`) do "%%a\Common7\Tools\VsDevCmd.bat" | EvilMcJerkface/Aeron | cppbuild/vs-helper.cmd | bat | apache-2.0 | 237 |
SET SCRIPTPATH=%~dp0
php %SCRIPTPATH%/../Resources/Private/PHP/php-peg/cli.php %SCRIPTPATH%/../Resources/Private/Grammar/AbstractParser.peg.inc %SCRIPTPATH%/../Classes/AbstractParser.php
php %SCRIPTPATH%/../Resources/Private/PHP/php-peg/cli.php %SCRIPTPATH%/../Resources/Private/Grammar/Eel.peg.inc %SCRIPTPATH%/../Clas... | neos/eel | Scripts/generateEelParser.bat | bat | mit | 505 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\node-static\bin\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\node-static\bin\cli.js" %*
) | desay/kursach | web/node_modules/.bin/static.cmd | bat | mit | 186 |
@echo Running go fmt
@go fmt github.com\choksheak\timeit
@go fmt github.com\choksheak\timeit\timeme
@REM Install golint
@REM go get -u github.com/golang/lint/golint
@echo Running golint
@golint github.com\choksheak\timeit
@golint github.com\choksheak\timeit\timeme
@echo Building executables
@go install g... | choksheak/timeit | b.bat | bat | mit | 396 |
@echo off
setlocal
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && (set ARCH=x86) || (set ARCH=x64)
set CC=..\_win\tcc-%ARCH%\tcc.exe
set SDL=..\_win\SDL2-2.0.5
set TTF=..\_win\SDL2_ttf-2.0.14
echo %CC%
set PATH=%PATH%;%SDL%\lib\%ARCH%
set PATH=%PATH%;%TTF%\lib\%... | superjer/tinyc.games | valet/run-windows.bat | bat | mit | 455 |
@echo off
setlocal
set PROJECT_DIR=%~1
set DOTNET_CMD=%~2
set TOOLRUNTIME_DIR=%~3
IF [%BUILDTOOLS_TARGET_RUNTIME%]==[] set BUILDTOOLS_TARGET_RUNTIME=win7-x64
IF [%BUILDTOOLS_NET45_TARGET_RUNTIME%]==[] set BUILDTOOLS_NET45_TARGET_RUNTIME=win7-x86
set BUILDTOOLS_PACKAGE_DIR=%~dp0
set MICROBUILD_VERSION=0.2.0
set PORTABL... | devilscream/Lyrid | bin/msbuild/init-tools.cmd | bat | mit | 2,495 |
xcopy WingtipOperations_ContentDB.bak "C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup" /I /E /S
Pause | CriticalPathTraining/SSC2013 | Modules/Upgrade/Lab/CopyBackup.bat | bat | mit | 126 |
@cmd /V /k "%~dp0bin\_batrc.bat" --terminal
| kunst1080/BatLibrary | @Teminal.bat | bat | mit | 45 |
@rem Copyright 2016, Google Inc.
@rem All rights reserved.
@rem
@rem Redistribution and use in source and binary forms, with or without
@rem modification, are permitted provided that the following conditions are
@rem met:
@rem
@rem * Redistributions of source code must retain the above copyright
@rem notice, this l... | fabiocav/azure-webjobs-sdk-script | src/WebJobs.Script.Grpc/generate_protos.bat | bat | mit | 2,649 |
pushd "VSColorOutput.Tests\bin\Release"
vstest.console VSColorOutput.Tests.dll
popd | mike-ward/VSColorOutput | tests.cmd | bat | mit | 83 |
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 license ... | MForever78/CPUFly | ipcore_dir/Video_Memory/implement/implement.bat | bat | mit | 3,376 |
@echo off
net user administrator /active:yes
del c:\provision.wait
del c:\postunattend.xml
del c:\config.psd1 | wiltaylor/VMLab | Lab/Template/Windows10x64/scripts/setupcomplete.cmd | bat | mit | 109 |
@echo off
if exist icons.json (
echo Custom icons.json found, using local data only.
dart .\tool\generate_font.dart .\icons.json
dart .\tool\generate_example.dart .\icons.json
) else (
echo Updating free icons to newest version.
pushd lib\fonts
powershell -Command "(New-Object Net.WebClient).... | brianegan/font_awesome_flutter | tool/update.bat | bat | mit | 1,217 |
@echo off
set "VIRTUAL_ENV=D:\Documents\AAA_ProgrammingProjects\CompetitionManagement\list"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(list) %PROMPT%"
REM Don't use (... | SkillSmart/ConferenceManagementSystem | list/Scripts/activate.bat | bat | mit | 769 |
@echo off
set cwd=%~dp0
cd ..\clj-minecraft
call on_changed.bat nopause
cd %cwd%
call lein_jar.bat nopause
if NOT "%1" == "nopause" @pause
| CmdrDats/clj-memorystone | both_changed.bat | bat | epl-1.0 | 152 |
cmd_drivers/staging/iio/resolver/built-in.o := rm -f drivers/staging/iio/resolver/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/staging/iio/resolver/built-in.o
| AOSP-ZEUS/android_kernel_samsung_n1 | drivers/staging/iio/resolver/.built-in.o.cmd | bat | gpl-2.0 | 219 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 1&set /a W=160, H=80, DIST=2500
mode %W%,%H% & cls
for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W if not %%v==DIST set "%%v="
set /a XMID=%W%/2, YMID=%H%/2
set /a DRAWMODE=1, NOF=6
set ASPECT=0.75
set /A XROT=0,YROT=0,ZROT=0, XMU... | misol1/cmdgfx | legacy/balls-sorted.bat | bat | gpl-2.0 | 3,951 |
cmd_drivers/base/class.o := arm-eabi-gcc -Wp,-MD,drivers/base/.class.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/ma... | bigbiff/i717-GB-Kernel | drivers/base/.class.o.cmd | bat | gpl-2.0 | 20,125 |
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -onlyents "C:\openarena-0.8.1\baseoa\maps\oa_nemesis.map"
"I:\!lucho-temp\netradiant-1.5.0-20110819\bspc.exe" -bsp2aas "C:\openarena-0.8.1\baseoa\maps\oa_nemesis.bsp" -forcesidesvisible -optimize -grappl... | NeonKnightOA/oaassets | tools/compile-scripts/batch/oa_nemesis.bat | bat | gpl-2.0 | 333 |
cmd_drivers/usb/gadget/usb_f_ss_lb.ko := arm-poky-linux-gnueabi-ld -EL -r -T /second_extend/yocto_file/linux_yocto/scripts/module-common.lds --build-id -o drivers/usb/gadget/usb_f_ss_lb.ko drivers/usb/gadget/usb_f_ss_lb.o drivers/usb/gadget/usb_f_ss_lb.mod.o
| heyoufei2/yocto3.14.38_kernel | drivers/usb/gadget/.usb_f_ss_lb.ko.cmd | bat | gpl-2.0 | 261 |
qemu-system-arm.exe -s -S -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -sd SDCARD
| yulin724/rt-thread-comment | tools/run-mini2440-sdcard-debug.bat | bat | gpl-2.0 | 111 |
cmd_fs/nfs/nfsv2.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o fs/nfs/nfsv2.o fs/nfs/nfs2super.o fs/nfs/proc.o fs/nfs/nfs2xdr.o
| domintech/PandaBoard-LinuxKernel | fs/nfs/.nfsv2.o.cmd | bat | gpl-2.0 | 225 |
@echo off
call "%~dp0\o4w_env.bat"
call "%OSGEO4W_ROOT%"\apps\grass\grass-6.4.4\etc\env.bat
@echo off
path %PATH%;%OSGEO4W_ROOT%\apps\qgis\bin;%OSGEO4W_ROOT%\apps\grass\grass-6.4.4\lib
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/qgis
rem Set VSI cache to be used as buffer, see #6448
set VSI_CACHE=TRUE
set VSI_... | nextgis/ngq_compulink | qgis-installer/Installer-Files/qgis_preruner.bat | bat | gpl-2.0 | 490 |
set TOUHLNK=
for /d %%g IN ("%CSTM%") DO (
set CSTM=%%~g
CALL "%GBC%\Touhuexeject.bat"
pushd "%%~g"
set /A ADDTO=0
call :injext
if "%ADDTO%" GEQ "2" set FNDMORE=1
popd
)
exit /b
:injext
pushd "%GBC%\net\%EXECT%\%TOUHU%"
for /f "tokens=* delims= " %%a in ('dir /b/a-d-h "%CSTM%"') do (
if /I "%%~x... | HoodlumDTX/rom-jacket | execTOUHU.bat | bat | gpl-2.0 | 439 |
cmd_sound/pci/pcxhr/built-in.o := rm -f sound/pci/pcxhr/built-in.o; /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/pcxhr/built-in.o
| MadRocker/experimental-2.6.29-MadRocker | sound/pci/pcxhr/.built-in.o.cmd | bat | gpl-2.0 | 175 |
cmd_net/ipv4/tcp_cong.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.tcp_cong.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/.tcp_cong.o.cmd | bat | gpl-2.0 | 30,944 |
cmd_arch/arm/lib/io-readsw-armv4.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/arm/include/... | chrnueve/udooImaxdi | kernel_oficial_source/arch/arm/lib/.io-readsw-armv4.o.cmd | bat | gpl-2.0 | 2,109 |
py -3 converter.py ../vimwiki.src/index.wiki vimwiki_db.js
| alanche/alanche.github.io | js/run.bat | bat | gpl-3.0 | 59 |
@echo off
java -Djava.ext.dirs=lib -Djava.library.path=lib EllipticalLife
| nylki/EllipticalLife | application.windows64/EllipticalLife.bat | bat | gpl-3.0 | 74 |
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 license ... | CprE488/Final | repository/ProcessorIPLib/pcores/fmc_imageon_vita_receiver_v1_13_a/netlist/afifo_64i_16o_v6_ste/implement/implement.bat | bat | gpl-3.0 | 3,407 |
@echo off
nmake /nologo /f Makefile.W32 WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 ^
WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1 WITH_LOCAL_GOOGLEURL=1 ^
WITH_ICU=1 WITH_LUA=1 DEBUG=1 %*
| andreasbaumann/crawler | contrib/buildWin.bat | bat | gpl-3.0 | 179 |
@echo off
call makelib.cmd ntdll
call makelib.cmd samlib
call makelib.cmd winsta
| coapp-packages/processhacker | lib/makeall.cmd | bat | gpl-3.0 | 87 |
@rem xml schema binding compile
@REM SET JAVA_HOME=C:\liujin\Java\jdk1.7
@SET JAVA_HOME=E:\software\Java\jdk1.8.0_40
%JAVA_HOME%\bin\xjc.exe -p king.flow.view -d ..\src\main\java -verbose .\WindowXmlSchema.xsd
@rem %JAVA_HOME%\bin\xjc.exe -p king.flow.net -d ..\src\main\java -verbose .\TransportationSchema.xsd
@rem %J... | toyboxman/yummy-xml-UI | xml-UI/schema/xjc.cmd | bat | apache-2.0 | 408 |
@cls
tail %USERPROFILE%\AppData\Local\hyperchaotic\WeeApp\WeeController.log -f -c +0
| Hyperchaotic/weectrl | assets/log.bat | bat | apache-2.0 | 87 |
@setlocal
@set node_name=ucp_client1
@rem Get the absolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "tokens=1,2"... | mitadmin/ucp | ucp_example/rel/ucp_client1/files/ucp_client1.cmd | bat | apache-2.0 | 2,527 |
geth --mine --datadir data --networkid 123 --nodiscover --maxpeers 0 --verbosity 6 console | turboprep/geth-tutorial | nugget1/mine.bat | bat | apache-2.0 | 90 |
@echo off
echo [INFO] Use maven tomcat6-plugin run the project.
cd %~dp0
cd ..
set MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m
call mvn tomcat6:run
cd bin
pause | suizhikuo/learn-to-SpringMVC-Hibernate-Demo-jeesite | bin/run-tomcat6.bat | bat | apache-2.0 | 200 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.