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 |
|---|---|---|---|---|---|
-stack 0x2000 /* PRIMARY STACK SIZE */
-sysstack 0x1000 /* SECONDARY STACK SIZE */
-heap 0x2000 /* HEAP AREA SIZE */
MEMORY
{
PAGE 0:
VEC(RWX) : origin = 00000C0h length = 000300h
DATA(RWX) : origin = 0000400h length = 017C00h
... | DMFX-1/Software | DMFX_1_1/c55xx_csl/ccs_v5.0_examples/usb/CSL_USB_IntcExample/VC5505_USB.cmd | bat | gpl-3.0 | 681 |
set filename=ICS_%DATE:~-4%_%DATE:~4,2%_%DATE:~7,2%_%TIME:~0,2%_%TIME:~3,2%.dat
set filename=%filename: =0%
node plc_logger.js DAQ.json > DAQ_%filename%.dat | fingerskier/plc_logger | log.cmd | bat | gpl-3.0 | 157 |
cd ../../../
call mvn clean install
cd src/buildscripts/win86
pause
| FunThomas424242/gtdclient | src/buildscripts/win86/install.bat | bat | lgpl-2.1 | 69 |
@echo off
REM Invoca a BorraFichero.cmd con cada fichero (nombre y path campleto)
REM del tipo *.sql sea de 7 o mas dias de antiguedad
forfiles /M *.sql /D -7 /C "cmd /c C:\TAU\servicios\Administracion\BorraFichero @path >> copia.log" | youenna/tau | TAU/trunk/servicios/Administracion/BorraBackupAntiguos.cmd | bat | lgpl-2.1 | 237 |
echo off
set JAVA=C:\Java\jdk1.8.0\bin\java.exe
set POSTJAR=C:\Java\solr-6.4.1\example\exampledocs\post.jar
set COLLECTION_URL=%1
set SOURCE_FILE=%2
echo Posting to Solr...
%JAVA% -Durl="%COLLECTION_URL%" -jar "%POSTJAR%" "%SOURCE_FILE%" | lerthe61/Snippets | Search/Solr/post.bat | bat | unlicense | 245 |
cd C:/Abaqus_WD/CurvedInterface && abaqus CAE noGUI=C:/02_Local-folder/01_Luca/01_WD/thinPlyMechanics/python/createAndAnalyzeRVEs.py -- -dir C:/Users/lucad/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM/InputData/VkHdisp -data inputRVEdataVkHdispL%1-LPC.deck -iterables inputRVEiterablesVkHdispL%1-LPC.deck -plot inputRVEplo... | LucaDiStasio/thinPlyMechanics | windows-cmd/startRVESimPipeCouplingHdispLPC.cmd | bat | apache-2.0 | 582 |
set CGO_CFLAGS=-I../C_porting_XTP/include/XTP -I../C_porting_XTP/include/CXTPApi
set CGO_LDFLAGS=-L./../C_porting_XTP/lib/XTP/win64 -L./../C_porting_XTP/lib/CXTPApi/ -lCXTPApi -lxtpquoteapi -lxtptraderapi
set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=1
echo %CGO_CFLAGS%
echo %CGO_LDFLAGS%
echo %GOOS%
go build -o ... | leochan007/XTP.GO | go_src/build.cmd | bat | apache-2.0 | 346 |
@echo off
REM
REM Copyright 2009 Philippe Prados.
REM http://macaron.googlecode.com
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/lice... | pprados/macaron | src/main/bin/macaron-audit.cmd | bat | apache-2.0 | 1,233 |
nuget pack Dwarf.WebApi.csproj -Properties Configuration=Release | GreenfieldVentures/Dwarf.WebApi | NuPack.bat | bat | apache-2.0 | 64 |
@echo off
rem
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2... | soluvas/karaf | assemblies/features/framework/src/main/filtered-resources/resources/bin/stop.bat | bat | apache-2.0 | 2,019 |
start cmd.exe /c "tsc --p ./" | JakubJecminek/fun-model | build.bat | bat | apache-2.0 | 30 |
@echo off
set USER_SERVICE_NAME=UserService
set USER_SERVICE_VERSION=v1
set USER_SERVICE_PORT=7777
set DISCOVERY=http://localhost:9999
set DATABASE_DIALECT=postgres
set DATABASE=host=localhost user=postgres dbname=user_service sslmode=disable password=
set UPGRADE_DATABASE=1
rem export METRICS="http://localhost:8086"
r... | gkarlik/expense-tracker | user-service/v1/run.bat | bat | apache-2.0 | 427 |
set "JAVA_HOME_CONDA_BACKUP=%JAVA_HOME%"
set "JAVA_HOME=%CONDA_PREFIX%\Library"
| sodre/openjdk-feedstock | recipe/scripts/activate.bat | bat | bsd-3-clause | 80 |
@echo off
if NOT EXIST results mkdir results
echo Unit tests for x65 assembler >results\unittest.txt
echo >>results\unittest.txt
echo 65816 Force Addressing Mode Test >>results\unittest.txt
..\bin\x64\x65 AddrMode_65816.s -cpu=65816 -lst >>results\unittest.txt
if %errorlevel% EQU 0 goto addrmode_pass
:addrmode_fail
... | Sakrac/Asm6502 | test/unittest.bat | bat | mit | 3,957 |
nuget pack Logger.nuspec | maqsoftware/logger | MAQ.Logger/CreateNugetPackage.bat | bat | mit | 24 |
emcc main.c -s ASSERTIONS=2 -s USE_SDL=2 --embed-file assets --shell-file emscriptem_shell.html -o bin/game.html
| betajaen/retro | build_game_emscripten_debug.bat | bat | mit | 113 |
@echo on
set LOCAL_DIR=%~dp0
set LOCAL_DIR=%LOCAL_DIR:~0,-1%
if "%~1"=="" (set "SOURCE=..\..\img") else (set "SOURCE=%~1")
echo Optimizing PNG with optipng
forfiles /p %SOURCE% /s /m "*.png" /c "cmd /c echo processing @path && %LOCAL_DIR%\optipng.exe -force -o7 @path"
pause | openosk/openosk.github.io | automation/images/optipng.bat | bat | mit | 285 |
cmd_fs/cifs/cifs_debug.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/cifs/.cifs_debug.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 -Wall -Wundef -Wst... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/cifs/.cifs_debug.o.cmd | bat | gpl-2.0 | 20,361 |
cmd_drivers/net/ethernet/faraday/built-in.o := rm -f drivers/net/ethernet/faraday/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/faraday/built-in.o
| friedrich420/Note-3-AEL-Kernel | drivers/net/ethernet/faraday/.built-in.o.cmd | bat | gpl-2.0 | 205 |
@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... | leotada/PyNFe | docs/make.bat | bat | lgpl-3.0 | 6,971 |
@echo off
rem All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
setlocal
@SET WD=%~d0%~p0
rem Set the path to your Terracotta server home here
@SET TC_HOME=%WD%..\..\..\server
IF NOT EXIST "%TC_HOME%\bin\stop-tc-server.bat" (
echo "Modify the script to set TC_HOME... | suthat/signal | vendor/quartz-2.2.0/examples/example15/stop-sample-server.bat | bat | apache-2.0 | 405 |
@rem clearboth.bat - script to clear both scintilla and scite
@rem directory trees of all compiler output files.
@rem Current directory must be parent of scintilla and scite before running.
@cd scintilla
@call delbin
@cd ..
@cd scite
@call delbin
@cd ..
| sdottaka/mruby-bin-scite-mruby | tools/scite/scripts/clearboth.bat | bat | mit | 254 |
:: (C) 2017 Ezhil Language Foundation
::launch ezhil editor from base directory
cd ezhili
start "" ezhili.exe
| arcturusannamalai/Ezhil-Lang | buildscripts/ezhili.bat | bat | gpl-3.0 | 111 |
@echo off
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
r... | mproch/apache-ode | distro/src/bin/bpelc.bat | bat | apache-2.0 | 2,030 |
@echo off
rem test if JAVA_HOME is already set in the system environment
if exist "%JAVA_HOME%\bin\java.exe" goto JAVA_HOME_SET
rem IMPORTANT! Edit the next line and set JAVA_HOME according to your environment.
set JAVA_HOME=C:\programme\jdk122
rem test if JAVA_HOME is set correctly now
if exist "%JAVA_HOME%\bin\jav... | silid/project-x-cvs | build.bat | bat | gpl-2.0 | 1,415 |
copy %RELEASE_DIR%\%1.exe %OUTPUT_DIR%
copy %RELEASE_DIR%\%1.map %OUTPUT_DIR%
dump_syms.exe %RELEASE_DIR%\%1.exe > %SYMBOLS_DIR%\%1.sym 2>>%DUMP_SYMBOLS_LOG%
| ggrekhov/ugene | installer/windows_x64/copy_executable.cmd | bat | gpl-2.0 | 163 |
:: cd .\.nuget
:: comm
.\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Config\Dev.Comm.Config.csproj -Build -Properties Configuration=Debug
.\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Core\Dev.Comm.Core.csproj -Build -Properties Configuration=Debug
.\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Data\Dev.Comm.Data.... | zbw911/DevLib.Comm | .nuget/nugetDebug.bat | bat | unlicense | 2,697 |
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 and does... | SWORDfpga/ComputerOrganizationDesign | labs/lab08/lab08/ipcore_dir/ROM_D/implement/planAhead_ise.bat | bat | gpl-3.0 | 2,617 |
@echo off
rem Copyright Beman Dawes 2012
rem Distributed under the Boost Software License, Version 1.0.
del tr2.html 2>nul
echo building tr2.html
mmp TARGET=TR2 source.html tr2.html
del reference.html 2>nul
echo building reference.html
mmp TARGET=BOOST source.html reference.html
echo run "hoist" to hoist reference.html... | rkq/cxxexp | third-party/src/boost_1_56_0/libs/filesystem/doc/src/build.bat | bat | mit | 338 |
setenv dvimode '640x480MR-24@60 mem=99M@0x80000000 mem=128M@0x88000000 omapfb.vram=0:6M,1:3M,2:3M'
run loaduimage
run mmcboot
| wwright2/dcim3-angstrom1 | sources/meta-angstrom/recipes-angstrom/angstrom/angstrom-uboot-scripts/pico-dsplink.cmd | bat | mit | 126 |
:: Copyright 2012 The Go Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
:: Environment variables that control make.bat:
::
:: GOROOT_FINAL: The expected final Go root, baked into binaries.
:: The default is the location of the Go tr... | yuhengye/go | src/make.bat | bat | bsd-3-clause | 3,776 |
@echo off
set command=%~1
if {%command%}=={} (
call :printHelp "Command is required"
goto :eof
)
set packageVersion=%~2
if {%packageVersion%}=={} (
call :printHelp "Package version is required"
goto :eof
)
set baseDir=%~dp0
call :joinPath %baseDir% "Dist"
set distDir=%result%
call :joinPath %distDir% %packageV... | sweetlandj/Platibus | Publish.cmd | bat | mit | 2,517 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\rimraf\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\rimraf\bin.js" %*
) | iteratus/me-my-wife-and-the-kids | node_modules/del/node_modules/.bin/rimraf.cmd | bat | mit | 186 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=rambutan
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was ... | jmschrei/rambutan | docs/make.bat | bat | mit | 812 |
@echo off
setlocal
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 -jar -Dlog4j.configurationFile=./conf/log4j2.xml ./lib/raildelays-batch.jar
PAUSE
| almex/Raildelays | assembly/src/main/resources/runDebug.bat | bat | mit | 176 |
@ECHO OFF
REM /***************************************************************************************/
REM /* FILENAME : DECOMPILE.CMD */
REM /* TYPE : Windows NT Command Script */
REM /* DESCRIPTION : Thi... | peterennis/baemb | Decompile2010x64.cmd | bat | mit | 4,493 |
cd ..
rd NugetPackageTemp /S /Q
md NugetPackageTemp\lib\net45
copy .\MagicalStorage.Core\bin\Debug\MagicalStorage.Core.dll .\NugetPackageTemp\lib\net45
copy .\MagicalStorage.Core\bin\Debug\MagicalStorage.Core.pdb .\NugetPackageTemp\lib\net45
copy .\MagicalStorage.Repository\bin\Debug\MagicalStorage.Repository.dll .\Nug... | Nvt2106/MagicalStorage | NugetPackageScript/MagicalStorage.bat | bat | mit | 740 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
if "%1" == "" goto help
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
del /q /s source\generated
go... | cadop/pyCGM | docs/make.bat | bat | mit | 902 |
#############################################################################################
## Copyright 2014-2015, Egatuts & Esaú García ##
## Open-source project shared under MIT License (http://opensource.org/licenses/MIT) ##
## View, fork, help, and report issues... | EgaLabs/nxt-remote-controller | batch-scripts/sign_certificate.bat | bat | mit | 1,245 |
uglifycss bootstrap.min.css jquery.toast.min.css login.css --output login.min.css | aelassas/Wexflow | src/backend/Wexflow.Backend/css/uglify-login.bat | bat | mit | 81 |
rem
rem This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
rem project.
rem
rem Copyright (C) 1998-2014 OpenLink Software
rem
rem This project is free software; you can redistribute it and/or modify it
rem under the terms of the GNU General Public License as published by the
rem Free Software F... | v7fasttrack/virtuoso-opensource | binsrc/maildrop/win32/register.bat | bat | gpl-2.0 | 2,064 |
cmd_drivers/cdrom/built-in.o := rm -f drivers/cdrom/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/cdrom/built-in.o
| freebsdmax/gsmart1315_kernel | drivers/cdrom/.built-in.o.cmd | bat | gpl-2.0 | 195 |
@call config.bat
@set COMMAND=%EMACS_HOME%\bin\runemacs.exe
@powershell %~dp0\context_menu_add.ps1 -file .txt -action_name open -action_cmd %COMMAND% -action_label 'Edit with Emacs' -action_icon '%COMMAND%'
| NicolasDuboisToulouse/home_config | setup/windows/contextMenu/context_menu_txt_emacs.bat | bat | gpl-2.0 | 209 |
cmd_lib/klist.o := arm-eabi-gcc -Wp,-MD,lib/.klist.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL_... | timmytim/honeybutter_kernel | lib/.klist.o.cmd | bat | gpl-2.0 | 22,954 |
cmd_sound/arm/built-in.o := rm -f sound/arm/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/arm/built-in.o
| evan6200/cirrfy_pos | sound/arm/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; arm-arago-linux-gnueabi-ar rcs sound/isa/ad1848/built-in.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 130 |
cmd_arch/arm/mm/abort-ev7.o := /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev7.o.d -nostdinc -isystem /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/media/florian/android_compile/kernel/arch/... | kurainooni/rk30-kernel | arch/arm/mm/.abort-ev7.o.cmd | bat | gpl-2.0 | 2,161 |
cmd_kernel/mutex.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.mutex.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -ml... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/kernel/.mutex.o.cmd | bat | gpl-2.0 | 21,578 |
cmd_fs/pnode.o := gcc -Wp,-MD,fs/.pnode.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-calls -mtune=generic -m64 -mno-red-zone -mcmode... | dnh34/proj1 | fs/.pnode.o.cmd | bat | gpl-2.0 | 11,522 |
rem @echo off
pushd "%~dp0"
if "%SOFTWARE%"=="" (set SOFTWARE=C:\software)
set TARGET=%SOFTWARE%\wireshark
set PACKAGE32=Wireshark-win32-2.6.3.exe
set PACKAGE64=Wireshark-win64-2.6.3.exe
if exist "%TARGET%" goto END
@rem Check the architecture
reg Query "HKLM\Hardware\Description\System\CentralProcess... | malwarenights/rebox | packages/w/wireshark/00_install.bat | bat | gpl-2.0 | 780 |
dvipdfmx -x %1 -y %2 -p %3,%4 -s %5 -o %6 %7
| justathoughtor2/atomicApe | cygwin/bin/texlive/tlpkg/dviout/UTILITY/dvi$pdf.bat | bat | gpl-3.0 | 45 |
protoc --proto_path=./ --cpp_out=./src/ --java_out=./javaGenerated/ --csharp_out=./csharpGenerated/ ./Task.proto
| Libco/SyncServer | generate.bat | bat | gpl-3.0 | 113 |
@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... | mabelcalim/tide-app | docs/make.bat | bat | gpl-3.0 | 6,724 |
cd ..
git rev-parse --short HEAD > tmp.txt
set /p rev_hash=<tmp.txt
git rev-list --tags --max-count=1 > tmp.txt
set /p hash_tmp=<tmp.txt
git describe --tags %hash_tmp% > tmp.txt
set /p last_tag=<tmp.txt
git rev-list %last_tag%..HEAD --count > tmp.txt
set /p rev_count_since_tag=<tmp.txt
echo %last_tag... | DTUWindEnergy/ServosAndUtilities | src/get_git_version.bat | bat | gpl-3.0 | 411 |
@echo off
setlocal
cd /d %~dp0
cd ../../..
cd platform/win/sftp
WinSCP.exe &
exit 1 | corvideon/InstantWP | core/platform/win/scripts/InstantWP-SFTP.bat | bat | gpl-3.0 | 87 |
@echo off
if exist out\x64\Release goto clean:
:clean
echo Cleaning DataStoreManager AddIn
call addin_clean.bat out\x64\Release\AddIns\DataStoreManager
echo Cleaning Express AddIn
call addin_clean.bat out\x64\Release\AddIns\Express
echo Cleaning Raster AddIn
call addin_clean.bat out\x64\Release\AddIns\Raster
echo Clean... | jumpinjackie/fdotoolbox | postbuild_clean.bat | bat | lgpl-2.1 | 401 |
REM 12-06-17 Gerhard Seelmann
REM 13-12-07 Matthias Stirner
REM
REM Set path to 'gcc'(V4), 'make', and 'upx' (V3.08 or above)
REM Use short file names (w/o spaces), otherwise 'g++' failed for me
@ECHO OFF
SET GCC_BIN_DIR=C:\MinGW\bin
SET UPX_BIN_DIR=C:\UPX
SET OLDPATH=%PATH%
SET PATH=%GCC_BIN_DIR%;%UPX_BIN_DIR%;%PAT... | packjpg/packARC | source/build_packarc_msdos.bat | bat | lgpl-3.0 | 910 |
@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... | freelancer/freelancer-sdk-python | docs/make.bat | bat | lgpl-3.0 | 6,715 |
if exist core\output rmdir /s /q core\output
if exist nh\output rmdir /s /q nh\output
if exist ef\output rmdir /s /q ef\output
if exist linq2db\output rmdir /s /q linq2db\output
if exist ef-sqlce\output rmdir /s /q ef-sqlce\output
if exist windsor\output rmdir /s /q windsor\output
if exist structuremap\output rmdir /s... | behzad88/Antler | build/publish_common.cmd | bat | apache-2.0 | 3,335 |
@echo off
pyuic4 ../ui/scan_dialog.ui > ../../view/Ui_ScanDialog.py
| uname/blepi | resource/scripts/scan_dialog_gen.bat | bat | apache-2.0 | 69 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (t... | Nachiket90/jmeter-sample | bin/jmeter.bat | bat | apache-2.0 | 3,999 |
@rem !/bin/msdos
@
@rem Make all examples.
@rem No Scons, no CMake, no Make or any other make tool
@rem One line one example
@rem Designed for easy copy/paste
@
@
@cls
@rem pushd .
@call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat
@rem popd
@
@echo %cd%
@... | dmilos/color | example/makeVS2019.bat | bat | apache-2.0 | 348 |
python test.py test_overlay\armando1
python test.py test_overlay\armando2
python test.py test_overlay\hwt1
python test.py test_overlay\hwt2
python test.py test_overlay\tecmath1 | adobe-research/video-lecture-summaries | Scripts/batch/run_test.bat | bat | bsd-2-clause | 178 |
@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... | CodeNeuro/gitgoing | docs/make.bat | bat | bsd-3-clause | 6,463 |
@erase /s lang.inc > nul
@echo lang fix ru >lang.inc
fasm MSquare.asm MSquare
pause | devlato/kolibrios-llvm | programs/games/MSquare/trunk/build_ru.bat | bat | mit | 83 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC38_GetListItemChanges_WSS3 /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC38_GetListItemChanges_WSS3.cmd | bat | mit | 311 |
cmd_drivers/misc/cb710/built-in.o := rm -f drivers/misc/cb710/built-in.o; arm-none-linux-gnueabi-ar rcs drivers/misc/cb710/built-in.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/drivers/misc/cb710/.built-in.o.cmd | bat | gpl-2.0 | 135 |
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/drivers/opl3/built-in.o
| jdlfg/Mecha-kernel-jdlfg | sound/drivers/opl3/.built-in.o.cmd | bat | gpl-2.0 | 189 |
@echo // Copyright (C) 1996-2017 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (AMD64 or Itanium)
@echo // Microsoft Visual C/C++ (DLL)
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=cl -nologo -MT
set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
%CC% %CF% -D__LZO_EXPORT1#__declspe... | nemequ/lzo | B/win64/vc_dll.bat | bat | gpl-2.0 | 1,047 |
cd db
mkdir raw
builddb3
compressdb3
deltree /Y raw
del /q raw
rmdir raw
del buildlog.txt
del compress.txt
del compresslog.txt
del dbhist2.txt
del dbhist3.txt
del dbhist4.txt
del dbhist5.txt
del dbhist6.txt
del perflog.txt
del sizelog.txt
del winlog.txt
echo database generation successful! you can clo... | MisterTea/HyperNEAT | NE/HyperNEAT/out/cake_db/dbgen.bat | bat | bsd-3-clause | 341 |
@call set_vars.bat
@if not "%WAITQT%" == "1" goto continue
@echo Ensure Qt installer has finished.
@pause
:continue
@bash patch_files.sh
@cd %ROOTPATH%
copy src\gridcoin.h src\gridcoinh.bak
copy A:\deps-master\extras\gridcoin.h src\gridcoin.h
@echo building qt - qmake...
@set COINNAME=Gridcoin
@set QMPS=BOO... | gridcoin/Gridcoin-master | contrib/easywinbuilder/4b_build_qt.bat | bat | mit | 1,154 |
@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... | slideclick/mochi | doc/make.bat | bat | mit | 6,699 |
make clean
pause | BrainHunter/LevelSensor | make clean.bat | bat | gpl-2.0 | 16 |
@echo off
cd /d "%~p0"
SET Configuration=%1
IF "%Configuration%"=="" SET Configuration=Release
SET BuildType=%2
IF "%BuildType%"=="" SET BuildType=Rebuild
for /f "tokens=*" %%i in ('hMSBuild.bat -only-path -notamd64') do set msbuild="%%i"
set projectShellEx=..\GitExtensionsShellEx\GitExtensionsShellEx.sln
set proje... | mdonatas/gitextensions | Setup/BuildGitExtNative.cmd | bat | gpl-3.0 | 782 |
@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%
... | markyao/disconf | docs/make.bat | bat | apache-2.0 | 7,219 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.2.0.0@in-publish\in-publish.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.2.0.0@in-publish\in-publish.js" %*
) | percyi/percyi.github.io | percy-resume/node_modules/.3.10.1@node-sass/node_modules/.bin/in-publish.cmd | bat | mit | 216 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\import-local\fixtures\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\import-local\fixtures\cli.js" %*
) | NGU2016/gallery-picture | node_modules/.bin/import-local-fixture.cmd | bat | mit | 198 |
@echo off
rem Startup script for the VuFind Jetty Server under Windows
rem
rem Configuration variables
rem
rem VUFIND_HOME
rem Home of the VuFind installation.
rem
rem SOLR_BIN
rem Home of the Solr executable scripts.
rem
rem SOLR_HEAP
rem Size of the Solr heap (i.e. 512M, 2G, etc.). Defaults to 1G.
rem
rem SOLR_... | arto70/NDL-VuFind2 | solr.bat | bat | gpl-2.0 | 2,774 |
..\programme\programme.exe < ..\programme\input | ZHYfeng/malicious-code-conceal | 3_2_multi_programmes_windows/water-spatial.4321/script/run.bat | bat | apache-2.0 | 47 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=aiospamc
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was ... | mjcaley/aiospamc | docs/make.bat | bat | mit | 812 |
@echo off
rem Public domain
rem http://unlicense.org/
rem Created by Grigore Stefan <g_stefan@yahoo.com>
rem --- clean
echo -^> clean libxyo-win-inject
if exist bin\ rmdir /Q /S bin
if exist build\ rmdir /Q /S build
if exist lib\ rmdir /Q /S lib
if exist .vscode\ipch\ rmdir /Q /S .vscode\ipch
| g-stefan/libxyo-win-inject | build.msvc.clean.cmd | bat | mit | 312 |
docker run ormico/helloworld:nanoserver
| ormico/AtlCodeCampDocker | Examples/helloworld-nanoserver/dockerrun.bat | bat | mit | 41 |
schtasks.exe /create /sc ONSTART /TN "\Microsoft\Windows\Desired State Configuration\DSCRestartBootTask" /RU System /F /TR "PowerShell.exe -ExecutionPolicy Unrestricted -File c:\config\config.ps1" | RamanDhillon/SDN | SDNExpress/TenantApps/rundsc.cmd | bat | mit | 196 |
echo off
set version=%1
set pass=%2
set nugetUrl=%3
.nuget\NuGet.exe push Common.Testing.MSTest\Common.Testing.MSTest.%version%.nupkg %pass% -s %nugetUrl%
| Trendyol/Common.Testing.MSTest | package pusher.bat | bat | mit | 155 |
REM requires https://developers.google.com/closure/compiler/
"C:\Program Files\Java\jre7\bin\java.exe" -jar ../lib/compiler.jar --compilation_level=SIMPLE_OPTIMIZATIONS --js=../src/core.js --js_output_file=../sqe.library.min.js
"C:\Program Files\Java\jre7\bin\java.exe" -jar ../lib/compiler.jar --compilation_level=WHI... | b3ngineer/SemanticQueryEngine | tools/build.bat | bat | mit | 414 |
cd _build
mkdir VS2015
cd VS2015
cmake ../../ -G "Visual Studio 14 2015 Win64"
cd .. | ritgraphics/Game | EndlessRunner/Windows/config.bat | bat | mit | 84 |
@ECHO OFF
java -jar Minicloud.jar %* | zipekjan/minicloud-client-java | dist-src/minicloud.bat | bat | mit | 36 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
set PROGRAM_DIR=%~dp0
call "%PROGRAM_DIR%tf_env.bat"
pushd jetty
title ReDBox
java -DSTART=start.config %JAVA_OPTS% -jar start.jar etc/jetty.xml > "%FASCINATOR_HOME%\logs\stdout.out"
popd
endlocal | redbox-mint/redbox | config/src/main/config/server/tf_start.bat | bat | gpl-2.0 | 241 |
echo off
cls
echo Cleaning project...
mingw32-make clean
echo --------------------------------------------------------------------------------
echo Building project...
mingw32-make
'echo --------------------------------------------------------------------------------
'echo Building test application...
'c... | robacklin/ftdichip | i2c/mpsse/build/Windows/b.bat | bat | gpl-2.0 | 733 |
cmd_arch/arm/lib/sha1.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.sha1.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-s3c2410... | kaylorchen/Linux_for_mini2440 | arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,424 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_4.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify ... | trivoldus28/pulsarch-verilog | verif/diag/assembly/raw_random/pio_rnd_basic1/pio_rnd_basic1_rand_1_sjm/sjm_4.cmd | bat | gpl-2.0 | 15,540 |
cmd_drivers/cpuidle/governors/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
| srinugnt2000/linux-2.6.37 | drivers/cpuidle/governors/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_net/ipv4/netfilter/ipt_ECN.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/module-common.lds -s --build-id -o net/ipv4/netfilter/ipt_ECN.ko net/ipv4/netfilter/ipt_ECN.o net/ipv4/netfilter/i... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/net/ipv4/netfilter/.ipt_ECN.ko.cmd | bat | gpl-2.0 | 333 |
cmd_fs/jbd2/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/jbd2/built-in.o fs/jbd2/jbd2.o
| dagnarf/sgh-i717-dagkernel | fs/jbd2/.built-in.o.cmd | bat | gpl-2.0 | 138 |
>>> cur.execute('SELECT * FROM PopByRegion WHERE Region = "Japan"')
<sqlite3.Cursor object at 0x102e3e490>
>>> cur.fetchone()
('Japan', 100562)
>>> cur.execute('''UPDATE PopByRegion SET Population = 100600
WHERE Region = "Japan"''')
<sqlite3.Cursor object at 0x102e3e490>
>>> cur.execute('SELECT * FRO... | simontakite/sysadmin | pythonscripts/practicalprogramming/db/db_update.cmd | bat | gpl-2.0 | 435 |
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
deps_scripts/basic/fixdep := \
scripts/basic/fixdep.c \
$(wildcard include/config/his/driver.h) \
$(wildcard include/con... | CyanogenMod/htc-kernel-incrediblec | scripts/basic/.fixdep.cmd | bat | gpl-2.0 | 2,681 |
cmd_net/ipv6/udplite.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.udplite.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/ar... | mjmccall/Kernel | net/ipv6/.udplite.o.cmd | bat | gpl-2.0 | 28,995 |
@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/search.bat | bat | gpl-2.0 | 57,162 |
@echo off
@set VETTED_REVISION_NUMBER=3216
install_gsas_common.bat -v %VETTED_REVISION_NUMBER% %*
| ScreamingUdder/mantid | scripts/GSAS-II/install_gsas_vetted.bat | bat | gpl-3.0 | 98 |
REM packaging cryptopp
if not exist package\cryptopp mkdir package\cryptopp
if not exist package\cryptopp\%PLATFORM% mkdir package\cryptopp\%PLATFORM%
if not exist package\cryptopp\%PLATFORM%\lib mkdir package\cryptopp\%PLATFORM%\lib
if not exist package\cryptopp\%PLATFORM%\include mkdir package\cryptopp\%PLATFOR... | bcosorg/bcos | deps/bundle_cryptopp.bat | bat | gpl-3.0 | 1,083 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.