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 |
|---|---|---|---|---|---|
cmd_drivers/usb/gadget/built-in.o := arm-eabi-ld -EL -r -o drivers/usb/gadget/built-in.o drivers/usb/gadget/ci13xxx_msm.o drivers/usb/gadget/g_android.o drivers/usb/gadget/multi_config.o
| BigBot96/android_kernel_samsung_espressovzw | drivers/usb/gadget/.built-in.o.cmd | bat | gpl-2.0 | 192 |
@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... | octobot-dev/pulpo-forms-django | docs/make.bat | bat | apache-2.0 | 6,715 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\meanio\bin\mean-package" %*
) ELSE (
node "%~dp0\..\meanio\bin\mean-package" %*
) | Kapechuk/plastQuiz | node_modules/.bin/mean-package.cmd | bat | mit | 143 |
/******************************************************************************
*
* enet_uip_ccs.cmd - CCS linker configuration file for enet_uip.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this so... | jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c1294xl/enet_uip/enet_uip_ccs.cmd | bat | gpl-3.0 | 2,797 |
cd windows
set VCTargetsPath=%PROGRAMFILES(X86)%\MSBuild\Microsoft.Cpp\v4.0\V140
set copyDestination=ExampleApp\ExampleAppWPF\bin\Release
nuget.exe restore WinBuild\ExampleApp.sln
"%VCTargetsPath%\..\..\..\14.0\Bin\msbuild" WinBuild\ExampleApp.sln /p:Configuration=Release /p:Platform=x64 /t:Clean
"%VCTargetsPath%\..\..... | eegeo/eegeo-example-app | windows/build.bat | bat | bsd-2-clause | 1,135 |
reg import "%~dp0MyComputer.reg"
| roozbehk/til | windows/scripts/install_show_this_pc/show_this_pc/install.cmd | bat | mit | 34 |
rem packing web3 and dependencies
SET releaseSuffix=
SET targetNet35=false
SET projectName=
cd Nethereum.GnosisSafe
CALL :restorepack
cd ..
cd Nethereum.Siwe.Core
CALL :restorepack
cd ..
setlocal
set DIR=%~dp0
set OUTPUTDIR=%~dp0\packages
for /R %DIR% %%a in (*.nupkg) do xcopy "%%a" "%OUTPUTDIR%"
xcopy *.nupkg pa... | Nethereum/Nethereum | src/nugetNewStuff.bat | bat | mit | 849 |
@echo off
dub upgrade
if %1==x86 (
set arch=x86_mscoff
) else (
set arch=%1
)
dub build -c windows -a %arch% -b %2
powershell -Command Compress-Archive -Path fukuro.exe, LICENSE, README.md, docs, libeay32.dll, ssleay32.dll -DestinationPath moecoop-%1.zip
if %1==x86 (
powershell -Command Compress-Archive -Pa... | coop-mojo/moecoop | archive.bat | bat | mit | 394 |
cd "C:\Program Files\MongoDB\Server\3.2\bin\"
mongod | cornflourblue/mean-cms | start-mongo.bat | bat | mit | 52 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MsBuild.exe" /m /v:n "%DIR%DavidLievrouw.Utils.proj" /target:Deploy /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/deploy.log
pause | DavidLievrouw/Utils | build/deploy.cmd | bat | mit | 250 |
cmd_drivers/mtd/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/mtd/built-in.o drivers/mtd/mtd.o drivers/mtd/mtdchar.o drivers/mtd/mtd_blkdevs.o drivers/mtd/mtdblock.o drivers/mtd/chips/built-in.o drivers/mtd/lpddr/built-in.o drivers/mtd/maps/built-in.o drivers/mtd/devices/built-in.o drivers/mtd/nand/built... | MihawkHu/Android_scheduler | kernel/goldfish/drivers/mtd/.built-in.o.cmd | bat | mit | 387 |
@echo off
setlocal
if not defined REDIS_PATH (
set REDIS_PATH=..\..\packages\redis-64.3.0.500\tools
)
echo %REDIS_PATH%\redis-server.exe
start /D 6381 %REDIS_PATH%\redis-server.exe redis.conf
endlocal | samcook/RedLock.net | RedLockNet.Tests/RedisConfig/run-server-6381.cmd | bat | mit | 206 |
node_modules/.bin/livereloadx -s -p 8000 app
| waldenn/spirare | live.bat | bat | mit | 45 |
:start
if not exist tools\Cake (
powershell -f bootstrapper.ps1 -Verbose
)
powershell -f ./build.ps1 -Target Test -Verbosity=Diagnostic --settings_skipverification=true
if errorlevel 1 (
echo error 1
pause
goto start
)
:end
pause | wally666/rommaster | devops/test.cmd | bat | mit | 232 |
:: (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... | Fairyland0902/BlockyRoads | src/BlockyRoads/ipcore_dir/game_over/simulation/timing/simulate_isim.bat | bat | mit | 2,837 |
set pypath=C:\Python27
set py=python-2.7.6.msi
set pyurl="http://python.org/ftp/python/2.7.6/%py%"
@ECHO .
set pywin=pywin32-218.win32-py2.7.exe
set pywinurl="http://sourceforge.net/projects/pywin32/files/pywin32/Build 218/%pywin%/download#"
@ECHO .
set ez=ez_setup.py
set ezurl="http://bitbucket.org/pypa/setuptools/raw... | brousch/WinBootstrapPyEnv | bootstrap-py27-x86.bat | bat | mit | 1,246 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/edge.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/edge.ko /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/edge.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/edge.m... | CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.edge.ko.cmd | bat | gpl-2.0 | 325 |
cmd_sound/isa/ad1816a/built-in.o := rm -f sound/isa/ad1816a/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/isa/ad1816a/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/isa/ad1816a/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cd %1
echo Profiling...
del %2\*.pgc 2>nul
start /w %2\vs2019suneido.exe -u -t
start /w %2\vs2019suneido.exe -compact
start /w %2\vs2019suneido.exe test.go
| apmckinlay/csuneido | vs2019suneido/ProfileEnv/profile.bat | bat | gpl-2.0 | 162 |
cmd_miscutils/fbsplash.o := arm-linux-musleabihf-gcc -Wp,-MD,miscutils/.fbsplash.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-string... | ThinkIntegrate/busybox | miscutils/.fbsplash.o.cmd | bat | gpl-2.0 | 12,803 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\grunt\bin\grunt" %*
) ELSE (
node "%~dp0\..\grunt\bin\grunt" %*
) | wtq-git/mpis | ScreenPress/node_modules/.bin/grunt.cmd | bat | gpl-2.0 | 131 |
cmd_drivers/scsi/built-in.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o drivers/scsi/built-in.o drivers/scsi/scsi_mod.o drivers/scsi/arm/built-in.o drivers/scsi/sd_mod.o drivers/scsi/sg.o
| spacecaker/Stock_spacecaker_kernel | drivers/scsi/.built-in.o.cmd | bat | gpl-2.0 | 250 |
cmd_sound/soc/au1x/built-in.o := rm -f sound/soc/au1x/built-in.o; /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/soc/au1x/built-in.o
| paxchristos/R800x-2.3.3-Kernel | sound/soc/au1x/.built-in.o.cmd | bat | gpl-2.0 | 196 |
node generate-all.js | Haeresis/TestCaseAtlas | doc-test-case/generate-all.bat | bat | gpl-2.0 | 20 |
cmd_net/netfilter/x_tables.o := arm-linux-gnueabi-gcc -Wp,-MD,net/netfilter/.x_tables.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 | net/netfilter/.x_tables.o.cmd | bat | gpl-2.0 | 28,967 |
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs sound/pci/aw2/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | sound/pci/aw2/.built-in.o.cmd | bat | gpl-2.0 | 140 |
cmd_fs/devpts/devpts.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| p500-ics-cm9/Franco-ICS-Kernel | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 132 |
cmd_.tmp_vmlinux2 := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux2 -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm... | sktjdgns1189/android_kernel_iriver_MX100 | ..tmp_vmlinux2.cmd | bat | gpl-2.0 | 788 |
cmd_drivers/input/serio/built-in.o := rm -f drivers/input/serio/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/input/serio/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/input/serio/.built-in.o.cmd | bat | gpl-2.0 | 205 |
cmd_crypto/crypto.o := arm-arago-linux-gnueabi-ld -EL -r -o crypto/crypto.o crypto/api.o crypto/cipher.o crypto/compress.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | crypto/.crypto.o.cmd | bat | gpl-2.0 | 127 |
# ========== 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_basic4_usr_mode_sas2_mul_core_int/pio_rnd_basic4_usr_mode_sas2_mul_core_int_rand_1_sjm/sjm_4.cmd | bat | gpl-2.0 | 18,091 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\yamljs\bin\yaml2json" %*
) ELSE (
node "%~dp0\..\yamljs\bin\yaml2json" %*
) | mrsonord/thegame | node_modules/docpad/node_modules/.bin/yaml2json.cmd | bat | gpl-2.0 | 137 |
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -flares -meta -patchmeta -v -verboseentities "C:\openarena-0.8.1\baseoa\maps\077ctf_inyard.map"
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -... | NeonKnightOA/oaassets | tools/compile-scripts/batch/077ctf_inyard.bat | bat | gpl-2.0 | 858 |
copy "#2012jsb - ¸±±¾.mdb" #2012jsb.mdb /y | ahlarry/TrinityJSB | database/copy.bat | bat | gpl-2.0 | 42 |
cmd_usr/initramfs_data.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -isystem /home/hacker/codesourcery/lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include -Iinclude -include inclu... | wujiku/superstar-kernel-shooter-2.3.4gb | usr/.initramfs_data.o.cmd | bat | gpl-2.0 | 921 |
copy /y Devkit\* C:\Devkit32\mingw\i686-w64-mingw32\include
copy /y Devkit\sdks\* C:\Devkit32\mingw\i686-w64-mingw32\include\sdks | ryanmelt/qtbindings | vendor/PatchDevkit32.bat | bat | gpl-2.0 | 129 |
@echo off
"C:\Program Files\POV-Ray\v3.7\bin\pvengine.exe" +W1600 +H1200 +A0.3 +FN +L"c:/windows/fonts" +L"C:/Program Files (x86)/eagle3d/ulp//../povray" +O"D:/myTrace/boardFiles/BoardVariant/solution/povOut/schematic.png" /RENDER "D:/myTrace/boardFiles/BoardVariant/solution/povOut/schematic.pov"
| pixma/myTrace | boardFiles/BoardVariant/solution/povOut/schematic.bat | bat | gpl-3.0 | 300 |
START cmd /k "python .\bin\bzrflag --world=maps/four_ls.bzw --friendly-fire --red-port=50100 --green-port=50101 --purple-port=50102 --blue-port=50103 $@ &"
C:\Windows\System32\ping.exe 192.0.2.2 -n 1 -w 3000 > nul
START cmd /c "python bzagents\agent0.py localhost 50100"
START cmd /c "python bzagents\agent0.py localhost... | adamjchristiansen/CS470 | runGame.bat | bat | gpl-3.0 | 444 |
:: Used to automate everything for Alex so he can be lazy.
:: Requirements - Everything needs to be located in your windows path, except MSVC2013
:: 7Zip
:: WINSCP - Optional, it will just not upload the file automatically if you don't have it.
:: - "open downloads" is the command that selects the downloads alias in w... | Razlopp/simc | WinReleaseScripts/WinCompileUpload-32webkit-64webengine.bat | bat | gpl-3.0 | 6,062 |
@echo off
if "%1" == "" goto ERROR
@REM WARNING: enabledelayedexpansion means ! is a special character,
@REM which means it isn't available for use as the mungeapp recursive
@REM wildcard character. Use the alternate $ instead.
setlocal enabledelayedexpansion
set MUNGE_WORLD_FROM_SUBDIR=
for %%A in (%1) do (
se... | Kfm946/data_HG2 | _BUILD/Worlds/munge_world.bat | bat | gpl-3.0 | 8,319 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
:: All rights reserved.
:: Contact: Nokia Corporation (qt-info@nokia.com)
::
:: This file is part of the tools applications of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGP... | radekp/qt | tools/installer/batch/extract.bat | bat | lgpl-2.1 | 2,762 |
@echo This script assumes that the python executables needed by this system is reacheble via PATH environment variable
@echo It also assumes that all required libs are installed and if necessary the virtualenv to run the server is activated
python oneview_redfish_toolkit/app.py
| HewlettPackard/oneview-redfish-toolkit | run.cmd | bat | apache-2.0 | 284 |
ping /t 128.199.236.6 | wanglongbiao/webapp-tools | Tocel/ping_128.199.236.6.bat | bat | apache-2.0 | 21 |
::
:: IT Compliance Analyzer - Storage Edition
:: Databse update script
::
::set SQLANY10="C:\sybase\SQL Anywhere 10"
::set SQLANY10_DATA_DIR=%SQLANYSAMP10%
::set SQLANY10_DUMP=.
:: Name of DB file to create
set ITCASENAME=itcase
set SALANG=EN
call "%SQLANY10%\win32\dbisql" -nogui -c "dbf=%SQLANYSAMP10%\%ITCASENAME%.... | lgoldstein/communitychest | scripts/sybase/upd_script.bat | bat | apache-2.0 | 358 |
title °²È«²ßÂÔ·þÎñ
java -jar C:\D\kuaipan\521266750_qq_com\JavaServer\SecurityServer\dist\SecurityServer.jar
pause
| wdmir/521266750_qq_com | JavaServer/SecurityServer/run.bat | bat | apache-2.0 | 115 |
@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 (the "License... | KRMAssociatesInc/eHMP | ehmp/product/production/hmp-main/src/main/assembly/tomcat/windows-x64/service.bat | bat | apache-2.0 | 6,410 |
::
:: Copyright (c) 2013, Daynix Computing LTD (www.daynix.com)
:: All rights reserved.
::
:: Maintained by oss@daynix.com
::
:: This file is a part of VirtHCK, please see the wiki page
:: on https://github.com/daynix/VirtHCK/wiki for more.
::
:: This code is licensed under standard 3-clause BSD license.
:: See file LI... | sameehj/VirtHCK | guest_tools/setup_cpu_grouping.bat | bat | bsd-3-clause | 452 |
@echo off
set START_DIR=%CD%
set SCRIPT_DIR=%~dp0
set SOURCE_DIR=%1/
set CMAKE_DIR=%~dp0cmake_prebuilt
set CMAKE_DIR_BIN=%CMAKE_DIR%\bin
echo START_DIR=%START_DIR%
echo SCRIPT_DIR=%SCRIPT_DIR%
echo SOURCE_DIR=%SOURCE_DIR%
echo CMAKE_DIR_BIN=%CMAKE_DIR_BIN%
::cleanup cmake binaries dir and unzip it
if not exist %SCRIP... | dava/dava.engine | Programs/WinStoreCMake/mk_project.bat | bat | bsd-3-clause | 1,460 |
rd firebug /s /q
rd pub /s /q
svn export "../" "./firebug"
md pub
xcopy ".\firebug\skin\." ".\pub\skin" /s /i
copy "..\test\alpha.html" ".\pub\index.html"
copy "..\content\changelog.txt" ".\pub"
copy ".\firebug\build\*.*" ".\pub"
del ".\pub\*.bat"
tar -cv --file=firebug.tar firebug/*
gzip -9 < firebug... | darwin/firebug.lite | build/build.bat | bat | bsd-3-clause | 401 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S02_Coauth.TestCase_S02_TC27_GetCoauthStatus_OnlyOneClientEditing /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_S02_TC27.cmd | bat | mit | 303 |
@echo off
cd thirdparty
start node node_modules\shadowsocks\bin\sslocal -c ..\ss1config.json
start node node_modules\shadowsocks\bin\sslocal -c ..\ss2config.json
| lehui99/gipt | ss.bat | bat | mit | 162 |
cmd_fs/reiserfs/ibalance.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.ibalance.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 ... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.ibalance.o.cmd | bat | gpl-2.0 | 18,071 |
@echo OFF
SETLOCAL
set EXAMPLE_LANG=isocpp
set NAME=Throughtput
call %FUNCTIONS% :runZeroThroughputJava
call %FUNCTIONS% :checkResultZero
| PrismTech/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/Throughput/java/RUN.bat | bat | gpl-3.0 | 150 |
@ECHO off
REM
REM Script to delete Bacula tables for PostgreSQL
REM
"@SQL_BINDIR@\psql" -f "@bin_dir_cmd@\drop_postgresql_tables.sql" -d bacula %*
IF ERRORLEVEL 1 GOTO :ERROR
ECHO Deletion of Bacula PostgreSQL tables succeeded.
EXIT /b 0
GOTO :EOF
:ERROR
ECHO Deletion of Bacula PostgreSQL tables failed.
... | anarexia/bacula | src/win32/cats/drop_postgresql_tables.cmd | bat | agpl-3.0 | 332 |
rem This script supports FfmaFullDocImpl collection export
export_collection "C:\Dokumente und Einstellungen\GrafR\Eigene Dateien\Downloads\mongodb-win32-i386-1.6.3\bin" 127.0.0.1:8060 FfmaDb FfmaFullDocImpl | ait-ngcms/ffma | doc/scripts/mongodb/windows/export_AssetsFullDocImpl.bat | bat | apache-2.0 | 208 |
@echo off
java -cp javaforce.jar;jftorrent.jar TorrentMaker %*
| thuliumcc/javaforce-thulium | projects/jftorrent/runMaker.bat | bat | lgpl-2.1 | 63 |
universe = vanilla
executable = x_sleep.pl
# Avoid having the starter wait around for a reconnect
job_lease_duration = 0
output = job_schedd_restart-running-ok.out
error = job_schedd_restart-running-ok.err
log = job_schedd_restart-running-ok.log
Notification = NEVER
arguments = 0
queue 5
| djw8605/condor | src/condor_tests/job_schedd_restart-runningjobs-ok.cmd | bat | apache-2.0 | 291 |
..\..\..\bin\Prebuild.exe /target nant
..\..\..\bin\Prebuild.exe /target vs2008
echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat
| justasabc/kubernetes-ubuntu | ke/images/robust/image/opensim80/OpenSim/Tools/LaunchSLClient/runprebuild.bat | bat | apache-2.0 | 167 |
copy LICENSE.md bin
copy README.md bin
"..\.nuget\NuGet.exe" pack tuxedo.nuspec -BasePath bin | azraelrabbit/webstack | tuxedo/pack-nuget.bat | bat | mit | 93 |
@echo off
echo Count RANDOM Distribution
echo.
set no1=0
set no2=0
set no3=0
set no4=0
set no5=0
set no6=0
set no7=0
set no8=0
set no9=0
set no0=0
set cnt=0
:here
if /I %cnt% EQU 1000 goto end
set /a number=%RANDOM:~-1%
echo %number%
rem if /I %number% EQU 7 goto here
rem if /I %number% EQU 8 g... | 0x776b7364/batch-utils | cntrnddistrib.bat | bat | mit | 644 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\..\..\sshpk\bin\sshpk-conv" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\..\..\sshpk\bin\sshpk-conv" %*
) | SpatialMap/SpatialMapDev | node_modules/node-pre-gyp/node_modules/http-signature/node_modules/.bin/sshpk-conv.cmd | bat | mit | 206 |
@ECHO OFF
setlocal
set GOARCH=amd64
cd %~dp0
md artifacts
echo Windows
set GOOS=windows
call go build -o artifacts\jsonmerge.exe .\cmd || goto :error
echo Linux
set GOOS=linux
call go build -o artifacts\jsonmerge .\cmd || goto :error
echo Darwin
set GOOS=darwin
call go build -o artifacts\jsonmerge_darwin .\cmd || ... | RaveNoX/go-jsonmerge | build.cmd | bat | mit | 383 |
@echo off
:init
setlocal DisableDelayedExpansion
set "batchPath=%~f0"
for %%k in (%0) do set batchName=%%~nk
set "vbsGetPrivileges=%temp%\OEgetPriv_%batchName%.vbs"
set "elevation_grasped=%temp%\elevation_grasped.tmp"
set "is_elevated=%temp%\is_elevated.tmp"
setlocal EnableDelayedExpansion
:: first run
set gra... | matteyas/cmd-config | functions/function_elevate.cmd | bat | mit | 1,229 |
@echo off
mkdir %~dp0\release\x32\plugins
mkdir %~dp0\release\x64\plugins
xcopy /E /Y %~dp0\plugins %~dp0\release\x32\plugins
xcopy /E /Y %~dp0\plugins %~dp0\release\x64\plugins
XCOPY /E /Y %~dp0\bin\x32\*.dp32 %~dp0\release\x32\*
XCOPY /E /Y %~dp0\bin\x64\*.dp64 %~dp0\release\x64\* | techbliss/x64dbgpy-Plugin-Template | release.bat | bat | mit | 289 |
@rem
@rem The MIT License (MIT)
@rem
@rem Copyright (c) 2017 Kristian Kutin
@rem
@rem Permission is hereby granted, free of charge, to any person obtaining a copy
@rem of this software and associated documentation files (the "Software"), to deal
@rem in the Software without restriction, including without limitation the... | gammalgris/batch-utilities | dos/mediawiki/wiki.bat | bat | mit | 29,201 |
-intstyle "ise" -incremental -o "E:/Works/GitHub/Systolic-Processor-On-FPGA/ISE Design Files/DPU_array_matrix_multiplication_3/DPU_array_matrix_multiplication_3_tb_isim_beh.exe" -prj "E:/Works/GitHub/Systolic-Processor-On-FPGA/ISE Design Files/DPU_array_matrix_multiplication_3/DPU_array_matrix_multiplication_3_tb_beh.p... | Main-Project-MEC/Systolic-Processor-On-FPGA | ISE Design Files/DPU_array_matrix_multiplication_3/fuseRelaunch.cmd | bat | mit | 369 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "c:/Dev/REMUS/markeldigital.github.io/vendor/ruby/2.0.0/bin/jekyll" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*
| markeldigital/design-system | vendor/ruby/2.0.0/bin/jekyll.bat | bat | mit | 193 |
@ECHO OFF
ECHO MATLAB×Ô¶¯ÔËÐпªÊ¼
ECHO **************************************************
ECHO È¡µÃbatchÎļþµÄµØÖ·(ÉÏÒ»²ãĿ¼)
set batch_folder="F:\¹¤×÷Îļþ\²ßÂÔÑо¿\BobQuantBox\DataProcess\"
ECHO batch_folder=%batch_folder%
ECHO **************************************************
ECHO ¿ªÊ¼Ö´ÐÐMatlabµÄmÎļþ
set comman... | njxiaoyixin/BobMatlabProjects | DataProcessPackage/AutoUpdate/Bak/AutoDownloadWindTick_bak.bat | bat | mit | 551 |
FOR /F %%f IN ('dir /b *.trs') DO call :convert %%f
goto :eof
:convert
set infile=%~1
set outfile=%infile:.trs=.txt%
java -jar "saxon9he.jar" -o:"%outfile%" "%infile%" "SAB-timingfile-from-transscriber.xslt"
@echo %infile% converted to %outfile%
goto :eof | indiamcq/transcriber-timing-assistant | process-trs.cmd | bat | mit | 271 |
call "%VS71COMNTOOLS%vsvars32.bat"
set cdopt=/I "../util/include" /I "\VTK\Debug\include\vtk-5.0" /D "WIN32" /D "_DEBUG" /D "_LIBS" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /nologo /c /Wp64 /ZI /TP
set ldopt=/OUT:"Debug/vtkWrapperLib.lib" /NOLOGO
set cropt=/I "../util/include" /I "\VTK\Re... | Sanaxen/vtkFreeWrapper | vtkFreeWrapper/vtkFreeWrapper/vtkWrapperLib/make7.bat | bat | mit | 803 |
cmd_arch/arm/kernel/process.o := arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.process.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wst... | HCDRJacob/wildfire-kernel | arch/arm/kernel/.process.o.cmd | bat | gpl-2.0 | 149,310 |
cmd_crypto/cryptomgr.o := ld -m elf_x86_64 -r -o crypto/cryptomgr.o crypto/algboss.o crypto/testmgr.o
| Existed/kernel-2.6.35.14 | crypto/.cryptomgr.o.cmd | bat | gpl-2.0 | 105 |
cmd_drivers/media/platform/msm/camera_v2/ispif/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/platform/msm/camera_v2/ispif/built-in.o drivers/media/platform/msm/camera_v2/ispif/msm_ispif.o
| Algesat/BladeApex2 | drivers/media/platform/msm/camera_v2/ispif/.built-in.o.cmd | bat | gpl-2.0 | 228 |
del JavaAsm-windows32.dll
del Win32\JavaAsm-windows32.exp
del Win32\JavaAsm-windows32.lib
del Win32\JavaAsm-windows32.obj
del JavaAsm-windows64.dll
del Win32\JavaAsm-windows64.exp
del Win32\JavaAsm-windows64.lib
del Win32\JavaAsm-windows64.obj
del .\ua\khpcc\ilnitsky\courseproject\JavaAsm.class
pause | DaleMartinWatson/CourseProject | JavaAsm/JAclear.bat | bat | gpl-2.0 | 303 |
cmd_scripts/kconfig/lxdialog/yesno.o := /usr/bin/gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
source_scripts/kconfig/lxdialog/yesno.o := scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxdialog/ye... | synel/synergy2416-linux-kernel | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,360 |
cmd_drivers/media/radio/radio-ma901.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/radio/radio-ma901.ko drivers/media/radio/radio-ma901.o drivers/media/radio/radio-ma901.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/radio/.radio-ma901.ko.cmd | bat | gpl-2.0 | 295 |
>>> def = 3
File "<stdin>", line 1
def = 3
^
SyntaxError: invalid syntax
>>> def return(x):
File "<stdin>", line 1
def return(x):
^
SyntaxError: invalid syntax
| simontakite/sysadmin | pythonscripts/practicalprogramming/functions/keywords.cmd | bat | gpl-2.0 | 193 |
cmd_/home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/gpio-button-hotplug/gpio-button-hotplug.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... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/gpio-button-hotplug/.gpio-button-hotplug.ko.cmd | bat | gpl-2.0 | 769 |
cmd_drivers/ide/ide-generic.o := gcc -Wp,-MD,drivers/ide/.ide-generic.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -W... | namgk/kernel-tut | drivers/ide/.ide-generic.o.cmd | bat | gpl-2.0 | 23,833 |
cmd_arch/arm/kernel/sleep.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include -I/home/josh/TF700-... | JoinTheRealms/TF700-dualboot-stockbased | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 4,377 |
cmd_net/6lowpan/6lowpan.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/6lowpan/6lowpan.ko net/6lowpan/6lowpan.o net/6lowpan/6lowpan.mod.o
| avareldalton85/rpi2-linux-rt | net/6lowpan/.6lowpan.ko.cmd | bat | gpl-2.0 | 247 |
rem E000
d88cut LUXSOR_1.D77 DRIVER.BIN 0 2 1 0x1c00
rem 1000
d88cut LUXSOR_1.D77 MUS00.BIN 0 3 3 0x0500 0x167
d88cut LUXSOR_1.D77 MUS01.BIN 0 3 4 0x0200 0x1a6
d88cut LUXSOR_1.D77 MUS02.BIN 0 3 4 0x2000 0x373
d88cut LUXSOR_1.D77 MUS03.BIN 0 7 2 0x0800
d88cut LUXSOR_1.D77 MUS04.BIN 0 7 4 0x2000
d88cut LUXSOR_1.D77 MU... | rururutan/hoot-patches | fm7/nihon_telenet/luxsor/cut/cut.bat | bat | gpl-3.0 | 1,023 |
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.git') do (
rd /s /q "%%i"
)
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.idea') do (
rd /s /q "%%i"
)
del /s *.zip
python addons_zip_generator.py | ronniehd/repository.ronniehd | generator - zip.bat | bat | gpl-3.0 | 206 |
@echo off
"c:\Program Files\Puppet Labs\Puppet Enterprise\bin\facter" --puppet env_windows_installdir
| pmanwatkar/actionScripts | facterWindows/env_windows_installdir_Windows.bat | bat | gpl-3.0 | 102 |
cmd_/home/einstein/openairinterface5g/cmake_targets/oaisim_build_oai/build/CMakeFiles/ue_ip/ue_ip.o := ld -m elf_x86_64 -r -o /home/einstein/openairinterface5g/cmake_targets/oaisim_build_oai/build/CMakeFiles/ue_ip/ue_ip.o /home/einstein/openairinterface5g/cmake_targets/oaisim_build_oai/build/CMakeFiles/ue_ip/device.o... | massar5289/openairinterface5G | cmake_targets/oaisim_build_oai/build/CMakeFiles/ue_ip/.ue_ip.o.cmd | bat | gpl-3.0 | 517 |
@echo off
:: °Ñf:\aaϵÄËùÓÐÎı¾Îļþ¸´ÖƵ½e:\123ÏÂ
:: Èç¹ûÔÚe:\123ÏÂÒѾ´æÔÚtest.txt£¬Ôò°Ñ
:: test.txt¸ÄÃûΪtest1.txt£»Èç¹ûÒѾ´æÔÚ
:: test1.txt£¬Ôò°Ñtest.txt¸ÄÃûΪtest2.txt¡¡
:: Èç´Ë·´¸´¡¡
::
:: Code by jm 2006-12-26 CMD@XP
:: ³ö´¦£ºhttp://www.cn-dos.net/forum/viewthread.php?tid=26061
set num=0
for /f "delims=" %... | auspbro/CodeSnippets | Batch/常用批处理/改名复制文件.cmd | bat | gpl-3.0 | 739 |
echo off
setlocal
for %%I in (python.exe) do if exist %%~$path:I set f=%%~$path:I
if exist %f% do (
%f:python.exe=%omniidl.exe -bpython -I"%RTM_ROOT%rtm\idl" -I"C:\IDL" idl/MoveService.idl
pause
) else do (
echo "python.exe" can not be found.
echo Please modify PATH environmental variable for python command.
)... | Nobu19800/testService | idlcompile.bat | bat | gpl-3.0 | 330 |
CLS
cd LoginServer
start ..\Tools\Ant\bin\ant | Estada1401/anuwhscript | LoginServer/build.bat | bat | gpl-3.0 | 50 |
SET parent=%~dp0
:: Read command line arguments
:args
IF "%1"=="--name" (
SET name=%2
)
echo %1
java net.sf.saxon.Query -q:%parent%\..\query\selectPerson.xq pid=%1 | java net.sf.saxon.Transform -xsl:%parent%\..\stylesheet\formTextList.xsl -s:- | jilm/genealogy | bin/get.bat | bat | gpl-3.0 | 250 |
if not exist output4 mkdir output4
set OMP_NUM_THREADS=4
set GMT_SHAREDIR=%CD%\..\..\share
set PROJ_LIB=%CD%\..\..\share
..\..\relax --no-stress-output --no-proj-output < run4.input
PAUSE
| geodynamics/relax | examples/tutorials/run4.bat | bat | gpl-3.0 | 195 |
make -f makefile_crosscompile
scp pi pi@deviousd.duckdns.org:/home/pi/HomeAutomation/piCpp
| dskleingeld/HomeAutomation | pi_Cpp/crosscompile.bat | bat | gpl-3.0 | 91 |
pyinstaller main.py --hidden-import=scipy.special._ufuncs_cxx
| KatonaLab/vividstorm | make.bat | bat | lgpl-3.0 | 62 |
C:\prj\tools\gnumake3.81.exe
| dubenju/javay | src/c/fat/editimg/build.bat | bat | apache-2.0 | 29 |
@echo off
:: Add OpenShift CLI to the path
set PATH=%SOFTWARE_DIR%\openshift-1.4.1;%PATH%
::Defaults for new VirtualBox VM's
::https://docs.docker.com/machine/drivers/virtualbox/#usage
::--virtualbox-memory VIRTUALBOX_MEMORY_SIZE 1024
::--virtualbox-cpu-count VIRTUALBOX_CPU_COUNT 1
::--virtualbox-disk-size VIRT... | sjahreis/seu-as-code.packages | org.openshift/openshift/1.4.1/files/set-env-openshift.cmd | bat | apache-2.0 | 587 |
REM MySQL Utilities mysqldbcompare.exe version 1.6.0 alpha
REM http://dev.mysql.com/doc/mysql-utilities/1.4/en/mysqldbcompare.html
REM Those objects considered in the database include tables, views, triggers, procedures, functions, and events
REM --run-all-tests: run all tests regardless of their end state
REM [Chec... | scavarda/mysql-dbcompare | dbcompare.bat | bat | apache-2.0 | 7,324 |
java -jar PLC++.jar --verbose --ast input.ppp
pause | sahb1239/PLC- | Build/run.bat | bat | apache-2.0 | 51 |
@echo off
echo You should launch this manually and it will open in your default browser
echo start /wait units-qun.html
echo ......
echo You should launch this manually and it will open in your default browser
echo start /wait units-jas.html
echo ......
echo Running unit tests in Jasmine against headless browser ..... | NCIP/cadsr-cdecurate | test/js/runall.cmd | bat | bsd-3-clause | 930 |
nvcc -ptx JCudaVectorAddKernel.cu -arch compute_20
| shin-morino/JCudaExamples | kernels/compile.bat | bat | bsd-3-clause | 51 |
cmd_arch/arm/lib/testsetbit.o := /home/rms/exp/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.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/exp/arch/arm/include -Iarch/arm/include/generated -Iinclude ... | R-M-S/RMS_EXPERIMENTAL_Kernel | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 2,022 |
:start
move data\crawler\parsed\*.* data\crawler\import
bin\ImportData
bin\CleanUrlsTxt data\txt\urls.txt data\txt\urls.txt
del data\txt\urls.txt
bin\ImportUrls -PreLoad -StartDb 0000 -EndDb 0127 -RoundRobin -MaxRuntime 0060
bin\Sleep 05
goto start
| MichaelSchoebel/DeuSu | deusu.bat | bat | gpl-2.0 | 249 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.