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_kernel/power/poweroff.o := gcc -Wp,-MD,kernel/power/.poweroff.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 -Wfram... | namgk/kernel-tut | kernel/power/.poweroff.o.cmd | bat | gpl-2.0 | 8,884 |
@echo off
REM Setup environment variables for Visual C++ 6.0 32 bit edition
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\VC6;%VC6_PATH%\VC98\LIB;%TNT_PATH%\COFFLIB;.
echo Release build enabled.
goto setvars
:checked_build
set LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\VC6;%VC6_PATH%\VC98\LIB;... | OS2World/DEV-UTIL-SNAP | bin-win32/vc60-tnt.bat | bat | gpl-2.0 | 1,450 |
cmd_net/netfilter/nf_conntrack_proto_sctp.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/nf_conntrack_proto_sctp.ko net/netfilter/nf_conntrack_proto_sctp.o net/netfilte... | ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.nf_conntrack_proto_sctp.ko.cmd | bat | gpl-2.0 | 352 |
cmd_crypto/crypto_hash.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o crypto/crypto_hash.o crypto/ahash.o crypto/shash.o
| emwno/android_kernel_U8500 | crypto/.crypto_hash.o.cmd | bat | gpl-2.0 | 147 |
cmd_networking/ifconfig.o := gcc -Wp,-MD,networking/.ifconfig.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-... | muthumani2/Muthu-busybox | networking/.ifconfig.o.cmd | bat | gpl-2.0 | 10,529 |
@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... | mattja/distob | docs/make.bat | bat | gpl-3.0 | 6,701 |
@echo off
IF "%1%"=="release" (
ECHO Performing a release...
:: Build for Python 2
call %userprofile%\AppData\Local\Continuum\anaconda2\Scripts\activate
python setup.py build bdist_wheel
conda config --set anaconda_upload yes
python setup.py build bdist_conda
:: Build for Python 3
cal... | vtraag/louvain-igraph | release_ms.bat | bat | gpl-3.0 | 1,667 |
# Test "To see that we can break on a subroutine call"
# use with example/callbug.pl
c iamnotok
where
$_[0]
break 6
quit
| rocky/Perl-Devel-Trepan | t/data/breakcall.cmd | bat | gpl-3.0 | 121 |
@ECHO OFF
echo starting server now
java -jar ./midifi.jar setup
PAUSE
| mixticninja/7PadMidi | bin/setup.bat | bat | gpl-3.0 | 71 |
%~d0
cd %~dp0
java -Xms512M -Xmx2048M -cp .;../lib/routines.jar;../lib/commons-collections-3.2.jar;../lib/ini4j-0.5.1.jar;../lib/log4j-1.2.15.jar;../lib/log4j-1.2.16.jar;../lib/dom4j-1.6.1.jar;../lib/talendcsv.jar;../lib/trove.jar;../lib/jakarta-oro-2.0.8.jar;../lib/xpathutil-1.0.0.jar;../lib/jaxen-1.1.1.jar;../lib/a... | Irstea/alisma | utilitaires/export_csv_calcul/export_csv_calcul_run.bat | bat | gpl-3.0 | 481 |
@echo off
echo -------------------------------------------------------------------
echo Ext.ux.GridViewMenuPlugin Build Tool
echo (c) 2012 Thorsten Suckow-Homberg thorsten@suckow-homberg.de
echo -------------------------------------------------------------------
echo Using yuicompressor:
echo ... | conjoon/webmail | vendor/ext-ux-grid-gridviewmenuplugin/build-tools/win/make.bat | bat | agpl-3.0 | 2,252 |
set CLASSPATH=ant-out\production;..\examples\ant-out\production;lib\junit-4.9b2.jar
jybot ..\tests.html | kalidasya/osmo-mbt | osmotester/jybot-calendar.bat | bat | lgpl-2.1 | 103 |
@echo off
pushd %~dp0..\Couchbase.Lite
echo.
echo *** TRANSFORMING TEMPLATES ***
echo.
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" Couchbase.Lite.csproj /t:Transform /p:TransformFile="Properties\DynamicAssemblyInfo.tt"
echo.
echo *** RESTORING PACKAGES **... | couchbase/couchbase-lite-net | src/build/do_build.bat | bat | apache-2.0 | 1,534 |
@echo off
if exist ContentServer\csinstall.bat move ContentServer Sites
if not exist Sites\csinstall.bat goto notfoundsites
if not defined JAVA_HOME goto nojavahome
set PATH="%JAVA_HOME%"\bin;%PATH%
:nojavahome
java -version
if errorlevel 9009 if not errorlevel 9010 goto notfoundjava
set BASE=%~dp0
set REPLACE=%BASE:\=... | sciabarra/AgileSites | wcs/setup.cmd | bat | apache-2.0 | 1,143 |
:: Copyright (c) Sony Computer Entertainment America LLC.
:: All rights Reserved.
@echo off
REM Remove quotes from the build configuration.
SET _config=###%2%###
SET _config=%_config:"###=%
SET _config=%_config:###"=%
SET _config=%_config:###=%
echo.
echo ---- Building lua-5.1.4 %_config% (%3)...
echo.
pushd "%~dp0... | SonyWWS/SLED | wws_lua/lua-5.1.4/build_premake_config_vs.cmd | bat | apache-2.0 | 580 |
cd C:\Dev\pft\addressbook-selenium-tests
java -cp out\production\addressbook-selenium-tests;C:\Dev\Libraries\xstream-1.4.7\lib\xstream-1.4.7.jar;C:\Dev\Libraries\xstream-1.4.7\lib\xstream\xpp3_min-1.1.4c.jar;C:\Dev\Libraries\xstream-1.4.7\lib\xstream\xmlpull-1.1.3.1.jar;C:\Dev\Libraries\selenium-server-standalone-2.42.... | nataliamaslova/pft | addressbook-selenium-tests/startTestNGFromConsole.bat | bat | apache-2.0 | 371 |
@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%
... | worblehat/FredIRC | doc/make.bat | bat | bsd-2-clause | 5,107 |
regsvr32 dm.dll | xylsxyls/xueyelingshuang | tools/大漠插件/注册大漠插件到系统.bat | bat | mit | 15 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_MEETS.S01_MeetingWorkspace.MSMEETS_S01_TC09_VerifyWorkspaceStatusWhenRequestFlagIs0x8 /testcontainer:..\..\MS-MEETS\TestSuite\bin\Debug\MS-MEETS_TestSuite.dll /runconfig:..\..\MS-MEETS\MS-MEETS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-MEETS/RunMSMEETS_S01_TC09_VerifyWorkspaceStatusWhenRequestFlagIs0x8.cmd | bat | mit | 314 |
python manage.py migrate
python manage.py createsuperuser
pause | jesusgp22/scing | setup.bat | bat | gpl-2.0 | 63 |
@echo off
rem This is Windows helper batch file for Buildbot
rem NOTE: You will need Windows NT5/XP to use some of the syntax here.
rem Please note you must have Twisted Matrix installed to use this build system
rem Details: http://twistedmatrix.com/ (Version 1.3.0 or more, preferrably 2.0+)
rem NOTE: --reactor=win32... | kzys/buildbot | contrib/windows/buildbot2.bat | bat | gpl-2.0 | 3,102 |
cd Allgemein
RMDIR %1 /S /Q
cd ..
cd Allgemeine_Stammdaten
RMDIR %1 /S /Q
cd ..
cd Anfrage
RMDIR %1 /S /Q
cd ..
cd Angebot
RMDIR %1 /S /Q
cd ..
cd Angebotstueckliste
RMDIR %1 /S /Q
cd ..
cd artikel
RMDIR %1 /S /Q
cd ..
cd auftrag
RMDIR %1 /S /Q
cd ..
cd Begriffe
RMDIR %1 /S /Q
cd ..
cd benutzer
RMDIR %1 /S /Q
cd ..
cd ... | erdincay/heliumhelp | DelDir.bat | bat | agpl-3.0 | 1,363 |
@echo off
java -cp h2*.jar org.h2.tools.Server -tcpShutdown tcp://localhost:9092
| adbrucker/SecureBPMN | runtime/src/distro/src/setup/files/h2/h2.stop.bat | bat | apache-2.0 | 82 |
cmd_archival/lib.a := rm -f archival/lib.a; ar rcs archival/lib.a archival/bbunzip.o archival/bzip2.o archival/cpio.o archival/gzip.o archival/lzop.o archival/rpm.o archival/rpm2cpio.o archival/tar.o archival/unzip.o
| rennman/copfvtci | build/busybox-1.25.1/archival/.lib.a.cmd | bat | apache-2.0 | 218 |
cmd_arch/x86/kernel/acpi/realmode/wakeup.bin := objcopy -O binary arch/x86/kernel/acpi/realmode/wakeup.elf arch/x86/kernel/acpi/realmode/wakeup.bin
| madhwang/linuxKernel | arch/x86/kernel/acpi/realmode/.wakeup.bin.cmd | bat | gpl-2.0 | 149 |
@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_RDS_HOME%
if "%CHK... | sujoyg/tool | vendor/RDSCli-1.3.003/bin/rds-create-db-parameter-group.cmd | bat | mit | 499 |
rem JBoss, Home of Professional Open Source
rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
rem as indicated by the @author tags.
rem See the copyright.txt in the distribution for a
rem full listing of individual contributors.
rem This copyrighted material is made available to anyone wishing to ... | nmcl/wfswarm-example-arjuna-old | graalvm/transactions/fork/narayana/ArjunaCore/scripts/jta-setup-env.bat | bat | apache-2.0 | 1,823 |
del m:\temp\*.* /S /Q /F
rmdir m:\temp
REM Have to copy all, not just archived, else deleted files will reappear on boot
del D:\MemDisk\*.* /S /Q /F
REM Get the pesky .suo files
del D:\MemDisk\*.* /S /Q /F /A:H
xcopy m:\*.* D:\MemDisk\ /E /K /H /R /Q
pause
| Coder-666/COSMOS | source2/Users/Kudzu/MemDisk End.bat | bat | bsd-3-clause | 273 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | staranjeet/fjord | vendor/packages/polib/docs/make.bat | bat | bsd-3-clause | 4,509 |
@echo off
set JAVA_OPTS=-server -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=512m -Dhttp.agent=Sakai -Dsakai.demo=true -Djava.awt.headless=true -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false -Dsun.lang.ClassLoader.allowArraySyntax=true
set C... | marktriggs/nyu-sakai-10.4 | reference/demo/start-sakai.bat | bat | apache-2.0 | 680 |
@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... | tuturto/stilpo | doc/make.bat | bat | mit | 7,258 |
pushd %~dp0
cd ..
;;
set test_files=%1
if "%test_files%" == "" (
set test_files=*
)
;;rem clean prvious temp files.
if exist *.exe @del /f /q *.exe
if exist *.obj @del /f /q *.obj
if exist *.lib @del /f /q *.lib
if exist *.exp @del /f /q *.exp
if exist *.module @del /f /q *.module
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | ximenpo/simple-cpp | tools/run_test_cases.cmd | bat | mit | 1,479 |
REM You may need to run setup_env.bat once if you don't already have easy_install on your system
easy_install EasyAI | EntelectChallenge/2015-SpaceInvaders-Bot-Python | compile.bat | bat | mit | 116 |
cd %~dp0\jre1.8.0_121\bin\
java.exe -jar TediViewer.jar
| MariaPapadopoulou/Chlamys | TediViewer.bat | bat | mit | 58 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\messageformat\bin\messageformat.js" %*
) ELSE (
node "%~dp0\..\messageformat\bin\messageformat.js" %*
) | JesseBuesking/BB.MessageFormat | node_modules/.bin/messageformat.cmd | bat | mit | 165 |
@echo off
set /a x=1
:while
if %x% lss 250 (
php bin/console execute:product:get-categories %x% -vvv
set /a x+=1
goto :while
)
| jeraldfeller/jbenterprises | adwords_automate.bat | bat | mit | 137 |
powershell.exe "get-childitem $MyInvocation.MyCommand.Path -include *colorphoto_color.py -recurse | foreach ($_) {echo $_.fullname Deleted; del $_.fullname}; get-childitem $MyInvocation.MyCommand.Path -include *_initial.py -recurse | foreach ($_) {echo $_.fullname Deleted; del $_.fullname}; get-childitem $MyInvocation.... | integree/hello-world | clear_migrations.bat | bat | mit | 424 |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:Clean | mgernand/Portable.IO | ProjectClean.bat | bat | mit | 84 |
::Some house cleaning:
@ECHO off
set projectName=Venus
CD "C:\Users\Dennis\Github\OpenGL\Projects\%projectName%"
::Try compiling
g++ -c src\%projectName%.cpp -o obj\%projectName%.o -std=gnu++0x
::Move dynamic libraries
REM xcopy lib\glew32.dll bin /Y
::Check if compiler failed
IF %errorlevel%==0 (
::Try compilin... | Nigh7Sh4de/OpenGL | Projects/Venus/compile.bat | bat | mit | 816 |
@SET LUAJIT_OS=Windows
@SET LUAJIT_ARCH=x64
@SET TARGET_DIR=%LUAJIT_OS%-%LUAJIT_ARCH%
@SET LIT_PATH=C:\Code\lit.exe
@SET LUVI_PATH=C:\Code\luvi.exe
@SET HOEDOWN_DIR=%~d0%~p0
@SET HOEDOWN_LIB=hoedown.dll
@if not "x%1" == "x" GOTO :%1
:compile
@IF NOT EXIST build CALL make.bat configure
cmake --build build --config R... | creationix/lit-hoedown | make.bat | bat | mit | 967 |
: ´Ë´¦ÏÂÔØlua½âÊÍÆ÷ http://luabinaries.sourceforge.net/download.html
set LUAEXEC=lua53.exe
%LUAEXEC% read.lua | davyxu/tabtoy | v2/example/lua/Run.bat | bat | mit | 110 |
@echo off
if /i "%processor_architecture%"=="x86" (
start node32 server.js
) else (
start node64 server.js
) | matteocontrini/xtrm-feedback | xtrm-feedback-server/LAUNCH_WIN.bat | bat | mit | 117 |
:: Requires the path to python.exe to be added to environmental variable 'PATH'
@echo off
for %%X in (python.exe) do (set FOUND=%%~$PATH:X)
if defined FOUND (
python src/main.py
) else (
echo 'You don\'t have Python in your PATH... add it or run src/main.py manually...'
) | migglu/life | life.bat | bat | gpl-2.0 | 274 |
@c:\python27\python.exe Build.py Swedish
@pause
| q2apro/graph-padowan | Help/Scripts/Build_Swedish.bat | bat | gpl-2.0 | 48 |
cmd_sound/soc/codecs/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-cs42xx8.o sound/soc/codecs/snd-soc-cs42xx8-i2c.o sound/soc/codecs/snd-soc-fsl-mqs.o sound/soc/codecs/snd-soc-mc13783.o sound/soc/codecs/snd-soc-hdmi-codec.o sound/soc/codecs/snd-soc-sgtl5000.o... | heyoufei2/yocto3.14.38_kernel | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 532 |
cmd_net/rfkill/rfkill.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o net/rfkill/rfkill.o net/rfkill/core.o
| dagnarf/sgh-i717-dagkernel | net/rfkill/.rfkill.o.cmd | bat | gpl-2.0 | 142 |
cmd_arch/arm/lib/setbit.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.setbit.o.d -nostdinc -isystem /adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/root/streak/3/kern.bak/arch/arm/include -include include/linux/a... | DJSteve/StreakKernel | arch/arm/lib/.setbit.o.cmd | bat | gpl-2.0 | 1,697 |
cmd_drivers/usb/mon/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/usb/mon/built-in.o drivers/usb/mon/usbmon.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | drivers/usb/mon/.built-in.o.cmd | bat | gpl-2.0 | 178 |
cmd_kernel/mutex.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/.mutex.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-t... | mattkelly/linux-2.6-xlnx | kernel/.mutex.o.cmd | bat | gpl-2.0 | 21,291 |
cmd_drivers/scsi/scsi_wait_scan.ko := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -T /opt/freescale_sdk/L3.0.35_4.1.0_130816_source/ltib/rpm/BUILD/linux-3.0.35/scripts/module-common.lds --build-id -o drivers/scsi/scsi_wait_scan.ko drivers/scs... | evan6200/cirrfy_pos | drivers/scsi/.scsi_wait_scan.ko.cmd | bat | gpl-2.0 | 373 |
cmd_arch/x86/kernel/kprobes.o := gcc -Wp,-MD,arch/x86/kernel/.kprobes.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 | arch/x86/kernel/.kprobes.o.cmd | bat | gpl-2.0 | 19,414 |
cmd_net/core/sock.o := arm-linux-androideabi-gcc -Wp,-MD,net/core/.sock.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/auto... | tenorntex/lhbalanced | net/core/.sock.o.cmd | bat | gpl-2.0 | 33,380 |
cmd_fs/cramfs/cramfs.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/cramfs/cramfs.o fs/cramfs/inode.o fs/cramfs/uncompress.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/fs/cramfs/.cramfs.o.cmd | bat | gpl-2.0 | 187 |
cmd_net/ipv4/netfilter/ipt_REDIRECT.o := arm-eabi-gcc -Wp,-MD,net/ipv4/netfilter/.ipt_REDIRECT.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 -W... | HCDRJacob/wildfire-kernel | net/ipv4/netfilter/.ipt_REDIRECT.o.cmd | bat | gpl-2.0 | 156,059 |
SET PATH=D:\Util\Prog\GetText\bin;%PATH%
mkdir ..\bin\lang
REM fr
msgfmt -o fr.mo fr.po
mkdir ..\bin\lang\fr
copy fr.mo ..\bin\lang\fr\rphoto.mo
REM cs
msgfmt -o cs.mo cs.po
mkdir ..\bin\lang\cs
copy cs.mo ..\bin\lang\cs\rphoto.mo
REM ru
msgfmt -o ru.mo ru.po
mkdir ..\bin\lang\ru
copy ru.mo ..\bin\lang\ru\rphoto.mo... | rpeyron/rphoto | po/po_build.bat | bat | gpl-2.0 | 327 |
@echo off
@rem $Id: eps2eps.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
@rem "Distill" Encapsulated PostScript.
if %1/==/ goto usage
if %2/==/ goto usage
call gssetgs.bat
echo -dNOPAUSE -dBATCH -dSAFER >_.at
rem Watcom C deletes = signs, so use # instead.
echo -dDEVICEWIDTH#250000 -dDEVICEHEIGHT#250000 >>_.at
:cp
if %3... | brho/plan9 | sys/src/cmd/gs/lib/eps2eps.bat | bat | gpl-2.0 | 577 |
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "D:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -flares -meta -patchmeta -skyfix -v -verboseentities "D:\openarena-0.8.1\baseoa\maps\udestructionV17m5.map"
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "D:\openarena-0.8.1" -fs_gam... | NeonKnightOA/oaassets | tools/compile-scripts/batch/udestructionV17m5.bat | bat | gpl-2.0 | 841 |
cmd_scripts/basic/hash := gcc -Wp,-MD,scripts/basic/.hash.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/hash scripts/basic/hash.c
deps_scripts/basic/hash := \
scripts/basic/hash.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/sys/cdefs.h \
... | CyanogenMod/htc-kernel-incrediblec | scripts/basic/.hash.cmd | bat | gpl-2.0 | 1,378 |
DTR_Pulser_v2.exe COM2
| Leon11t/DTR-Pulser | DTR_Pulser_v2/DTR_Pulser_v2/bin/Debug/puls.bat | bat | gpl-3.0 | 23 |
call mod_newline
if %errorct% geq 1 (
call mod_tee Complete With Errors /color 0C
) else (
call mod_tee Complete /color 0A
)
if "[%debug%]"=="[true]" pause
exit %errorct% | Trevski13/MADS-Core | modlets/mod_footer.bat | bat | gpl-3.0 | 172 |
start "title" "C:\Program Files (x86)\OpenVPN\bin\openvpn-gui-1.0.3.exe" --connect FortCollins_ESS_LAB_v1.6.ovpn
rem Class B is first installed in IE, then you export from there as PFX into
rem desktop/key directory. Then load that into firefix, then backup to P12 file
rem to put in the conf dir for OpenVPN
rem Pu... | mikersgit/nixScripts | bat/fcovpn.bat | bat | gpl-3.0 | 609 |
@echo off
setlocal
:: --------------------------------------------------------------
set JAVA_HOME=N:\PROG\jdk1.7.0_79
set PATH=%JAVA_HOME%\bin;%PATH%
:: --------------------------------------------------------------
set TAIN_HOME=N:/WORK/GIT/GIT_DEPLOY1/TAIN_SYNKER/TAIN_SYNKER
:: ----------------------------------... | grtlinux/TAIN_SYNKER | TAIN_SYNKER/synker/shl/version.bat | bat | gpl-3.0 | 698 |
@echo off
cd ../
start node moonscript
coffee -w -b -c ./ | malyutinegor/starsim | ws/compile.bat | bat | gpl-3.0 | 57 |
@echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
set version=
if not "%PackageVersion%" == "" (
set version=-Version %PackageVersion%
)
IF EXIST "%cd%\build\bin\%config%" (
echo "Removing directory %cd%\build\bin\%config%"
rmdir %cd%\build\bin\%config% /s /q
)
IF NOT "%APPVEYOR%" == "... | kelsos/mbrc-plugin | build.bat | bat | gpl-3.0 | 1,090 |
::
:: ArgonMS MapleStory server emulator written in Java
:: Copyright (C) 2011-2013 GoldenKevin
::
:: This program is free software: you can redistribute it and/or modify
:: it under the terms of the GNU Affero General Public License as
:: published by the Free Software Foundation, either version 3 of the
:: Li... | Kevin-Jin/argonms-server | launch_game1.bat | bat | agpl-3.0 | 1,259 |
@echo off
rem For usage, do: tccg -h
call %~dp0\ccg-env
%JAVA_CMD% opennlp.ccg.TextCCG %*
| bkiefer/openccg | bin/tccg.bat | bat | lgpl-2.1 | 94 |
echo "action.bat is running properly"
echo "executing action.bat.." > output.out
| OpenDA-Association/OpenDA | model_swan/java/test/org/openda/model_swan/testData/simpleBBW/simpleBBStochModel/action.bat | bat | lgpl-3.0 | 82 |
@echo off
git rev-list --count HEAD > VERSION
set /p minor=<VERSION
echo 4.6.%minor% > VERSION
echo ##teamcity[buildNumber '4.6.%minor%']
| jfburkhart/shyft | set_version.cmd | bat | lgpl-3.0 | 142 |
"{{wsadmin}}" -user "{{wasUser}}" -password "{{wasPwd}}" -c "$AdminApp install {{targetEar}} {-appname {{earAppName}} -nodeployejb}"
"{{wsadmin}}" -user "{{wasUser}}" -password "{{wasPwd}}" -c "$AdminControl invoke [$AdminControl queryNames type=ApplicationManager,*] startApplication {{earAppName}}"
"{{xmlaccess}}" -... | OpenNTF/Web-UI-Prototyping-Toolkit | core/assets/newTheme/install_win_defaultPortal.bat | bat | apache-2.0 | 504 |
call ./gradlew dependencyUpdates
pause | STUDIO-apps/GeoShare_Android | dependency update.bat | bat | apache-2.0 | 39 |
wmic process where (commandline like "%%angular-cli%%" and not name="wmic.exe") delete
| cybermario/springboot-and-angular2 | demo-backend-ui/scripts/stop-serve.bat | bat | apache-2.0 | 87 |
@echo off
:stage0
set xTASK=%0
set xOBJSKIP=0
set xHEAD="1cv8.exe"
for /f %%I in ("%xTASK%") do (
set xTSDISK=%%~dI
set xTSPATH=%%~dpI
set xTSNAME=%%~nI
)
:stage1
call %xTSPATH%\stage1s.cmd %1 %2 %3 %4
if %ERRORLEVEL% NEQ 0 (
set x > %xLOGFILE%
echo ERROR %ERRORLEVEL% >> %xLOGFILE%
exit /B %ERR... | maxohm/aas | bin/v8repair.cmd | bat | bsd-3-clause | 743 |
@perl.exe jira-client.pl %1 %2 | terabyte/Jira-Commit-Acceptance-Plugin | src/main/resources/client/perl/svn/pre-commit.bat | bat | bsd-3-clause | 30 |
74T2M-DKDBC-788W3-H689G-6P6GT
PAUSE | mgiljum/Windows-7-Pro-Activator | Activator/Certs/HPCompaq/Professional B/OEM/slp.cmd | bat | mit | 37 |
cmd_drivers/misc/inv_mpu/built-in.o := arm-linux-gnueabihf-ld -EL -r -o drivers/misc/inv_mpu/built-in.o drivers/misc/inv_mpu/accel/built-in.o drivers/misc/inv_mpu/compass/built-in.o drivers/misc/inv_mpu/pressure/built-in.o
| Dee-UK/D33_KK_Kernel | drivers/misc/inv_mpu/.built-in.o.cmd | bat | gpl-2.0 | 228 |
source params
nupkg.exe "$projectPath" | wadewegner/docusign-sample | scripts/build.cmd | bat | apache-2.0 | 41 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | Galigeo/mapfish-print | gradlew.bat | bat | bsd-2-clause | 2,401 |
@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... | vetriselvi/django-eztables | doc/make.bat | bat | lgpl-3.0 | 5,112 |
@echo off
if '%1'=='/?' goto help
if '%1'=='-help' goto help
if '%1'=='help' goto help
if '%1'=='-h' goto help
%~dp0vendor\tools\nuget.exe Install %~dp0vendor\packages.config -o %~dp0vendor\packages
powershell -NoProfile -ExecutionPolicy Bypass -Command ^
"$psakeDir = ([array](dir %~dp0Vendor\packages\psake.*))[-1]... | taliesins/talifun-filewatcher | src/Examples/PsAutoTest/Pester/Build.bat | bat | apache-2.0 | 679 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\pad-stream\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\pad-stream\cli.js" %*
) | keyur106/google | node_modules/grunt-concurrent/node_modules/.bin/pad.cmd | bat | mit | 176 |
..\fasm default.asm default.skn
..\kpack default.skn
pause | devlato/kolibrios-llvm | skins/Leency/Yeah/build.bat | bat | mit | 58 |
@echo off
rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator.
rem It will also keep the map server OPEN after it crashes to that errors may be
rem more easily identified
rem Writen by Jbain
start cmd /k logserv-sql.bat
start cmd /k charserv-sql.bat
start cmd /k mapserv-sql.bat
| nevelis/rAthena | runserver-sql.bat | bat | gpl-3.0 | 311 |
@rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
| robobrobro/ballin-octo-shame | lib/Python-3.4.3/Tools/buildbot/test.bat | bat | mit | 124 |
:: (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_1/simulation/timing/simulate_isim.bat | bat | mit | 3,348 |
call _collect.bat
cd ..\_compile\_collectedForCompile
dasm.exe demopart.asm -v3 -I..\..\..\Framework\trackmo\framework\ -oendingscene.prg
exomizer2 mem -oendingscene.exo endingscene.prg
rem --------- PREPARE FOR DISC ---------------
xcopy %collectDir%\endingscene.exo %intermediateDir%\ /Y /d
xcopy %collectDir%\starsh... | kosmonautdnb/TheLandsOfZador | AsmPlus4/EndingScene/_onDisc.bat | bat | mit | 406 |
@echo off
set dir="cluster"
start dotnet run -p %dir%\HF.Samples.ServerNode nodeA -q order -w 100
start dotnet run -p %dir%\HF.Samples.ServerNode nodeB -q storage -w 100
rem start cmd /k "cd %dir%\HF.Samples.Console && dotnet run"
rem start cmd /k "cd %dir%\HF.Samples.APIs && dotnet run"
rem start dotnet run -p %... | icsharp/Hangfire.Topshelf | test.bat | bat | mit | 344 |
pushd %~dp0
for /f %%i in (host-express) do set host_express=%%i
pushd ..
copy scripts\host-ember client\host
copy scripts\github-ember client\github
copy scripts\facebook-ember client\facebook
pushd client
call ember s --proxy=%host_express%
rem call ember s
popd
popd
popd | kellyselden/express-ember-cli-scripts | debug-client-against-express.bat | bat | mit | 274 |
go get github.com/akavel/rsrc
rsrc -arch 386 -ico icon.ico -o rsrc_386.syso
rsrc -arch amd64 -ico icon.ico -o rsrc_amd64.syso
set GOARCH=386
go build -ldflags "-s -w -H=windowsgui" -o breathless_parks.exe | gonutz/ld39 | build.bat | bat | mit | 210 |
c:\projects\libraries\src\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe ^
-register:user ^
-output:c:\projects\libraries\tglibraries-coverage.xml ^
"-filter:+[tg*]* -[tg*]*Properties.*" ^
-excludebyattribute:"System.CodeDom.Compiler.GeneratedCodeAttribute" ^
"-target:c:\projects\libraries\test.bat" | TreeGecko/Libraries | cover.bat | bat | mit | 314 |
cd "/Alarms/Classes/"
cp Alarm Failure
cd Failure
set "Execute command" "/home/newg2/Applications/field-daq/online/alarms/alarm_script.sh failure '%s'"
set "Stop run" y
set "Display BGColor" "red"
set "Display FGColor" "black"
| g2-field-team/field-daq | common/scripts/odb.d/33-alarm-failure.cmd | bat | mit | 230 |
cmd_arch/arm/mach-msm/arch-init-scorpion.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/.arch-init-scorpion.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/sup... | kingklick/kk-evo-kernel | arch/arm/mach-msm/.arch-init-scorpion.o.cmd | bat | gpl-2.0 | 1,069 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
REM setup all paths
PUSHD %~dp0\..\..\..
SET base_dir=%CD%
POPD
SET builddeps_dir=%base_dir%\project\BuildDependencies
SET bin_dir=%builddeps_dir%\bin
SET msys_dir=%builddeps_dir%\msys64
IF NOT EXIST %msys_dir% (SET msys_dir=%builddeps_dir%\msys32)
SET sed_exe=%msys_dir%\usr\bi... | Voyager1/xbmc | tools/buildsteps/windows/BuildSetup.bat | bat | gpl-2.0 | 11,527 |
cmd_drivers/net/wireless/b43legacy/b43legacy.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/net/wireless/b43legacy/b43legacy.o drivers/net/wireless/b43legacy/main.o drivers/net/wireless/b43legacy/ilt.o drivers/net/wireless/b43legacy/phy.o drivers/ne... | avareldalton85/rpi2-linux-rt | drivers/net/wireless/b43legacy/.b43legacy.o.cmd | bat | gpl-2.0 | 620 |
cmd_sound/pci/ctxfi/built-in.o := rm -f sound/pci/ctxfi/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/ctxfi/built-in.o
| asopov/linux-tpt-2.6.39 | sound/pci/ctxfi/.built-in.o.cmd | bat | gpl-2.0 | 182 |
cmd_fs/fuse/dev.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/fuse/.dev.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | fs/fuse/.dev.o.cmd | bat | gpl-2.0 | 27,812 |
cmd_drivers/media/radio/built-in.o := rm -f drivers/media/radio/built-in.o; ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/media/radio/built-in.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | drivers/media/radio/.built-in.o.cmd | bat | gpl-2.0 | 175 |
cmd_fs/ext3/xattr_trusted.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.xattr_trusted.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/... | bigbiff/i717-GB-Kernel | fs/ext3/.xattr_trusted.o.cmd | bat | gpl-2.0 | 27,044 |
echo reset IIS
echo iisreset
echo beging copy UI dll to portal
copy .\bin\Debug\UFIDA.U9.Cust.FJGX.InvInfoQueryUI.WebPart.dll D:\UFIDA\U9V50\Portal\UILib
copy .\bin\Debug\UFIDA.U9.Cust.FJGX.InvInfoQueryUI.WebPart.pdb D:\UFIDA\U9V50\Portal\UILib
echo begin run build UI Script
echo 目录:.\..\..\..\UBFV50\U9.VOB.Prod... | amazingbow/yonyou | 广鑫/XMGX_Code/InvInfoQueryUI/AutoBuild.bat | bat | gpl-2.0 | 702 |
cmd_crypto/crypto_hash.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o crypto/crypto_hash.o crypto/hash.o crypto/ahash.o crypto/shash.o
| mjmccall/Kernel | crypto/.crypto_hash.o.cmd | bat | gpl-2.0 | 161 |
cmd_net/ipv6/netfilter/nf_conntrack_ipv6.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
| TeamGlide/LiteKernel | net/ipv6/netfilter/.nf_conntrack_ipv6.o.cmd | bat | gpl-2.0 | 240 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.