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
SET PATH=%PATH%;"C:\Program Files\The IFAD VDM-SL Toolbox v3.1.2j\bin";C:\Matlab\bin;"C:\Program Files\DevStudio\SharedIDE\bin";"C:\Program Files\DevStudio\SharedIDE\bin\ide";"C:\Program Files\DevStudio\Vc\bin";\\hermes\local\share\lib\omniORB_2.5.0\bin\x86_win32;
SET LIB="C:\Program Files\The IFAD VDM-SL T... | vdmtools/vdmtools | examples/sl/safer/matLab-vdm-link/AddToAutoexecNT4.bat | bat | gpl-3.0 | 759 |
@echo off
node .\tools\setup\index.js | FOGProject/fog-too | fog.bat | bat | gpl-3.0 | 37 |
REM file: simulate_isim.bat
REM
REM (c) Copyright 2008 - 2011 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 DISCL... | CprE488/Final | repository/ProcessorIPLib/pcores/fmc_imageon_vita_receiver_v1_13_a/netlist/mmcm_iserdes_divider_v6/simulation/functional/simulate_isim.bat | bat | gpl-3.0 | 2,792 |
aspnet_regiis -pd "connectionStrings" -app "/nmsmc"
pause | romeroj1/potential-batman | scripts/dos/decrypt.bat | bat | apache-2.0 | 57 |
#!../../bin/linux-x86_64/router
## You may have to change router to something else
## everywhere it appears in this file
< envPaths
cd "${TOP}"
## Register all support components
dbLoadDatabase "dbd/router.dbd"
router_registerRecordDeviceDriver pdbbase
## Load record instances
dbLoadRecords("db/monitors.db")
dbLoa... | dmichel76/EPICS.webrouter | controller/iocBoot/iocrouter/st.cmd | bat | apache-2.0 | 410 |
vagrant box add phptestfest/base.box ./base.box | PHPTestFestBrasil/PHPTestFest | base_box/add_box.bat | bat | bsd-2-clause | 47 |
:: Purpose: Uninstalls non-present USB hubs, USB storage devices and their storage volumes, Disks, CDROMs, Floppies, WPD devices and deletes their registry items
:: Requirements: Run this script with an admin account
:: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0... | bmrf/pdq | repository/utilities/usb_device_cleanup/USBDriveCleanup.bat | bat | mit | 1,748 |
8W3JQ-BP2HY-F47QX-6CQ94-2BKQB
| mgiljum/Windows-7-Pro-Activator | Activator/Certs/Fujitsu/Home Basic A/OEM/slp.cmd | bat | mit | 33 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=HTTPretty
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command... | gabrielfalcao/HTTPretty | docs/make.bat | bat | mit | 817 |
@echo on
echo Checking Path only
for %%f in (java.exe) do if exist %%~$path:f (
echo Java found at: %%~$path:f
set launch="BURST" %%~$path:f -cp burst.jar;lib\*;conf nxt.Nxt
goto startup
) else (
echo Not found in Path, Searching full C drive
for /F "tokens=*" %%f in ('%systemroot%\system32\where /F /R C:\ ... | dawallet/burstwindowswallet | burstcoin-1.3.6/run_safe_mode.bat | bat | gpl-3.0 | 753 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=DomainDiscoveryTool
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' c... | ViDA-NYU/domain_discovery_tool | docs/make.bat | bat | gpl-3.0 | 823 |
@echo off
fc /W %1 %2 > nul
if NOT "%errorlevel%" == "0" (
echo *** Error %1 and %2 differs
) else (
echo.
echo Ok
) | SanderMertens/opensplice | build/scripts/overnight/example_automation_scripts/examples/win_batch/diff.bat | bat | gpl-3.0 | 136 |
@echo off
SET ANN="../../../../../CLI_tools/Apps/ANN.exe"
SET trainingSet="./Demo_data.Xml"
SET configuration="./config.ini"
%ANN% /training /samples %trainingSet% /config %configuration% /debug | xieguigang/GCModeller | src/runtime/sciBASIC#/Data_science/MachineLearning/MachineLearning/NeuralNetwork/Demo/run.cmd | bat | gpl-3.0 | 196 |
REM -DLONG_DOUBLE
REM -DFLOAT
REM none -> double
gcc -Zomf -c -x assembler-with-cpp rint.s
| rhuitl/uClinux | user/mysql/os2/rint.cmd | bat | gpl-2.0 | 94 |
@echo off
setlocal
if exist fxctmp9_tmp rd /s /q fxctmp9_tmp
if exist vshtmp9_tmp rd /s /q vshtmp9_tmp
if exist pshtmp9_tmp rd /s /q pshtmp9_tmp
if exist fxctmp9_360_tmp rd /s /q fxctmp9_360_tmp
if exist vshtmp9_360_tmp rd /s /q vshtmp9_360_tmp
if exist pshtmp9_360_tmp rd /s /q pshtmp9_360_tmp
if exist shaders rd /s... | OnePointSeven/onepointseven | src/materialsystem/stdshaders/cleantemps.bat | bat | gpl-3.0 | 332 |
@echo off
REM user variables
setlocal
if "%*"=="" (
endlocal
echo Error need username and password
pause
Exit /B
) else (
set uName=%1
set pWord=%2
)
for /f %%x in ('wmic path win32_utctime get /format:list ^| findstr "="') do (
set %%x)
set /a z=(14-100%Month%%%100)/12, y=10000%Year%%%10000-z
set /a ut=y*... | Dannyman3819/LoudCloud_Notifier | CheckUserPass.bat | bat | mit | 1,716 |
node cli
| RichardIvan/corporate-dashboard | ospec/bin/ospec.cmd | bat | mit | 9 |
::-------------------------------------------------------------------------------------------------------
:: Copyright (C) Microsoft. All rights reserved.
:: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
::------------------------------------------------------... | mrkmarron/ChakraCore | test/runtests.cmd | bat | mit | 21,667 |
@echo off
bundler\SqlBundler.exe ..\..\..\ "db/1.x/1.0" true
copy website.sql website-sample.sql
del website.sql
copy website-sample.sql ..\..\website-sample.sql
pause | mixerp4/frapid | src/Frapid.Web/Areas/Frapid.WebsiteBuilder/db/1.x/1.0/rebundle-db-with-sample.bat | bat | mit | 167 |
cmd_crypto/crypto.o := ppc_4xx-ld -m elf32ppc -r -o crypto/crypto.o crypto/api.o crypto/cipher.o crypto/compress.o
| mattkelly/linux-2.6-xlnx | crypto/.crypto.o.cmd | bat | gpl-2.0 | 119 |
cmd_drivers/mmc/card/mmc_block.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/mmc/card/mmc_block.o drivers/mmc/card/block.o drivers/mmc/card/queue.o
| RaduG/2.6.29-RaKern-2x-Hero | drivers/mmc/card/.mmc_block.o.cmd | bat | gpl-2.0 | 219 |
cmd_sound/soc/codecs/built-in.o := rm -f sound/soc/codecs/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD sound/soc/codecs/built-in.o
| avareldalton85/rpi2-linux-rt | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_drivers/rtc/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o drivers/rtc/built-in.o drivers/rtc/rtc-lib.o drivers/rtc/hctosys.o drivers/rtc/rtc-core.o drivers/rtc/rtc-goldfish.o
| mjmccall/Kernel | drivers/rtc/.built-in.o.cmd | bat | gpl-2.0 | 216 |
@REM ===============================================
@REM Query the windows registry to get the installation folder for the Mono SDK
@REM ===============================================
@set defaultClrVersion=
@set MonoHKey32bitsWin7=HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Mono
@set monoSDKPath=
@set MonoHKey64bitsWin7=HKEY... | jmp75/scratch-space | msvstest/src/get_monosdk.cmd | bat | gpl-2.0 | 1,513 |
cmd_scripts/selinux/genheaders/genheaders := gcc -Wp,-MD,scripts/selinux/genheaders/.genheaders.d -Iscripts/selinux/genheaders -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/security/selinux/include -Isecurity/selinux/inclu... | darkspr1te/android_kernel_samsung_msm8916_a5 | out/scripts/selinux/genheaders/.genheaders.cmd | bat | gpl-2.0 | 3,417 |
@echo off
ECHO
ECHO Compile all of the files
vlogcomp -work work -d SIMULATION -i ..\ -i ..\tests -i ..\dsport --incremental -f board.f
vlogcomp -work work %XILINX%\verilog\src\glbl.v
ECHO
ECHO
ECHO Compile and link source files
fuse.exe work.board work.glbl -d SIMULATION -L unisims_ver -L secureip -o demo_tb.exe
EC... | spesialstyrker/boula | gen/PCIe/simulation/functional/simulate_isim.bat | bat | gpl-2.0 | 714 |
cmd_drivers/mfd/built-in.o := rm -f drivers/mfd/built-in.o; /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/mfd/built-in.o
| SeoDongMin/Gace_kernel | drivers/mfd/.built-in.o.cmd | bat | gpl-2.0 | 136 |
cmd_arch/arm/lib/io-readsb.o := /home/rms/rms/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsb.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/rms/arch/arm/include -Iarch/arm/include/generated -Iinclude -i... | R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | arch/arm/lib/.io-readsb.o.cmd | bat | gpl-2.0 | 1,986 |
cmd_drivers/media/common/tuners/tuner-xc2028.ko := arm-linux-gnueabihf-ld -EL -r -T /home/darrell/android/rockchip/rk3188/scripts/module-common.lds --build-id -o drivers/media/common/tuners/tuner-xc2028.ko drivers/media/common/tuners/tuner-xc2028.o drivers/media/common/tuners/tuner-xc2028.mod.o
| Dee-UK/D33_KK_Kernel | drivers/media/common/tuners/.tuner-xc2028.ko.cmd | bat | gpl-2.0 | 298 |
cmd_arch/arm/mach-msm/nohlt.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-msm/.nohlt.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include... | b8e5n/KTG-kernel_es209ra | arch/arm/mach-msm/.nohlt.o.cmd | bat | gpl-2.0 | 16,057 |
entry_number = 1
file = open("planets.txt", "r")
for line in file :
line = line.strip()
if line.startswith("#"):
continue
if line == "Earth":
break
entry_number = entry_number + 1
print("Earth is the {}th-lightest planet.".format(entry_number))
| simontakite/sysadmin | pythonscripts/practicalprogramming/loop/filesearch_continue.cmd | bat | gpl-2.0 | 277 |
cmd_fs/ntfs/built-in.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL -r -o fs/ntfs/built-in.o fs/ntfs/ntfs.o
| dalinaum/studyak | fs/ntfs/.built-in.o.cmd | bat | gpl-2.0 | 142 |
cmd_scripts/genksyms/genksyms.o := gcc -Wp,-MD,scripts/genksyms/.genksyms.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/genksyms/genksyms.o scripts/genksyms/genksyms.c
source_scripts/genksyms/genksyms.o := scripts/genksyms/genksyms.c
deps_scripts/genksyms/genksyms.o := ... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | scripts/genksyms/.genksyms.o.cmd | bat | gpl-2.0 | 2,597 |
@echo off
Launcher.exe -editor -debug
| TinkerWorX/SharpCraft | TinkerWorX.SharpCraft.Launcher/Start editor (debug).bat | bat | gpl-2.0 | 39 |
java -Xms128m -Xmx1024m -classpath . uk.me.proeto.iss.ImageSoundSyncApplication
| s-andrews/image-sound-sync | run_image_sync.bat | bat | gpl-3.0 | 81 |
setlocal enabledelayedexpansion
SET iter=200000
set BGE[01]="Enhance all Heal 1"
set BGE[02]="Enhance all Heal 2"
set BGE[03]="Enhance all Heal 3"
SET find="Optimized"
SET file="Brawl_of_Deities.txt"
echo %time%>%file%
for /F "tokens=2 delims==" %%a in ('set BGE[') do (
echo %%a>>%file%
tuo "nkorboy" "GTD... | joek546/tu_opt | Brawl_Personal.bat | bat | gpl-3.0 | 418 |
@echo off
set path=%1
ren %path%\*.txt *.doc
| pmanwatkar/puppetModules | actions/files/FIleHandlingWindows/change_format_from_txt_to_doc.bat | bat | gpl-3.0 | 50 |
@echo on
if DEFINED JAVA_HOME goto cont
:err
ECHO JAVA_HOME environment variable must be set! 1>&2
EXIT /B 1
:cont
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
REM ***** JAVA options *****
if "%ES_MIN_MEM%" == "" (
set ES_MIN_MEM=256m
)
if "%ES_MAX_MEM%" == "" (
set ES_MAX_MEM=1g
)
... | Katharsas/PSE | ESServer/bin/elasticsearch.in.bat | bat | gpl-3.0 | 3,203 |
..\_build\node ..\_build\run.js | DrSammyD/JsonMap | JsonMap.Web/_build/start.bat | bat | mpl-2.0 | 31 |
"k:\Program Files (x86)\Rockstar Games\GTA San Andreas\samp.exe" 127.0.0.1:7777 | yugecin/samp-basdon-nfs | joinlocal.bat | bat | agpl-3.0 | 79 |
#!/bin/bash
echo PRG2OBJ.BAT $1 $2
rm error 2>/dev/null
mkdir ppo 2>/dev/null
#(1) Preprocesszor (prg-->ppo)
CMPOPT=ppo/prg2ppo
rm $CMPOPT 2>/dev/null
echo $BUILD_PRE >>$CMPOPT
for i in $BUILD_INC; do echo -I$i >>$CMPOPT; done
echo -dARROW >>$CMPOPT
echo -d_CCC_ >>$CMPOPT
echo -d_CCC3_ >>$CMPOPT
echo ... | mrev11/ccc3 | usr/build/solaris/prg2obj.bat | bat | lgpl-2.1 | 1,034 |
U:\HDisk\STE_D\PROJECTS\DEMOS\PC\Debug\BLSconvert.exe %1 > U:\HDisk\STE_D\PROJECTS\DEMOS\_logs\convert.txt
start "C:\Program Files (x86)\Notepad++\notepad++.exe" U:\HDisk\STE_D\PROJECTS\DEMOS\_logs\convert.txt
pause
| gibs75/demOS | BlsConvertOne.bat | bat | lgpl-3.0 | 219 |
:: (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... | asm2750/Neopixel_TX_Core | demo/mojo_ise_project/ipcore_dir/fifo_generator_v9_3/simulation/timing/simulate_isim.bat | bat | apache-2.0 | 2,997 |
cls
dmd -w dchess.d utils.d control.d cron.d consts.d basics.d book.d | edlich/dchess | _compile.bat | bat | apache-2.0 | 69 |
# Please NOTE: In this sample we're assuming Cloud Api Server is hosted at "https://localhost".
# If it's not then please replace this with with your hosting url.
curl --location --request POST 'https://localhost/file/upload' \
--header 'x-api-key: {{x-api-key}}' \
--form 'file=@/path/to/file' | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/File Upload for Small Files (up to 50KB)/Upload Small File/cURL/UploadSmallFile.cmd | bat | apache-2.0 | 296 |
@echo off
rem Scan bjam/b2 log file for compile warnings
rem Copyright 2011 Beman Dawes
rem Distributed under the Boost Software License, Version 1.0.
rem See http://www.boost.org/LICENSE_1_0.txt
if not %1$==$ goto usage_ok
echo Usage: bjam_warnings log-path
goto done
:usage_ok
grep -i "warning" ... | cpascal/af-cpp | apdos/exts/boost_1_53_0/tools/release/bjam_warnings.bat | bat | apache-2.0 | 370 |
#!/bin/sh
rm -rf dist
python3 setup.py bdist_wheel
twine upload dist/* | hikaruAi/FacebookBot | BUILDDIST.bat | bat | apache-2.0 | 70 |
cd SampleAI & build.bat & cd .. & java -jar Terraforming.jar -u 1 -a "java -cp SampleAI/Java Main" "java -cp SampleAI/Java Main" | AI-comp/Terraforming | scripts/run_one_user_two_sample.bat | bat | apache-2.0 | 128 |
@echo off
echo =========================================================================
echo Starting the development home
rem check the DEVELOPMENT_HOME variable
call scripts\windows\internal\check-develpment-folder var1
if /I "%var1:error=%" neq "%var1%" (
echo %var1%
goto exit
) else (
echo %var1%
)
rem ch... | fernando-romulo-silva/allset-config | allset-config-devhome/src/Development/start-development-folder.bat | bat | apache-2.0 | 1,431 |
@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... | toros-astro/corral | docs/make.bat | bat | bsd-3-clause | 7,253 |
@call "%ProgramFiles%\Microsoft Visual Studio\VC98\Bin\vcvars32.bat"
@call "%ProgramFiles%\Microsoft Platform SDK\setenv.cmd" /XP32 /RETAIL
| chpock/twapi | twapi/base/envset.cmd | bat | bsd-3-clause | 140 |
::2.3.3
@echo off
echo - set env
set VERSION=2.3.3
set backup1=0
set dotbackup=0
set profile=0
set blacklist=0
set bt_prefs=0
set bt_bluetooth=0
set bt_misc=0
set bt_miscd=0
set contacts=0
set dm=0
set fileexplorer=0
set homescreen_launcher2=0
set homescreen_launcher3=0
set homescreen_sprd_launcher2... | GdZ/scriptfile | sh/v2.3.3/LogAndroid2PC.bat | bat | mit | 12,738 |
-- AbTransferOkay() -------------------------------------------------
!openter world abTransferOkay(bankP, abelP, Set{coin1})
!delete (bankP, coin1) from Balance
!insert (abelP, coin1) into Balance
-- Transfer coin2 from cainP to bankP ---------------------
!delete (cainP, coin3) from Balance
!insert (bankP, coin... | SOM-Research/ocl-repository | academic/mondex/ImperativeApproach/createExceptionalWorld3.cmd | bat | mit | 345 |
@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%
... | hypernicon/pyec | pyec/docs/0.3/make.bat | bat | mit | 5,101 |
cmd_net/ipv4/netfilter/ipt_tos.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/ipv4/netfilter/ipt_tos.ko net/ipv4/netfilter/ipt_tos.o net/ipv4/netfilter/ipt_tos.mod.o
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/ipv4/netfilter/.ipt_tos.ko.cmd | bat | gpl-2.0 | 200 |
@echo off
:: Copyright 2009 Jason Moxham
::
:: This file is part of the MPIR Library.
::
:: The MPIR Library is free software; you can redistribute it and/or modify
:: it under the terms of the GNU Lesser General Public License as published
:: by the Free Software Foundation; either version 2.1 of the Licen... | gnooth/xcl | mpir/build.vc10/configure.bat | bat | gpl-2.0 | 4,875 |
java -jar -Xmx1024m bin/RHRE.jar
pause | chrislo27/RhythmHeavenRemixEditor2 | distribution/run_windows.bat | bat | gpl-3.0 | 38 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=FSCrawler
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Ma... | dadoonet/fscrawler | docs/make.bat | bat | apache-2.0 | 781 |
@echo off
setlocal
set CWD=%CD%
cd /D %~dp0
REM **************************************************
REM ** Kettle home **
REM **************************************************
if "%KETTLE_DIR%"=="" set KETTLE_DIR=%~dp0
if %KETTLE_DIR:~-1%==\ set KETTLE_DIR=%KETTLE_DIR:~0,-1%
cd %KE... | AndreyBurikhin/pentaho-kettle | assembly/package-res/Encr.bat | bat | apache-2.0 | 541 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S1_ConnectionTest_CapabilityExchange_PositiveTest_GeneralCapSet_SuppressOutputNotSupported /Logger:trx
pause
| JessieF/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S1_ConnectionTest_CapabilityExchange_PositiveTest_GeneralCapSet_SuppressOutputNotSupported.cmd | bat | mit | 279 |
@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
@REM (th... | gusai-francelabs/datafari | solr/bin/solr.cmd | bat | apache-2.0 | 49,738 |
@echo off
REM This batch file compiles the lpsolve libraries with the Microsoft Visual C/C++ compiler under Windows
REM Microsoft Visual C++ 2005 or 2008 Redistributable Package must be installed at the client for this to work:
REM 32-bit:
REM http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C... | shamanDevel/GraphDrawing | lp_solve_5.5/lpsolve55/cvc8msvcrt.bat | bat | gpl-2.0 | 3,151 |
@echo off
setlocal
:: This will remove the markers that enabled RyuJIT & SIMD
reg delete HKCU\SOFTWARE\Microsoft\.NETFramework /v AltJit /f /reg:64 > NUL
reg delete HKCU\SOFTWARE\Microsoft\.NETFramework /v FeatureSIMD /f /reg:64 > NUL | Microsoft/dotnetsamples | System.Numerics/SIMD/disable-JIT.cmd | bat | mit | 236 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\html-minifier\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\html-minifier\cli.js" %*
) | SpatialMap/SpatialMapDev | node_modules/html-webpack-plugin/node_modules/.bin/html-minifier.cmd | bat | mit | 194 |
@echo off
REM Setup environment variables for Visual C++ 1.52c 16 bit edition
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\RELEASE\WIN16\VC4;%VC_PATH%\LIB;.
echo Release build enabled.
goto setvars
:checked_build
set LIB=%SCITECH_LIB%\LIB\DEBUG\WIN16\VC4;%VC_PATH%\LIB;.
echo Checked debug build enab... | daydaygit/flrelse | uboot1.1.6/board/MAI/bios_emulator/scitech/bin/vc40-w16.bat | bat | gpl-3.0 | 720 |
:: this builds the release version
@echo off
::
:: https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx : compiler options
:: https://msdn.microsoft.com/en-us/library/y0zzbyt4.aspx : linker options
:: https://msdn.microsoft.com/en-us/library/f1cb223a.aspx : Output-File (/F) Options
::
:: /FC : Causes the compiler t... | marjakm/aniplot | build64-vc14-2015.bat | bat | isc | 2,987 |
python setup.py py2exe
rem Èç¹ûûÓÐimportп⣬½ö½öÐÞ¸Äcode£¬Ö»¸üÐÂexe¾Í¿ÉÒÔÁË
move dist\gen_excel.exe dist\1.¿¼ÇÚ»ã×Ü.exe
move dist\send_mail.exe dist\2.·¢ËÍÓʼþ.exe
| twotwo/tools-python | attendance/py2exe.cmd | bat | mit | 171 |
md packages
..\.nuget\nuget.exe pack ..\System.Clock\System.Clock.csproj -build -symbols -properties configuration=release -outputdirectory packages
pause | rbwestmoreland/system.clock | build/nuget-package.cmd | bat | mit | 154 |
@echo off
setlocal
cd ../..
set BROWSER=FirefoxCustom
set HEADLESS=Headless
set SINGLEWATCH=--single-run
set TARGET_BASIC=
set TARGET_TURTLE=
FOR %%a IN (%*) DO (
if "%%~a"=="ff" (set BROWSER=FirefoxCustom)
if "%%~a"=="FF" (set BROWSER=FirefoxCustom)
if "%%~a"=="ie" (set BROWSER=IE)
if "%%~a"=="IE" (set BRO... | kujirahand/nadesiko3 | test/bundled/test4b.cmd | bat | mit | 1,654 |
gcc *.c -o avl_tree.exe -ansi -pedantic -Wall -lm | reinhym/reinhym_c_avl_tree_cli | compile.bat | bat | mit | 49 |
java -cp "core-1.2.2.jar;desktop-1.2.2.jar" com.corosus.game.DesktopLauncher | Corosauce/AI_TestBed_v3 | testbuild/rungame.bat | bat | mit | 76 |
@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... | newfies-dialer/python-msspeak | docs/make.bat | bat | mit | 6,475 |
@echo off
if [%1] == [help] (
echo fixgit set executable flag on git index for required files
echo normgit call git add --update --renormalize
echo conv generate a Dependency Convergence report in target/site/dependency-convergence.html
echo oga check for deprecated groupId and artifactId couples
... | jonathanlermitage/manon | do.cmd | bat | mit | 3,962 |
cmd_drivers/cpuidle/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
| 0xD34D/kernel_amazon_tate | drivers/cpuidle/.built-in.o.cmd | bat | gpl-2.0 | 290 |
cmd_arch/arm/mm/pabort-v7.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.pabort-v7.o.d -nostdinc -isystem /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/space/android/kernel/linux-2.6.39-tegra/arch... | asopov/linux-tpt-2.6.39 | arch/arm/mm/.pabort-v7.o.cmd | bat | gpl-2.0 | 2,058 |
@echo off
setlocal
set PathAPK=%1
set FileApk=%2
set Timestamp=%3
set Documentacion=%4
set AppExe=%5
set Server=%6
set Username=%7
set Password=%8
rem Editar segun corresponda al entorno
set JAVA=/usr/bin/java
set PathAPK=%PathAPK:"=%
set FileApk=%FileApk:"=%
set AppExe=%AppExe:"=%
set Documentacion=%Documentacion:"=... | simplevulnerabilitymanager/svm | apktool_decode_remote.bat | bat | gpl-2.0 | 1,329 |
%LOCALAPPDATA%\Google\Chrome\Application\chrome.exe --pack-extension=%cd%\Source --pack-extension-key=%cd%\SpeechifierExtension.pem
move Source.crx SpeechifierExtension.crx
pause | watkinsmatthewp/chrome-speechifier | PackageExtension.bat | bat | gpl-2.0 | 181 |
cmd_net/ethernet/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
| kannu1994/crespo_kernel | net/ethernet/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_net/ipv4/netfilter/nf_nat_ftp.o := arm-eabi-gcc -Wp,-MD,net/ipv4/netfilter/.nf_nat_ftp.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall ... | HCDRJacob/wildfire-kernel | net/ipv4/netfilter/.nf_nat_ftp.o.cmd | bat | gpl-2.0 | 155,741 |
cmd_sound/core/snd.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o sound/core/snd.o sound/core/sound.o sound/core/init.o sound/core/memory.o sound/core/info.o sound/core/control.o sound/core/misc.o sound/core/device.o sound/core/jack.o
| spacecaker/CM7_Space_Kernel_Cooper | sound/core/.snd.o.cmd | bat | gpl-2.0 | 260 |
cmd_net/sunrpc/timer.o := arm-eabi-gcc -Wp,-MD,net/sunrpc/.timer.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-m... | bigbiff/i717-GB-Kernel | net/sunrpc/.timer.o.cmd | bat | gpl-2.0 | 33,862 |
cmd_block/built-in.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o block/built-in.o block/bio.o block/elevator.o block/blk-core.o block/blk-tag.o block/blk-sysfs.o block/blk-flush.o block/blk-settings.o block/blk-ioc.o block/blk-map.o block/blk-exec.o block... | avareldalton85/rpi2-linux-rt | block/.built-in.o.cmd | bat | gpl-2.0 | 755 |
cmd_drivers/regulator/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/regulator/built-in.o drivers/regulator/core.o drivers/regulator/dummy.o drivers/regulator/fixed-helper.o drivers/regulator/of_regulator.o ... | domintech/PandaBoard-LinuxKernel | drivers/regulator/.built-in.o.cmd | bat | gpl-2.0 | 537 |
cmd_drivers/scsi/scsi_ioctl.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/scsi/.scsi_ioctl.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KE... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/scsi/.scsi_ioctl.o.cmd | bat | gpl-2.0 | 24,434 |
cmd_arch/arm/lib/testclearbit.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.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/include/generated -Iinclude -in... | IndieBeto/StockLP | arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 2,142 |
cmd_block/genhd.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,block/.genhd.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/ge... | doadin/samsung-kernel-msm7x30-Doadin | block/.genhd.o.cmd | bat | gpl-2.0 | 28,194 |
cmd_lib/zlib_inflate/zlib_inflate.o := arm-arago-linux-gnueabi-ld -EL -r -o lib/zlib_inflate/zlib_inflate.o lib/zlib_inflate/inffast.o lib/zlib_inflate/inflate.o lib/zlib_inflate/infutil.o lib/zlib_inflate/inftrees.o lib/zlib_inflate/inflate_syms.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | lib/zlib_inflate/.zlib_inflate.o.cmd | bat | gpl-2.0 | 253 |
>>> import testmod
>>> doctest.testmod()
**********************************************************************
File "__main__", line 6, in __main__.convert_to_celsius
Failed example:
convert_to_celsius(75)
Expected:
23.88888888888889
Got:
57.22222222222222
**************************************************... | simontakite/sysadmin | pythonscripts/practicalprogramming/modules/doctest_failure.cmd | bat | gpl-2.0 | 470 |
cmd_drivers/usb/gadget/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/built-in.o drivers/usb/gadget/g_serial.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | drivers/usb/gadget/.built-in.o.cmd | bat | gpl-2.0 | 139 |
FOR %%d IN (db cad math acc crm mrp pcalc peng sail scan srm bil) DO ECHO %%d && cd ..\%%d\src && C:\Qt\5.8\msvc2015\bin\qmake.exe && C:\Qt\Tools\QtCreator\bin\jom.exe clean && C:\Qt\5.8\msvc2015\bin\qmake.exe && C:\Qt\Tools\QtCreator\bin\jom.exe && C:\Qt\Tools\QtCreator\bin\jom.exe install && cd ..\..\scripts | biluna/biluna | scripts/build_bil - Copy.bat | bat | gpl-2.0 | 311 |
cmd_libbb/vdprintf.o := gcc -Wp,-MD,libbb/.vdprintf.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes... | valentinthirion/android-tracebox-busybox | libbb/.vdprintf.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,125 |
cmd_net/ipv6/ipcomp6.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ipcomp6.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef... | b8e5n/KTG-kernel_es209ra | net/ipv6/.ipcomp6.o.cmd | bat | gpl-2.0 | 31,216 |
del *.o
| phoe-nix/NJEMU | systembuttons_prx/DEL_O.bat | bat | gpl-3.0 | 8 |
@echo off
rem %~dp0 is expanded pathname of the current script under NT
rem because of problem with %cd% was used instead of %~dp0..\..\
rem in configuration.java --> getparent of %~dp0..\..\ is %~dp0..\ which does not seem to work
@echo off
rem %~dp0 is expanded pathname of the current script under NT
setlocal
se... | sccblom/vercors | windows/bin/vct.cmd | bat | mpl-2.0 | 795 |
REM Ensure that all bundles are installed locally by running
REM bundle install --no-deployment
REM Ensure that Codebase.jar has latest code by running
REM bundle exec rake windows:package
REM Ensure that WIX Toolset is installed and available in PATH
REM Parse the RapidFTR.wxs file into an intermediate repres... | lym/RapidFTR | lib/tasks/windows/Installer.bat | bat | agpl-3.0 | 587 |
rem set environment variables
set lib=..\..\lib
java -Xms300m -Xmx1400m -classpath %lib%\deegree2.jar;%lib%\postgresql-8.0-311.jdbc3.jar;%lib%\log4j-1.2.9.jar;%lib%\jaxen-1.1-beta-8.jar;%lib%\commons-logging.jar;%lib%\ojdbc14_10g.jar org.deegree.tools.security.WFSFeatureTypeImporter -WFSAddress http://demo.deegree.... | lat-lon/deegree2-base | deegree2-core/scripts/batch/runSecWFSFeatureTypeImporter.bat | bat | lgpl-2.1 | 503 |
@echo off
rem Build the DAViCal database
rem BAT file changes are internal only
setlocal
if db%1 EQU db (
echo Usage: create-database dbnameprefix [adminpassword [pguser]]
exit /B 1
)
set DBNAME=%1-davical
set ADMINPW=%2
set DBADIR=%CD%\..
rem Attempt to locate the AWL directory
set AWLDIR=%... | lkraav/davical-rss-feature-branch | dba/windows/create-database.bat | bat | lgpl-2.1 | 5,372 |
vcpkg install zeromq[sodium]:x86-windows-static
mkdir build-x86-windows-static
cd build-x86-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows-static -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
pause
| myd7349/Ongoing-Study | c/ZeroMQ/zmqbench/build-x86-windows-static.bat | bat | lgpl-3.0 | 301 |
@setlocal EnableDelayedExpansion
@echo off
if "%~1"=="/?" call :usage && endlocal && exit /B 0
if "%~1"=="help" call :usage && endlocal && exit /B 0
if "%~1"=="--help" call :usage && endlocal && exit /B 0
set _spec=
set _args=
:parse
if "%~1"=="" goto :main
set arg=%~1
set firstChar=%arg:~0,1%
... | kodybrown/dos | dc.bat | bat | unlicense | 1,051 |
@echo off
set solutionDir=%cd%\
set fdir=%WINDIR%\Microsoft.NET\Framework
set msbuild=%fdir%\v4.0.30319\msbuild.exe
set mddir="%ProgramFiles(x86)%\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0"
if not exist %mddir% (
set mddir="%ProgramFiles%\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0"... | jmptrader/WebSocket4Net | Build-MD.bat | bat | apache-2.0 | 1,672 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.