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 |
|---|---|---|---|---|---|
reset
open rhododendrone.use
!create n1 : Node
!set n1.isReceptacle := true
!create n2 : Node
!set n2.isReceptacle := true
!create n3 : Node
!set n3.isReceptacle := false
!create n4 : Node
!set n4.isReceptacle := false
!create n5 : Node
!set n5.isReceptacle := true
!create n6 : Node
!set n6.isReceptacle := false
!creat... | ToshRaka/Rhododendrone | final/fail.cmd | bat | gpl-2.0 | 1,869 |
:user_configuration
:: About AIR application packaging
:: http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035959
:: http://livedocs.adobe.com/flex/3/html/distributing_apps_4.html#1037515
:: NOTICE: all paths are relative to project root
:: Your certificate information
set CERT_NAME="... | benkuper/AIR-NativeExtensions | AIRVirtualMIDI/as3_demo/bat/SetupApplication.bat | bat | gpl-2.0 | 1,064 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=KDEpy
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was... | tommyod/KDEpy | docs/make.bat | bat | gpl-3.0 | 813 |
@echo off
rem include.exe sonic1.asm s1comb.asm
REM ::: automatic recompression of data - disabled by default because it's slow
REM ::: remove "REM" from the lines below to re-enable it
REM derecmp.exe nc artnem_u artnem
REM derecmp.exe kc artkos_u artkos
REM derecmp.exe ec mapeni_u mapeni
REM derecmp.exe ec map16_u m... | ZiroGX2/son1voltage | build.bat | bat | lgpl-2.1 | 608 |
::==================================================================::
:: File : Make All.BAT
:: Description: Make the Keil C source code
:: Author: JLJuang
:: E-Mail: JLJuang@csie.nctu.edu.tw
:: NOTE : All copy rights reserved (c) since 2003
::==================================================================::
@ec... | amaple0229/Zeitec_ZET7100FAE | 7101/WorkLib/nMakeAll.bat | bat | lgpl-2.1 | 2,065 |
set CP=%JAVA_HOME%\jre\lib\rt.jar;../../lib/gloze.jar
set CP=%CP%;%JENA_HOME%\lib\xercesImpl.jar;%JENA_HOME%\lib\jena.jar;%JENA_HOME%\lib\commons-logging-1.1.1.jar;%JENA_HOME%\lib\icu4j_3_4.jar;%JENA_HOME%\lib\log4j-1.2.12.jar;%JENA_HOME%\lib\iri.jar
java -cp %CP% -Dgloze.target=. -Dgloze.verbose=true -Dgloze.base=... | stevebattle/Gloze | samples/groups/lift2.bat | bat | apache-2.0 | 445 |
set reldir=.\PreReqs\
cd ..\..\..
copy "Simple.Data\Simple.Data\bin\%1\Simple.Data.dll" %reldir%
copy "Simple.Data\Simple.Data\bin\%1\Simple.Data.pdb" %reldir%
copy "Simple.Data\Simple.Data.Ado\bin\%1\Simple.Data.Ado.dll" %reldir%
copy "Simple.Data\Simple.Data.Ado\bin\%1\Simple.Data.Ado.pdb" %reldir%
copy "Simple.Data... | onefiftyone/TearDrops | CopyAssemblies.cmd | bat | apache-2.0 | 468 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S13_PutChanges.TestCase_S13_TC23_PutChanges_ImplyFlagWithKeyNotExist /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S13_TC23.cmd | bat | mit | 306 |
cmd_arch/arm/mm/cache-v6.o := arm-eabi-gcc -Wp,-MD,arch/arm/mm/.cache-v6.o.d -nostdinc -isystem /home/hyunwoo82.park/gb_original/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/hyunwoo82.park/kernel/kernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__K... | mcardielo/ThunderG-Kernel_2.6.35 | arch/arm/mm/.cache-v6.o.cmd | bat | gpl-2.0 | 2,631 |
csws.exe /c DebugVS11.0.cs %1
| findlayit/community-tools | libraries/buildsupport/cs-script/lib/ShellExtensions/Template/CS-Script/02.Open with VS2012.cmd | bat | gpl-3.0 | 30 |
pyinstaller -F --icon=exeico.ico map_reader.py
pause | nicolas-f/7DTD-leaflet | make_exe.bat | bat | agpl-3.0 | 52 |
for /f "tokens=1-5 delims= " %%a in ('"netstat -ano|findstr "^:8068""') do taskkill /f /pid %%e | liushuishang/YayCrawler | yaycrawler.master/deploy/stop.bat | bat | lgpl-3.0 | 95 |
@echo off
if DEFINED JAVA_HOME goto cont
:err
echo JAVA_HOME environment variable must be set!
pause
exit
:cont
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
REM ***** JAVA options *****
if "%ES_MIN_MEM%" == "" (
set ES_MIN_MEM=256m
)
if "%ES_MAX_MEM%" == "" (
set ES_MAX_MEM=1g
)
if ... | combinatorist/elasticsearch | bin/elasticsearch.in.bat | bat | apache-2.0 | 2,707 |
mongo spark CreateIndexes.js > CreateIndexes.log
| aerosonik/SparkValidation | scripts/CreateIndexes.bat | bat | bsd-3-clause | 49 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if "%CHK_HOM... | barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-30349/bin/ec2ratt.cmd | bat | apache-2.0 | 479 |
@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... | matllubos/django-is-core | docs/make.bat | bat | bsd-3-clause | 7,260 |
Rem File: PostPublish.bat
Rem Company: Atomia AB
Rem Copyright (C) 2009 Atomia AB. All rights reserved
Rem Author: Aleksandar Vucetic
Rem Updater: Dusan Milenkovic
Rem Updater: Ilija Nikolic
@ECHO off
Rem =======================================
Rem Settings
Rem =======================================
R... | atomia/OrderPage | Atomia/Web/Frame/PostPublish.bat | bat | isc | 1,747 |
@echo off
set FXC=..\..\fxc\fxc.exe /Ges /O3 /WX /Qstrip_reflect /Qstrip_debug /Qstrip_priv /Qstrip_rootsignature
%FXC% /E vs_transform /Fo vs_transform.cso /T vs_5_1 vs_transform.hlsl
if errorlevel 1 goto eof
%FXC% /E ps_shade /Fo ps_shade.cso /T ps_5_1 ps_shade.hlsl
if errorlevel 1 goto eof
:eof
| michal-z/asmart | amnestia/hlsl/compile.bat | bat | mit | 303 |
:user_configuration
:: About AIR application packaging
:: http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035959
:: http://livedocs.adobe.com/flex/3/html/distributing_apps_4.html#1037515
:: NOTICE: all paths are relative to project root
:: Your certificate information
set CERT_NAME="... | malyavkin/badass-tex-renderer | bat/SetupApplication.bat | bat | mit | 1,074 |
:::: Get rid of undesired files, based on the extensions or folder naming
:::: Works like a .gitignore, but outside git.
@ECHO OFF
SET TO_CLEANUP_FILE=.gitignore
ECHO CLEANING UP FOLDER...
FOR /F %%I IN (%TO_CLEANUP_FILE%) DO (
DEL /A /S %%I
) | engreimor/scripts | cleanup.bat | bat | mit | 247 |
@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... | ESSS/qmxgraph | docs/make.bat | bat | mit | 6,463 |
mvn exec:java -Dexec.mainClass=org.hsqldb.server.Server -f pom.xml
| CjHare/systematic-trading | systematic-trading-data-source-hsqldb/start-database-server.bat | bat | mit | 68 |
XCOPY "%1x86" "%2x86" /I
XCOPY "%1x64" "%2x64" /I | KN4CK3R/KeePassBrowserImporter | CopyDependencies.bat | bat | mit | 49 |
elm reactor | KeisukeTagami/elm-chart | start.bat | bat | mit | 11 |
set /p Increment=Really increment the revision number for VMTest? Enter Y to proceed:
if %Increment%==Y tools\setcsprojver .. /i:fv,b /env:consoletoolsversion
if %Increment%==Y tools\setcsprojver .. /i:av,b /env:VMTestVersion
pause | jamie-davis/VMTest | Builds/IncrementVersion.cmd | bat | mit | 233 |
del *.exe
del *.obj
rem call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
cl /D _CONSOLE /W4 /O2 /IC:\vc15\r5xx\boost speed-compare.cpp -Fespeed-compare.exe
rem cl... | pavel-pimenov/flylinkdc-r5xx | test/compile-speed-compare.bat | bat | gpl-2.0 | 403 |
cmd_drivers/acpi/dispatcher/dsopcode.o := gcc -Wp,-MD,drivers/acpi/dispatcher/.dsopcode.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling... | dnh34/proj1 | drivers/acpi/dispatcher/.dsopcode.o.cmd | bat | gpl-2.0 | 9,987 |
@echo off
REM Do enough to get us into bash
cd "%~dp0"
cd ..
echo starting bash for script %1
"C:\Program Files\Git\bin\bash" "scripts/%1.sh" %*
| jnewbigin/rawwrite | .buildkite/script.bat | bat | gpl-2.0 | 145 |
cmd_arch/arm/mm/tlb-v4wbi.o := arm-linux-gcc -Wp,-MD,arch/arm/mm/.tlb-v4wbi.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach... | kaylorchen/Linux_for_mini2440 | arch/arm/mm/.tlb-v4wbi.o.cmd | bat | gpl-2.0 | 3,134 |
cmd_fs/autofs4/autofs4.o := ld -m elf_x86_64 -r -o fs/autofs4/autofs4.o fs/autofs4/init.o fs/autofs4/inode.o fs/autofs4/root.o fs/autofs4/symlink.o fs/autofs4/waitq.o fs/autofs4/expire.o
| dnh34/proj1 | fs/autofs4/.autofs4.o.cmd | bat | gpl-2.0 | 188 |
"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\aggressor-oa3.map"
"C:\Games\OpenArena\netradiant.git-20150618\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "devoa088" -g... | NeonKnightOA/oaassets | tools/compile-scripts/batch/aggressor-oa3.bat | bat | gpl-2.0 | 827 |
cmd_drivers/misc/eeprom/built-in.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/misc/eeprom/built-in.o drivers/misc/eeprom/at24.o drivers/misc/eeprom/at25.o
| gzdaoke/linux2.6.32_kernel | drivers/misc/eeprom/.built-in.o.cmd | bat | gpl-2.0 | 206 |
cmd_fs/nfs/nfs_layout_nfsv41_files.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o fs/nfs/nfs_layout_nfsv41_files.o fs/nfs/nfs4filelayout.o fs/nfs/nfs4filelayoutdev.o
| aloksinha2001/picuntu-3.0.8-alok | fs/nfs/.nfs_layout_nfsv41_files.o.cmd | bat | gpl-2.0 | 219 |
cmd_rte_cfgfile.o = gcc -Wp,-MD,./.rte_cfgfile.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 -O3 -W -Wall -Wstrict-prototypes -Wmissin... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_cfgfile/.rte_cfgfile.o.cmd | bat | gpl-2.0 | 574 |
cmd_lib/hexdump.o := arm-eabi-gcc -Wp,-MD,lib/.hexdump.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-tri... | HCDRJacob/wildfire-kernel | lib/.hexdump.o.cmd | bat | gpl-2.0 | 140,339 |
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/drivers/opl3/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/drivers/opl3/.built-in.o.cmd | bat | gpl-2.0 | 172 |
@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... | mattja/sdeint | docs/make.bat | bat | gpl-3.0 | 7,244 |
@echo off
mode 80, 50
TITLE NUSD Loader
echo. v0.1 beta2 Hotfix
echo NUSDLoader
echo.
echo by iCON
@echo Greetz!
COLOR 1F
@echo Extracting...
ping 192.168.123.25 -n 1 -w 20 > NUL
@echo Der Author dieser B... | Brawl345/GoogleCodeExport | nusl/v0.1 beta 2/NUSDL0.1b2 Hotfix.bat | bat | gpl-3.0 | 4,829 |
java -cp "FAtiMA.jar" FAtiMA.Agent worldsim localhost 46874 true Cerkith M Cerkith Cerkith Actions GoalLibrary CultureWithoutRituals isPerson:True isParent:False strength:4 hurt:false pose:standing type:character power:10 hasAuthority:True holds:none | nurv/lirec | AgentMind/trunk/AgentMind/Cerkith.bat | bat | gpl-3.0 | 250 |
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /T REG_DWORD /D 00000001 /F & REG Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & taskkill /... | CHEF-KOCH/regtweaks | Win 10/All Versions/Explorer/Disable Fast User Switching/Disable Fast User Switching.bat | bat | mpl-2.0 | 373 |
::
:: media-tools
:: Copyright (C) 2019-2021 Olivier Korach
:: mailto:olivier.korach AT gmail DOT com
::
:: This program is free software; you can redistribute it and/or
:: modify it under the terms of the GNU Lesser General Public
:: License as published by the Free Software Foundation; either
:: version 3 of the Lice... | okorach/audio-video-tools | batch-files/poster.bat | bat | lgpl-3.0 | 901 |
"C:/Program Files (x86)/SASM/NASM/nasm.exe" -f bin -o mbr.bin -i ..\src\ ..\src\mbr.asm | egormkn/bootloader | scripts/buildmbr.bat | bat | unlicense | 87 |
@if (@CodeSection == @Batch) @then
@echo off & setlocal
SETLOCAL ENABLEDELAYEDEXPANSION
set PROCS="%~dp0procs.cmd"
set "url=http://www.ssec.wisc.edu/data/geo-new/images/himawari08/animation_images"
for /f "usebackq tokens=* delims=" %%I in ( `powershell get-date((get-date^).addDays(-1^)^) -uformat "%%d.%%m.%... | anex5/windows-scripts | fetch_himawari.cmd | bat | unlicense | 1,681 |
ECHO OFF
CLS
ECHO Installing DIAdem 2012...
ECHO OFF
"%~dp0\DIAdem\setup.exe" /qf /acceptLicenses yes /r:n /disableNotificationCheck
ECHO Installing Spartan QMS...
"%~dp0\Volume\setup.exe"
ECHO OFF | KaelusDenver/Spartan | Spartan Setup.bat | bat | apache-2.0 | 204 |
@echo off
pushd "%~dp0"
call :main %*
popd
goto :EOF
:main
setlocal
if not exist dist md dist
if not %errorlevel%==0 exit /b %errorlevel%
set VERSION_SUFFIX=
if not "%~1"=="" set VERSION_SUFFIX=/p:VersionSuffix=%1
call build /v:m ^
&& call msbuild.cmd /v:m /t:Pack ^
... | ddpruitt/morelinq | pack.cmd | bat | apache-2.0 | 655 |
"%~dp0NuGet.exe" pack "..\DNTProfiler.Core\DNTProfiler.EntityFramework.Core.csproj" -Prop Configuration=Release
"%~dp0NuGet.exe" pack "..\NHibernate\DNTProfiler.NHibernate.Core\DNTProfiler.NHibernate.Core.csproj" -Prop Configuration=Release
copy "%~dp0*.nupkg" "%localappdata%\NuGet\Cache"
pause | VahidN/DNTProfiler | .nuget/_run.bat | bat | apache-2.0 | 296 |
@echo off
@
setlocal
call set-tpox-env.cmd
rem The number of securities is fixed to 20,833. Therefore, either
rem "-u 83 -tr 251" or "-u 251 -tr 83" can be use to insert the 20833
rem security documents (because 83 * 251 = 20833). 4166*5 = 3472*6 = 2976*7 = 2604*8 = 2314*9
rem register schema & index
rem "%java_... | dsukhoroslov/bagri | bagri-distr/src/main/tpox/tpox-xqj-sec.cmd | bat | apache-2.0 | 1,064 |
@REM
@REM Copyright 2007-2015, Kaazing Corporation. All rights reserved.
@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
... | chao-sun-kaazing/gateway | distribution/src/main/gateway/bin/gateway.start.bat | bat | apache-2.0 | 1,984 |
@ECHO OFF
goto endOfComments
rem * Licensed to Apereo under one or more contributor license
rem * agreements. See the NOTICE file distributed with this work
rem * for additional information regarding copyright ownership.
rem * Apereo licenses this file to you under the Apache License,
rem * Version 2.0 (the "License"... | Jasig/ssp-training | sspTrainingSetup/dataScriptSubstitutionShellScripts/mssql/sspTrainingDeleteUserAndAssignedStudents.bat | bat | apache-2.0 | 3,162 |
@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... | benjschiller/seriesoftubes | doc/make.bat | bat | artistic-2.0 | 5,110 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASAIRS.S03_Attachment.MSASAIRS_S03_TC04_OLEAttachment /testcontainer:..\..\MS-ASAIRS\TestSuite\bin\Debug\MS-ASAIRS_TestSuite.dll /runconfig:..\..\MS-ASAIRS\MS-ASAIRS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASAIRS/RunMSASAIRS_S03_TC04_OLEAttachment.cmd | bat | mit | 286 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=fluffy_id
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure yo... | yoophi/fluffy-id | docs/make.bat | bat | mit | 771 |
@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%
... | koobonil/Boss2D | Boss2D/addon/openalpr-2.3.0_for_boss/doc/generate.bat | bat | mit | 6,994 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\_nopt@3.0.6@nopt\bin\nopt.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\_nopt@3.0.6@nopt\bin\nopt.js" %*
) | 724400475/gallery-by-react | node_modules/_node-gyp@3.6.2@node-gyp/node_modules/.bin/nopt.cmd | bat | mit | 210 |
powershell Set-ExecutionPolicy unrestricted
powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz', 'train-images-idx3-ubyte.gz')
powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('http://yann.lecun.com/exdb/mnist/train-l... | hughperkins/DeepCL | test/scripts/win-downloadmnist.bat | bat | mpl-2.0 | 940 |
@echo off
rem Execute a remote command using T4eRexec and check its success which must be indicated by "SUCCESS" as last output line
rem Usage: call rexec_with_result.cmd <T4eRexec arguments>
setlocal
set PATH=%~dp0\tools4ever;%PATH%
rem skip 5 first lines which are T4eRexec header
for /f "skip=5 tokens=*" ... | qspin/qtaste | tools/rexec_with_result.cmd | bat | lgpl-3.0 | 427 |
@REM
@REM Copyright 2014-2015 CyberVision, Inc.
@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... | kaaproject/kaa-storm-sample | client/cpp/build.bat | bat | apache-2.0 | 3,148 |
@echo off
setlocal EnableDelayedExpansion
set "__ProjectDir=%~dp0..\"
:: remove trailing slash
if %__ProjectDir:~-1%==\ set "__ProjectDir=%__ProjectDir:~0,-1%"
set "__SourceDir=%__ProjectDir%\src"
set "__TestDir=%__ProjectDir%\tests"
set "__ProjectFilesDir=%__TestDir%"
set "__PackagesDir=%__ProjectDir%\packages"
set "... | Djuffin/coreclr | tests/buildtest.cmd | bat | mit | 8,662 |
@echo off
set str=%~1
rem delete anything from path before 'build.vc12'
:dele
set str=%str:~1%
set str2=%str:~0,10%
if "%str2%" NEQ "build.vc12" goto dele
rem we now have: build.vc12\<win32|x64>\<debug|release>\mpir.<lib|dll>
rem extract platform (plat=<win32|x64>), configuration (conf=<debug|release>) and file name... | libmetrocoin/mpir | build.vc12/postbuild.bat | bat | gpl-3.0 | 3,280 |
@echo off
SET DN3B=Debug
CALL %~dp0\harderreset.cmd
SET DN3B=Release
CALL %~dp0\harderreset.cmd
CALL %~dp0\setup.cmd
dotnet publish %~dp0\src\dotnet-new3 -c Release -r win10-x64 -o . --no-build
MKDIR Builtins
COPY %~dp0\src\dotnet-new3\bin\%DN3B%\netcoreapp1.0\win10-x64\BuiltIns\ BuiltIns /Y
COPY %~dp0\src\dotnet-new3... | seancpeters/templating | bundle.cmd | bat | mit | 383 |
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o lib/gen_crc32table lib/gen_crc32table.c
source_lib/gen_crc32table := lib/gen_crc32table.c
deps_lib/gen_crc32table := \
/usr/include/stdio.h \
/usr/include/features.h \
/us... | R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | lib/.gen_crc32table.cmd | bat | gpl-2.0 | 1,529 |
@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... | solackerman/sqlalchemy-redshift | docs/make.bat | bat | mit | 7,270 |
@echo off
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2012 - ${copyright.year} by Hitachi Vantara : http://www.hitachivantara.com
REM
REM *****************************************************************************
REM
REM Li... | marcoslarsen/pentaho-kettle | assemblies/static/src/main/resources-filtered/SpoonDebug.bat | bat | apache-2.0 | 2,227 |
mkdir empty_dir
robocopy empty_dir .\node_modules_old /s /mir
rmdir empty_dir
rmdir .\node_modules_old
PAUSE | sorlandoiii/dynasty-league | resources/public/bower_components/ng-table/DeleteNodeModules.bat | bat | epl-1.0 | 108 |
@echo off
REM Always run the prescript, if it errors the below will not run.
call %~dp0%win_prescript.bat
echo [HELPERS][PULL] Starting Pull...
(
REM Store all local work that could cause merge problems
git stash
REM Grab latest
git pull
REM Make sure we grab all the submodule changes
git s... | nathanrosspowell/cmake_helpers | win_pull.bat | bat | mit | 431 |
g++ -o quiztrainer quiztrainer.cpp
set /p continue=Starten mit Enter
quiztrainer.exe
del quiztrainer.exe | satnamram/quiztrainer | make.bat | bat | mit | 104 |
@echo off
echo ***REMEMBER TO BUILD IN RELEASE BEFORE RUNNING THIS COMMAND***
echo creating package
call pack.cmd
echo publishing package to feed
call push.cmd
DEL *.nupkg | 360Recognition/360Recognition.RestClient | src/360Recognition.RestClientLib/publish.bat | bat | mit | 175 |
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents... | mauriciovancine/enm_r | data/temp/raster/maxent/88779941051/species_explain.bat | bat | mit | 647 |
@echo off
explorer %* | codingseb/mycmds | e.bat | bat | mit | 22 |
@ECHO off
ECHO DOTA 2 PING TESTER
ECHO ====================================== && ECHO.Europe
CALL:dota2 lux.valve.net
ECHO - (EU West) Luxembourg: %ms%
CALL:dota2 vie.valve.net
ECHO - (EU East) Vienna: %ms%
CALL:dota2 sto.valve.net
ECHO - (Russia) Stockholm... | bdzs/dota2ping | dota2ping.bat | bat | mit | 780 |
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
chocolatey feature enable -n allowGlobalConfirmation | jimon/devenv | win/01_get_chocolatey.bat | bat | mit | 248 |
oscutil.exe playback 3333 fourcircles.osc
| nosuchtim/VizBench | bin/o.bat | bat | mit | 42 |
@echo off
if defined cdinst echo cdb=%cdinst%
if defined cdsrc echo cdc=%cdsrc%
if defined cdtest echo cda=%cdtest%
| drtuxwang/system-config | bin/scd.bat | bat | gpl-2.0 | 122 |
@echo off
java -jar %~dp0potigol.jar %*
pause
exit
@echo on | loiane/Potigol | jar/exec.bat | bat | gpl-2.0 | 59 |
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/sh/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/sound/soc/sh/.built-in.o.cmd | bat | gpl-2.0 | 178 |
cmd_sound/usb/6fire/built-in.o := rm -f sound/usb/6fire/built-in.o; arm-linux-gnueabi-ar rcsD sound/usb/6fire/built-in.o
| jpsminix/minix5 | sound/usb/6fire/.built-in.o.cmd | bat | gpl-2.0 | 122 |
cmd_arch/arm/mach-msm/dma_test.ko := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -T /home/spacecaker/android/GT-S5830_kernel/scripts/module-common.lds --build-id -o arch/arm/mach-msm/dma_test.ko arch/arm/mach-msm/dma_test.o arch/arm/mach-msm/dma_test.mod.o
| spacecaker/Stock_spacecaker_kernel | arch/arm/mach-msm/.dma_test.ko.cmd | bat | gpl-2.0 | 309 |
cmd_arch/arm/lib/muldi3.o := /home/friedrich420/kernel/note3/N900TKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.muldi3.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/friedrich420... | friedrich420/Note-3-AEL-Kernel | arch/arm/lib/.muldi3.o.cmd | bat | gpl-2.0 | 1,520 |
cmd_drivers/mtd/mtd.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/mtd/mtd.o drivers/mtd/mtdcore.o drivers/mtd/mtdsuper.o drivers/mtd/mtdpart.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/mtd/.mtd.o.cmd | bat | gpl-2.0 | 177 |
# --------------------------------------------------------------------------
# Author: Jonathon W. Donaldson
# Rev-Mod: $Id: impact_opt.cmd,v 1.1 2008-11-07 00:52:52 jwdonal Exp $
#
# Description: This is the batch file command set for the iMPACT tool.
# --------------------------------------------------------------... | freecores/lq057q3dc02 | implement/impact_opt.cmd | bat | gpl-2.0 | 443 |
cmd_drivers/spi/spi_qsd.o := arm-eabi-gcc -Wp,-MD,drivers/spi/.spi_qsd.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/... | bigbiff/i717-GB-Kernel | drivers/spi/.spi_qsd.o.cmd | bat | gpl-2.0 | 29,380 |
cmd_sound/synth/built-in.o := rm -f sound/synth/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD sound/synth/built-in.o
| evan6200/cirrfy_pos | sound/synth/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_net/bluetooth/hci_sysfs.o := arm-eabi-gcc -Wp,-MD,net/bluetooth/.hci_sysfs.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wst... | HCDRJacob/wildfire-kernel | net/bluetooth/.hci_sysfs.o.cmd | bat | gpl-2.0 | 153,853 |
csc %1.cs
%1.exe
| solvery/lang-features | csharp/run_csharp.bat | bat | gpl-2.0 | 23 |
cmd_net/wimax/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/wimax/built-in.o net/wimax/wimax.o
| kingklick/kk-evo-kernel | net/wimax/.built-in.o.cmd | bat | gpl-2.0 | 159 |
cmd_kernel/rcupdate.o := gcc -Wp,-MD,kernel/.rcupdate.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-tha... | namgk/kernel-tut | kernel/.rcupdate.o.cmd | bat | gpl-2.0 | 18,060 |
cmd_net/bluetooth/sco.o := arm-eabi-gcc -Wp,-MD,net/bluetooth/.sco.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototy... | HCDRJacob/wildfire-kernel | net/bluetooth/.sco.o.cmd | bat | gpl-2.0 | 153,819 |
cmd_net/sched/em_meta.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/sched/em_meta.ko net/sched/em_meta.o net/sched/em_meta.mod.o
| avareldalton85/rpi2-linux-rt | net/sched/.em_meta.ko.cmd | bat | gpl-2.0 | 239 |
"C:\Program Files\PLT\MrEd.exe" -r main.scm | sebhtml/scheme-asteroid | main.bat | bat | gpl-3.0 | 43 |
@set DEBUG=1
@call "%~dp0make_win.bat"
| 12019/svn.gov.pt | windows/open_ezbuild_sln.bat | bat | gpl-3.0 | 43 |
rem N70
java -cp ../lib/midletrunner.jar;../lib/m3gbasic.jar;../lib/SwingME.jar;../dist/Domination4ME.jar org.me4se.MIDletRunner -width 800 -height 600 net.yura.domination.mobile.simplegui.DominationMidlet
pause
| hernol/ConuWar | Game/test/demo_simple.cmd | bat | gpl-3.0 | 215 |
@echo off
cd %~dp0/Tools/wget
for /f "delims=" %%i in ('type %~dp0\Url_Nirsoft.txt') do wget.exe -N %%i -P %~dp0/zipFiles
cd %~dp0/Tools/7-Zip
7z.exe x %~dp0/zipFiles/*.zip *.exe -o%~dp0/../Steal -y
cd %~dp0/zipFiles/
del *.zip /Q
exit | lucianot54/usb-sniffer-toolkit | Update/update.bat | bat | gpl-3.0 | 239 |
gtkwave wave.vcd myWave.sav
| n8thenetninja/Cloud-Car | VeriLog/QuartusProjects/ServoController/i2cslave/trunk/sim/viewWave.bat | bat | gpl-3.0 | 28 |
@ECHO OFF
REM gracethdcheck_pg_create_v_ct_anom.bat
REM Owner : GraceTHD-Community - http://gracethd-community.github.io/
REM Author : stephane dot byache at aleno dot eu
REM Rev. date : 13/03/2017
REM This file is part of GraceTHD.
REM GraceTHD is free software: you can redistribute it and/or modify
REM... | GraceTHD-community/GraceTHD-Check | gracethdcheck_pg_create_v_ct_anom.bat | bat | gpl-3.0 | 5,954 |
@REM
call get_kam_folder.bat
REM ============================================================
REM Erase previous archive to make sure new one is made from scratch
REM ============================================================
erase /F /Q /S "%kam_folder%.7z"
REM =====================================================... | Alexandr57/kam_remake | bat/7zip.bat | bat | agpl-3.0 | 479 |
java -jar compiler.jar --compilation_level SIMPLE_OPTIMIZATIONS --formatting PRETTY_PRINT --formatting PRINT_INPUT_DELIMITER --js_output_file viewercontroller-compiled.js --js common/viewercontroller/Controller/Event.js --js common/viewercontroller/Controller/Extent.js --js common/viewercontroller/Controller/Feature.js... | mvdstruijk/flamingo | viewer/src/main/webapp/viewer-html/minify.bat | bat | agpl-3.0 | 963 |
rmdir /S /Q build-vc2017-msi-32
mkdir build-vc2017-msi-32
cd build-vc2017-msi-32
cmake ..\source -G "Visual Studio 15 2017" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
cd ..
| mroonga/mroonga | packages/windows/build-vc2017-msi-32.bat | bat | lgpl-2.1 | 273 |
@echo off
if exist "%JAVA_HOME%\bin\java.exe" (
set "LOCAL_JAVA=%JAVA_HOME%\bin\java.exe"
) else (
set LOCAL_JAVA=java.exe
)
echo Using java: %LOCAL_JAVA%
:launchs
SET CP=".\target\xScript.all-1.0.0.jar;.\target\dependency\*;."
"%LOCAL_JAVA%" -cp %CP% kenh.xscript.ScriptUtils %1
:Exit
| KennethHuang/xScript | xScript.all/xScript.bat | bat | lgpl-3.0 | 295 |
@echo off
powershell | joaofx/MonitoringIt | shell.bat | bat | unlicense | 20 |
ObjectSystem2Test.exe -s | yds086/HereticOS-ObjectSystem | src/Example/ObjectSystem2Test/bin/ObjectSystem2Server.bat | bat | apache-2.0 | 24 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.