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
TITLE MinGW Compiler Suite Invocation
set src=%CD%\..\..\nragev20
set obj=%CD%\N-Rage
if not exist %obj% (
mkdir %obj%
)
set MinGW=C:\MinGW
REM set MinGW=C:\msys64\mingw64\x86_64-w64-mingw32\..
set FLAGS_x86=^
-I%src%\..\3rdParty\directx\include^
-Wno-write-strings^
-S^
-masm=intel^
-march=native... | Frank-74/project64 | Source/Script/MinGW/nrage.cmd | bat | gpl-2.0 | 2,070 |
@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... | bmoyles/aminator | docs/make.bat | bat | apache-2.0 | 5,100 |
@ECHO OFF
REM Command file for Sphinx documentation
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" == "help" (
:help
echo.Please use `... | jadecastro/LTLMoP | doc/make.bat | bat | gpl-3.0 | 3,071 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\optipng-bin\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\optipng-bin\cli.js" %*
) | Cyril0104/Musis | node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/.bin/optipng.cmd | bat | mit | 184 |
@echo off
set propName=prop.file.%1.number.%2
echo %propName%=%propName% >>file%1.properties
echo String s%1_%2 = "%propName%"; | siosio/intellij-community | plugins/java-i18n/testData/performance/resolveManyLiterals/src/handleProp.cmd | bat | apache-2.0 | 128 |
@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... | Eddy0402/Environment | vim/ycmd/third_party/requests/docs/make.bat | bat | gpl-3.0 | 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%
set I18N... | ounim/hanabi | docs/make.bat | bat | mit | 6,479 |
pip3 install scipy tbapy
| TrinityTrihawks/BluePython | make.cmd | bat | mit | 25 |
@echo on
:: Assumes robocopy and nuget.exe both on the path
SET DIR=%~dp0%
SET DESTDIR=%DIR%bin
IF EXIST %DESTDIR% goto deletebin
goto prepare
:deletebin
rmdir /s /q %DESTDIR%
if %ERRORLEVEL% NEQ 0 goto errors
:prepare
robocopy %DIR% %DESTDIR%\tools /E /B /NP /R:0 /W:0 /NJH /NJS /NS /NFL /NDL /XF ".git*" "Nuget*"... | Eskat0n/NArms | tools/psake/NuGetPackageBuilder.cmd | bat | mit | 562 |
meteor --settings settings.json | rassweiler/kr-display | Start-Dev.bat | bat | mit | 31 |
setlocal
set classpath=.\WEB-INF\classes;%classpath%
java larflast.tools.Convert %1 %2 %3 %4 %5
endlocal | TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_cg/test/cgworld/convert.bat | bat | mit | 104 |
start jekyll s | George5814/George5814.github.io | start-jekyll-server.bat | bat | mit | 14 |
@echo off
set jdk=C:\Program Files (x86)\Java\jdk1.7.0_45\bin
set java=C:\Program Files (x86)\Java\jre7\bin
SET CLASSPATH=.;D:\bin\Javalib\antlr-3.5.1-complete-no-st3.jar;%CLASSPATH%
@echo on
"%jdk%\javac" %*
| awerlang/jsmin | javac.bat | bat | mit | 211 |
SET FORMS_PATH=K:\kassandra\migration\batch\00addon
"C:\Oracle\FormsAPI_v3_64bit\FapiMaster.exe" /SCRIPT /API=12c /RUN="K:\kassandra\migration\batch\skripte\mig_Win2Unix_one.p2s"
| Doag/Forms | demos/demo0009/run_win2unix.cmd | bat | mit | 180 |
@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... | tfeldmann/python-raumfeld | docs/make.bat | bat | mit | 6,719 |
call DeletePdbFiles.cmd ..\Output\NET45\Examples
call DeletePdbFiles.cmd ..\Output\NET40\Examples
call DeletePdbFiles.cmd ..\Output\SL5\Examples
call DeletePdbFiles.cmd ..\Output\SL4\Examples
call DeletePdbFiles.cmd ..\Output\NetCore45\Examples
call DeletePdbFiles.cmd ..\Output\Tools | luiseduardohdbackup/oxyplot-v2 | Build/DeleteExamplePdbFiles.cmd | bat | mit | 289 |
python -m emadb stop
| astrorafael/emadb | stop.bat | bat | mit | 22 |
cmd_drivers/i2c/muxes/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/i2c/muxes/built-in.o drivers/i2c/muxes/pca954x.o
| asopov/linux-tpt-2.6.39 | drivers/i2c/muxes/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_arch/arm/lib/csumpartial.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartial.o.d -nostdinc -isystem /home/nonamer/android-toolchain-eabi-4.5/bin/../lib/gcc/arm-eabi/4.5.4/include -I/home/nonamer/bravo_2.6.35_gb-mr/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch... | NooNameR/Sense4.0-kernel | arch/arm/lib/.csumpartial.o.cmd | bat | gpl-2.0 | 1,776 |
cmd_sound/pci/pcxhr/built-in.o := rm -f sound/pci/pcxhr/built-in.o; /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/pci/pcxhr/built-in.o
| paxchristos/R800x-2.3.3-Kernel | sound/pci/pcxhr/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_drivers/usb/storage/usb-storage.o := arm-linux-androideabi-ld -EL -r -o drivers/usb/storage/usb-storage.o drivers/usb/storage/scsiglue.o drivers/usb/storage/protocol.o drivers/usb/storage/transport.o drivers/usb/storage/usb.o drivers/usb/storage/initializers.o drivers/usb/storage/sierra_ms.o drivers/usb/storage/... | tenorntex/lhbalanced | drivers/usb/storage/.usb-storage.o.cmd | bat | gpl-2.0 | 368 |
@echo off
rem $Id: run.bat 1606 2004-05-17 10:56:18Z leo $
%JAVA_HOME%\bin\java -Xmx128m -server -jar lib\snipsnap.jar
pause
| mikegr/snipsnap | run.bat | bat | gpl-2.0 | 125 |
mysql -u root -p < Delete.sql | SOSIEISTY/SOSIE | Base de données/Delete_database.bat | bat | gpl-2.0 | 29 |
cmd_net/xfrm/built-in.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-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
| spacecaker/Stock_spacecaker_kernel | net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 305 |
cmd_scripts/kconfig/lxdialog/util.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/util.o scripts/kconfig/lxdialog/util.c
source_scripts/kconfig/lxdialog/util.o := scripts/k... | bagnz0r/GT-I8160_Kernel | scripts/kconfig/lxdialog/.util.o.cmd | bat | gpl-2.0 | 2,365 |
cmd_net/packet/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
| garwynn/D710SPR_GB27_Kernel | net/packet/.built-in.o.cmd | bat | gpl-2.0 | 152 |
cmd_drivers/connector/cn.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/connector/cn.o drivers/connector/cn_queue.o drivers/connector/connector.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/connector/.cn.o.cmd | bat | gpl-2.0 | 180 |
cmd_arch/x86/kernel/acpi/realmode/wakeup.o := gcc -Wp,-MD,arch/x86/kernel/acpi/realmode/.wakeup.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Iinclude -include include/linux/autoconf.h -g -Os -D_SETUP -D_WAKEUP -D__KERNEL__ -I/home/nhong/wo... | namgk/kernel-tut | arch/x86/kernel/acpi/realmode/.wakeup.o.cmd | bat | gpl-2.0 | 2,250 |
cmd_arch/arm/vfp/vfphw.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/ian/kernel/Epic_Touch_kernel/arch/arm/include -Iarch/arm/include/generated ... | sleshepic/epic_touch_kernel | arch/arm/vfp/.vfphw.o.cmd | bat | gpl-2.0 | 3,122 |
echo WARNING: this script will delete ALL TAP-Win32 virtual adapters (use the device manager to delete adapters one at a time)
pause
".\tapinstall.exe" remove tap0801
pause
| RachadAbiChahine/WebOfThings | smews/misc/Funcard7/win32/driver/deltapall.bat | bat | gpl-3.0 | 177 |
cd D:\sync.com\Sync\LYM-projects\
perl D:\sync.com\Sync\LYM-projects\Projects\cmd\PG_confGenerator_Projects-v3.prl Projects\configuration\LYM_demo-head-single.txt Projects\scenarios\YN_demo-workshop-scenario-v1.txt Projects\shaders\LYM_ParticleAnimation_demo.frag Projects\shaders\LYM_ParticleAnimation_demo_full.frag Pr... | yukao/Porphyrograph | LYM-projects/batFiles/demo-workshop.PG-single.bat | bat | gpl-3.0 | 1,207 |
@echo off
echo === Compiling... ===
gcc -Wall ../src/*.c -o ../MaxDice.exe -lpdcurses -static
pause
| MaxWallstedt/MaxDice | compile_scripts/Compile_MaxDice_Windows.cmd | bat | gpl-3.0 | 100 |
@echo off
rem Need to use a separate batch file to call MEMTEST.EXE instead of
rem calling it directly from AUTOEXEC.BAT given that we modify AUTOEXEC.BAT
rem inside MEMTEST.EXE
..\memtest %1
| joyent/sdcboot | freedos/source/mem/test/memtest2.bat | bat | mpl-2.0 | 197 |
java -XX:+UnlockExperimentalVMOptions -XX:+DoEscapeAnalysis -XX:+UseFastAccessorMethods -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=2 -XX:+AggressiveOpts -XX:+UseBiasedLocking -XX:+AlwaysPreTouch -XX:ParallelGCThreads=2 -Xmx1g -Xms128m -XX:NewRatio=2 -jar game.jar
| lowkey42/java-jumpandrun-dev | core/start.bat | bat | unlicense | 283 |
@echo off
if "%COHORTE_HOME%" == "" (
echo [ERROR] the system environment variable COHORTE_HOME is not defined!
exit /b 1
)
if "%PYTHON_INTERPRETER%"=="" (
echo [WARNING] the system environment variable PYTHON_INTERPRETER is not defined!
echo we will try to use 'python' by default!
set PYTHON_INTERPRE... | isandlaTech/cohorte-platforms | cohorte-home/bin/cohorte-create-node.bat | bat | apache-2.0 | 411 |
vstest.console /Logger:trx /TestAdapterPath:"..\packages\NUnitTestAdapter.2.0.0\lib" "bin\Debug\IQ.Core.Framework.Test.dll"
| isoquark/isocore.data | IQ.Core.Framework.Test/nunit.bat | bat | apache-2.0 | 127 |
:; echo $PWD/; exit 0
@ECHO OFF
ECHO %~dp0
| resin-io/resin-device-operations | tests/images/edison/cwd.cmd | bat | apache-2.0 | 43 |
@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... | ymotongpoo/pyoauth2 | docs/make.bat | bat | bsd-3-clause | 5,100 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\acorn\bin\acorn" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\acorn\bin\acorn" %*
) | batz91/Tlushi | tlushi-application-android/acorn.cmd | bat | mit | 192 |
@echo off
:: +-------------------------------------------------------------------------
:: |
:: | WPN-XM Server Stack - Stripdown Script for MongoDB
:: |
:: +-----------------------------------------------------------------------<3
:: Accepts the "path to MongoDB" as first parameter
:: Use quotes on the ar... | WPN-XM/WPN-XM | bin/stripdown-mongodb.bat | bat | mit | 1,403 |
cmd_drivers/misc/ti-st/built-in.o := rm -f drivers/misc/ti-st/built-in.o; arm-linux-gnueabihf-ar rcsD drivers/misc/ti-st/built-in.o
| tyeo098/MK908-Kernel-NAND | drivers/misc/ti-st/.built-in.o.cmd | bat | gpl-2.0 | 133 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\urban\bin\urban" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\urban\bin\urban" %*
) | LimMingXuan/minefreedom-discord | node_modules/.bin/urban.cmd | bat | gpl-2.0 | 172 |
@echo off
rem
rem In addition to the other parameter options for the Jetty container
rem pass -j or --jmx to enable JMX agent. The port for it can be specified
rem with optional port number e.g. -j1099 or --jmx=1099.
rem
set JMX_ENABLED=0
set JMX_PORT=1099
set JAVA_ARGS=
::remove any quotes from JAVA_HOME and EXI... | joewiz/exist | bin/startup.bat | bat | lgpl-2.1 | 1,803 |
@rem Copyright 2009 Ramnivas Laddad
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by a... | sobkowiak/aspectj-in-action-code | ch02/workspace/Section2.1.1SettingUpTheExample/run.bat | bat | apache-2.0 | 878 |
:: This Source Code Form is subject to the terms of the Mozilla Public
:: License, v. 2.0. If a copy of the MPL was not distributed with this
:: file, You can obtain one at http://mozilla.org/MPL/2.0/. */
:: This must be run from the root webrender directory!
:: Users may set the CARGOFLAGS environment variable to pas... | servo/webrender | ci-scripts/windows-tests.cmd | bat | mpl-2.0 | 1,333 |
netcfg -u OVSExt
| kspviswa/dpi-enabled-ovs | ovs/datapath-windows/misc/uninstall.cmd | bat | mit | 17 |
call "%~dp0..\..\env.bat" %1 %2 %3
if ["%CASDEB%"] == [""] (
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release %~dp0\CSharp.sln
) else (
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug %~dp0\CSharp.sln
) | Tridify/oce | samples/CSharp/msvc.bat | bat | lgpl-2.1 | 220 |
universe = scheduler
executable = x_sleep.pl
log = job_core_perhold-false_sched.log
output = job_core_perhold-false_sched.out
error = job_core_perhold-false_sched.err
hold = false
periodic_hold = (time() - QDate) < 0
Notification = NEVER
arguments = 100
queue
| djw8605/condor | src/condor_tests/job_core_perhold-false_sched.cmd | bat | apache-2.0 | 264 |
cmd_drivers/media/built-in.o := arm-eabi-ld -EL -r -o drivers/media/built-in.o drivers/media/common/built-in.o drivers/media/rc/built-in.o drivers/media/video/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/media/.built-in.o.cmd | bat | gpl-2.0 | 175 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | capotej/whim | ec2_home/ec2-api-tools-1.6.3.1/bin/ec2dvcr.cmd | bat | mit | 1,046 |
@ECHO OFF
rem Test all machine configurations, pydebug, refleaks, release build.
cd ..\..\..\
echo.
echo # ======================================================================
echo # Building Python
echo # ======================================================================
echo.
cal... | FFMG/myoddweb.piger | monitor/api/python/Python-3.7.2/Modules/_decimal/tests/runall.bat | bat | gpl-2.0 | 3,012 |
command | mafagan/os | z_osabin/!cons_9x.bat | bat | gpl-3.0 | 7 |
@echo off
setlocal
call "%%CONTOOLS_ROOT%%/build/load_config.bat" . . "%%CONFIG_FILE%%"
if %TESTLIB__OVERALL_TESTS% GTR %TESTLIB__CURRENT_TESTS% (
set "TEST_REPORT_PREFIX_STR=%TESTLIB__OVERALL_TESTS%`%TESTLIB__CURRENT_TESTS%"
) else set "TEST_REPORT_PREFIX_STR=%TESTLIB__CURRENT_TESTS%"
set LASTERROR=0
... | andry81/contools | Scripts/Tests/unit/batscripts/.test_build__load_config_fast/impl.bat | bat | mit | 838 |
@rem Copyright (C) 2013-2015 MetaMorph Software, Inc
@rem Permission is hereby granted, free of charge, to any person obtaining a
@rem copy of this data, including any software or models in source or binary
@rem form, as well as any drawings, specifications, and documentation
@rem (collectively "the Data"), to de... | pombredanne/metamorphosys-desktop | metamorphosys/META/jenkins_build_CAD.cmd | bat | mit | 3,921 |
node main.js
pause | LuxGracetail/The-Scribe | run.bat | bat | mit | 18 |
@setlocal
@set abi=x86
@set /p x64=Do you want to build for x64? (y/n) Otherwise build for x86:
@echo.
@if /I "%x64%"=="y" set abi=x64
@rem Select MinGW shell based on ABI
@set MSYSTEM=MINGW64
@set LMSYSTEM=mingw64
@IF %abi%==x86 set MSYSTEM=MINGW32
@IF %abi%==x86 set LMSYSTEM=mingw32
@rem Select MSVC she... | pal1000/mesa-dist-win | buildscript/modules/abi.cmd | bat | mit | 698 |
@echo off
set LIB=lib\octotron.jar
set EXAMPLE_PATH=example_model
set JAVA="C:\Program Files\Java\jdk1.7.0_51\bin\java.exe"
start /wait cmd /c jython %EXAMPLE_PATH%\example.py -c %EXAMPLE_PATH%\config.json
%JAVA% -Dsun.net.httpserver.nodelay=true -cp %LIB% ru.parallel.octotron.exec.Start %EXAMPLE_PATH%\config.json
| srcc-msu/octotron | example.bat | bat | mit | 319 |
REM dirty, just to retrieve the current folder, to be able to print it on the next level...
REM for %%a in (.) do set currentfolder=%%~na
REM set LEVEL=%currentfolder%
REM call %BATCHDIR%mvn-scripts\pom-parser.cmd %BATCHDIR% list-dependencies
REM display-ancestors not available in used version 2.8, only in version 2.1... | mvb-online/multi-project-scripts | mvn-scripts/list-dependencies.cmd | bat | mit | 1,190 |
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/Instruction_Memory/implement/implement.bat | bat | mit | 3,412 |
@ECHO off
ECHO %date% %time%: started scheduler.bat >>"scheduler.log"
REM -------------------------------------------------------
REM - File: scheduler.bat
REM - Description: run qv-scripts from the command line
REM - Options /r run /l loads and executes makros
REM -----------------------------------------------------... | FrenzelGmbH/qlik | ADMIN/COMMON/9999 - AUTOMATISATION/scheduler.bat | bat | mit | 646 |
set LAPACK_INCLUDE_PATH=%PREFIX%\include
set LAPACK_LIB_PATH=%PREFIX%\Lib
SET LAPACK_LIBS=%PREFIX%\Lib\libf2c %PREFIX%\Lib\blas %PREFIX%\Lib\lapack
echo %LAPACK_LIBS%
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
| danielparton/omnia-md-conda-recipes | scs/bld.bat | bat | mit | 220 |
perl zadatak6.pl e probni.txt
| DominikDitoIvosevic/Uni | SKRJE/lab2/run6.bat | bat | mit | 31 |
msbuild /p:Configuration=Release ..\Rock.Reflection.UniversalMemberAccessor\Rock.Reflection.UniversalMemberAccessor.csproj
nuget pack ..\Rock.Reflection.UniversalMemberAccessor\Rock.Reflection.UniversalMemberAccessor.csproj -Properties Configuration=Release | RockFramework/Rock.Core | build/buildUniversalMemberAccessorNuget.bat | bat | mit | 257 |
rd /S /Q Web2ExeWin
call pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj -i icon.ico --distpath command_line_builds -n web2exe-win command_line.py
rd /S /Q command_line_builds\files
echo D | xcopy /s files command_line_builds\files
call pyinstaller -w --onefile --hidden-import PI... | bright-sparks/Web2Executable | build_windows.bat | bat | mit | 894 |
C:\MinGW\msys\1.0\msys.bat
| rsb93/Capstone | shell.bat | bat | gpl-2.0 | 27 |
cmd_net/ipv6/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o net/ipv6/built-in.o net/ipv6/ipv6.o net/ipv6/ah6.o net/ipv6/esp6.o net/ipv6/ipcomp6.o net/ipv6/xfrm6_tunnel.o net/ipv6/tunnel6.o net/ipv6/xfrm6_mode_transport.o net/ipv6/xfrm6_... | lindsaytheflint/stone | net/ipv6/.built-in.o.cmd | bat | gpl-2.0 | 541 |
cmd_arch/arm/lib/csumpartial.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.csumpartial.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian... | tyeo098/MK908-Kernel-NAND | arch/arm/lib/.csumpartial.o.cmd | bat | gpl-2.0 | 1,968 |
cmd_drivers/input/misc/adxl34x.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/input/misc/adxl34x.ko drivers/input/misc/adxl34x.o drivers/input/misc/adxl34x.mod.o
| avareldalton85/rpi2-linux-rt | drivers/input/misc/.adxl34x.ko.cmd | bat | gpl-2.0 | 275 |
cmd_arch/arm/boot/dts/imx6ul-14x14-evk-csi.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6ul-14x14-evk-csi.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/driv... | heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx6ul-14x14-evk-csi.dtb.cmd | bat | gpl-2.0 | 1,843 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/bin/pip.bat | bat | gpl-2.0 | 1,051 |
cmd_scripts/kconfig/lxdialog/textbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.textbox.o.d -w -O3 -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/textbox.o scripts/kconfig/lxdialog/textbox.c
source_scripts/kconfig/lxdialog/textb... | lindsaytheflint/stone | scripts/kconfig/lxdialog/.textbox.o.cmd | bat | gpl-2.0 | 3,002 |
cmd_drivers/acpi/glue.o := gcc -Wp,-MD,drivers/acpi/.glue.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... | namgk/kernel-tut | drivers/acpi/.glue.o.cmd | bat | gpl-2.0 | 16,289 |
cmd_drivers/input/input-core.o := ld -m elf_i386 -r -o drivers/input/input-core.o drivers/input/input.o drivers/input/input-compat.o drivers/input/ff-core.o
| madhwang/linuxKernel | drivers/input/.input-core.o.cmd | bat | gpl-2.0 | 160 |
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/es1688/built-in.o
| asopov/linux-tpt-2.6.39 | sound/isa/es1688/.built-in.o.cmd | bat | gpl-2.0 | 185 |
>>> nobles[1] = 'neon'
>>> nobles
['helium', 'neon', 'argon', 'krypton', 'xenon', 'radon']
| simontakite/sysadmin | pythonscripts/practicalprogramming/lists/nobles2.cmd | bat | gpl-2.0 | 91 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/bin/morbo.bat | bat | gpl-2.0 | 2,973 |
@if (true == false) @end /*
@echo off
cmdwiz setfont 6 & cls & cmdwiz showcursor 0 & title L-System (right/left c d b i/I)
if defined __ goto :START
set __=.
cmdgfx_input.exe knW50xzR | call %0 %* | cmdgfx_gdi "" Sfa:0,0,1600,900
set __=
goto :eof
:START
set /a W=1600, H=900
set /a W6=W/8, H6=H/12
mode %W6%,%H6%
call ... | misol1/cmdgfx | server-lsystem-js.bat | bat | gpl-2.0 | 9,320 |
-- create initial state:
!create a : A
!create b1 : B
!set b1.c := 1
!insert (a, b1) into R
| stormymauldin/stuff | examples/AB1.cmd | bat | gpl-2.0 | 92 |
g++ src/*cpp -o bin/ArithmeticCodeCodec -std=c++11
| jk-007/arithmetic-coding | build.bat | bat | gpl-3.0 | 51 |
del /s /q output
for /d %%f in (output\*) do rmdir /s /q "%%f"
"%PATH_WIX%candle.exe" -ext WixBalExtension -v *.wxs -o output\
"%PATH_WIX%light.exe" -ext WixBalExtension output\*.wixobj -o output\PersoSim_Installation_Bundle.exe
rem sign the burn engine
"%PATH_WIX%insignia.exe" -ib output\PersoSim_Installation_Bundle... | PersoSim/de.persosim.driver.win | Installer/WiX_Bundle/buildBundle.bat | bat | gpl-3.0 | 736 |
cd %TRRuSST_HOME%
mvn clean compile test-compile install
cd %TRRuSST_HOME%\scripts\windows | sandakith/TRRuSST | scripts/windows/buildWithTests.bat | bat | gpl-3.0 | 90 |
@ECHO OFF
REM gracethdcheck_pg_create_v_ct_unit.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
R... | GraceTHD-community/GraceTHD-Check | gracethdcheck_pg_create_v_ct_unit.bat | bat | gpl-3.0 | 4,346 |
@ECHO OFF
%PROGRAMFILES%\Microsoft SDKs\Windows\v7.0A\bin\svcutil.exe" /t:xmlSerializer bin\Release\TortoiseMantis.dll | xxNull-lsk/tortoisemantis | do-svcutil-thingie.cmd | bat | gpl-3.0 | 119 |
set optimise=1
set limit=111111111111111111111111
:Top
CD..
php.exe update_binaries.php
php.exe update_releases.php
CD batch_scripts
set /a optimise=%optimise%+1
if %optimise%==300 goto optimise
:OptimiseDone
set /a tv=%tv%+1
if %tv%==20 goto tv
:TVDone
Sleep 120
GOTO TOP
:Optimise
CD.... | kop1/newznab | misc/update_scripts/win_scripts/runme.bat | bat | gpl-3.0 | 484 |
:: update_binding.cmd
:: 10/6/2012 jichi
:: See: http://qt-project.org/wiki/Category:LanguageBindings::PySide::Shiboken::PySide_Binding_Generation_Tutorial
:: See: http://blog.csdn.net/dbzhang800/article/details/6387577
@setlocal
cd /d "%~dp0"
set TARGET=winutil
set LIBTARGET=%TARGET%
set PYTARGET=py%TARGET%
set HEADER... | Dangetsu/vnr | Frameworks/Sakura/cpp/plugins/pywinutil/update_binding.cmd | bat | gpl-3.0 | 2,938 |
cd D:\sync.com\Sync\LYM-projects\
perl D:\sync.com\Sync\LYM-projects\Projects\cmd\PG_confGenerator_Projects-v3.prl Projects\configuration\LYM_effe-head-single.csv Projects\scenarios\LYM_effe-scenario-v3.csv Projects\shaders\LYM_ParticleAnimation_effe.frag Projects\shaders\LYM_ParticleAnimation_effe_full.frag Projects\s... | yukao/Porphyrograph | LYM-projects/batFiles/project-archives/effe/effe.PG-single.bat | bat | gpl-3.0 | 1,191 |
REM
REM this bacth file compiles a TEXI documenation
REM the argument has to be the file to be compiled
REM w/o the texi.jam extension
REM
REM This is the light version of the batch file mkth
REM because this one does not compile with the TeX
REM
REM This version can be used during development to
REM generate a fast HT... | verhas/ScriptBasic | mkthl.cmd | bat | lgpl-2.1 | 744 |
set OPTS=/Ox /Oy /MT /DNDEBUG
set FLAGS=-D__USE_MINGW_ANSI_STDIO=1
cl %OPTS% %FLAGS% /Fempython.exe micropython\py\*.c -I micropython -I micropython\windows -I micropython\windows\build -I micropython\windows\msvc micropython\windows\msvc\*.c -DM_PI=3.14159265358979323846 -DM_E=2.7182818284590452354 micropython\window... | r-lyeh/scriptorium | python/make.bat | bat | unlicense | 556 |
:: This batch file loads the NHol interactive environment into the
:: latest version of F# Interactive (FSI) available on this machine.
@echo off
:: Restore NuGet packages (if necessary) before proceeding.
.nuget\NuGet.exe restore NHol\packages.config -PackagesDirectory packages
if %errorlevel% neq 0 (
echo Unab... | jack-pappas/NHol | NHol.bat | bat | apache-2.0 | 2,487 |
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_40
set JVM_OPS=-Xmx800m -Dstorage.diskCache.bufferSize=3000 -Dstorage.useWAL=false -Dstorage.wal.syncOnPageFlush=false
"%JAVA_HOME%\bin\java" %JVM_OPS% -classpath ./* com.siams.orientdb.evaluation.VDbImport %1 %2
| imaging4j/orientdb-performance-evaluation | build/VBdImport.cmd | bat | apache-2.0 | 258 |
@echo off
rem if your client repository is different, change the value.
set CLIENT_REPO=%WSFC_HOME%
%WSFC_HOME%\samples\bin\rampartc\saml_protect_echo.exe http://localhost:9090/axis2/services/sec_echo/echoString %CLIENT_REPO%
@echo on
| techhead/wsf_php_dist | wsf_c/rampartc/samples/client/saml_protect/update_n_run.bat | bat | apache-2.0 | 237 |
rem @echo off
ver | find "5.0" > nul
if %ERRORLEVEL% == 0 goto Win2000
ver | find "5.1" > nul
if %ERRORLEVEL% == 0 goto WinXP%PROCESSOR_ARCHITEW6432%
goto Win2003
:Win2000
goto v068
:WinXP
goto WinXP%PROCESSOR_ARCHITECTURE%
:WinXPx86
goto v068
:WinXPamd64
goto v105x64
:Win2003
goto v105%PROCESSOR_ARCHITEW6432%
... | eSDK/esdk_uc_plugin_lync | platform/TUPSDK/TUP_V100R001C30/DataConf/DFMirageAllOS/Install.cmd | bat | apache-2.0 | 790 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Backup External HD startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell... | carsten-engelke/vega-tools | vegaBackupExternalHD/build/scripts/Backup External HD.bat | bat | apache-2.0 | 2,321 |
@rem Copyright 2018 The 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 applicab... | carl-mastrangelo/grpc | src/csharp/build_unitypackage.bat | bat | apache-2.0 | 5,346 |
java -jar lib/jsonix-schema-compiler-full-${jsonix-schema-compiler.version}.jar -d target/generated-sources/xjc src/main/resources/purchaseorder.xsd -b src/main/resources/bindings.xjb -Xjsonix-compact
| highsource/jsonix-schema-compiler | samples/po/project-build.bat | bat | bsd-2-clause | 201 |
mysql CFDA -u [username] -p[password] --host=[host] --execute="source programs-full09164.sql"
mysql CFDA -u [username] -p[password] --host=[host] --execute="source programs-full09171.sql"
mysql CFDA -u [username] -p[password] --host=[host] --execute="source programs-full09178.sql"
mysql CFDA -u [username] -p[password] ... | CSSIP-AIR/UMETRICS | Scripts/LoadRaw/CFDA/LoadAllCFDAFiles.cmd | bat | bsd-2-clause | 21,808 |
@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... | jambonsw/cookiecutter-static-site | docs/make.bat | bat | bsd-2-clause | 7,299 |
@call %~dp0/../_etc/lgl_set.bat | greenlaw110/winenv | etc/lgl_set.bat | bat | bsd-2-clause | 31 |
@echo off
set file="DEMO4"
if exist %file%.obj del %file%.obj
if not exist %file%.asm goto errasm
..\..\..\bin\nasm -f win64 %file%.asm -o %file%.obj
if errorlevel 1 goto errasm
..\..\..\bin\GoLink.exe /console /entry main DEMO4.obj msvcrt.dll
if errorlevel 1 goto errlink
if exist %file%.obj del %file%.ob... | thlorenz/nasmx | demos/win64/DEMO4/demo4.bat | bat | bsd-2-clause | 474 |
@ECHO OFF
REM Command file for Sphinx documentation
pushd %~dp0
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_elements.papersize=%PAPER% %ALL... | CJ-Wright/sidewinder-spec | docs/make.bat | bat | bsd-3-clause | 7,502 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.