source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | REM @ECHO OFF
SETLOCAL
ECHO Execute one by one. Exiting...
GOTO :EOF
PUSHD "%~dp0"
SET BASEFOLDER=%CD%
PUSHD ..
SET DNNCMD="%CD%\dnncmd\dnncmd.exe"
POPD
REM authenticate
SET PWD=abc123$
SET DNN_AUTH=-r 721.dnndev.me --user host --password %PWD%
REM deployer version + DDN version
%DNNCMD% installfolder %DNN_AUTH% --v... | 2,000 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist setup.h goto setup_error
if not exist "%WXWIN%\build\msw\makefile.vc" goto error
set OLDCD=%CD%
cd /D "%WXWIN%\build\msw"
rem Save the old setup.h as old_setup.h in the starting dir.
copy /y "%WXWIN%\include\wx\msw\setup.h" "%OLDCD%\old_setup.h"
if "%1" == "unicode" goto unicode
if "%1" == "ansi... | 2,001 |
the-stack-v2-dedup | Batchfile | @echo off
mode con lines=40 cols=80
color 2f
set sc=F:\Projects\AmilyServerBase\APublish
set des=F:\SangoGai\Server\APublish
set dir1=\表格工具
set dir2=\协议工具
set file1=SuperSocket.SocketLuanr.dll
xcopy %sc%%dir1%\*.* %des%%dir1%\ /y
xcopy %sc%%dir2%\*.* %des%%dir2%\ /y
copy %sc%\%file1% %des%\%file1% /y
echo 请按任意键退出... | 2,002 |
the-stack-v2-dedup | Batchfile | @echo off
regsvr32 D:\developer\serval\DLL\XZip.dll | 2,003 |
the-stack-v2-dedup | Batchfile | copy /b SendEmail.dll "C:\Program Files\IT Group, Inc\ComUnion\Plugin\SendEmail.dll"
path = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
regasm "C:\Program Files\IT Group, Inc\ComUnion\Plugin\SendEmail.dll"
regasm "C:\Program Files\IT Group, Inc\ComUnion\Plugin\SendEmail.dll" /codebase
regasm "C:\Program Files... | 2,004 |
the-stack-v2-dedup | Batchfile | @echo off
echo "Enter user credentials to connect as MBTA user of DB in format mbta/xxx@nwcd"
set /p loginmbta=
sqlplus %loginmbta% @C:\MISC\ORACLE\SQL\CashBoxHistoryReport\script.sql
C:\oracle\orarep\rwrun60.exe ^
X:\OraRep\chr_prod.rdf %loginmbta% ^
PARAMFORM=NO BACKGROUND=NO ORIENTATION=LANDSCAPE DESTYPE... | 2,005 |
the-stack-v2-dedup | Batchfile | @echo off
del /f %TMP%\\xxx.tmp >nul 2>nul
es -i *.gyp | findstr /I %__CD__% >>%TMP%\\xxx.tmp
es -i *.gypi | findstr /I %__CD__% >>%TMP%\\xxx.tmp
echo File list updated.
call %~dp0gl.bat %*
| 2,006 |
the-stack-v2-dedup | Batchfile | cmd /C "set "GIT_USER=omiras" && npm run deploy" | 2,007 |
the-stack-v2-dedup | Batchfile | @echo off
cls
echo Compiling project...
cd ./ild_compiler/src/
g++ main.cpp Utils/Helper.cpp Utils/Helper.h Parser/Parser.cpp Parser/Parser.h Structures/Data/Nodes/Data_Node.cpp Structures/Data/Nodes/Data_Node.h Structures/Data/Data.h Structures/Data/Stack/Stack.cpp Structures/Data/Stack/Stack.h ild_lib/stdild.cpp ild_... | 2,008 |
the-stack-v2-dedup | Batchfile | cmd_drivers/mtd/nand/gpmi-nand/built-in.o := arm-poky-linux-gnueabi-ld.bfd -r -o drivers/mtd/nand/gpmi-nand/built-in.o drivers/mtd/nand/gpmi-nand/gpmi_nand.o
| 2,009 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:: -------------------------------------------
:: History
:: 2014-01-29 - Only allow editing your own message
:: -------------------------------------------
:: Notes:
:: This hook to prevent check-in message that is shorter than 10 chars
:: Ten dots mean at least ten chars. Adjust as you wish.
setlocal
set RE... | 2,010 |
the-stack-v2-dedup | Batchfile | #!../../bin/windows-x64/KHLY2000-IOC-01
## You may have to change KHLY2000-IOC-01 to something else
## everywhere it appears in this file
# Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output
errlogInit2(65536, 256)
< envPaths
cd "${TOP}"
## Register all support components
d... | 2,011 |
the-stack-v2-dedup | Batchfile | REM 生成服务端协议文件
call ../protocol/run4server.bat
REM 生成客户端协议文件
call ../protocol/run4client.bat
pause | 2,012 |
the-stack-v2-dedup | Batchfile | C:\Users\sukul\Desktop\udemycourses\KafkaforAbsoluteBegineers\KafkaLearning\confluent-53\bin\windows\kafka-server-start.bat C:\Users\sukul\Desktop\udemycourses\KafkaforAbsoluteBegineers\KafkaLearning\confluent-53\etc\kafka\server-1.properties | 2,013 |
the-stack-v2-dedup | Batchfile | @echo off
REM Copyright (c) 2012 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
set CHANNEL=%1
REM Check if we are running as an Administrator.
REM Based on method described at:
REM http://stackoverflow.com/question... | 2,014 |
the-stack-v2-dedup | Batchfile | E:\SECTE.ESS\ANI*.O
LIEUX01.EDI\DECRI*.ANT
LIEUX02.EDI\DECRI*.ANT
LIEUX03.EDI\DECRI*.ANT
LIEUX04.EDI\DECRI*.ANT
LIEUX05.EDI\DECRI*.ANT
LIEUX06.EDI\DECRI*.ANT
LIEUX07.EDI\DECRI*.ANT
LIEUX08.EDI\DECRI*.ANT
LIEUX09.EDI\DECRI*.ANT
LIEUX10.EDI\DECRI*.ANT
LIEUX11.EDI\DECRI*.ANT
LIEUX12.EDI\DECRI*.ANT
LIEUX13.EDI... | 2,015 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enableextensions
if "%1" == "-r" (if "%3"=="" (goto usg
) else (
if "%2" == "" (goto usg)
)
if "%1" == "-r" (set br=%4 && git clone --recurse-submodules -c core.symlinks=true %2 %3 && cd /d %3 && goto brnch
) else (
set br=%4 && git clone -c core.symlinks=true %2 %3 && cd /d %3 && goto... | 2,016 |
the-stack-v2-dedup | Batchfile | set ASDK=T:\sdk
set AVD_NAME=test-dev
:: 17.start emul
%ASDK%\tools\emulator -wipe-data -avd %AVD_NAME%
| 2,017 |
the-stack-v2-dedup | Batchfile | @call py ../../../gambo.utils/gambo.py -v recalculate | 2,018 |
the-stack-v2-dedup | Batchfile | set COVERAGE_MODULE=jobs_done10.log
set COVERAGE_PATH=source\python\jobs_done10\_tests\pytest_log.py
set COVERAGE_MODULE=jobs_done10
set COVERAGE_PATH=source\python\jobs_done10
pytest --cov-report term-missing --cov %COVERAGE_MODULE% %COVERAGE_PATH%
| 2,019 |
the-stack-v2-dedup | Batchfile | @regsvr32.exe -s WinGraphviz.dll
| 2,020 |
the-stack-v2-dedup | Batchfile | cd C:\SCE_2018\pruebaSimpleRMI
| 2,021 |
the-stack-v2-dedup | Batchfile | ..\..\..\MakeSprite FILELIST.TXT ..\Electron.SPR
| 2,022 |
the-stack-v2-dedup | Batchfile | @echo off
set ip=%1%
if "%1%"=="" goto myipv6
curl ip.zxinc.org/api.php?ip=%ip%
goto nul
:myipv6
curl http://v6.ipv6-test.com/api/myip.php
:nul
@echo off | 2,023 |
the-stack-v2-dedup | Batchfile | call runcrud
if "%ERRORLEVEL%" == "0" goto openlink
echo.
echo runcrud caused some errors.
goto fail
:openlink
set url="http://localhost:8080/crud/v1/task/getTasks"
start firefox.exe %url%
goto end
:fail
echo.
echo showtasks failed.
:end
echo.
echo showtasks worked successfully. | 2,024 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/XG/Q2/MD5E-s25496--874abf326c860cb3a301ad4280011464.cmd/MD5E-s25496--874abf326c860cb3a301ad4280011464.cmd | 2,025 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET startClass=net.kokkeli.player.webservice.PlayerServiceRunner
SET startMethod=main
SET stopMethod=stop
SET serviceName=Lanplayer-Player
SET description="Lanplayer Player service"
SET classPath=%CD%\lanplayer.jar
SET settingsFile=settings\publish.dat
prunsrv.exe //IS//%serviceName% --Description=%descriptio... | 2,026 |
the-stack-v2-dedup | Batchfile | @call .preLoad.bat
@if not exist %fpx_ear_dir% echo [31mNo EAR found! Please perform gradle build.[0m & goto :EOF
@explorer "%fpx_ear_dir%" | 2,027 |
the-stack-v2-dedup | Batchfile | cmd_drivers/i2c/algos/built-in.a := rm -f drivers/i2c/algos/built-in.a; ar cDPrST drivers/i2c/algos/built-in.a
| 2,028 |
the-stack-v2-dedup | Batchfile | echo off
echo Starting Error Reporting Service with PID: $$;
echo Usage:
echo 1. At the password prompt, enter the password for the secret key ring
echo 2. Send the service to background with CTRL+Z
echo 3. Restart the stopped job in the background by typing 'bg'
echo 4. Exit from shell
echo 5. Verify service as follow... | 2,029 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
nmake -f make_msvc.mak nodebug=1 "SDK_INCLUDE_DIR=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include"
| 2,030 |
the-stack-v2-dedup | Batchfile |
@echo OFF
call "%~dp0\bin\zipsign.bat" recovery-sc-addon\recovery-sc-addon
pause
| 2,031 |
the-stack-v2-dedup | Batchfile | @echo off
::..............................................................................
:: delete unnecessary big directories
:: set DEL_DIR_LIST= ^
:: "c:\cygwin" ^
:: "c:\cygwin64" ^
:: "c:\winddk" ^
:: "c:\mingw" ^
:: "c:\mingw-64" ^
:: "c:\qt" ^
:: "c:\libraries" ^
:: "c:\Program Files\LLVM"
::
:: for... | 2,032 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
if "%vsbase%"=="" (
:: Ensure we're using the latest MSBuild.
for /f "usebackq tokens=*" %%d in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -format value`) do set vsbase=%%d
)
call "%vsbase%\Common7\Tools\VsDevCm... | 2,033 |
the-stack-v2-dedup | Batchfile | zip -g function.zip hack-post-transactions.py && aws lambda update-function-code --function-name hack-post-transactions --zip-file fileb://function.zip | 2,034 |
the-stack-v2-dedup | Batchfile | javac -cp .;./mysql-connector-java-5.1.40-bin.jar CodehubAutoSolveTable.java
pause
java -cp .;./mysql-connector-java-5.1.40-bin.jar CodehubAutoSolveTable 0 10 homestead secret
| 2,035 |
the-stack-v2-dedup | Batchfile | @echo off
call svn commit --username stbland@gmail.com
| 2,036 |
the-stack-v2-dedup | Batchfile | echo off
rem Usage:
rem ------
rem bap [vsvers] [release] // bpp 150 1.10.1
rem ------
setlocal
if "%1"=="" goto usage
if "%2"=="" goto usage
del *.nupkg
del *.snupkg
pushd ..\..\..\
buildwin %1 rebuild all both Win32 samples tests msbuild noenv
buildwin %1 rebuild all both x64 samples tests msbuild noenv
p... | 2,037 |
the-stack-v2-dedup | Batchfile | java -Xms128m -Xmx256m -jar Http2Sysout-0.1.jar | 2,038 |
the-stack-v2-dedup | Batchfile | del *.aux
del *.gz
del *.log
rem del *.pdf
del *.dvi
del *.bbl
del *.blg
del *.ps
del *.nav
del *.snm
del *.toc
del *.out
| 2,039 |
the-stack-v2-dedup | Batchfile | @echo off
set mylyn_contexts=D:\Mylyn Metrics\Mylyn contexts
set project_metrics=D:\Mylyn Metrics\Projects
set frameworks_path=D:\Mylyn Metrics\Frameworks
set frameworks=%FRAMEWORKS_PATH%\aether-core.xml,%FRAMEWORKS_PATH%\aether-loader.xml,%FRAMEWORKS_PATH%\cloudloop-adapter.xml,%FRAMEWORKS_PATH%\cloudloop-main.xml... | 2,040 |
the-stack-v2-dedup | Batchfile | @echo on
start /d %TheLastOverlordWin32DebugLib% FightingServerD.exe
start /d %TheLastOverlordWin32ReleaseLib% FightingServer.exe
start /d %TheLastOverlordX64DebugLib% FightingServerD.exe
start /d %TheLastOverlordX64ReleaseLib% FightingServer.exe
start /d %TheLastOverlordStaticWin32DebugLib% FightingServerStaticD.exe... | 2,041 |
the-stack-v2-dedup | Batchfile | @for /f "skip=2 tokens=2*" %%a in ('@reg query hkcr\CLSID\{3BCDAA6A-7306-42FF-B8CF-BE5D3534C1E4}\InprocServer32 /ve ') do (
regsvr32 /u /s "%%b"
)
@for /f "skip=2 tokens=2*" %%a in ('@reg query hkcr\CLSID\{3A17A4E2-82B1-4E24-AD33-C27F199872F6}\InprocServer32 /ve ') do (
regsvr32 /u /s "%%b"
)
@for /f "skip=2 toke... | 2,042 |
the-stack-v2-dedup | Batchfile | STRIP,RANDOMIO,PASLIB/S
| 2,043 |
the-stack-v2-dedup | Batchfile | OBSOLETE
@echo off
:: Created: Tue 08 Dec 2009 12:47:32 (Bob Heckel)
:: Modified: Sat 16 Apr 2011 09:34:30 (Bob Heckel)
set USER=bheckel
:::set HOME=l:\cygwin\home\bheckel
:::set PATH=l:\cygwin
:::set HOME=C:/Users/bheckel_2/Documents/MyDrop~1/Public/USB/Liberkey/MyApps/cygwin/home/bheckel
:::set HOME=C:... | 2,044 |
the-stack-v2-dedup | Batchfile | @echo off
set path=C:\Ultibo\Core\fpc\3.1.1\bin\i386-win32
echo .
echo ======================Start of Build Script======================
echo .
echo Building ARMv6 RTL
echo ==================
echo .
make rtl_clean CROSSINSTALL=1 OS_TARGET=ultibo CPU_TARGET=arm SUBARCH=armv6 FPCFPMAKE=C:\Ultibo\Core\fpc\3.1.1/bin/i38... | 2,045 |
the-stack-v2-dedup | Batchfile | @echo off
@rem ##########################################################################
@rem
@rem analytics-agent-start startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
setlocal EnableDelayedE... | 2,046 |
the-stack-v2-dedup | Batchfile | @echo off
bitsadmin.exe /transfer "JobName" https://raw.githubusercontent.com/saucelabsautomationtesting/export/master/batch_upload_test.csv C:\batch_upload_test.csv
| 2,047 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET nobuild=
SET config=Release
IF "%1"=="nobuild" (SET nobuild=yes) ELSE (SET config=%1)
IF "%2"=="nobuild" (SET nobuild=yes)
IF "%config%"=="" (SET config=Release)
@ECHO %nobuild%
IF "%nobuild%"=="" (
ECHO Cleaning up...
IF EXIST RDeF.Contracts\bin RD /s /q RDeF.Contracts\bin
IF EXIST RDeF.Contr... | 2,048 |
the-stack-v2-dedup | Batchfile | call vendor\premake\premake5.exe vs2019
PAUSE | 2,049 |
the-stack-v2-dedup | Batchfile | del C:\etc\kubernetes\pki\ca.crt
del C:\etc\kubernetes\bootstrap-kubelet.conf
del C:\etc\kubelet.conf
rm -rf c:\etc\pki
del C:\k\etc\kubernetes\kubelet.conf
del C:\k\etc\kubernetes\pki\ca.crt
del /Q C:\k\var\lib\kubelet\config.yaml
del /Q C:\k\var\lib\kubelet\kubeadm-flags.env
| 2,050 |
the-stack-v2-dedup | Batchfile | cd /D F:\android-sdk-windows\platform-tools
adb connect 192.168.0.103 | 2,051 |
the-stack-v2-dedup | Batchfile | @echo off
dist\\build\\f2\\f2.exe %* | 2,052 |
the-stack-v2-dedup | Batchfile | php ../PHPUnit7/phpunit ./testWorker.php
| 2,053 |
the-stack-v2-dedup | Batchfile | ECHO OFF
:MENU
CLS
ECHO.
ECHO 1 - React 1.3 Basic
ECHO 2 - React 1.3 BasicWebpack
ECHO 3 - React 1.3 Common
ECHO 23 - React 1.3 Drag and Drop
ECHO 4 - React 1.3 FluxReactWebsocket
ECHO 5 - React 1.3 ReFluxElectron
ECHO 6 - React 1.3 ReFluxPages
ECHO 7 - React 1.3 ReFluxWebSocket
ECHO 8 - React 1.3 G... | 2,054 |
the-stack-v2-dedup | Batchfile | # int tyGSAsynInit(char *port, int uart, int channel, int baud, char parity, int sbits,
# int dbits, char handshake, char *inputEos, char *outputEos)
tyGSAsynInit("serial1", "UART0", 0, 9600,'N',2,8,'N',"\r","\r") /* SRS570 */
tyGSAsynInit("serial2", "UART0", 1,19200,'N',1,8,'N',"\n","\r") /* Keithl... | 2,055 |
the-stack-v2-dedup | Batchfile | cd /d %~dp0
python.exe compile.py
| 2,056 |
the-stack-v2-dedup | Batchfile | @echo off
cd .\python
echo.
echo ====================================================
echo Creating and installing loom-viewer Python package
echo ====================================================
echo.
echo.
echo === Removing previous Python build and dist folders (if any)
echo.
del /s /q build\*.*
del /s /q ... | 2,057 |
the-stack-v2-dedup | Batchfile | @echo off
title RS3232 FILE TRANSFER WITH PUTTY
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit )
cd "%~dp0"
Setlocal EnableDelayedExpansion
IF EXIST "%~dp0\bin" SET PATH=%PATH%;"%~dp0\bin"
IF EXIST "%~dp0\putty" SET PATH=%PATH%;"%~dp0\putty"
IF NOT EXIST "%~dp0\from-machine" mkdir "%~dp0\fr... | 2,058 |
the-stack-v2-dedup | Batchfile | setenv fdt_high ffffffff
setenv load_addr "0x44000000"
setenv overlay_prefix "sun8i-h2-plus-"
setenv machid 1029
setenv bootargs earlyprintk /boot/zImage modules=loop,squashfs,sd-mod,usb-storage,xr819 modloop=/boot/modloop-sunxi console=${console}
load mmc 0:1 ${fdt_addr_r} /boot/dtbs/sun8i-h2-plus-orangepi-zero.dtb
l... | 2,059 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 1252 > nul
cls
::settings for coloration
color 0b
SETLOCAL EnableDelayedExpansion
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
set "DEL=%%a"
)
goto time
:color
<nul set /p ".=%DEL%" > "%~2"
findstr /v /a:%1 /R "^$" "%~2" nul
del "%~2" > nul 2>&1
go... | 2,060 |
the-stack-v2-dedup | Batchfile | call OpenCV2.4.11-Stitching.exe --save_graph test.txt .\test2\1.jpg .\test2\2.jpg .\test2\3.jpg .\test2\4.jpg .\test2\5.jpg .\test2\6.jpg
pause | 2,061 |
the-stack-v2-dedup | Batchfile | java -jar %1%
echo start; | 2,062 |
the-stack-v2-dedup | Batchfile | cmd_drivers/clocksource/built-in.a := rm -f drivers/clocksource/built-in.a; /home/matt/IcicleKit/polarfire-soc-buildroot-sdk/toolchain/bin/riscv64-unknown-linux-gnu-ar cDPrST drivers/clocksource/built-in.a drivers/clocksource/timer-of.o drivers/clocksource/timer-probe.o drivers/clocksource/timer-riscv.o
| 2,063 |
the-stack-v2-dedup | Batchfile | @echo off
set /p id="Enter Symbols: (Example: AAPL) " "
python options_downloader.py %id% > log.txt | 2,064 |
the-stack-v2-dedup | Batchfile |
call mvn clean package -U -P testRemote -Dmaven.test.skip=true | 2,065 |
the-stack-v2-dedup | Batchfile | java -jar wreap %* | 2,066 |
the-stack-v2-dedup | Batchfile | cd %~dp0
"C:\Program Files (x86)\MGLTools-1.5.6\python.exe" "C:\Program Files (x86)\MGLTools-1.5.6\Lib\site-packages\AutoDockTools\Utilities24\prepare_gpf4.py" -l ligand.pdbqt -r receptor.pdbqt -i reference.gpf -o grid_parameter.gpf
"C:\Program Files (x86)\MGLTools-1.5.6\python.exe" "C:\Program Files (x86)\MGLTools-1.5... | 2,067 |
the-stack-v2-dedup | Batchfile | @echo off
rem Below allows launching flaxdog interactively by user while retaining system-wide protection against launching non-interactive scripts
powershell -ExecutionPolicy Bypass -File .\scripts\win64\start_in_venv.ps1 | 2,068 |
the-stack-v2-dedup | Batchfile | @echo on
rem set MAYA_MODULE_PATH=D:\devModule\myDev_2019
rem set MAYA_ENV_MODE=dev_mode
set MAYA_DOC=%userprofile%\documents\maya
set MAYA_DOC_CURRENT_VERS=%MAYA_DOC%\%MAYA_VERSION%
set MAYA_DOC_PREFS=%MAYA_DOC_CURRENT_VERS%\prefs
set MAYA_DOC_ICON_DIR=%MAYA_DOC_PREFS%\icons
set MAYA_STARTUP_IMG=%MAYA_DOC_ICON_DIR%\Ma... | 2,069 |
the-stack-v2-dedup | Batchfile | ::[Bat To Exe Converter]
::
::YAwzoRdxOk+EWAnk
::fBw5plQjdG8=
::YAwzuBVtJxjWCl3EqQJgSA==
::ZR4luwNxJguZRRnk
::Yhs/ulQjdF+5
::cxAkpRVqdFKZSjk=
::cBs/ulQjdF+5
::ZR41oxFsdFKZSDk=
::eBoioBt6dFKZSDk=
::cRo6pxp7LAbNWATEpCI=
::egkzugNsPRvcWATEpCI=
::dAsiuh18IRvcCxnZtBJQ
::cRYluBh/LU+EWAnk
::YxY4rhs+aU+JeA==
::... | 2,070 |
the-stack-v2-dedup | Batchfile | cd ..
echo instalar node, visual c++ e python antes
pause
##npm install -g npm
##sudo
npm install -g npm node-gyp sequelize-cli express-generator express sequelize sqlite3 body-parser morgan cors --save
##npm install --global sequelize-cli express-generator express sequelize sqlite3 body-parser morgan cors --save
#... | 2,071 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -command "%~dp0build\Publish-Branch.ps1" | 2,072 |
the-stack-v2-dedup | Batchfile | title ¶·µØÖ÷
java -jar C:\D\kuaipan\521266750_qq_com\JavaServer\DdzServer\dist\DdzServer.jar
pause
| 2,073 |
the-stack-v2-dedup | Batchfile | scoop install python27
scoop install pycharm
scoop install visual_cpp_for_python27
scoop install python.packages
| 2,074 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
copy ..\inputs\grain_19hole_100px.val ..\inputs\solid_propellant_input.val
simu -m../models/solid_propellant_combustion_100px_hexa_to_square.ma -l../results/grain_19hole_100px_hexa.log -t00:01:00:000
pause
| 2,075 |
the-stack-v2-dedup | Batchfile | cd ../../
mkdir _lib
mkdir _lib\win64\debug
mkdir _lib\win64\release
mkdir _lib\win64\debug\3rd
mkdir _lib\win64\release\3rd
:================================================================
cd KFLibrary
:================================================================
: build tcmalloc
cd tcmalloc
call build150-tcm... | 2,076 |
the-stack-v2-dedup | Batchfile | powershell.exe "& 'C:\Scripts\RobocopyTest\RobocopyEmailMain.ps1' -SendEmail -smtpServer 192.168.0.5 -smtpFrom 'IT Support <donotreply@domain.com>' -smtpTo admin@domain.com -LogFilePath 'C:\Scripts\RobocopyTest\Reports' -SourcePath 'C:\temp\robocopy\src' -DestinationPath 'C:\temp\robocopy\dst' -NumRetries 5 -AnonymousS... | 2,077 |
the-stack-v2-dedup | Batchfile | REG ADD HKCU\Console /v CodePage /t REG_DWORD /d 0xfde9 /f
REG ADD HKCU\Console /v FaceName /t REG_SZ /d "Lucida Console" /f
@chcp 65001>nul
@echo off
echo ------------------------------------------------------
echo INMOOV BATCH INSTALLER 0.3 Nixie - 1.1.190+
echo ----------------------------------------------------... | 2,078 |
the-stack-v2-dedup | Batchfile |
node scripts/go.js
pause | 2,079 |
the-stack-v2-dedup | Batchfile | @echo off
@setlocal enableextensions
@cd /d "%~dp0"
sc create Redis displayname= Redis binpath= "\"%cd%\x86\redis-service.exe\" \"%cd%\redis.conf\"" start= auto
sc description Redis "Provides advanced key-value data storage (32-bit). It is often referred to as a data structure server since keys can contain string... | 2,080 |
the-stack-v2-dedup | Batchfile | @IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\istanbul\lib\cli.js" %*
) ELSE (
node "%~dp0\node_modules\istanbul\lib\cli.js" %*
) | 2,081 |
the-stack-v2-dedup | Batchfile | @Echo off
%SubstDrive%\apps\emacs\bin\runemacs.exe -q -l %SubstDrive%\misc\.emacs %1 | 2,082 |
the-stack-v2-dedup | Batchfile | mkdir out
set SRC=src\Main\bin\Release\
%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe src\CodeSaber.sln /p:Configuration=Release
copy /y %SRC%CodeSaber.exe out
copy /y %SRC%CodeSaber.Shrepl.dll out
copy /y %SRC%CodeSaber.Ice.exe out
copy /y %SRC%ICSharpCode.AvalonEdit.dll out
copy /y %SRC%ICSharpCode.NRefac... | 2,083 |
the-stack-v2-dedup | Batchfile | rem Generate .ps from .dot and display (can optionally suppress display)
rem %1 is basename of dot file (without .dot),any %2 suppresses display of .ps
dot -v -Tps -Gsize="8,10.5" -o %1.ps %1.dot
if "%2" == "" start %1.ps
| 2,084 |
the-stack-v2-dedup | Batchfile | if /i "%1" == "clean" GOTO Clean
ECHO Compiling
cl -c *.cpp /Ox /EHsc /openmp
lib tsg*.obj Tas*.obj /OUT:libtasmaniansparsegrid.lib
cl tasgrid*.obj libtasmaniansparsegrid.lib /Fe:tasgrid.exe
GOTO End
:Clean
ECHO Cleaning
del *.obj *.dll *.lib *.exe
GOTO End
:End | 2,085 |
the-stack-v2-dedup | Batchfile | :: Copyright © Alexander Fuks 2017 <Alexander.V.Fuks@gmail.com>
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required b... | 2,086 |
the-stack-v2-dedup | Batchfile | ..\..\..\convert\exceltool\exceltabconv dpmusfade.xls
awk -f dpmusfade.awk dpmusfade.txt > dpmusfade.dat
del dpmusfade.txt
| 2,087 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
npm install
node index.js
| 2,088 |
the-stack-v2-dedup | Batchfile | curl -fsSL -O https://raw.githubusercontent.com/malublu/Jentos_IDE-Buildscripts/master/win/before_install.bat
curl -fsSL -O https://raw.githubusercontent.com/malublu/Jentos_IDE-Buildscripts/master/win/install.bat
curl -fsSL -O https://raw.githubusercontent.com/malublu/Jentos_IDE-Buildscripts/master/win/script.bat | 2,089 |
the-stack-v2-dedup | Batchfile | CALL ..\..\.venvs\demo\Scripts\activate.bat
cd src
| 2,090 |
the-stack-v2-dedup | Batchfile | @REM
@REM Rebuild.bat - Rebuild edk base tool
@REM
@echo off
set EDK_WORKSPACE=%CD%
set EDK_REPO=edk2
@REM set PYTHON_HOME=C:\Python27
set CYGWIN_HOME=C:\cygwin64
set NASM_PREFIX=%EDK_WORKSPACE%\nasm-2.15.05\
pushd %EDK_WORKSPACE%\%EDK_REPO%\
call edksetup.bat Rebuild
popd
cmd
| 2,091 |
the-stack-v2-dedup | Batchfile | del *.pyc
del .Rhistory
python extract_labels.py
python model_1.py -max_depth 5 -n_estimators 200 -random_state_cv 1
python model_1.py -max_depth 6 -n_estimators 200 -random_state_cv 2
python model_1.py -max_depth 7 -n_estimators 200 -random_state_cv 3
python model_1.py -max_depth 8 -n_estimators 200 -random_state_cv... | 2,092 |
the-stack-v2-dedup | Batchfile | echo Main App Started
python app.py | 2,093 |
the-stack-v2-dedup | Batchfile | @echo off
set /P message=Commit Message:
echo adding all files to git
git add -A
echo committing changes with message: %message%
git commit -am "%message%"
echo pushing changes
git push
echo building app
hugo
echo pushing changes
cd public
git add -A
git commit -am "%message%"
git push
echo done :)
PAUSE | 2,094 |
the-stack-v2-dedup | Batchfile | var total 0
buy:
if %fiber < 8 then
{
put order 2
pause
put order 2
pause
put combine fiber
math fiber add 1
goto buy
}
if %total < %1 then
{
put put fiber in bag
math total add 1
var fiber 0
goto buy
}
exit | 2,095 |
the-stack-v2-dedup | Batchfile | E:\xampp177\php\php.exe -q E:/baisonwork/new_efast/auto_task_cli.php | 2,096 |
the-stack-v2-dedup | Batchfile | java -jar lib/remotevehicle-0.0.1-SNAPSHOT-jar-with-dependencies.jar | 2,097 |
the-stack-v2-dedup | Batchfile | @echo off
cd C:\scripts
wmic service get name,displayname,state /value > services.temp
set index=0
set step=0
type services.temp > services2.temp
setlocal enabledelayedexpansion
for /f "tokens=1,2 delims==" %%a in (services2.temp) do (
set "service[!index!].%%a=%%b"
set /a "step=!step! + 1"
if !step! equ 3 (
se... | 2,098 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
::
:: 更新【help】文件夹中的所有的命令帮助信息
::
del /q "help\*"
::
mkdir "tmp\"
::
echo :: 临时脚本>"tmp\help.tmp.bat"
::
for %%i in (
at cd if rd
arp cls cmd del dir for net rem ren set ver vol
call chcp comp copy date echo exit find goto mode mode path ping popd sort time tree type wmic
assoc ... | 2,099 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.