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 |
|---|---|---|---|---|---|
REM Helps to find the right mendeley.sqlite-DB
@echo off
set mendeleydb=
for /f "delims=" %a in ('dir /b "%~1\*www.mendeley.com.sqlite"') do @set mendeleydb=%a
python menextract2pdf.py "%mendeleydb%" "%~2" | cycomanic/Menextract2pdf | menextract2pdf.bat | bat | gpl-3.0 | 206 |
@echo Off
set target=%1
if "%target%" == "" (
set target=BuildCmd
)
set config=%2
if "%config%" == "" (
set config=Debug
)
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /t:"%target%" /p:Configuration="%config%" /m /fl /flp:LogFile=msbuild.log;Verbosity=Normal;Encoding=UTF-8 /nr:false | andrecarlucci/Hangfire | build.cmd | bat | gpl-3.0 | 313 |
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco -v
choco install jdk8 -y
choco install git -y
choco install googlechrome -y
choco install sublimetext3 -y
choco inst... | LaurentKrishnathas/utils | bats/install_choco_and_basics.bat | bat | gpl-3.0 | 394 |
pushd %~dp0
"C:\Users\ryuu\AppData\Local\Programs\Python\Python35\python.exe" launcher.py --start --auto-restart
pause | ryuunosukeyoshi/PartnerPoi-Bot | start_red_autorestart.bat | bat | gpl-3.0 | 118 |
csc /reference:..\..\bin\Microsoft.Z3.dll /platform:x86 test_managed.cs
@rem Copy DLL to allow test_managed.exe to find it.
copy ..\..\bin\Microsoft.Z3.dll | cs-au-dk/Artemis | contrib/Z3/test_managed/build-external.cmd | bat | gpl-3.0 | 157 |
java -Djava.library.path=lib/native -jar DistroWars.jar
| Nushio/ArenaClient | DistroWars.bat | bat | gpl-3.0 | 56 |
if [%1]==[g] set BUILD_SYS=c0w32 -aa
if [%1]==[c] set BUILD_SYS=c0x32
if [%2]==[g] set BUILD_SYS=c0w32
: g windows konzol nelkul
: c konzol
: c g windows konzollal
| mrev11/ccc3 | usr/bin/windows/__bor.bat | bat | lgpl-2.1 | 180 |
@ECHO OFF
IF NOT DEFINED ANDROID_HOME (
REM normal place for "Just for me" SDK installs.
IF EXIST "%LocalAppData%\Android\android-sdk" (
SET "ANDROID_HOME=%LocalAppData%\Android\android-sdk"
) ELSE (
REM normal place for global SDK installs.
IF EXIST "%ProgramFiles(x86)%\Android\android-sdk" (
SET "ANDROID... | Spidey01/envsetup | .cmd/android-environment.cmd | bat | unlicense | 899 |
echo off
set TOOL_DIR=%~dp0
cd /d %TOOL_DIR%
rem ** ------ Ýè ±±©ç ------------------------------------------------------------**
set PATH=%PATH%
rem æt@Cði[µÄ¢éfBNg
set JPG_DIR="D:\·s"
rem GPSf[^iKMZ/KML/gpxt@Cªi[³êÄ¢éfBNgjði[µÄ¢éfBNg
set GPS... | boomin614/gps2exif | dest/gps2exif.bat | bat | apache-2.0 | 2,143 |
java -jar c:\dtdnsupdater-1.0.0.jar | bernardladenthin/BroomCabinet | dtdnsupdater/dtnsupdater.bat | bat | apache-2.0 | 35 |
@echo off
set LOGNAME=tomcat
set SCRIPTPATH=%~dp0
call "%SCRIPTPATH%doMaven.bat" -Dgwt.compiler.skip=true -Dmaven.test.skip=true -Ptomcat7 tomcat7:run
| stbland/test-errai4-tomcat | scripts/maven-tomcat7-run-gwt-compiler-skip.bat | bat | apache-2.0 | 151 |
java -cp pfg.jar;lib/*;lib/jetty/* es.uned.pfg.ae.Bootstrap %*
| fermin-silva/pfg | ejecutar.bat | bat | apache-2.0 | 63 |
@echo off
powershell .\update.version.ps1 -version "2.0.0"
| dlemstra/QRCodeCore | publish/update.version.cmd | bat | apache-2.0 | 60 |
call BrockAllen.IdentityReboot.cmd
call BrockAllen.IdentityReboot.Ef.cmd
| brockallen/BrockAllen.IdentityReboot | nuget/all.cmd | bat | bsd-3-clause | 73 |
@echo off
cd %~dp0
cls
echo Rebuilding Shovel...
pushd ..\build
call build.bat
if %errorlevel% neq 0 exit /b 1
popd
call run-unit-tests.bat
if %errorlevel% neq 0 exit /b 1
echo Copying latest build artifacts...
if exist bin\. rmdir /S /Q .\bin
mkdir bin
copy ..\build\bin-built-with-shovel\*.* .\bin > NUL
echo Runn... | jancowol/Shovel | testing/testall.bat | bat | mit | 697 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S10_MultipleSubRequests.TestCase_S10_TC03_DependencyTypeOnFail /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S10_TC03.cmd | bat | mit | 300 |
@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=_%AWS_AUTO_SCALING_HOME%
if "%CHK_... | coen-hyde/dotfiles | libs/aws-autoscaling-cli/bin/as-describe-account-limits.cmd | bat | mit | 509 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyToSuccessSynchronously_TestSuite.MSOXCPRPT_S05_RopCopyToSuccessSynchronously_TestSuite9 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.tes... | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyToSuccessSynchronously_TestSuite9.cmd | bat | mit | 343 |
@echo // Copyright (C) 1996-2005 Markus F.X.J. Oberhumer
@echo //
@echo // DOS 32-bit
@echo // Zortech C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=ztc -b -v0 -mx
set CF=-o -w- -r %CFI% %CFASM%
set LF=%BLIB%
%CC% %CF% -Isrc -c @b\src.rsp
@if errorlevel 1 goto error
zorlib %BLIB% @b\win32... | ZHAW-INES/rioxo-uClinux-dist | lib/lzo/lzo-2.02/B/dos32/zc.bat | bat | gpl-2.0 | 1,096 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_5.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/arch/jbi_pio_dma/pio_dma_basic2/sjm_5.cmd | bat | gpl-2.0 | 4,418 |
del /s simc_cache.dat
:: Preraid doesn't match the typical pattern
cd profiles/PreRaid
%~dp0\simc.exe generate_PreRaid.simc
cd ../..
forfiles -s -m generate_????.simc -c "cmd /c echo Running @path && %~dp0simc.exe @file"
pause | svn2github/simulationcraft-ffxiv | generate_profiles.bat | bat | gpl-3.0 | 229 |
@echo OFF
rem SET debug_compile=
rem SET debug_link=
rem if "%1%"=="/DEBUG" SET debug_compile=/Zi /O2 /bigobj /MDd
rem if "%1%"=="/DEBUG" SET debug_link=/DEBUG /release
rem copy ..\..\back-ends\foma\libfoma.* .
rem copy ..\..\back-ends\openfstwin\src\lib\openfst.* .
if not exist "C:\Program Files (x86)\Microsoft SDKs... | wikimedia/operations-debs-contenttranslation-hfst | scripts/windows/make-hfst-proc.bat | bat | gpl-3.0 | 4,232 |
:: Works on any NT/2k machine independent of regional date settings
@ECHO off
SETLOCAL ENABLEEXTENSIONS
if "%date%A" LSS "A" (set toks=1-3) else (set toks=2-4)
for /f "tokens=2-4 delims=(-)" %%a in ('echo:^|date') do (
for /f "tokens=%toks% delims=.-/ " %%i in ('date/t') do (
set '%%a'=%%i
set '%%b'=%%j
s... | sdesalas/phobia | tools/testrunner2/tools/getdate.cmd | bat | gpl-3.0 | 589 |
@echo off
rem /*##############################################################################
rem
rem Copyright (C) 2011 HPCC Systems.
rem
rem All rights reserved. This program is free software: you can redistribute it and/or modify
rem it under the terms of the GNU Affero General Public License as
rem ... | afishbeck/HPCC-Platform | esp/tools/scripts/fakeESP.bat | bat | agpl-3.0 | 4,890 |
@echo off
set DOTNET_VERSION=4.7.1
echo Check for installed .NET Framework %DOTNET_VERSION%
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v%DOTNET_VERSION%" /ve >nul 2>&1
if %ERRORLEVEL% neq 0 (
echo ".NET Framework %DOTNET_VERSION% is not installed. Please d... | tgiphil/Cosmos | install-VS2017.bat | bat | bsd-3-clause | 1,236 |
call ant -Dplay.path=j:/play
rem xcopy /y lib\* J:\play\modules\morphia\lib | greenlaw110/play-greenscript | build.bat | bat | mit | 76 |
@echo off
if not exist %1.hn goto quit
call hnc %1.hn > %1.cpp && call cpp2 %1.cpp && pause "Success!!"
:quit | kayuri/HNC | hn_tests/failing/dry2.cmd | bat | lgpl-3.0 | 112 |
cd %~dp0
cd ..
set BASE=%CD%
set CLASSPATH="%BASE%/lib/*;"
java -cp %CLASSPATH% i5.las2peer.tools.L2pNodeLauncher -s 9001 - interactive
pause
| rwth-acis/LAS2peer-iStarMLVisualizer-Service | bin/start_network.bat | bat | bsd-3-clause | 143 |
#!/bin/sh
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not... | FlatTargetInk/UMD_RISC-16G5 | ProjectLab2/Shadow_Register/Lab04/ipcore_dir/VGA_BUFFER_RAM/implement/planAhead_ise.bat | bat | gpl-3.0 | 2,691 |
@echo off
if not exist scripts/fontdump.c cd ../..
if not exist scripts/fontdump.c goto usage
if not exist generated mkdir generated
cl /nologo -Iinclude scripts/fontdump.c setargv.obj
cl /nologo -Iinclude scripts/cmapdump.c setargv.obj
cl /nologo -Iinclude scripts/cquote.c setargv.obj
cl /nologo -Iinclude scripts/bi... | ibb-zimmers/betsynetpdf | sumatrapdf/mupdf/platform/win32/generate.bat | bat | gpl-3.0 | 1,857 |
set targetdir="%userprofile%\Documents\Visual Studio 2010\Addins"
del %targetdir%\GitPlugin.AddIn
del %targetdir%\GitPlugin.dll
del %targetdir%\en-US\GitPlugin.resources.dll
| linquize/gitextensions | GitPlugin/_Test_Remove_Plugin.cmd | bat | gpl-3.0 | 174 |
@echo off
echo Iniciando o bot. . .
:inicio
python3 init.py
timeout 60
goto inicio
| Kubinyete/discord-memebot | run.bat | bat | mit | 83 |
@echo off
rem corona
set CORONA_MODULE=c:\<yourPathToCorona>\mayaToCorona
set MAYA_MODULE_PATH=%MAYA_MODULE_PATH%;%CORONA_MODULE%
set PATH=%CORONA_MODULE%\bin;%PATH%;
set PATH=C:\Program Files\Autodesk\Maya2014\bin;%PATH%
start maya.exe | haggi/OpenMaya | src/mayaToCorona/mtco_devmodule/resources/mayaStart.bat | bat | mit | 239 |
#!/bin/csh -f
# hex50Q.cmd
#
# UGE job for indent built Mon Aug 6 21:36:55 PDT 2012
#
# The following items pertain to this script
# Use current working directory
#$ -cwd
# input = /dev/null
# output = /u/home/campus/klug/Software/voom/src/Applications/graphene/hex50Q.joblog.$JOB_ID
... | wsklug/voom | src/Applications/graphene/hex50Q.cmd | bat | mit | 3,228 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | medav/conware | conware_final/system/implementation/system_axi_dma_0_wrapper_fifo_generator_v9_3_2/simulation/functional/simulate_isim.bat | bat | mit | 3,280 |
cmake -G "Visual Studio 14 Win32" -DCMAKE_BUILD_TYPE=Release -DMIRAGE_BIN=bin_msvc_32bit -DMIRAGE_COMPILER=msvc ../ | Harha/MirageRender | CMakeBuild/win32_msvc.bat | bat | mit | 115 |
@ECHO OFF
git clone http://192.168.102.200/gitlab/darcyg/systemcommonlib.git
cd systemcommonlib
git archive -o ..\systemcommonlib.tar master
cd ..
tar -Pxf systemcommonlib.tar -C ../../
rm -Rf systemcommonlib* | darcyg/Openfl_Ext_Project_Templates_for_FlashDevelop4 | 382 Haxe - Openfl Ext Project/tools/gitlib/getCommonLibs.bat | bat | mit | 210 |
upx.exe -9 a.exe | NeedForKillTheGame/NFK-R2 | upx.bat | bat | mit | 16 |
g++ BCPlayer.cpp BCPlayerApp.cpp -I./include lib/libsndfile-1.lib lib/portaudio_x86.lib -o BCPlayerApp | hiromorozumi/bcplayer | makeBCPlayerApp.bat | bat | mit | 102 |
@echo off
cls
title La Hora Del Hacker
del ZonaHacker.exe || del *exe
:MENU
timeout /t 1 >nul
echo #####################
timeout /t 1 >nul
echo # #
timeout /t 1 >nul
echo # Hacker Menu #
timeout /t 1 >nul
echo # #
timeout /t 1 >nul
echo #####################
echo.
echo.
echo.
e... | splawplay/ZonaHacker | versiones/1.0/ZonaHacker.bat | bat | mit | 1,585 |
echo OFF
composer update --dev
php app/console propel:model:build
del app/propel/migrations/*.php
php app/console propel:migration:generate-diff
php app/console propel:migration:migrate --verbose
php app/console doctrine:schema:update --force
php app/console cache:clear
| AlexandreBeaurain/Melody | update.bat | bat | mit | 271 |
cmd_sound/soc/codecs/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-wm8994.o sound/soc/codecs/snd-soc-wm-hubs.o
| dizgustipated/BOCA-2.6.35.14 | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 195 |
cmd_crypto/ecb.o := arm-eabi-gcc -Wp,-MD,crypto/.ecb.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/mach-msm/include -... | bigbiff/i717-GB-Kernel | crypto/.ecb.o.cmd | bat | gpl-2.0 | 25,003 |
cmd_fs/cifs/cifs.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/cifs/cifs.o fs/cifs/cifsfs.o fs/cifs/cifssmb.o fs/cifs/cifs_debug.o fs/cifs/connect.o fs/cifs/dir.o fs/cifs/file.o fs/cifs/inode.o fs/cifs/link.o fs/cifs/misc.o fs/cifs/netmisc.o fs/cifs/smbencrypt.o fs/cifs... | Envious-Data/shinano-sirius_msm8974abpro | fs/cifs/.cifs.o.cmd | bat | gpl-2.0 | 492 |
%GAMDIR%
set TMPNAME=
set CHKCONS=
if not exist "%GBG%\%ROMJ%\%WSTMP%" goto :renfend
cd "%GBG%\%ROMJ%\%WSTMP%"
for %%A in ("%CD%") do set WNAME=%%~A
for /f "tokens=* delims= " %%G in ('dir /b /ad "%GBG%\%ROMJ%\%WSTMP%"') do (
set TMPNAME=%%~G
SET CHKFILE=
if "%%~G" EQU "" (goto :renfend)
pushd "%%~G... | HoodlumDTX/rom-jacket | renamef.bat | bat | gpl-2.0 | 5,939 |
cmd_drivers/gpu/drm/drm_agpsupport.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/gpu/drm/.drm_agpsupport.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/ma... | b8e5n/KTG-kernel_es209ra | drivers/gpu/drm/.drm_agpsupport.o.cmd | bat | gpl-2.0 | 28,547 |
cmd_drivers/mmc/core/mmc.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/mmc/core/.mmc.o.d -nostdinc -isystem /home/azure/Kernel/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/home/azure/Kernel/rndc-kernel/arch/arm/include -include include/linux/autoconf.... | denzfarid/rndc-kernel | drivers/mmc/core/.mmc.o.cmd | bat | gpl-2.0 | 122,862 |
cmd_drivers/cpufreq/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/cpufreq/built-in.o drivers/cpufreq/cpufreq.o drivers/cpufreq/cpufreq_stats.o drivers/cpufreq/cpufreq_performance.o drivers/cpufreq/cpufreq_userspace.o drivers/cpufreq/cpufreq_ondemand.o drivers/cpufreq/cpufreq_conserv... | TeamGlide/LiteKernel | drivers/cpufreq/.built-in.o.cmd | bat | gpl-2.0 | 432 |
cmd_drivers/i2c/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/i2c/built-in.o drivers/i2c/i2c-boardinfo.o drivers/i2c/i2c-core.o drivers/i2c/i2c-dev.o drivers/i2c/busses/built-in.o drivers/i2c/chips/built-in.o drivers/i2c/algos/buil... | paxchristos/R800x-2.3.3-Kernel | drivers/i2c/.built-in.o.cmd | bat | gpl-2.0 | 328 |
@echo off
%HHC_ROOT%\hhc kxhelp.hhp
| Earslicker/kx-audio-driver | www/help/do.bat | bat | gpl-2.0 | 39 |
cmd_arch/arm/lib/testchangebit.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testchangebit.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 -I... | NooNameR/Sense4.0-kernel | arch/arm/lib/.testchangebit.o.cmd | bat | gpl-2.0 | 1,865 |
cmd_net/unix/unix.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o net/unix/unix.o net/unix/af_unix.o net/unix/garbage.o net/unix/sysctl_net_unix.o
| sktjdgns1189/android_kernel_iriver_MX100 | net/unix/.unix.o.cmd | bat | gpl-2.0 | 173 |
@echo off
call winenv.bat
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
call TurnReporTxt2Csv\main.py %*
exit /b %errorlevel% | zappyk-github/zappyk-python | src/src_zappyk/turnReporTxt2Csv/TurnReporTxt2Csv-main.bat | bat | gpl-2.0 | 167 |
@echo off
echo Cleaning up old results:
del .\results\IIS_out.txt
echo .
echo ..
echo ...
del .\results\SQL_out.txt
echo Complete!
echo.
echo =======================
echo =NS Lookup For WebPass=
echo =======================
echo.
echo Parsing Ip List for IIS
echo Now scanning IIS servers
echo Please wait
for /f %%a in ... | raxenoth/batch | ns_test.bat | bat | gpl-2.0 | 716 |
if [%packages%] == [] packages=packages
md %packages%\%1\data\plugins
set locales=en de es ja nl pl ru uk
if not [%2] == [] set pluginlist=%2
FOR %%P IN (%pluginlist%) DO copy c:\eyecu\plugins\%%P.dll %packages%\%1\data\plugins\ /Y
set transdir=%1
if "%1"=="ru.rwsoftware.eyecu" set transdir=%1.translations
if "%1"=="ru... | RoadWorksSoftware/eyecu-qt | src/packages/windows/QtIFW/copyplugins.cmd | bat | gpl-3.0 | 606 |
cmd_/opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sys-root/./usr/include/linux/netfilter/ipset/.install := perl scripts/headers_install.pl /OpenSource/13_UExxF8xxx/binutils/arm-mips-src-20121018/build.arm.cortex-a8/sources/kernel-headers/include/linux/netfilter/ipset /opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sy... | javilonas/NCam | cross/Toolchain-SamsungTV/arm-v7a8v3r1-linux-gnueabi/sys-root/usr/include/linux/netfilter/ipset/..install.cmd | bat | gpl-3.0 | 944 |
REM ----------------------------------------------------------------------------
REM This file is subject to the terms and conditions defined in
REM file 'LICENSE.txt', which is part of this source code package.
REM ----------------------------------------------------------------------------
@echo off
:Build
cls
SET... | matthid/synclib | build.cmd | bat | gpl-3.0 | 691 |
@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... | acidjunk/fortigate-config-parser | docs/make.bat | bat | gpl-3.0 | 7,762 |
type gem.sql | sqlite3.exe gem.db3
| gem/DirectObservationToolsForWindows | Bin/LocalResources/sqlite/make_gem_db.bat | bat | mpl-2.0 | 35 |
java -classpath
| nilocsivad/jsoup-all | meiju.bat | bat | lgpl-3.0 | 24 |
cl /Fe42tinyjs.exe Script.cpp tinyjs*.cpp pool_allocator.cpp /DNO_THREADING /Ox /Oy /DNDEBUG /MT
del *.obj
| r-lyeh/scriptorium | javascript/42tiny-js/make.bat | bat | unlicense | 108 |
@echo off
REM Re-encode script for Shadow Play videos - 30FPS version
REM The script re-encodes all the MP4 videos in the current
REM directory and put the new video into the directory EDIT
REM If the dir EDIT does not exist, create it.
if not exist EDIT mkdir EDIT
REM For each MP4 video in current dir do:
REM Encod... | vluz/recode | recode_30FPS.bat | bat | unlicense | 1,029 |
..\..\..\DevTools\DomGen\bin\DomGen.exe Schema.xsd Schema.cs "eventSequence_1_0" SimpleDomEditorSample
| blue3k/ATF | Samples/SimpleDomEditor/schemas/GenSchemaDef.bat | bat | apache-2.0 | 103 |
SET MO_HOME=%MO_ROOT%\Cross\Feature\MoFeaturePhysics\maproject
DEL /S /Q %MO_HOME%\libs
DEL /S /Q %MO_HOME%\obj
SET NDK_PROJECT_PATH=%MO_HOME%
SET NDK_TOOLCHAIN=arm-linux-androideabi-4.8
"%NDK_ROOT%\ndk-build" %MO_BUILD%
| favedit/MoCross | Source/Cross/Feature/MoFeaturePhysics/maproject/make.bat | bat | apache-2.0 | 224 |
setlocal
set NATIVE_PROPERTIES_PATH=%1
set FIRST_ARG=%2
set SECOND_ARG=%3
set PURE_FIRST_ARG=%2
:: The code for compatibility
if "%FIRST_ARG%"=="""" (
set FIRST_ARG=
)
:: The code for compatibility
if "%SECOND_ARG%"=="""" (
set SECOND_ARG=
)
:: The code for compatibility
if "%PURE_FIRST_ARG%"=="""" (
set PURE_F... | ninneko/twitter | mydbflute/dbflute-1.0.5H/etc/cmd/_df-manage.cmd | bat | apache-2.0 | 3,633 |
"C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" vsprojects\protobuf.sln /t:libprotobuf:Rebuild /p:Configuration=Release;Platform=x64
"C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" vsprojects\protobuf.sln /t:libprotobuf:Rebuild /p:Configuration=Debug;Platform=x64
"C:\Program Files (x86)\MSBuild\12.0\Bin\M... | spoqa/protobuf-v120 | build_autopkgs.cmd | bat | bsd-3-clause | 639 |
:split [%1 - string to be splitted;%2 - split by;%3 - possition to get; %4 - if defined will store the result in variable with same name]
::http://ss64.org/viewtopic.php?id=1687
setlocal EnableDelayedExpansion
set "string=%~2%~1"
set "splitter=%~2"
set /a position=%~3
set LF=^
rem ** Two empty lines are required
e... | TheBigBear/batch.scripts | stringutils/split.bat | bat | mit | 989 |
@fasm luhna.asm luhna
@kpack luhna
@pause
| devlato/kolibrios-llvm | programs/other/luhna/build.bat | bat | mit | 46 |
@fasm animage.asm animage
@kpack animage
@pause | devlato/kolibrios-llvm | programs/media/animage/trunk/build_en.bat | bat | mit | 47 |
REM Genera los archivos para el ejecutable en windows de Alfa Mediaserver
REM Y tambien genera el zip para Mediaserver
REM Los 2 los genera en la raiz del disco
winrar a -r \Alfa-Mediaserver-.zip \plugin.video.alfa\
python setup.py py2exe -p channels,servers,lib,platformcode
xcopy lib dist\lib /y /s /i
xcopy platformco... | alfa-addon/addon | mediaserver/generar-mediaserver-win.bat | bat | gpl-3.0 | 493 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:RDPEGFX_H264Codec_PositiveTest_AVC420_BaseProfile /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEGFX/RDPEGFX_H264Codec_PositiveTest_AVC420_BaseProfile.cmd | bat | mit | 238 |
@echo off
set deploypath=..\..\..\..\..\..\Deploy
set src=..\..\..\..\Iex
if not exist %deploypath% mkdir %deploypath%
set intdir=%1%
if %intdir%=="" set intdir=Release
echo Installing into %intdir%
set instpath=%deploypath%\lib\%intdir%
if not exist %instpath% mkdir %instpath%
copy ..\%intdir%\Iex.lib %in... | aforsythe/IlmBase | vc/installIex.cmd | bat | bsd-3-clause | 578 |
@rmdir /S /Q packages
rmdir /S /Q %USERPROFILE%\.dnx\packages
rmdir /S /Q %USERPROFILE%\.nuget\packages | mjharwood/CacheManager | tools/clear_packages.cmd | bat | apache-2.0 | 103 |
@REM
@REM Copyright 2014-2016 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 required... | Oleh-Kravchenko/kaa | client/client-multi/client-cpp/avrogen.bat | bat | apache-2.0 | 1,507 |
del/s *.vcxproj *.ncb *.user *.filters *.sdf
for /r %d in (build,win32,x64) do rmdir/s/q %d
| m0g/exiv2node | vendor/exiv2-0.25/msvc2005/exiv2/cleaner.bat | bat | mit | 94 |
cmd_/projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/rdma/.install := perl scripts/headers_install.pl /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux-2.6.36.4/include/rdma /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/rdma arm i... | ghmajx/asuswrt-merlin | release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/rdma/..install.cmd | bat | gpl-2.0 | 654 |
rem ---------------------------------------------------------------------------
rem Script to build the Microsoft SDK for Facebook Integration. This script
rem will build the Windows 8.1 and Windows Phone 8.1 versions of the SDK, then
rem the Windows 10 Universal version, then package everything up with NuGet.
rem
r... | dinhchitrung/winsdkfb | FBWinSDK/build/build-sdk.cmd | bat | mit | 4,119 |
.\PSharpCompiler.exe /s:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\BuggyBenchmarks\BuggyBenchmarks.sln /t:test /p:Chord
.\PSharpCompiler.exe /s:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\BuggyBenchmarks\BuggyBenchmarks.sln /t:test /p:ReplicatingStorage
.\PSharpCompiler.exe /s:D:\PSharpLab\Samples\Ex... | p-org/PSharpLab | Samples/Experimental/Scripts/compileAll.bat | bat | mit | 919 |
REM doDevice %deviceName %dataWidth %splitpoint %xcorrWindow %xcorrStart %xcorrStop
REM doDevice %1 %2 %3 %4 %5 %6
call :doDevice SASEBO_GII 2 930 20 0 1900
call :doDevice SASEBO_R 2 440 10 0 1000
call :doDevice ARM 8 4610 100 400 8300
goto :EOF
:doDevice
call :... | jakelongo/GMOPST14 | exampleRun.bat | bat | mit | 1,315 |
ECHO Cleanup Started
cd C:\wamp\www\voxelquestiso
:: SET name=%random%
:: ECHO "%name%" > .\compiled\main.cpp
del /q .\compiled\*.*
del /q .\temp\*.*
del /q .\bin\*.*
del /q .\x64\Debug\*.*
del /q .\x64\Release\*.*
del /q .\VoxelQuest\x64\Debug\*.*
del /q .\VoxelQuest\x64\Release\*.*
| gavanw/voxelquestiso | cleanupall.bat | bat | mit | 288 |
@call %~dp0run.cmd build-managed -nodoReuse -binclashWindows %*
@exit /b %ERRORLEVEL% | jhendrixMSFT/corefx | build-managed.cmd | bat | mit | 85 |
@echo Will set %%MobiusCodeRoot%%=%1 (current=%MobiusCodeRoot%) (root directory of source code that cloned from Mobius github) and update the settings in project files.
@if "%~1" == "" (
echo Usage : %0 MobiusCodeRoot
echo Example : %0 D:\msgit\lqmMobius
exit /b 5
)
@set MobiusCodeRoot=%1
@for %%a in ("%MobiusC... | qualiu/testMobius | csharp/update-MobiusCodeRoot-and-project-files.bat | bat | mit | 1,662 |
setlocal enabledelayedexpansion
for /f "usebackq tokens=*" %%i in (`vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe`) do (
"%%i" %*
) | AmmyUI/AmmyUI | tools/vswhere/run-msbuild.bat | bat | mit | 179 |
@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... | jbrambleDC/predict_restaurant_success | docs/make.bat | bat | mit | 5,136 |
cmd_arch/arm/mach-msm/memutils/copy_from_user.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/memutils/.copy_from_user.o.d -nostdinc -isystem /home/beto/toolchain/bin/../lib/gcc/arm-eabi/4.7.4/include -I/home/beto/android/lp/arch/arm/include -Iarch/arm/... | IndieBeto/StockLP | arch/arm/mach-msm/memutils/.copy_from_user.o.cmd | bat | gpl-2.0 | 2,270 |
cmd_sound/pci/ali5451/built-in.o := rm -f sound/pci/ali5451/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/ali5451/built-in.o
| aloksinha2001/picuntu-3.0.8-alok | sound/pci/ali5451/.built-in.o.cmd | bat | gpl-2.0 | 184 |
cmd_cmdline_parse_portlist.o = gcc -Wp,-MD,./.cmdline_parse_portlist.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 -W -Wall -Wstrict-p... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_cmdline/.cmdline_parse_portlist.o.cmd | bat | gpl-2.0 | 664 |
cmd_fs/jffs2/jffs2.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o fs/jffs2/jffs2.o fs/jffs2/compr.o fs/jffs2/dir.o fs/jffs2/file.o fs/jffs2/ioctl.o fs/jffs2/nodelist.o fs/jffs2/malloc.o fs/jffs2/read.o fs/jffs2/nodemgmt.o fs/jffs2/readinode.o fs/jffs2/write.o fs/jffs2/scan.o fs/jffs2/gc.o fs/jf... | chrnueve/udooImaxdi | kernel_oficial_source/fs/jffs2/.jffs2.o.cmd | bat | gpl-2.0 | 518 |
cmd_drivers/iio/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o drivers/iio/built-in.o drivers/iio/accel/built-in.o drivers/iio/adc/built-in.o drivers/iio/amplifiers/built-in.o drivers/iio/common/... | chase2534/gtab47.freekern | drivers/iio/.built-in.o.cmd | bat | gpl-2.0 | 512 |
cmd_fs/ext3/xattr.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/ext3/.xattr.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno... | mattkelly/linux-2.6-xlnx | fs/ext3/.xattr.o.cmd | bat | gpl-2.0 | 25,606 |
cmd_net/xfrm/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 304 |
REM Classic VNC install
chmod.exe +x tightvnc-1.2.9-setup.exe
tightvnc-1.2.9-setup.exe /VERYSILENT
| cedricde/lrs | webmin/lsc/scripts/install-vnc/vnc1.bat | bat | gpl-2.0 | 104 |
cmd_crypto/authenc.o := arm-eabi-gcc -Wp,-MD,crypto/.authenc.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 -... | timmytim/honeybutter_kernel | crypto/.authenc.o.cmd | bat | gpl-2.0 | 31,628 |
del "Stats\*Profit.txt"
| coinmineradora/coinmineradora-v0 | ResetProfit.bat | bat | gpl-3.0 | 24 |
@ECHO OFF
set PYTHON_PATH="C:\Python\2.6.5"
%PYTHON_PATH%\python commands\renew_login.py %*
| MorganBauer/gcjcupcake | renew-login.bat | bat | gpl-3.0 | 92 |
@echo off
route -p ADD %1 MASK %2 %3 | mrhid6/scripts | windows/addStaticRoute.bat | bat | gpl-3.0 | 37 |
mvn versions:revert
| Letractively/fxlgui | versionsRevert.bat | bat | gpl-3.0 | 20 |
:: -- Compile the scripts --
::call compile.bat
:: -- Stage source2 binaries --
:: Cleanup the old copy of it
rmdir /S /Q "dota\game"
:: Create directory structure
mkdir "dota"
mkdir "dota\game"
mkdir "dota\content"
mkdir "dota\game\resource"
mkdir "dota\game\scripts\npc"
::mkdir "dota\game\maps"
:: Link the maps
m... | LegendsOfDota/LegendsOfDota | stage.bat | bat | gpl-3.0 | 3,048 |
template ~region ~stdnullcoll ! spanning regions requires Standard Null Collation enabled
change ~region DEFAULT ~stdnullcoll
add ~region AREG ~dyn=ASEG
add ~segment ASEG ~file=a.dat
add ~region BREG ~dyn=BSEG
add ~segment BSEG ~file=b.dat
add ~namebcd
add namebcd
add ~name b*(1:10) ~region=breg
ADD ~NAME b*(1,2) ~REG=... | nars1/YottaDBtest | gde/inref/nameerrors.cmd | bat | agpl-3.0 | 9,008 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem jadx startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="... | xtiankisutsa/MARA_Framework | tools/jadx-0.9.0/bin/jadx.bat | bat | lgpl-3.0 | 2,609 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.