hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
690fc37a239971953d3a7907d5ee384b85ed467b | 168 | cmd | Batchfile | sabnzbd/post.cmd | danielmbond/python | e2980b2906f0b1f0cd9637425d71ec2491262a12 | [
"MIT"
] | null | null | null | sabnzbd/post.cmd | danielmbond/python | e2980b2906f0b1f0cd9637425d71ec2491262a12 | [
"MIT"
] | null | null | null | sabnzbd/post.cmd | danielmbond/python | e2980b2906f0b1f0cd9637425d71ec2491262a12 | [
"MIT"
] | null | null | null | @ECHO OFF
SET PY="C:\Program Files\Python36\python.exe"
SET SCRIPT="C:\Users\Daniel\Documents\Scripts\Python\sabnzbd\post-proc.py"
%PY% %SCRIPT% %*
ECHO Script Complete | 33.6 | 74 | 0.761905 |
6745de3e82aeba81ce9987976ec359352e36985e | 189 | bat | Batchfile | chess/Tools/RunSampleData.bat | discosultan/test-assignments | 7275e8d91e4b1610ee1d059cd5469e033810dd22 | [
"MIT"
] | 3 | 2017-04-18T08:21:50.000Z | 2021-07-22T20:49:45.000Z | chess/Tools/RunSampleData.bat | discosultan/test-assignments | 7275e8d91e4b1610ee1d059cd5469e033810dd22 | [
"MIT"
] | null | null | null | chess/Tools/RunSampleData.bat | discosultan/test-assignments | 7275e8d91e4b1610ee1d059cd5469e033810dd22 | [
"MIT"
] | null | null | null | @ECHO OFF
REM Assumes the project is built in Debug build.
pushd %~dp0
..\Source\ChessSample.CommandLine\bin\Debug\ChessSample.CommandLine.exe /I SampleInput.txt /O SampleOutput.txt
popd | 23.625 | 110 | 0.793651 |
105e7da0cf6fb85a4438e30a645866b7655378d2 | 89 | bat | Batchfile | tests/windows/conanResources/conan_server.bat | iblis-ms/conan_gbenchmark | 9e1cd021faef9a7c3cc6177773bafa12a2b5d453 | [
"MIT"
] | 2 | 2020-01-02T07:21:25.000Z | 2022-03-23T11:35:44.000Z | tests/windows/conanResources/conan_server.bat | iblis-ms/conan_gmock | cef7b81f8322241142cde5b3d21a3e40315aeaa0 | [
"MIT"
] | null | null | null | tests/windows/conanResources/conan_server.bat | iblis-ms/conan_gmock | cef7b81f8322241142cde5b3d21a3e40315aeaa0 | [
"MIT"
] | null | null | null | title=conan_server_bat
SET currentPath=%~dp0
CALL python %currentPath%\conan_server.py %* | 29.666667 | 44 | 0.820225 |
e76f84e76ee0226b34ea0abfa813d41825a086e7 | 1,028 | bat | Batchfile | .build/customize.bat | esotericbyte/choco | 5c9117ae4dbc87784285cc3918a60bb00d44c3f8 | [
"Apache-2.0"
] | 9,189 | 2015-01-20T16:17:07.000Z | 2022-03-31T16:06:13.000Z | .build/customize.bat | esotericbyte/choco | 5c9117ae4dbc87784285cc3918a60bb00d44c3f8 | [
"Apache-2.0"
] | 2,552 | 2015-01-05T18:30:15.000Z | 2022-03-31T17:42:31.000Z | .build/customize.bat | esotericbyte/choco | 5c9117ae4dbc87784285cc3918a60bb00d44c3f8 | [
"Apache-2.0"
] | 1,143 | 2015-01-17T23:22:33.000Z | 2022-03-30T20:19:34.000Z | @echo on
::Project UppercuT - http://uppercut.googlecode.com
::No edits to this file are required - http://uppercut.pbwiki.com
if '%1' == '' goto usage
if '%2' == '' goto usage
if '%3' NEQ '' goto usage
if '%1' == '/?' goto usage
if '%1' == '-?' goto usage
if '%1' == '?' goto usage
if '%1' == '/help' goto ... | 23.906977 | 207 | 0.666342 |
36b7dfd174c51454c6d64a18662678f58066d2e0 | 2,947 | bat | Batchfile | releases/zip-win-toppic.bat | toppic-suite/toppic-suite | b5f0851f437dde053ddc646f45f9f592c16503ec | [
"Apache-2.0"
] | 8 | 2018-05-23T14:37:31.000Z | 2022-02-04T23:48:38.000Z | releases/zip-win-toppic.bat | toppic-suite/toppic-suite | b5f0851f437dde053ddc646f45f9f592c16503ec | [
"Apache-2.0"
] | 9 | 2019-08-31T08:17:45.000Z | 2022-02-11T20:58:06.000Z | releases/zip-win-toppic.bat | toppic-suite/toppic-suite | b5f0851f437dde053ddc646f45f9f592c16503ec | [
"Apache-2.0"
] | 4 | 2018-04-25T01:39:38.000Z | 2020-05-20T19:25:07.000Z | rmdir /S toppic-windows-%1
mkdir toppic-windows-%1
copy ..\bin\toppic_gui.exe toppic-windows-%1
copy ..\bin\toppic.exe toppic-windows-%1
copy ..\bin\topfd_gui.exe toppic-windows-%1
copy ..\bin\topfd.exe toppic-windows-%1
copy ..\bin\topmg_gui.exe toppic-windows-%1
copy ..\bin\topmg.exe toppic-windows-%1
copy ..\bin... | 46.046875 | 92 | 0.78792 |
c0403244a5f085aacb5c33011496343298ccd3bb | 3,987 | bat | Batchfile | Micrium/Software/uC-GUI/Sample/MakeLib/MakeLib.bat | quanhengwen/uC-GUI | f39cf5848654b572c5325b11741003ba9827a02e | [
"MIT"
] | 1 | 2020-09-20T05:07:23.000Z | 2020-09-20T05:07:23.000Z | Sample/MakeLib/MakeLib.bat | symfund/STEMGUI | 93da30092f00d44c840d8f8f58c9f7f9a478e7ea | [
"BSD-3-Clause"
] | null | null | null | Sample/MakeLib/MakeLib.bat | symfund/STEMGUI | 93da30092f00d44c840d8f8f58c9f7f9a478e7ea | [
"BSD-3-Clause"
] | 1 | 2021-12-20T17:59:02.000Z | 2021-12-20T17:59:02.000Z | @ECHO OFF
goto Start
******************************************************************************
*
* File : MakeLib.bat
* Parameters: 2 (optional)
* %1: Source path Default: GUI
* %2: Config path Default: Config
* Purpose : Generate a library of the GUI
* It takes the ... | 35.918919 | 121 | 0.51994 |
34001813c0d05145cca0498712e86168d3ec2538 | 65 | cmd | Batchfile | Scripts/Docker/PublishDockerImage.cmd | devedse/DeveThuisbezorgdBot | c4c491a5d89ebbee1d5752bdfddf4e1b5d7fabf7 | [
"MIT"
] | null | null | null | Scripts/Docker/PublishDockerImage.cmd | devedse/DeveThuisbezorgdBot | c4c491a5d89ebbee1d5752bdfddf4e1b5d7fabf7 | [
"MIT"
] | null | null | null | Scripts/Docker/PublishDockerImage.cmd | devedse/DeveThuisbezorgdBot | c4c491a5d89ebbee1d5752bdfddf4e1b5d7fabf7 | [
"MIT"
] | null | null | null | docker login
docker push devedse/devethuisbezorgdbot:latest
pause | 21.666667 | 46 | 0.892308 |
7d214555a43882e8fc8681d2b051fcba777ec840 | 498 | bat | Batchfile | _build/tools/vs2015/build_all_win32_clientnet_only.bat | mark-online/server | ca24898e2e5a9ccbaa11ef1ade57bb25260b717f | [
"MIT"
] | null | null | null | _build/tools/vs2015/build_all_win32_clientnet_only.bat | mark-online/server | ca24898e2e5a9ccbaa11ef1ade57bb25260b717f | [
"MIT"
] | null | null | null | _build/tools/vs2015/build_all_win32_clientnet_only.bat | mark-online/server | ca24898e2e5a9ccbaa11ef1ade57bb25260b717f | [
"MIT"
] | null | null | null | @echo off
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86
SET PROJECT=..\..\vs2010\GideonServer.sln /Project clientnet
devenv %PROJECT% /Build "Debug|Win32"
if errorlevel 1 goto build_error
devenv %PROJECT% /Build "Release|Win32"
if errorlevel 1 goto build_error
devenv %PROJECT% /Build "StaticMtDebug|Win32"
if ... | 18.444444 | 60 | 0.761044 |
c4b522d3ba75d372a112ec12a4874caf4d394fa4 | 898 | bat | Batchfile | job/installer/src/main/resources/binForInstaller/install.bat | jaemisseo/installer-maker | 399b99b1c243032d1aa7f5aadc659a7e45958b34 | [
"MIT"
] | 5 | 2017-06-19T11:54:23.000Z | 2019-12-19T11:39:21.000Z | job/installer/src/main/resources/binForInstaller/install.bat | jaemisseo/installer-maker | 399b99b1c243032d1aa7f5aadc659a7e45958b34 | [
"MIT"
] | 38 | 2017-08-29T00:34:19.000Z | 2021-12-26T16:43:05.000Z | job/installer/src/main/resources/binForInstaller/install.bat | jaemisseo/installer-maker | 399b99b1c243032d1aa7f5aadc659a7e45958b34 | [
"MIT"
] | 1 | 2017-10-24T14:22:18.000Z | 2017-10-24T14:22:18.000Z | @echo off
rem // Parameter To Run installer
set REL_PATH_BIN_TO_HOME=..\
set REL_PATH_HOME_TO_LIB=.\lib
rem // Save current directory and change to target directory
set PATH_TO_BIN_DIR=%~dp0
pushd %PATH_TO_BIN_DIR%
pushd %REL_PATH_BIN_TO_HOME%
set PATH_TO_INSTALLER_HOME=%CD%
pushd %REL_PATH_HOME_TO_LIB%
set PATH_T... | 20.883721 | 124 | 0.773942 |
e1fb04fb0e42cbe06030927417582fe4da2d89f2 | 79 | cmd | Batchfile | scripts/python/get-pip.cmd | AriaVanPelt/Guard | 06c4c7b41f180b14edd2065f3d1fdabf86bda8cc | [
"BSD-2-Clause"
] | null | null | null | scripts/python/get-pip.cmd | AriaVanPelt/Guard | 06c4c7b41f180b14edd2065f3d1fdabf86bda8cc | [
"BSD-2-Clause"
] | null | null | null | scripts/python/get-pip.cmd | AriaVanPelt/Guard | 06c4c7b41f180b14edd2065f3d1fdabf86bda8cc | [
"BSD-2-Clause"
] | null | null | null | @echo off
setlocal
call "%~dp0config.cmd"
python "%~dpn0.py"
endlocal
pause
| 7.9 | 22 | 0.708861 |
160f5575ad5d6176666678473043f2895ace4330 | 201 | bat | Batchfile | db/init-db.bat | tangsiyi/jeesite-xf | 3d5bf2c14e05f25c2d150f538aae0e909edd5b11 | [
"Apache-2.0"
] | null | null | null | db/init-db.bat | tangsiyi/jeesite-xf | 3d5bf2c14e05f25c2d150f538aae0e909edd5b11 | [
"Apache-2.0"
] | 11 | 2019-11-13T12:31:01.000Z | 2022-02-01T01:00:38.000Z | db/init-db.bat | tangsiyi/jeesite-xf | 3d5bf2c14e05f25c2d150f538aae0e909edd5b11 | [
"Apache-2.0"
] | null | null | null | @echo off
echo [INFO] Re-create the schema and provision the sample data.
pause
cd %~dp0
cd ..
set path=%MAVEN_HOME%/bin;%windir%/system32;%path%
call mvn antrun:run -Pinit-db
cd db
pause | 16.75 | 64 | 0.691542 |
07ac8791141905a1fe4712c29553ba9947d30360 | 632 | bat | Batchfile | scripts/run_black_isort.bat | CODRA-Software/CodraFT | d3a6e7abbf001b8d0d288b23f7ff81fcaa3b3659 | [
"CECILL-B",
"BSD-3-Clause"
] | null | null | null | scripts/run_black_isort.bat | CODRA-Software/CodraFT | d3a6e7abbf001b8d0d288b23f7ff81fcaa3b3659 | [
"CECILL-B",
"BSD-3-Clause"
] | null | null | null | scripts/run_black_isort.bat | CODRA-Software/CodraFT | d3a6e7abbf001b8d0d288b23f7ff81fcaa3b3659 | [
"CECILL-B",
"BSD-3-Clause"
] | null | null | null | @echo off
REM This script was derived from PythonQwt project
REM ======================================================
REM Test launcher script
REM ======================================================
REM Licensed under the terms of the MIT License
REM Copyright (c) 2020 Pierre Raybaut
REM (see PythonQwt LICENSE fil... | 35.111111 | 58 | 0.588608 |
f18e14e0c8410a369323cf1370400db8de03b929 | 1,165 | bat | Batchfile | RepastS_SimulationRunner/launchers/windows/sendStartSimulationCommandFromAdmin.bat | OpenSimulationSystems/CABSF_Java | 6cc708b1ca7dbd821a3bcca4ee6f30f099ea4aa3 | [
"MIT"
] | 4 | 2015-08-17T19:22:14.000Z | 2019-05-18T10:29:47.000Z | RepastS_SimulationRunner/launchers/windows/sendStartSimulationCommandFromAdmin.bat | OpenSimulationSystems/CABSF_Java | 6cc708b1ca7dbd821a3bcca4ee6f30f099ea4aa3 | [
"MIT"
] | null | null | null | RepastS_SimulationRunner/launchers/windows/sendStartSimulationCommandFromAdmin.bat | OpenSimulationSystems/CABSF_Java | 6cc708b1ca7dbd821a3bcca4ee6f30f099ea4aa3 | [
"MIT"
] | null | null | null | cd %~dp0
@echo off
echo *****************************************************
echo COMMON SIMULATION FRAMEWORK - Simulation Start Script
echo *****************************************************
echo.
echo This script actually kicks off the simulation runs, but before that the different systems used in the common ... | 55.47619 | 397 | 0.659227 |
d1d818826289237ac5defc8521abc4fab773ae03 | 48 | bat | Batchfile | docs/build.bat | ChomusukeBot/Tokki | 0414ecce59c9fc321b2ccc7aab344a2f0dd54099 | [
"MIT"
] | null | null | null | docs/build.bat | ChomusukeBot/Tokki | 0414ecce59c9fc321b2ccc7aab344a2f0dd54099 | [
"MIT"
] | 11 | 2019-07-12T09:19:24.000Z | 2020-03-13T06:00:09.000Z | docs/build.bat | ChomusukeBot/Tokki | 0414ecce59c9fc321b2ccc7aab344a2f0dd54099 | [
"MIT"
] | 1 | 2019-10-01T21:05:00.000Z | 2019-10-01T21:05:00.000Z | @echo off
python -m sphinx -b html -E . _build
| 16 | 37 | 0.666667 |
556b543a4f77cd3e8758e6df23fd741d786e7d67 | 199 | bat | Batchfile | build.bat | Serkuz90/spring-petclinic | 7b64183b92a180eaafcd65a0412bdac3810eed06 | [
"Apache-2.0"
] | null | null | null | build.bat | Serkuz90/spring-petclinic | 7b64183b92a180eaafcd65a0412bdac3810eed06 | [
"Apache-2.0"
] | 1 | 2021-12-27T08:07:54.000Z | 2021-12-27T08:07:54.000Z | build.bat | Serkuz90/spring-petclinic | 7b64183b92a180eaafcd65a0412bdac3810eed06 | [
"Apache-2.0"
] | null | null | null | set M2_HOME=E:\apache-maven-3.8.4
set path=C:\apache-maven-3.8.4\bin;%path%;
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_241
set path=C:\Program Files\Java\jdk1.8.0_202\bin;%path%;
mvn package
| 33.166667 | 56 | 0.723618 |
c1538d15c8aa56b28019d7693efe3b9c62bbc11a | 3,303 | bat | Batchfile | repository/mozilla/firefox_esr/x86/Firefox ESR x86.bat | abulgatz/pdq_deploy_packs | eae08b76adaf439c36c771eaa16ae0724256509d | [
"MIT"
] | null | null | null | repository/mozilla/firefox_esr/x86/Firefox ESR x86.bat | abulgatz/pdq_deploy_packs | eae08b76adaf439c36c771eaa16ae0724256509d | [
"MIT"
] | null | null | null | repository/mozilla/firefox_esr/x86/Firefox ESR x86.bat | abulgatz/pdq_deploy_packs | eae08b76adaf439c36c771eaa16ae0724256509d | [
"MIT"
] | null | null | null | :: Purpose: Installs a package
:: Requirements: Run this script with Administrator rights
:: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x07d1490f82a211a2
:: History: 1.0.2 * Add command line argument to preserve shortcuts, default to False
:: 1... | 42.346154 | 142 | 0.709355 |
3ee4ecf656da603368725832e52be8404c52ec8f | 94 | bat | Batchfile | scripts/genie_clean.bat | howprice/invaders-emulator | 1b1a48509f43be02b89ffe58d6555cb794de1af1 | [
"BSD-3-Clause"
] | 10 | 2019-06-24T10:44:03.000Z | 2021-03-22T05:48:06.000Z | scripts/genie_clean.bat | howprice/sdl2-sokoban | 9e3627b1f390e296f9cb4a28ee23f3c9aaad27fb | [
"BSD-3-Clause"
] | 1 | 2020-03-03T23:54:58.000Z | 2020-03-04T02:07:54.000Z | scripts/genie_clean.bat | howprice/invaders-emulator | 1b1a48509f43be02b89ffe58d6555cb794de1af1 | [
"BSD-3-Clause"
] | null | null | null | @echo off
SET script_path=%~dp0
pushd %script_path%
..\tools\bin\windows\genie.exe clean
popd
| 15.666667 | 36 | 0.765957 |
c82d3d180e95747e9aa2d2cf4432848428a82dd0 | 1,299 | bat | Batchfile | ProcessData.bat | daylmer/SpectralLibrary | 15513555e39166968334a8f6b631af89bd5bef36 | [
"BSD-2-Clause"
] | null | null | null | ProcessData.bat | daylmer/SpectralLibrary | 15513555e39166968334a8f6b631af89bd5bef36 | [
"BSD-2-Clause"
] | null | null | null | ProcessData.bat | daylmer/SpectralLibrary | 15513555e39166968334a8f6b631af89bd5bef36 | [
"BSD-2-Clause"
] | null | null | null | @echo off
:: Extract.bat simply executes the powershell script Extract.ps1 in the current directory
:: Declare database and credentials here
set server=MSI
set port=1433
set database=protein
:: Integrated Security can be one of the following values:
:: TRUE (or SSPI)
:: FALSE (or unset)
:: When false or unset, User I... | 37.114286 | 139 | 0.764434 |
bac5b2632ff04b29cc39794708680b1a9566bb53 | 214 | bat | Batchfile | laravelArtisan/git.bat | anishdhakal54/godrej | e562b66f132ee2e4407c430125f088ec52a69f03 | [
"MIT"
] | null | null | null | laravelArtisan/git.bat | anishdhakal54/godrej | e562b66f132ee2e4407c430125f088ec52a69f03 | [
"MIT"
] | 4 | 2021-02-02T20:45:06.000Z | 2022-02-27T08:30:42.000Z | laravelArtisan/git.bat | krevilraj/Nepsupplier | 12245d553897bca8c1237f5ac272a70207ce4cf3 | [
"MIT"
] | 1 | 2021-01-17T22:18:37.000Z | 2021-01-17T22:18:37.000Z |
@echo off
echo ---WARNING---
echo.
cd..
git init
set /p Input=Paste the origin of git
git remote add origin %Input%
git status
git add .
git commit -m "Initial commit"
pause
| 15.285714 | 55 | 0.584112 |
a500de09cf88ae5154e945646b27a3375e959dd2 | 81 | cmd | Batchfile | ydbexplorer/run.cmd | yapcheahshen/ksanapc | 76cbc42c5338755837f55de1fe165b0683b5d545 | [
"MIT"
] | 2 | 2015-04-28T23:50:48.000Z | 2021-01-03T17:19:51.000Z | ydbexplorer/run.cmd | yapcheahshen/ksanapc | 76cbc42c5338755837f55de1fe165b0683b5d545 | [
"MIT"
] | null | null | null | ydbexplorer/run.cmd | yapcheahshen/ksanapc | 76cbc42c5338755837f55de1fe165b0683b5d545 | [
"MIT"
] | 2 | 2017-02-15T08:11:06.000Z | 2020-06-13T12:51:58.000Z | cd ..
start node_webkit\win-ia32\nw.exe --remote-debugging-port=9222 ydbexplorer | 40.5 | 75 | 0.790123 |
f60be9dcb18ff4a2da57ce10a9deb3b3608e8f11 | 108 | bat | Batchfile | swagger.bat | epavanello/korsk | 963810c5d34a7644d2c1101b2918335b440fc526 | [
"MIT"
] | null | null | null | swagger.bat | epavanello/korsk | 963810c5d34a7644d2c1101b2918335b440fc526 | [
"MIT"
] | null | null | null | swagger.bat | epavanello/korsk | 963810c5d34a7644d2c1101b2918335b440fc526 | [
"MIT"
] | null | null | null | @echo off
echo.
docker run --rm -it --env GOPATH=/go -v %CD%:/go/src -w /go/src quay.io/goswagger/swagger %* | 36 | 92 | 0.657407 |
a8f6204a8e1f403b93f8c2366d76aa54cb4e57c7 | 4,199 | bat | Batchfile | scripts/setup_working_env_windows.bat | tucq88/dev | 58e7566f47be36a37428d426bf3b1506239adf52 | [
"BSD-3-Clause"
] | 94 | 2015-06-21T14:45:51.000Z | 2021-11-08T05:22:44.000Z | scripts/setup_working_env_windows.bat | tucq88/dev | 58e7566f47be36a37428d426bf3b1506239adf52 | [
"BSD-3-Clause"
] | 385 | 2015-01-16T04:58:47.000Z | 2020-07-13T02:42:33.000Z | scripts/setup_working_env_windows.bat | hieptranquoc/dev | c851cb4d846d345c4b1a958980a849265ea33e71 | [
"BSD-3-Clause"
] | 30 | 2015-04-06T19:27:37.000Z | 2020-03-04T08:10:11.000Z | @echo off
:: BatchGotAdmin
:-------------------------------------
REM
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObje... | 22.820652 | 158 | 0.634199 |
8e70c55d517278e55cbb45bfdacabed533e232b5 | 91 | bat | Batchfile | admin/run8.0.bat | anytizer/ocunit | 27f11759f85e66d1de6a4381ec2810066cf08992 | [
"MIT"
] | null | null | null | admin/run8.0.bat | anytizer/ocunit | 27f11759f85e66d1de6a4381ec2810066cf08992 | [
"MIT"
] | 1 | 2021-08-13T20:46:12.000Z | 2021-08-13T20:46:12.000Z | admin/run8.0.bat | anytizer/opencart.phpunit | 27f11759f85e66d1de6a4381ec2810066cf08992 | [
"MIT"
] | null | null | null | @ECHO OFF
cd admin
REM ../vendor/bin/phpstan analyse ./
php ../phpunit.phar cases
pause
| 10.111111 | 36 | 0.703297 |
82d3b723aa79246552daf7e70a134a1762ee8670 | 54 | bat | Batchfile | cdk/src/main/proto-plugin/ca/isupeene/charactersheet/cdk/protoc-gen-text-parser.bat | isupeene/character-sheet-cdk | 2440aeda23843232a952a56c42a49bf657f6924f | [
"Apache-2.0"
] | null | null | null | cdk/src/main/proto-plugin/ca/isupeene/charactersheet/cdk/protoc-gen-text-parser.bat | isupeene/character-sheet-cdk | 2440aeda23843232a952a56c42a49bf657f6924f | [
"Apache-2.0"
] | null | null | null | cdk/src/main/proto-plugin/ca/isupeene/charactersheet/cdk/protoc-gen-text-parser.bat | isupeene/character-sheet-cdk | 2440aeda23843232a952a56c42a49bf657f6924f | [
"Apache-2.0"
] | null | null | null | @ECHO off
cd %~dp0
python -u protoc-gen-text-parser.py | 18 | 35 | 0.740741 |
4f116295f5e6a76e5d4d7e11c0efa4794d7f9dcc | 53 | bat | Batchfile | run.bat | WKHAllen/Notenheim | 512033f41435200640b8ae16be261834628dcbda | [
"MIT"
] | null | null | null | run.bat | WKHAllen/Notenheim | 512033f41435200640b8ae16be261834628dcbda | [
"MIT"
] | null | null | null | run.bat | WKHAllen/Notenheim | 512033f41435200640b8ae16be261834628dcbda | [
"MIT"
] | null | null | null | @echo off
heroku local web -f Procfile.debug.windows
| 17.666667 | 42 | 0.792453 |
17865fba8cb4ebf408fee8c3b983d4b49a11fdb5 | 79 | bat | Batchfile | toolkit/Ethanon Toolkit/tools/unpack_tools.bat | LuizTedesco/ethanon | c140bd360092dcdf11b242a11dee67e79fbbd025 | [
"Unlicense"
] | 64 | 2015-01-02T12:27:29.000Z | 2022-03-07T03:23:33.000Z | toolkit/Ethanon Toolkit/tools/unpack_tools.bat | theomission/ethanon | c140bd360092dcdf11b242a11dee67e79fbbd025 | [
"Unlicense"
] | 5 | 2015-03-31T00:09:29.000Z | 2022-03-07T18:16:42.000Z | toolkit/Ethanon Toolkit/tools/unpack_tools.bat | theomission/ethanon | c140bd360092dcdf11b242a11dee67e79fbbd025 | [
"Unlicense"
] | 40 | 2015-01-14T09:47:56.000Z | 2022-02-07T22:07:24.000Z | 7za.exe x -y tools.7z
@echo _
@echo [ Ethanon Toolkit\tools deploy complete. ]
| 19.75 | 48 | 0.721519 |
202f45ce1ea8a1262923c395e8be07175ab6047f | 1,374 | bat | Batchfile | ISHelp/compile.bat | kennethmyhra/issrc | 6af1ab599c7709134f9fe905e62395d8fddfa41a | [
"FSFAP"
] | 1 | 2022-01-07T16:06:49.000Z | 2022-01-07T16:06:49.000Z | ISHelp/compile.bat | kennethmyhra/issrc | 6af1ab599c7709134f9fe905e62395d8fddfa41a | [
"FSFAP"
] | 1 | 2020-09-11T22:47:06.000Z | 2020-09-11T22:47:06.000Z | ISHelp/compile.bat | kennethmyhra/issrc | 6af1ab599c7709134f9fe905e62395d8fddfa41a | [
"FSFAP"
] | 1 | 2021-04-02T00:50:26.000Z | 2021-04-02T00:50:26.000Z | @echo off
rem Inno Setup
rem Copyright (C) 1997-2010 Jordan Russell
rem Portions by Martijn Laan
rem For conditions of distribution and use, see LICENSE.TXT.
rem
rem Batch file to compile the help file
rem
rem $jrsoftware: ishelp/compile.bat,v 1.5 2010/06/07 22:15:42 jr Exp $
setlocal
if exist com... | 25.924528 | 88 | 0.696507 |
08396abb4ff8e020f31485475463ab2be3253854 | 43 | bat | Batchfile | smart-plant-i2c-client/generate-project.bat | skozmin83/smartplant | 4a143e6c0e3f893b2f9ed971fcd962167f2eaf67 | [
"MIT"
] | null | null | null | smart-plant-i2c-client/generate-project.bat | skozmin83/smartplant | 4a143e6c0e3f893b2f9ed971fcd962167f2eaf67 | [
"MIT"
] | null | null | null | smart-plant-i2c-client/generate-project.bat | skozmin83/smartplant | 4a143e6c0e3f893b2f9ed971fcd962167f2eaf67 | [
"MIT"
] | null | null | null | platformio init --ide clion --board d1_mini | 43 | 43 | 0.790698 |
87ab7579b8d47a82ebc1206d2ca300b8f9518d68 | 61 | cmd | Batchfile | jpchar/copy_symbols_to_srt.cmd | riku22/nvdajp | 66a828ea89d317e4aa0ad2aed4b3b1e08920afb6 | [
"bzip2-1.0.6"
] | 19 | 2016-05-11T05:15:31.000Z | 2022-03-17T12:40:10.000Z | jpchar/copy_symbols_to_srt.cmd | riku22/nvdajp | 66a828ea89d317e4aa0ad2aed4b3b1e08920afb6 | [
"bzip2-1.0.6"
] | 307 | 2015-08-27T11:22:33.000Z | 2022-03-29T10:43:34.000Z | jpchar/copy_symbols_to_srt.cmd | riku22/nvdajp | 66a828ea89d317e4aa0ad2aed4b3b1e08920afb6 | [
"bzip2-1.0.6"
] | 14 | 2016-03-28T07:31:49.000Z | 2022-03-30T04:56:35.000Z | copy source\locale\ja\symbols.dic ..\svn-srt\ja\symbols.dic
| 30.5 | 60 | 0.754098 |
79c619f75995a9b4bcbdc256805f5146b67decab | 2,400 | bat | Batchfile | Instances/TempleMeierFiles/Probd/SETUP2/generell/mlclspprobdsetup2generell.bat | ressourceplanning/StochasticMRP | fe433986d22a4126769b9d3ae25c6ace11b8c1c4 | [
"BSL-1.0"
] | 3 | 2020-06-17T06:17:31.000Z | 2021-07-19T07:53:40.000Z | Instances/TempleMeierFiles/Probd/SETUP2/generell/mlclspprobdsetup2generell.bat | ressourceplanning/StochasticMRP | fe433986d22a4126769b9d3ae25c6ace11b8c1c4 | [
"BSL-1.0"
] | null | null | null | Instances/TempleMeierFiles/Probd/SETUP2/generell/mlclspprobdsetup2generell.bat | ressourceplanning/StochasticMRP | fe433986d22a4126769b9d3ae25c6ace11b8c1c4 | [
"BSL-1.0"
] | 2 | 2021-07-18T05:01:42.000Z | 2021-09-03T02:16:43.000Z | Mlclsp G0261111
Mlclsp G8261111
Mlclsp G0265111
Mlclsp G8265111
Mlclsp G0269111
Mlclsp G8269111
Mlclsp G0261211
Mlclsp G8261211
Mlclsp G0265211
Mlclsp G8265211
Mlclsp G0269211
Mlclsp G8269211
Mlclsp G0261311
Mlclsp G8261311
Mlclsp G0265311
Mlclsp G8265311
Mlclsp G0269311
Mlclsp G8269311
Mlclsp G0261411
Mlclsp G8261411
... | 15.89404 | 15 | 0.875 |
337fd4126969b65fe17b3974a3490cc43d31a4b4 | 79 | bat | Batchfile | .utils/pack.bat | ressurectit/RessurectIT.Git.Version | 3b9a1031f3574c229fa31e7ddead9a6268fc1389 | [
"MIT"
] | 1 | 2022-03-18T07:53:09.000Z | 2022-03-18T07:53:09.000Z | .utils/pack.bat | ressurectit/RessurectIT.Git.Version | 3b9a1031f3574c229fa31e7ddead9a6268fc1389 | [
"MIT"
] | null | null | null | .utils/pack.bat | ressurectit/RessurectIT.Git.Version | 3b9a1031f3574c229fa31e7ddead9a6268fc1389 | [
"MIT"
] | null | null | null | @CALL dotnet restore
@CALL dotnet build -c "%~1"
@CALL dotnet pack --no-build | 26.333333 | 28 | 0.696203 |
3bcb59cff5ad1a8cb5df8cba424c1e82d9fd6e6f | 91 | bat | Batchfile | make_insulator_stl.bat | Addy771/Hex-Cell-Holder | cf10c800961374035bdc78c660448be92a8aa44b | [
"Unlicense"
] | 21 | 2017-11-06T17:07:10.000Z | 2022-02-05T14:07:57.000Z | make_insulator_stl.bat | Addy771/Hex-Cell-Holder | cf10c800961374035bdc78c660448be92a8aa44b | [
"Unlicense"
] | 7 | 2018-12-20T04:12:45.000Z | 2021-07-17T02:23:19.000Z | make_insulator_stl.bat | Addy771/Hex-Cell-Holder | cf10c800961374035bdc78c660448be92a8aa44b | [
"Unlicense"
] | 9 | 2018-01-11T06:32:21.000Z | 2021-09-26T20:08:41.000Z | openscad -o insulator.stl -D "part_type =\"normal\"" -D "part=\"insulator\"" hex_cell.scad
| 45.5 | 90 | 0.692308 |
4104f1dd8f22b956ddad36893de46cbdc5bcc7d1 | 734 | cmd | Batchfile | src/win32/misc/cab32.cmd | yoshikiohshima/swipl-devel | 68c3e4072ae3b4ca573fd588f997d0b288071b3c | [
"BSD-2-Clause"
] | 1 | 2016-05-13T14:50:20.000Z | 2016-05-13T14:50:20.000Z | src/win32/misc/cab32.cmd | yoshikiohshima/swipl-devel | 68c3e4072ae3b4ca573fd588f997d0b288071b3c | [
"BSD-2-Clause"
] | 7 | 2016-02-08T06:10:50.000Z | 2016-04-03T10:40:17.000Z | src/win32/misc/cab32.cmd | yoshikiohshima/swipl-devel | 68c3e4072ae3b4ca573fd588f997d0b288071b3c | [
"BSD-2-Clause"
] | null | null | null | @echo off
:: Powered by degski
SETLOCAL
set _BITS=32
echo SWI-Prolog Pre-requisites %_BITS%-bits Archiver 2010
echo.
echo Busy...
:: Vars
set "BASE=%CD%\"
set "STRIPPER="%BASE:~3%"
:: Doit
echo "files.txt" files.txt > tmp.txt
if exist files.txt (del /Q files.txt)
for /F "delims=" %%1 in ('dir /B /A:D') do (call :ad... | 17.902439 | 69 | 0.647139 |
36b3ecb71106770a478c00a1daa8430f4c2eef99 | 338 | cmd | Batchfile | .ofd.ko.cmd | th3-5had0w/hello-world-linux-driver | 48e5c08ca4e8cb639abb56027e7ebd2b2854fa91 | [
"MIT"
] | null | null | null | .ofd.ko.cmd | th3-5had0w/hello-world-linux-driver | 48e5c08ca4e8cb639abb56027e7ebd2b2854fa91 | [
"MIT"
] | null | null | null | .ofd.ko.cmd | th3-5had0w/hello-world-linux-driver | 48e5c08ca4e8cb639abb56027e7ebd2b2854fa91 | [
"MIT"
] | null | null | null | cmd_/home/th3_5had0w/Desktop/hello-world-linux-driver/ofd.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/th3_5had0w/Desktop/hello-world-linux-driver/ofd.ko /home/th3_5had0w/Desktop/hello-world-linux-driver/ofd.o /home/th3_5had0w/Desktop/hello-world-linux-driver/... | 169 | 337 | 0.775148 |
1d1367cc9242bdf05011a3e2ff8f27b6ab2a4f90 | 711 | cmd | Batchfile | iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn/samples/sample3.cmd | mitchelsellers/iis-docs | 376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429 | [
"CC-BY-4.0",
"MIT"
] | 90 | 2017-06-13T19:56:04.000Z | 2022-03-15T16:42:09.000Z | iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn/samples/sample3.cmd | mitchelsellers/iis-docs | 376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429 | [
"CC-BY-4.0",
"MIT"
] | 453 | 2017-05-22T18:00:05.000Z | 2022-03-30T21:07:55.000Z | iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn/samples/sample3.cmd | mitchelsellers/iis-docs | 376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429 | [
"CC-BY-4.0",
"MIT"
] | 343 | 2017-05-26T08:57:30.000Z | 2022-03-25T23:05:04.000Z | appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /enabled:"True" /commit:apphost
appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /extendedProtection.tokenChecking:"Allow" /extendedProtection... | 101.571429 | 203 | 0.828411 |
7ffad3db6447bbde1e18e168a6e51e1cd5fc012e | 1,619 | bat | Batchfile | distbin/_mirahvars.bat | shannah/mirah | a5be0bea75c2e38d9a6ace0e1df602951da60f3a | [
"Apache-2.0"
] | 236 | 2015-01-05T10:19:49.000Z | 2022-03-14T07:27:41.000Z | distbin/_mirahvars.bat | shannah/mirah | a5be0bea75c2e38d9a6ace0e1df602951da60f3a | [
"Apache-2.0"
] | 151 | 2015-01-01T19:59:04.000Z | 2021-08-23T06:31:20.000Z | distbin/_mirahvars.bat | shannah/mirah | a5be0bea75c2e38d9a6ace0e1df602951da60f3a | [
"Apache-2.0"
] | 17 | 2015-02-19T17:43:22.000Z | 2022-03-25T00:28:46.000Z | @echo off
rem Environment Variable Prequisites:
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem
rem ----- Save Environment Variables That May Change --------------------------
set _CLASSPATH=%CLASSPATH%
set _CP=%CP%
set _MIRAH_CP=%MIRAH_CP%
set MIRAH_BAT_ERROR=0
rem ---... | 23.128571 | 80 | 0.647931 |
ddbb5f97c28974657e32689855bacdcfad02af62 | 3,328 | cmd | Batchfile | nuget/NuGetPush.cmd | bcbrwk-git/NetOffice-NuGet | 3b692a49f4fb3138865d0c25888dfb49d02e2b5b | [
"MIT"
] | null | null | null | nuget/NuGetPush.cmd | bcbrwk-git/NetOffice-NuGet | 3b692a49f4fb3138865d0c25888dfb49d02e2b5b | [
"MIT"
] | null | null | null | nuget/NuGetPush.cmd | bcbrwk-git/NetOffice-NuGet | 3b692a49f4fb3138865d0c25888dfb49d02e2b5b | [
"MIT"
] | 1 | 2020-12-25T21:05:01.000Z | 2020-12-25T21:05:01.000Z | setlocal
set PackageVersion=1.7.3.0
nuget.exe push NetOffice.Core.%PackageVersion%.nupkg
nuget.exe push NetOffice.Core.Net20.%PackageVersion%.nupkg
nuget.exe push NetOffice.Core.Net30.%PackageVersion%.nupkg
nuget.exe push NetOffice.Core.Net35.%PackageVersion%.nupkg
nuget.exe push NetOffice.Core.Net40.%PackageVersion%.... | 48.941176 | 64 | 0.835036 |
24c5fccfb79c2bde1e9e54022681f6195f795f33 | 2,800 | cmd | Batchfile | bindings/java/Swig/post-build.cmd | shyamalschandra/CNTK | 0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d | [
"MIT"
] | 17,702 | 2016-01-25T14:03:01.000Z | 2019-05-06T09:23:41.000Z | bindings/java/Swig/post-build.cmd | shyamalschandra/CNTK | 0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d | [
"MIT"
] | 3,489 | 2016-01-25T13:32:09.000Z | 2019-05-03T11:29:15.000Z | bindings/java/Swig/post-build.cmd | shyamalschandra/CNTK | 0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d | [
"MIT"
] | 5,180 | 2016-01-25T14:02:12.000Z | 2019-05-06T04:24:28.000Z | setlocal enableextensions enabledelayedexpansion
set project_dir=%~f1
set test_dir=%~f2
set output_dir=%~f3
set version=%4
set is_gpu=%5
set is_debug=%6
echo Assembling jar in post build step...
echo The project directory is "%project_dir%"
echo The test directory is "%test_dir%"
echo The output directory is "%output_... | 29.473684 | 165 | 0.703214 |
fc68efd844366e84c2e4112609ccadd6fc92dcbf | 148 | bat | Batchfile | win64/test_launch/fa_script_Squirrel.bat | edomin/Marathoner | cca8783e6719a1da93b8ecdcba8bb3580f061895 | [
"Zlib"
] | 2 | 2017-08-31T11:43:33.000Z | 2018-04-12T16:31:34.000Z | win64/test_launch/fa_script_Squirrel.bat | edomin/Marathoner | cca8783e6719a1da93b8ecdcba8bb3580f061895 | [
"Zlib"
] | null | null | null | win64/test_launch/fa_script_Squirrel.bat | edomin/Marathoner | cca8783e6719a1da93b8ecdcba8bb3580f061895 | [
"Zlib"
] | null | null | null | cd ..
Marathoner --script Script_Squirrel --autorun-plugin Script_Squirrel ^
--autorun-script test/function_availability/script.nut
cd test_launch
| 29.6 | 70 | 0.817568 |
b49c69063f00a72ee420b3feaba2210b98d08947 | 34 | cmd | Batchfile | edit/tool_compile_xrLC_net_agent.cmd | MlssingTexture/xray-sdk | 648de11d78fcc8088e802572da6187ee9b198f9f | [
"CC0-1.0"
] | null | null | null | edit/tool_compile_xrLC_net_agent.cmd | MlssingTexture/xray-sdk | 648de11d78fcc8088e802572da6187ee9b198f9f | [
"CC0-1.0"
] | null | null | null | edit/tool_compile_xrLC_net_agent.cmd | MlssingTexture/xray-sdk | 648de11d78fcc8088e802572da6187ee9b198f9f | [
"CC0-1.0"
] | null | null | null | @start bin\compilers_net\agent.exe | 34 | 34 | 0.852941 |
a3dac978b840839a9d7a992a55017c0c160092d9 | 10,168 | cmd | Batchfile | build_all/windows/build_client.cmd | Sahithkallakunta/azure-iot-sdk-python | 40f8c790aa243cec68bb615380da0b72e6d408a6 | [
"MIT"
] | 1 | 2021-11-12T10:18:09.000Z | 2021-11-12T10:18:09.000Z | build_all/windows/build_client.cmd | ma3u/azure-iot-sdk-python | 3e81e493135a2deaa9734764d02ece91889e797c | [
"MIT"
] | null | null | null | build_all/windows/build_client.cmd | ma3u/azure-iot-sdk-python | 3e81e493135a2deaa9734764d02ece91889e797c | [
"MIT"
] | 1 | 2019-04-11T15:56:50.000Z | 2019-04-11T15:56:50.000Z | @REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@echo off
rem ensure python.exe exists
where /q python.exe
if errorlevel 1 goto :NeedPython
python python_version_check.py >pyenv.bat
if errorlevel 1 goto :NeedPy... | 42.722689 | 207 | 0.716463 |
d6cc3e25ded633f9109ad4070932fc16407d44fa | 1,659 | bat | Batchfile | core/src/main/resources/com/dtolabs/rundeck/core/cli/templates/rd-acl.bat | runephilosof/rundeck | fdf7b998b5818f757f09ec3d2dfa84093d0c61be | [
"Apache-2.0"
] | 2 | 2021-03-03T08:59:35.000Z | 2021-03-03T08:59:42.000Z | core/src/main/resources/com/dtolabs/rundeck/core/cli/templates/rd-acl.bat | runephilosof/rundeck | fdf7b998b5818f757f09ec3d2dfa84093d0c61be | [
"Apache-2.0"
] | 4 | 2016-04-14T16:04:09.000Z | 2018-03-09T17:42:38.000Z | core/src/main/resources/com/dtolabs/rundeck/core/cli/templates/rd-acl.bat | runephilosof/rundeck | fdf7b998b5818f757f09ec3d2dfa84093d0c61be | [
"Apache-2.0"
] | 5 | 2016-06-07T05:56:47.000Z | 2018-03-08T00:58:23.000Z | :: Copyright 2010 DTO Labs, Inc. (http://dtolabs.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 by applica... | 22.726027 | 75 | 0.701627 |
e5810e574da6d4c384e2ec80dddd02a792deebd9 | 49 | bat | Batchfile | sample.bat | InSuns21/nodejslinkpicker | 7649d596710f40888f62a134e3889338629609c5 | [
"MIT"
] | null | null | null | sample.bat | InSuns21/nodejslinkpicker | 7649d596710f40888f62a134e3889338629609c5 | [
"MIT"
] | null | null | null | sample.bat | InSuns21/nodejslinkpicker | 7649d596710f40888f62a134e3889338629609c5 | [
"MIT"
] | null | null | null | cd /d %~dp0
node sample.js test1.html
pause | 9.8 | 26 | 0.653061 |
2f9055d9b698ef39d09494fa74f89de1aa51efc9 | 39 | cmd | Batchfile | scripts/promon.cmd | opensoars/promon | d30fbc1f4d922f2e89076a5be9b480803e988941 | [
"MIT"
] | 2 | 2015-11-05T18:53:29.000Z | 2019-07-12T21:41:08.000Z | scripts/promon.cmd | opensoars/promon | d30fbc1f4d922f2e89076a5be9b480803e988941 | [
"MIT"
] | null | null | null | scripts/promon.cmd | opensoars/promon | d30fbc1f4d922f2e89076a5be9b480803e988941 | [
"MIT"
] | null | null | null | @ECHO OFF
node %~dp0../index.js %CD% %* | 19.5 | 29 | 0.589744 |
7ef45c6d18529f737df621721a03d8e3227393b4 | 283 | bat | Batchfile | make.bat | timlg07/Newtrodit | ea87e5a2c9eafcc6694c3f470e4966acbbff61f1 | [
"MIT"
] | null | null | null | make.bat | timlg07/Newtrodit | ea87e5a2c9eafcc6694c3f470e4966acbbff61f1 | [
"MIT"
] | null | null | null | make.bat | timlg07/Newtrodit | ea87e5a2c9eafcc6694c3f470e4966acbbff61f1 | [
"MIT"
] | null | null | null | @set existent=0
@tcc -v > nul 2>&1 && @set "existent=1"
@if "%existent%"=="0" (@echo Could not find any compiler in path) else @(
tcc newtrodit.c -o newtrodit.exe -O2 -luser32 -m32 || @(echo compilation error&&pause>nul&&exit /b 1)
echo compilation successful
pause>nul
)
| 35.375 | 104 | 0.657244 |
a63bdd2e7bf21f6ef38c846c89b8eeefb0494bbc | 53 | bat | Batchfile | Utilities/Release/win/x86/base/msvc-i386.bat | eWert-Online/esy-cmake | c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c | [
"MIT"
] | null | null | null | Utilities/Release/win/x86/base/msvc-i386.bat | eWert-Online/esy-cmake | c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c | [
"MIT"
] | null | null | null | Utilities/Release/win/x86/base/msvc-i386.bat | eWert-Online/esy-cmake | c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c | [
"MIT"
] | null | null | null | @C:\BuildTools\VC\Auxiliary\Build\vcvarsall.bat x86
| 26.5 | 52 | 0.792453 |
670f0c0955df813b7f9e12676698cb150c85e4d5 | 178 | bat | Batchfile | scripts/06_RemoveLocalUserPermission.bat | jcefoli/.NET-ConfigSectionEncryption | c033d31c7fa82091018ec96053c7c798202f1e94 | [
"MIT"
] | 4 | 2017-02-01T23:17:58.000Z | 2020-07-28T10:17:44.000Z | scripts/06_RemoveLocalUserPermission.bat | jcefoli/.NET-ConfigSectionEncryption | c033d31c7fa82091018ec96053c7c798202f1e94 | [
"MIT"
] | null | null | null | scripts/06_RemoveLocalUserPermission.bat | jcefoli/.NET-ConfigSectionEncryption | c033d31c7fa82091018ec96053c7c798202f1e94 | [
"MIT"
] | 2 | 2019-03-06T12:12:36.000Z | 2020-05-18T03:02:31.000Z | @echo off
REM Remove Local User Account Permission to Container
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pr MyContainer "%userdomain%\%username%"
pause | 44.5 | 106 | 0.797753 |
83652c89c98a2c58cf2c7aa1a3a192846d510164 | 248 | bat | Batchfile | recipe/bld.bat | wolfv/7zip-feedstock | f7880ff2fa216e31a81f6bddb7cb2e13f5ea8182 | [
"BSD-3-Clause"
] | null | null | null | recipe/bld.bat | wolfv/7zip-feedstock | f7880ff2fa216e31a81f6bddb7cb2e13f5ea8182 | [
"BSD-3-Clause"
] | null | null | null | recipe/bld.bat | wolfv/7zip-feedstock | f7880ff2fa216e31a81f6bddb7cb2e13f5ea8182 | [
"BSD-3-Clause"
] | null | null | null | cd CPP\7zip
nmake PLATFORM=x64 NEW_COMPILER=1 MY_DYNAMIC_LINK=1
copy Bundles\Alone7z\x64\7zr.exe %LIBRARY_PREFIX%\bin\7zr.exe
copy Bundles\Alone\x64\7za.exe %LIBRARY_PREFIX%\bin\7za.exe
copy UI\Console\x64\7z.exe %LIBRARY_PREFIX%\bin\7z.exe
| 35.428571 | 62 | 0.78629 |
d9a985b5f1259bcf84fe9595a77b5740aa1ef703 | 142 | bat | Batchfile | build.bat | orlandol/lucere2d | 184c9135f49b37052dd1baaa34c4007cabf24beb | [
"MIT"
] | null | null | null | build.bat | orlandol/lucere2d | 184c9135f49b37052dd1baaa34c4007cabf24beb | [
"MIT"
] | null | null | null | build.bat | orlandol/lucere2d | 184c9135f49b37052dd1baaa34c4007cabf24beb | [
"MIT"
] | null | null | null | @echo off
if exist lucere2d.lib del lucere2d.lib
tcc -c lucere2d.c windows\winimpl.c -I. -Iwindows
tcc -ar lucere2d.lib lucere2d.o winimpl.o
| 23.666667 | 49 | 0.767606 |
52ecf40a3c255eb0674a9e509ce091f4e61fdbc1 | 221 | cmd | Batchfile | .pkg/build.cmd | xieguigang/globaltrading | 35b41516006142b5f0e8c933796993a0b5b5b5bd | [
"MIT"
] | null | null | null | .pkg/build.cmd | xieguigang/globaltrading | 35b41516006142b5f0e8c933796993a0b5b5b5bd | [
"MIT"
] | null | null | null | .pkg/build.cmd | xieguigang/globaltrading | 35b41516006142b5f0e8c933796993a0b5b5b5bd | [
"MIT"
] | null | null | null | @echo off
SET drive=%~d0
SET R_HOME=%drive%/GCModeller\src\R-sharp\App\net6.0
%R_HOME%/Rscript.exe --build /src ../ /save ./MetaboLights.zip --skip-src-build
%R_HOME%/R#.exe --install.packages ./MetaboLights.zip
pause | 24.555556 | 80 | 0.714932 |
5c398d4e095f2cbd5f3d640bc813647556d28931 | 1,426 | bat | Batchfile | codebuild/cd/publish-rc-build.bat | awslabs/aws-crt-dotnet | 5c29aac87e5983f815fe6e857a67621778821e70 | [
"Apache-2.0"
] | 10 | 2019-04-26T05:23:13.000Z | 2021-07-21T17:26:56.000Z | codebuild/cd/publish-rc-build.bat | awslabs/aws-crt-dotnet | 5c29aac87e5983f815fe6e857a67621778821e70 | [
"Apache-2.0"
] | 5 | 2019-06-21T22:09:14.000Z | 2022-01-21T06:06:08.000Z | codebuild/cd/publish-rc-build.bat | awslabs/aws-crt-dotnet | 5c29aac87e5983f815fe6e857a67621778821e70 | [
"Apache-2.0"
] | 2 | 2019-05-27T18:06:51.000Z | 2019-12-09T17:04:48.000Z |
set PATH=%PATH%;"C:/Program Files/Git/usr/bin"
git describe --tags | cut -f1 -d'-' | cut -f2 -dv > version.txt
set /P PKG_VERSION=<version.txt
echo %PKG_VERSION%
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/Common7/Tools/VsDevCmd.bat"
bash .\codebuild\cd\pull-signing-secrets.sh
dotnet build... | 50.928571 | 164 | 0.737027 |
3f07069e52ae7d6012de11a8a623ca0192f86177 | 46 | bat | Batchfile | tools/crunch.bat | mudlord/demos | 359bada56a27ddbd4fcb846c0ff34bc474cb7f05 | [
"Unlicense"
] | 20 | 2017-12-12T16:37:25.000Z | 2022-02-19T10:35:46.000Z | tools/crunch.bat | mudlord/demos | 359bada56a27ddbd4fcb846c0ff34bc474cb7f05 | [
"Unlicense"
] | null | null | null | tools/crunch.bat | mudlord/demos | 359bada56a27ddbd4fcb846c0ff34bc474cb7f05 | [
"Unlicense"
] | 7 | 2017-12-29T23:19:18.000Z | 2021-08-17T09:53:15.000Z | bep.exe intro.exe output.exe +ca=ctx1 +x -fuls | 46 | 46 | 0.73913 |
43039d6ed69a73399c764c75525ff2a80d40058c | 1,865 | bat | Batchfile | .appveyor_support/install_miniconda.bat | martinschorb/dask-image | 03242d151db30b4adce3d6c7f43c05d1e7580bb5 | [
"BSD-3-Clause"
] | 2 | 2020-06-05T07:17:57.000Z | 2020-06-05T09:10:16.000Z | .appveyor_support/install_miniconda.bat | martinschorb/dask-image | 03242d151db30b4adce3d6c7f43c05d1e7580bb5 | [
"BSD-3-Clause"
] | null | null | null | .appveyor_support/install_miniconda.bat | martinschorb/dask-image | 03242d151db30b4adce3d6c7f43c05d1e7580bb5 | [
"BSD-3-Clause"
] | null | null | null | :: Configure batch
@echo on
:: Miniconda Config:
set "MINICONDA_VERSION=4.8.2"
set "MINICONDA_MD5=20d6bd9b3bd62f1fd874315b6b38c159"
set "MINICONDA_INSTALLER=%USERPROFILE%\miniconda.exe"
set "MINICONDA_DIR=%USERPROFILE%\miniconda"
set "MINICONDA_URL=https://repo.anaconda.com/miniconda/Miniconda3-py37_%MINICONDA... | 37.3 | 111 | 0.677212 |
0124b072b0548869934927dd5bf2326ba867a37c | 302 | bat | Batchfile | DotNetCore/setup.bat | mark-vinten/CodeGen | 4d06b5cc40e7b4306dc521eb2e4d18ecf231f5d9 | [
"BSD-2-Clause"
] | 13 | 2015-12-09T22:16:21.000Z | 2022-01-13T16:41:19.000Z | DotNetCore/setup.bat | mark-vinten/CodeGen | 4d06b5cc40e7b4306dc521eb2e4d18ecf231f5d9 | [
"BSD-2-Clause"
] | 12 | 2019-01-02T23:36:32.000Z | 2022-03-17T16:22:33.000Z | DotNetCore/setup.bat | mark-vinten/CodeGen | 4d06b5cc40e7b4306dc521eb2e4d18ecf231f5d9 | [
"BSD-2-Clause"
] | 8 | 2016-02-23T17:37:28.000Z | 2020-08-05T21:07:45.000Z | @echo off
cd /d "%~dp0"
set CODEGEN_SRC=%~dp0..\CodeGenEngine
set CODEGEN_TPLDIR=%~dp0..\SampleTemplates
set CODEGEN_OUTDIR=%~dp0..\OutputFiles
set RPSDAT=%~dp0..\CodeGen\SampleRepository
set RPSMFIL=%~dp0..\CodeGen\SampleRepository\rpsmain.ism
set RPSTFIL=%~dp0..\CodeGen\SampleRepository\rpstext.ism
| 33.555556 | 56 | 0.781457 |
b237aaa799e516b06905a9b80a619463731df6d4 | 210 | bat | Batchfile | resources/build android/2 CMD (admin).bat | iTZUNAMI/ionic-iosandroid-statsroyale-multihost | 1a9e1b3b2070c7daa84cdf4de2d6ae64ef5d4a05 | [
"MIT"
] | null | null | null | resources/build android/2 CMD (admin).bat | iTZUNAMI/ionic-iosandroid-statsroyale-multihost | 1a9e1b3b2070c7daa84cdf4de2d6ae64ef5d4a05 | [
"MIT"
] | null | null | null | resources/build android/2 CMD (admin).bat | iTZUNAMI/ionic-iosandroid-statsroyale-multihost | 1a9e1b3b2070c7daa84cdf4de2d6ae64ef5d4a05 | [
"MIT"
] | null | null | null | cd..
cd..
cd..
cd..
cd..
C:
Cd Program Files (x86)\Java\jdk1.8.0_112\bin
cls
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore stats-royale-key.jks android-release-unsigned.apk stats-royale
cmd
| 17.5 | 127 | 0.752381 |
c46ba76c7473c84bf71a0860c12eb44adb15c37a | 2,408 | bat | Batchfile | test.bat | gianricardo/OpcUaStack | ccdef574175ffe8b7e82b886abc5e5403968b280 | [
"Apache-2.0"
] | 108 | 2018-10-08T17:03:32.000Z | 2022-03-21T00:52:26.000Z | test.bat | gianricardo/OpcUaStack | ccdef574175ffe8b7e82b886abc5e5403968b280 | [
"Apache-2.0"
] | 287 | 2018-09-18T14:59:12.000Z | 2022-01-13T12:28:23.000Z | test.bat | gianricardo/OpcUaStack | ccdef574175ffe8b7e82b886abc5e5403968b280 | [
"Apache-2.0"
] | 32 | 2018-10-19T14:35:03.000Z | 2021-11-12T09:36:46.000Z | @echo off
REM
REM OpcUaStack build and install script
REM
REM ---------------------------------------------------------------------------
REM
REM main
REM
REM ---------------------------------------------------------------------------
set COMMAND=%1
if "%COMMAND%" == "" (
call:unittest_OpcUaStackCore
pause
... | 20.066667 | 87 | 0.520764 |
c45674bd35b18e83ffd8335c2a38eb81e1b3a07e | 102 | bat | Batchfile | android-release.bat | BuildInTheCloud/ionic.2.starter | 1c0c1fb83ec65decbea65b533e0908042b7bac66 | [
"MIT"
] | 2 | 2016-08-24T14:20:05.000Z | 2017-01-25T17:22:47.000Z | android-release.bat | BuildInTheCloud/ionic.2.starter | 1c0c1fb83ec65decbea65b533e0908042b7bac66 | [
"MIT"
] | null | null | null | android-release.bat | BuildInTheCloud/ionic.2.starter | 1c0c1fb83ec65decbea65b533e0908042b7bac66 | [
"MIT"
] | null | null | null | @echo off
call ionic build android --release
call androind-apk-sign.bat
call androind-apk-zipalign.bat | 25.5 | 34 | 0.813725 |
fad65c619dddabbe5e31fd299684e14ceba8ce65 | 361 | bat | Batchfile | W/test3.bat | sdulaney/imapsync | ea7fa4e38c0d9e55e5950a13df3186ef74bf4d53 | [
"NLPL"
] | null | null | null | W/test3.bat | sdulaney/imapsync | ea7fa4e38c0d9e55e5950a13df3186ef74bf4d53 | [
"NLPL"
] | null | null | null | W/test3.bat | sdulaney/imapsync | ea7fa4e38c0d9e55e5950a13df3186ef74bf4d53 | [
"NLPL"
] | null | null | null |
@REM $Id: test3.bat,v 1.24 2016/08/05 14:22:42 gilles Exp gilles $
cd /D %~dp0
@REM \$1 must be $1 on Windows
@REM ==== password within double-quotes
perl ./imapsync --host1 p --user1 tata --passfile1 secret.tata --host2 p --user2 titi --passfile2 secret.titi ^
--debugimap2 --debugcontent -... | 24.066667 | 114 | 0.623269 |
6c9b718df8bb1a0398b95c76e00a5adc2912b7fa | 1,251 | bat | Batchfile | scripts/test.bat | noelyahan/gonyvido | a054699816c3bdb94a4feaeb3d99ce6023a0281a | [
"MIT"
] | 15 | 2017-11-20T12:43:31.000Z | 2021-11-08T10:45:42.000Z | scripts/test.bat | noelyahan/gonyvido | a054699816c3bdb94a4feaeb3d99ce6023a0281a | [
"MIT"
] | 8 | 2018-01-29T05:10:19.000Z | 2018-03-13T17:24:35.000Z | scripts/test.bat | noelyahan/gonyvido | a054699816c3bdb94a4feaeb3d99ce6023a0281a | [
"MIT"
] | 7 | 2018-03-14T07:02:33.000Z | 2021-08-10T00:46:54.000Z | gonyvido -url "https://youtu.be/hPsaAFBsFJQ" -quality high -path ./downloads -mp3
gonyvido -url "https://youtu.be/hPsaAFBsFJQ?list=RDMMhPsaAFBsFJQ" -quality low -path ./downloads -mp3
gonyvido -url "https://youtu.be/hPsaAFBsFJQ?list=RDMMhPsaAFBsFJQ" -quality medium -path ./downloads -mp3
gonyvido -url "https://www.yout... | 104.25 | 127 | 0.76259 |
0520d470fb3674ee8de0a9fba4643d1b1a56f361 | 37 | bat | Batchfile | start.bat | youssef23n/teeeeeeeee | 380708c00832ca5f98e39da4a311088991766d1e | [
"MIT"
] | 103 | 2019-09-04T03:42:52.000Z | 2022-03-28T06:15:11.000Z | start.bat | youssef23n/teeeeeeeee | 380708c00832ca5f98e39da4a311088991766d1e | [
"MIT"
] | 69 | 2020-04-14T23:17:23.000Z | 2022-03-25T16:16:28.000Z | start.bat | youssef23n/teeeeeeeee | 380708c00832ca5f98e39da4a311088991766d1e | [
"MIT"
] | 42 | 2020-04-15T14:06:26.000Z | 2022-03-25T09:12:14.000Z | @echo off
:start
WA2DC.exe
goto start | 9.25 | 10 | 0.783784 |
0b376626cdeedf5fd32088e05f09e4c4ecbca092 | 169 | bat | Batchfile | scripts/bat/inference_socket.bat | jing-vision/lightnet | ba03cadbb26990d20f04a158cfd5c3d6bd079600 | [
"MIT"
] | 83 | 2018-07-16T04:40:39.000Z | 2022-02-09T02:02:21.000Z | scripts/bat/inference_socket.bat | jing-vision/yolo-studio | ba03cadbb26990d20f04a158cfd5c3d6bd079600 | [
"MIT"
] | 16 | 2018-07-18T16:43:40.000Z | 2020-07-23T17:15:50.000Z | scripts/bat/inference_socket.bat | avinashpaul2012/lightnet | ba03cadbb26990d20f04a158cfd5c3d6bd079600 | [
"MIT"
] | 20 | 2018-07-15T14:18:20.000Z | 2021-09-02T07:53:59.000Z | REM set CUDA_VISIBLE_DEVICES=-1
set PATH=%PATH%;%~dp0\..\bin
python ..\scripts\classifier.py --yolo --socket=5000 --weights=weights\obj_last.weights --threshold=0.1 %* | 56.333333 | 106 | 0.727811 |
805675996ee402163a57b9882375722d04c534fd | 55 | bat | Batchfile | database/script/run.bat | CoderYCG/ogame | c621a5e7e17985f3816f5e6fe1d5e64a476c0a7d | [
"BSD-2-Clause"
] | 5 | 2015-10-27T21:18:40.000Z | 2021-08-31T02:22:01.000Z | database/script/run.bat | CoderYCG/ogame | c621a5e7e17985f3816f5e6fe1d5e64a476c0a7d | [
"BSD-2-Clause"
] | null | null | null | database/script/run.bat | CoderYCG/ogame | c621a5e7e17985f3816f5e6fe1d5e64a476c0a7d | [
"BSD-2-Clause"
] | 3 | 2016-09-22T03:08:11.000Z | 2021-08-31T02:22:02.000Z | cd ../config
erl -config emysql -pa ../ebin -s db start | 27.5 | 42 | 0.672727 |
27a089c1f12c9f6f808921d4dde83099e067ebda | 4,875 | bat | Batchfile | Batch Scripts/Debloatx.bat | L33Tech/Windows10Debloater | fead8727f4a2b6bf79c89726d74faf2053aae58e | [
"MIT"
] | null | null | null | Batch Scripts/Debloatx.bat | L33Tech/Windows10Debloater | fead8727f4a2b6bf79c89726d74faf2053aae58e | [
"MIT"
] | null | null | null | Batch Scripts/Debloatx.bat | L33Tech/Windows10Debloater | fead8727f4a2b6bf79c89726d74faf2053aae58e | [
"MIT"
] | null | null | null | @echo off
color 47
echo ============================================
echo DID YOU LAUNCH THIS AS ADMIN? IF NOT, CLOSE
echo RIGHT CLICK AND RUN AS ADMINISTRATOR!
echo ============================================
pause
color 17
echo stopping/changing scheduled tasks
@rem *** Disable Some Service ***
sc stop DiagTrack
sc... | 55.397727 | 131 | 0.742769 |
45988e72b1d146fffe600def7d9979b49fd95ac8 | 154,513 | bat | Batchfile | Scripts from 2017/Spam Prefetch.bat | Hans5958/mini-os-scripts | 02e72a10d26260d72b9c7adf124816e11a9f5d30 | [
"MIT"
] | 2 | 2021-06-02T05:13:57.000Z | 2021-06-02T15:39:47.000Z | Scripts from 2017/Spam Prefetch.bat | Hans5958/mini-os-scripts | 02e72a10d26260d72b9c7adf124816e11a9f5d30 | [
"MIT"
] | null | null | null | Scripts from 2017/Spam Prefetch.bat | Hans5958/mini-os-scripts | 02e72a10d26260d72b9c7adf124816e11a9f5d30 | [
"MIT"
] | null | null | null | @echo off
cd %windir%\Prefetch
:A
echo.
echo ======================================================================
echo SPAMMING C:\WINDOWS\PREFETCH!
echo ======================================================================
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%... | 1,161.75188 | 1,270 | 0.74852 |
c2d3dca86a30ed2ff6348897f3fe07c9e32b6f64 | 27 | bat | Batchfile | replace.bat | DaviesGit/windows_batch_snippet | c6fb7861e3feec24f763b96075029cf0fe34f2e6 | [
"MIT"
] | null | null | null | replace.bat | DaviesGit/windows_batch_snippet | c6fb7861e3feec24f763b96075029cf0fe34f2e6 | [
"MIT"
] | null | null | null | replace.bat | DaviesGit/windows_batch_snippet | c6fb7861e3feec24f763b96075029cf0fe34f2e6 | [
"MIT"
] | null | null | null | %variable:StrToFind=NewStr% | 27 | 27 | 0.851852 |
6441ab96e5f20bdb3df382107850d3a5505a3559 | 38 | bat | Batchfile | demo/jsqlbox-actframework/mvn clean compile execexec.bat | bruceasu/jSqlBox | 2635340ca85aca37f02feb8c0d55b07bcbed2d36 | [
"Apache-2.0"
] | 53 | 2017-05-23T03:51:20.000Z | 2021-10-11T03:52:49.000Z | demo/jsqlbox-actframework/mvn clean compile execexec.bat | bruceasu/jSqlBox | 2635340ca85aca37f02feb8c0d55b07bcbed2d36 | [
"Apache-2.0"
] | 27 | 2017-06-02T17:19:41.000Z | 2022-01-24T04:38:55.000Z | demo/jsqlbox-actframework/mvn clean compile execexec.bat | bruceasu/jSqlBox | 2635340ca85aca37f02feb8c0d55b07bcbed2d36 | [
"Apache-2.0"
] | 13 | 2017-06-17T18:11:21.000Z | 2020-04-03T15:59:22.000Z | call mvn clean compile exec:exec
pause | 19 | 32 | 0.842105 |
16159a7a1a6331c71219f69a96c3cf42d78e0fa2 | 2,423 | cmd | Batchfile | Package/fileTxtTail.cmd | BGCAV/MonitorForPortal | 000abde7d47a21610ff1b5cda304a5e7093afb83 | [
"MIT"
] | null | null | null | Package/fileTxtTail.cmd | BGCAV/MonitorForPortal | 000abde7d47a21610ff1b5cda304a5e7093afb83 | [
"MIT"
] | null | null | null | Package/fileTxtTail.cmd | BGCAV/MonitorForPortal | 000abde7d47a21610ff1b5cda304a5e7093afb83 | [
"MIT"
] | null | null | null | @echo off
::-----------------------------------------------------------------------------
::--
::-- Purpose
::-- Extract N lines from the end of a text file. Assumes newline delimiter.
::--
::-- Inspired by:
::-- https://stackoverflow.com/questions/187587/a-windows-equivalent-of-the-unix-tail-command
::--
::... | 26.922222 | 152 | 0.580272 |
81ac5b61fe39b711b2b83487525cc0cb8d3fed53 | 2,570 | cmd | Batchfile | .appveyor/install-lua.cmd | linuxmaniac/luaunit | 00d145c1c2b78bf9cff80a8ac66ca72c0d5446f6 | [
"BSD-2-Clause"
] | null | null | null | .appveyor/install-lua.cmd | linuxmaniac/luaunit | 00d145c1c2b78bf9cff80a8ac66ca72c0d5446f6 | [
"BSD-2-Clause"
] | null | null | null | .appveyor/install-lua.cmd | linuxmaniac/luaunit | 00d145c1c2b78bf9cff80a8ac66ca72c0d5446f6 | [
"BSD-2-Clause"
] | null | null | null | REM This is a batch file to help with setting up the desired Lua environment.
REM It is intended to be run as "install" step from within AppVeyor.
REM version numbers and file names for binaries from http://sf.net/p/luabinaries/
set VER_51=5.1.5
set VER_52=5.2.4
set VER_53=5.3.3
set ZIP_51=lua-%VER_51%_Win32_bi... | 26.770833 | 125 | 0.680934 |
745f58ad9a59a80bcee97000d64e4cc034a0e1cc | 65 | bat | Batchfile | Project Files/bin/Debug/PowerSDR_log.bat | jwestmoreland/OpenHPSDR-PowerSDR-Spot-WIP | 53976cea41ed8d802ecd802eb40f633a985591fa | [
"Unlicense"
] | null | null | null | Project Files/bin/Debug/PowerSDR_log.bat | jwestmoreland/OpenHPSDR-PowerSDR-Spot-WIP | 53976cea41ed8d802ecd802eb40f633a985591fa | [
"Unlicense"
] | 1 | 2020-10-29T05:15:54.000Z | 2020-11-09T01:56:25.000Z | Project Files/bin/Release/PowerSDR_log.bat | jwestmoreland/OpenHPSDR-PowerSDR-Spot-WIP | 53976cea41ed8d802ecd802eb40f633a985591fa | [
"Unlicense"
] | null | null | null | PowerSDR.exe >runlog.txt 2>&1
rem PowerSDR.exe 2>&1 > runlog.txt
| 21.666667 | 34 | 0.723077 |
f42ea8763b38e657e1431802f7ba59e2fe4a97e5 | 78 | bat | Batchfile | build.windows.bat | enm10k/webrtc-build | fb0173c723bc5e882b4f4885b476b655260e4b60 | [
"Apache-2.0"
] | 4 | 2020-12-18T12:57:33.000Z | 2022-02-16T08:00:31.000Z | build.windows.bat | enm10k/webrtc-build | fb0173c723bc5e882b4f4885b476b655260e4b60 | [
"Apache-2.0"
] | null | null | null | build.windows.bat | enm10k/webrtc-build | fb0173c723bc5e882b4f4885b476b655260e4b60 | [
"Apache-2.0"
] | 1 | 2021-11-16T17:55:39.000Z | 2021-11-16T17:55:39.000Z | powershell -NoProfile -ExecutionPolicy Unrestricted .\build.windows.ps1
pause | 39 | 72 | 0.846154 |
ddfe35336a2133b1dfc8a12cf17a2363ed73d0e8 | 3,528 | cmd | Batchfile | batch-scripts/ScaleAndOptimizeJPEGs.cmd | ScottLouvau/scottlouvau.github.io | cbdf6e9f948b194a488285951a4095515e275fa0 | [
"MIT"
] | null | null | null | batch-scripts/ScaleAndOptimizeJPEGs.cmd | ScottLouvau/scottlouvau.github.io | cbdf6e9f948b194a488285951a4095515e275fa0 | [
"MIT"
] | null | null | null | batch-scripts/ScaleAndOptimizeJPEGs.cmd | ScottLouvau/scottlouvau.github.io | cbdf6e9f948b194a488285951a4095515e275fa0 | [
"MIT"
] | null | null | null | @ECHO OFF
:: Usage: Drag and Drop JPEG images to output scaled versions with metadata removed.
SET Magick="%~dp0bin\magick.exe"
SET jpeg-recompress="%~dp0bin\jpeg-recompress.exe"
SET OutputRoot=%USERPROFILE%\Desktop\ImageOpt
IF "%~1"=="" (
ECHO Usage: %~n0 [imagePath] [imagePath] ...
ECHO Or drag and drop files ... | 39.640449 | 106 | 0.670918 |
6054bf034a32cfff0ec4cc9eafc82740c7fca3f9 | 31 | bat | Batchfile | Run.bat | Chris95Hua/Primitive | ab78cdb0aed89b701cbc3e68ec9b56958a42a72b | [
"Apache-2.0"
] | null | null | null | Run.bat | Chris95Hua/Primitive | ab78cdb0aed89b701cbc3e68ec9b56958a42a72b | [
"Apache-2.0"
] | null | null | null | Run.bat | Chris95Hua/Primitive | ab78cdb0aed89b701cbc3e68ec9b56958a42a72b | [
"Apache-2.0"
] | null | null | null | mingw32-make.exe
pause
make run | 10.333333 | 16 | 0.83871 |
3b13c977285634812b8e48402be8d91a2b4d9692 | 312 | cmd | Batchfile | test/ci/switch-java.cmd | VTristan/xspec | b4a9e2d66f341a47452ba7a8607556cb46febd96 | [
"MIT"
] | null | null | null | test/ci/switch-java.cmd | VTristan/xspec | b4a9e2d66f341a47452ba7a8607556cb46febd96 | [
"MIT"
] | null | null | null | test/ci/switch-java.cmd | VTristan/xspec | b4a9e2d66f341a47452ba7a8607556cb46febd96 | [
"MIT"
] | null | null | null | if not defined AGENT_OSARCHITECTURE exit /b 1
rem "call" is to resolve the target environment variable such as JAVA_HOME_11_X64 dynamically
call set "JAVA_HOME=%%JAVA_HOME_%~1_%AGENT_OSARCHITECTURE%%%"
path %JAVA_HOME%\bin;%PATH%
rem Verify
javac -version 2>&1 | "%SYSTEMROOT%\system32\find" " %~1."
| 31.2 | 94 | 0.740385 |
df2bd4115494a460c39cde6f3dff72b48038a632 | 1,077 | bat | Batchfile | swac-assembly/src/main/bin/swac-create-scenario.bat | csmith932/uas-schedule-generator | 0a5cb5f54a3e2df0b7f35cc6912ac7d47f485bea | [
"Apache-2.0"
] | null | null | null | swac-assembly/src/main/bin/swac-create-scenario.bat | csmith932/uas-schedule-generator | 0a5cb5f54a3e2df0b7f35cc6912ac7d47f485bea | [
"Apache-2.0"
] | null | null | null | swac-assembly/src/main/bin/swac-create-scenario.bat | csmith932/uas-schedule-generator | 0a5cb5f54a3e2df0b7f35cc6912ac7d47f485bea | [
"Apache-2.0"
] | null | null | null | @echo off
@setlocal enableDelayedExpansion
set lib_java=%SWAC_HOME%/lib/java
if [%3]==[] (
echo "Insufficient arguments provided"& call:usage %0& exit /b
) else (
set scenario_name=%1
set base_date=%2
set forecast_fiscal_year=%3
)
if not [%4]==[] (
java -Dswac.work.dir="%SWAC_WORK%" -cp "%lib_ja... | 35.9 | 173 | 0.717734 |
60ec3618bcea814fe5540a79be67008005681f2a | 267 | bat | Batchfile | get-fsize.bat | gnijs/Batchography | 49d0c47943f7d16c52177e532502022367a0a97e | [
"Apache-2.0"
] | 93 | 2016-08-15T00:04:43.000Z | 2022-02-08T17:26:53.000Z | get-fsize.bat | darumaseye/Batchography | 8189429b02e9f1cf796ac390eb528ac5ae8fc5e0 | [
"Apache-2.0"
] | 8 | 2016-07-21T21:14:55.000Z | 2020-01-07T19:50:34.000Z | get-fsize.bat | darumaseye/Batchography | 8189429b02e9f1cf796ac390eb528ac5ae8fc5e0 | [
"Apache-2.0"
] | 55 | 2016-09-02T09:36:20.000Z | 2022-03-17T16:32:46.000Z | @echo off
::
:: The Batchography book by Elias Bachaalany
::
setlocal
if "!%1"=="" (
echo Please pass a file name
goto :eof
)
call :get-file-size %1
echo file size = %errorlevel%
goto :eof
:get-file-size <1=filename>
exit /b %~z1 | 12.714286 | 45 | 0.58427 |
f3a74850c7a3640e76bd2e747483afc808328049 | 547 | bat | Batchfile | create_bin_release.bat | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | 1 | 2016-08-28T18:29:17.000Z | 2016-08-28T18:29:17.000Z | create_bin_release.bat | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | null | null | null | create_bin_release.bat | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | null | null | null | SET DIR=%~dp0
rmdir /q /s "%DIR%Temp\BIN"
mkdir "%DIR%Temp\BIN"
xcopy "%DIR%Bin\*cx.pdb" "%DIR%Temp\BIN\Bin\" /sy
xcopy "%DIR%Bin\*cx.dll" "%DIR%Temp\BIN\Bin\" /sy
xcopy "%DIR%Lib\*cx.pdb" "%DIR%Temp\BIN\Lib\" /sy
xcopy "%DIR%Lib\*cx.lib" "%DIR%Temp\BIN\Lib\" /sy
xcopy "%DIR%Include" "%DIR%Temp\BIN\Include\" /sy
xcopy ... | 42.076923 | 75 | 0.619744 |
5ca423d8ace9c90c3d4494244ebf61834955c69c | 97 | bat | Batchfile | src/ServerApi/build/02_maint_runner.bat | Jiayg/Adnc | ddc740de7bc91c0e51031cbc581a5ae0f2240657 | [
"MIT"
] | null | null | null | src/ServerApi/build/02_maint_runner.bat | Jiayg/Adnc | ddc740de7bc91c0e51031cbc581a5ae0f2240657 | [
"MIT"
] | null | null | null | src/ServerApi/build/02_maint_runner.bat | Jiayg/Adnc | ddc740de7bc91c0e51031cbc581a5ae0f2240657 | [
"MIT"
] | null | null | null | cd %cd%
cd ..\Services\Adnc.Maint\Adnc.Maint.WebApi\bin\Debug\net6.0
dotnet Adnc.Maint.WebApi.dll | 32.333333 | 60 | 0.773196 |
1078b0593b121a3ba27ca9adc39eb16583982e7f | 522 | cmd | Batchfile | scripts/files/shebang.short.js.cmd | noonworks/ts-wsh-vscode | e8d24333dd36beba72abb45508703644ad9dfcb7 | [
"MIT"
] | null | null | null | scripts/files/shebang.short.js.cmd | noonworks/ts-wsh-vscode | e8d24333dd36beba72abb45508703644ad9dfcb7 | [
"MIT"
] | null | null | null | scripts/files/shebang.short.js.cmd | noonworks/ts-wsh-vscode | e8d24333dd36beba72abb45508703644ad9dfcb7 | [
"MIT"
] | null | null | null | @set @dummy=0/*
@echo off
if exist %WinDir%\SysNative\cmd.exe (
::echo "32bit-cmd.exe on 64bit-Windows"
set CSCRIPT32=cscript
) else (
if "%PROCESSOR_ARCHITECTURE%" == "x86" (
::echo "32bit-cmd.exe on 32bit-Windows"
set CSCRIPT32=cscript
) else (
::echo "64bit-cmd.exe on 64bit-Windows"
... | 24.857143 | 48 | 0.632184 |
26626e0ae92d001d84581ba9adfd0c5ed1eff54b | 301 | bat | Batchfile | 3rdParty/Boehm.GC/build.bat | bernd5/CS2X | 871e2ba39eb82ac6820b3579138730705507a6e0 | [
"MIT"
] | 118 | 2019-03-21T02:31:22.000Z | 2022-02-20T05:31:39.000Z | 3rdParty/Boehm.GC/build.bat | reignstudios/CS2X | ab9817ea54fd23e4f2a4c7b10a30186a06eeef7b | [
"MIT"
] | 5 | 2019-04-29T08:25:06.000Z | 2021-12-07T12:22:51.000Z | 3rdParty/Boehm.GC/build.bat | bernd5/CS2X | 871e2ba39eb82ac6820b3579138730705507a6e0 | [
"MIT"
] | 10 | 2019-06-27T11:21:38.000Z | 2022-01-06T12:57:31.000Z | mkdir build32 & pushd build32
cmake -G "Visual Studio 15 2017" ..\
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 15 2017 Win64" ..\
popd
cmake --build build32 --config Debug
cmake --build build32 --config Release
cmake --build build64 --config Debug
cmake --build build64 --config Release | 30.1 | 42 | 0.747508 |
d6603e2d01c9bcf50385c131a5b5343a0f57dac6 | 145 | bat | Batchfile | front-end/public/watch.bat | Douglas571/lovelace_inc | 6b6c781c93ece3fc64d8d7031a6949bd6bc9dd56 | [
"MIT"
] | 1 | 2021-01-29T01:45:31.000Z | 2021-01-29T01:45:31.000Z | front-end/public/watch.bat | Douglas571/lovelace_inc | 6b6c781c93ece3fc64d8d7031a6949bd6bc9dd56 | [
"MIT"
] | 5 | 2021-01-29T01:08:57.000Z | 2022-02-27T11:23:09.000Z | front-end/public/watch.bat | Douglas571/lovelace_inc | 6b6c781c93ece3fc64d8d7031a6949bd6bc9dd56 | [
"MIT"
] | null | null | null | sass --watch "C:\Users\yaquelin ramirez\Documents\Proyectos\Lovelace\public" : "C:\Users\yaquelinramirez\Documents\Proyectos\Lovelace\public\css" | 145 | 145 | 0.813793 |
152f02e51bf945e215a9785593e5e50be0e920a2 | 88 | bat | Batchfile | src/cake.bat | spirit11/consulexec | 78e664f42a773a07dfadbf6363436a304816d948 | [
"MIT"
] | null | null | null | src/cake.bat | spirit11/consulexec | 78e664f42a773a07dfadbf6363436a304816d948 | [
"MIT"
] | null | null | null | src/cake.bat | spirit11/consulexec | 78e664f42a773a07dfadbf6363436a304816d948 | [
"MIT"
] | null | null | null | powershell -executionpolicy unrestricted .\build.ps1 -target %1 %2 %3 %4 %5 %6 %7 %8 %9
| 44 | 87 | 0.681818 |
edf09277920b8ac2c2ad13c280f1e0dfb400e5f4 | 83 | bat | Batchfile | storm_control/steve/steve_scope2.bat | BoettigerLab/scopeTest | 50c6601c952adf1d63c7f27b1aba8890e789c280 | [
"MIT"
] | 1 | 2021-03-17T20:25:59.000Z | 2021-03-17T20:25:59.000Z | storm_control/steve/steve_scope2.bat | BoettigerLab/scopeTest | 50c6601c952adf1d63c7f27b1aba8890e789c280 | [
"MIT"
] | null | null | null | storm_control/steve/steve_scope2.bat | BoettigerLab/scopeTest | 50c6601c952adf1d63c7f27b1aba8890e789c280 | [
"MIT"
] | 1 | 2021-03-17T21:24:35.000Z | 2021-03-17T21:24:35.000Z | rem Activate virtual environment and start Steve.
activate Hal3 && python steve.py
| 27.666667 | 49 | 0.807229 |
789277847c256fcde9d4785e9154a402fb5c1600 | 99 | bat | Batchfile | start.bat | dlmert/discord-token-activator | 14c4933cef995af74c4d9e40c3644140dd89d374 | [
"MIT"
] | null | null | null | start.bat | dlmert/discord-token-activator | 14c4933cef995af74c4d9e40c3644140dd89d374 | [
"MIT"
] | null | null | null | start.bat | dlmert/discord-token-activator | 14c4933cef995af74c4d9e40c3644140dd89d374 | [
"MIT"
] | null | null | null | echo off
title developed by github.com/luvandevx
color 0f
cls
:a
node token_onliner.js
goto a | 14.142857 | 40 | 0.767677 |
b2c3e87b6eac8ef502ba3adfa68edbfeab09ffaf | 20 | bat | Batchfile | CONTRIB/LLVM/HostConfig/cleanTbl.bat | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | 1 | 2021-05-05T20:42:24.000Z | 2021-05-05T20:42:24.000Z | CONTRIB/LLVM/HostConfig/cleanTbl.bat | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | null | null | null | CONTRIB/LLVM/HostConfig/cleanTbl.bat | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | null | null | null | del llvm-tblgen.exe
| 10 | 19 | 0.8 |
bef11bc7cb58ae0c705b818835ddc4339e0e93c9 | 285 | bat | Batchfile | fedora/client/bin/fedora-ingest.bat | ndlib/hydra-jetty | 3bd96755bf0e94235d03e1edace8900733810dfa | [
"Apache-2.0"
] | null | null | null | fedora/client/bin/fedora-ingest.bat | ndlib/hydra-jetty | 3bd96755bf0e94235d03e1edace8900733810dfa | [
"Apache-2.0"
] | null | null | null | fedora/client/bin/fedora-ingest.bat | ndlib/hydra-jetty | 3bd96755bf0e94235d03e1edace8900733810dfa | [
"Apache-2.0"
] | null | null | null | @echo off
setlocal
if not "%FEDORA_HOME%" == "" goto gotFedoraHome
echo ERROR: The FEDORA_HOME environment variable is not defined.
exit /B 1
:gotFedoraHome
set LAUNCHER="%FEDORA_HOME%\client\bin\env-client.bat"
call %LAUNCHER% org.fcrepo.client.utility.ingest.Ingest %*
| 23.75 | 65 | 0.736842 |
b96df1238a476adb0bf3aa68c61a0c6aa0bef189 | 706 | bat | Batchfile | example2/proto-gen.bat | r3code/protobuf-multiple-packages-example | 446d7f1436d1a46f7c685b05876b3da6b15424fa | [
"MIT"
] | 1 | 2019-11-27T13:18:22.000Z | 2019-11-27T13:18:22.000Z | example2/proto-gen.bat | r3code/protobuf-multiple-packages-example | 446d7f1436d1a46f7c685b05876b3da6b15424fa | [
"MIT"
] | null | null | null | example2/proto-gen.bat | r3code/protobuf-multiple-packages-example | 446d7f1436d1a46f7c685b05876b3da6b15424fa | [
"MIT"
] | null | null | null | :: This script must me at the same directory as `example1proto` to compile proto files
::
:: example2proto here like namespace
:: protoc can not compile in subfolders so do it manually
:: protoc must see the root package folder `example1proto` to process imports
:: so we push '.' folder here. If this script shoul... | 47.066667 | 88 | 0.736544 |
abcd66230d32ce764f1094b3dfbca1d1f68633de | 387 | cmd | Batchfile | printscan/print/drivers/usermode/gpdres/cn13jres/etc/conv.cmd | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | printscan/print/drivers/usermode/gpdres/cn13jres/etc/conv.cmd | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | printscan/print/drivers/usermode/gpdres/cn13jres/etc/conv.cmd | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | @rem ***** GPD and Font resource conversion
@rem 1 "Canon BJ-130J"
gpc2gpd -S2 -Icn130res.gpc -M1 -Rcn130res.dll -Ocnbj130j.gpd -N"Canon BJ-130J"
mkgttufm -vac cn130res.rc3 cn130res.cmd > cn130res.txt
@rem Create codepage txt file.
@rem Run epap1000.cmd
@rem Create NT5.0's RC fil... | 22.764706 | 79 | 0.651163 |
e755eb92a883ee447c0b3e335114ed19391a913a | 1,343 | bat | Batchfile | III_DataEngineer_BDSE10/1902_Java/JSShared/apache-tomcat-8.0.0-RC5/bin/cpappend.bat | chaoannricardo/StudyNotes | 26bed366c0c677c856eb25ffe0d7e8681d2a0740 | [
"Apache-2.0"
] | 2 | 2019-12-24T12:46:39.000Z | 2021-05-18T06:09:25.000Z | III_DataEngineer_BDSE10/1902_Java/JSShared/apache-tomcat-8.0.0-RC5/bin/cpappend.bat | chaoannricardo/StudyNotes | 26bed366c0c677c856eb25ffe0d7e8681d2a0740 | [
"Apache-2.0"
] | 1 | 2021-11-16T07:58:43.000Z | 2021-11-16T07:58:43.000Z | III_DataEngineer_BDSE10/1902_Java/JSShared/apache-tomcat-8.0.0-RC5/bin/cpappend.bat | chaoannricardo/StudyNotes | 26bed366c0c677c856eb25ffe0d7e8681d2a0740 | [
"Apache-2.0"
] | 1 | 2021-07-05T14:30:30.000Z | 2021-07-05T14:30:30.000Z | @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 "Li... | 37.305556 | 80 | 0.669397 |
bec5c608d958d0f7280103855fa1d76815be1608 | 426 | bat | Batchfile | C/check-3/test/windows/ktest.bat | MauroBaresic/bioinf-string-matching-with-k-differences | e3b12ca74fe66fbd0c1eb33dde4d94d7aec4fb5b | [
"MIT"
] | null | null | null | C/check-3/test/windows/ktest.bat | MauroBaresic/bioinf-string-matching-with-k-differences | e3b12ca74fe66fbd0c1eb33dde4d94d7aec4fb5b | [
"MIT"
] | null | null | null | C/check-3/test/windows/ktest.bat | MauroBaresic/bioinf-string-matching-with-k-differences | e3b12ca74fe66fbd0c1eb33dde4d94d7aec4fb5b | [
"MIT"
] | null | null | null | @echo off
set data_path=../../../data/Test data/KTest
set output_file=outputPerformanceK
set pattern_file=pattern.fa
set text_file=text.fa
set k_file=kVals.txt
for /f "usebackq delims=" %%t in ("%data_path%/%k_file%") do (
set tokens=%%t
)
for %%n in (%tokens%) do (
call :getNum %%n
)
goto :EOF
:getNum
star... | 19.363636 | 94 | 0.680751 |
b551b6c5c3e1736379a80e7d99cb2744f7f5e926 | 43 | bat | Batchfile | tools/icons/game/run.bat | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | 1 | 2019-05-24T19:20:12.000Z | 2019-05-24T19:20:12.000Z | tools/icons/game/run.bat | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | null | null | null | tools/icons/game/run.bat | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | null | null | null | lazres ..\..\source\icons.lrs cursorDig.CUR | 43 | 43 | 0.744186 |
ae92dc9c471b4687ea89eb9fa3de2694120efdaf | 50 | bat | Batchfile | make.bat | matthew-brett/tktest | 44db3bd7cf294968a5944a1715416c1f14d796fb | [
"BSD-2-Clause"
] | null | null | null | make.bat | matthew-brett/tktest | 44db3bd7cf294968a5944a1715416c1f14d796fb | [
"BSD-2-Clause"
] | null | null | null | make.bat | matthew-brett/tktest | 44db3bd7cf294968a5944a1715416c1f14d796fb | [
"BSD-2-Clause"
] | null | null | null | del *.pyd
del tktest.c
pip install -e .
py.test .
| 10 | 16 | 0.66 |
db5da99136157fd764477204fe1aaebe9bd01123 | 498 | bat | Batchfile | build.bat | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | build.bat | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | build.bat | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | echo "BUILD"
pushd %cd%
call vcvarsall.bat amd64
popd
rmdir "bin" /S /Q
rmdir "build" /S /Q
if not exist "build" mkdir "build"
cd build
rem call vcvarsall.bat amd64
qmake -makefile -o Makefile ../SignUpForm.pro -spec win32-msvc
jom
cd ../
echo "DEPLOY"
if not exist "bin" mkdir "bin"
windeploy... | 20.75 | 84 | 0.688755 |
96df383147067a41b3d5ac113386ce8e7a694819 | 70 | bat | Batchfile | Morrowind Dialog Explorer.bat | pineapplemachine/mwde | e68378b74d1712347351f1d8fe41edd434d7af16 | [
"MIT"
] | 6 | 2018-08-19T18:50:13.000Z | 2021-06-05T01:14:24.000Z | Morrowind Dialog Explorer.bat | pineapplemachine/mwde | e68378b74d1712347351f1d8fe41edd434d7af16 | [
"MIT"
] | 1 | 2018-12-01T14:18:34.000Z | 2018-12-01T14:59:22.000Z | Morrowind Dialog Explorer.bat | pineapplemachine/mwde | e68378b74d1712347351f1d8fe41edd434d7af16 | [
"MIT"
] | 1 | 2021-06-05T01:14:31.000Z | 2021-06-05T01:14:31.000Z | python src/dialog_explorer.py --no-colors --config-path="./config.ini" | 70 | 70 | 0.757143 |
cfc501a5f2485e18ffe8948c2380febde1d408f3 | 1,317 | bat | Batchfile | AMISetup_IFR.bat | qianchendi/UBC | 8ea66d1b5b618c13f4a405fc9f4286c989a4b159 | [
"MIT"
] | 9 | 2020-09-20T17:58:33.000Z | 2022-03-19T23:20:18.000Z | AMISetup_IFR.bat | qianchendi/UBC | 8ea66d1b5b618c13f4a405fc9f4286c989a4b159 | [
"MIT"
] | null | null | null | AMISetup_IFR.bat | qianchendi/UBC | 8ea66d1b5b618c13f4a405fc9f4286c989a4b159 | [
"MIT"
] | 1 | 2022-02-05T13:34:39.000Z | 2022-02-05T13:34:39.000Z | @echo off
pushd %~dp0
cls
title AMI Setup - IFR version 0.1
echo;
set file=%1
if not defined file (
echo Usage: AMISetup_IFR ^<BIOS file^> && pause && exit
)
for %%i in (UEFIFind.exe UEFIExtract.exe ifrextract.exe findver.exe cecho.exe) do (
if not exist %%i echo !!! %%i not found !!! && pause && exit
)... | 30.627907 | 210 | 0.675778 |
2c5f4b360e2b00bdc62820a2a6bd917b3f0dc54a | 404 | bat | Batchfile | tmp/createServiceDispatcher.bat | marcusspitzmiller/QlikSenseQMCUtility | b20a7bc89f61c4100b736052258cc5a7193b9d02 | [
"MIT"
] | 35 | 2016-06-21T12:38:22.000Z | 2019-10-01T12:52:17.000Z | tmp/createServiceDispatcher.bat | marcusspitzmiller/QlikSenseQMCUtility | b20a7bc89f61c4100b736052258cc5a7193b9d02 | [
"MIT"
] | 86 | 2016-06-18T04:20:37.000Z | 2020-01-15T11:41:35.000Z | tmp/createServiceDispatcher.bat | marcusspitzmiller/QlikSenseQMCUtility | b20a7bc89f61c4100b736052258cc5a7193b9d02 | [
"MIT"
] | 16 | 2016-07-01T15:09:46.000Z | 2019-11-23T08:31:42.000Z | sc query "QlikEAPowerToolsServiceDispatcher"
IF %ERRORLEVEL% EQU 0 (GOTO END) ELSE (GOTO ADDSERVICE)
:ADDSERVICE
sc create QlikEAPowerToolsServiceDispatcher binPath= "%~1" DisplayName= "Qlik EAPowerTools Service Dispatcher" start= auto
sc description "QlikEAPowerToolsServiceDispatcher" "Service Dispatcher for running... | 25.25 | 122 | 0.819307 |
1742ef83526a48731701eff9c32849b8c87e34e5 | 368 | bat | Batchfile | Samples/demo1/run_with_mednafen.bat | miracoli/joengine | 98cd24fb4d19e9dba66dec0f042a944adf56cf7f | [
"MIT"
] | 128 | 2017-12-26T09:55:30.000Z | 2022-02-14T05:48:30.000Z | Samples/demo - video/run_with_mednafen.bat | retrohead/joengine | 061e190cb7538b69e5b58c1482179e825bf5e15b | [
"MIT"
] | 45 | 2018-09-15T19:36:41.000Z | 2022-02-06T18:26:24.000Z | Samples/demo - video/run_with_mednafen.bat | retrohead/joengine | 061e190cb7538b69e5b58c1482179e825bf5e15b | [
"MIT"
] | 48 | 2018-01-22T08:05:01.000Z | 2022-02-06T11:00:31.000Z | @ECHO Off
SET EMULATOR_DIR=..\..\Emulators
SET MEDNAFEN_EXECUTABLE_PATH=%EMULATOR_DIR%\mednafen\mednafen.exe
if not exist %MEDNAFEN_EXECUTABLE_PATH% (
echo ---
echo Please install Mednafen here %EMULATOR_DIR%
echo ---
pause
exit
)
if exist sl_coff.cue (
"%MEDNAFEN_EXECUTABLE_PATH%" "%cd%\sl_coff.cue" -sound.volu... | 20.444444 | 67 | 0.744565 |
805c63202495f22876657fbaf9b5559521e2ddaa | 427 | bat | Batchfile | sql_scripts/Build 1/01_ConformingDimensions.bat | sanki5/CI_CD_SQL_Python_Automation | 092719df4c98ade8d87dfafe7f9c37975983be8a | [
"MIT"
] | 1 | 2020-08-27T09:17:49.000Z | 2020-08-27T09:17:49.000Z | sql_scripts/Build 1/01_ConformingDimensions.bat | sanki5/CI_CD_SQL_Python_Automation | 092719df4c98ade8d87dfafe7f9c37975983be8a | [
"MIT"
] | null | null | null | sql_scripts/Build 1/01_ConformingDimensions.bat | sanki5/CI_CD_SQL_Python_Automation | 092719df4c98ade8d87dfafe7f9c37975983be8a | [
"MIT"
] | null | null | null | @echo off
echo Project deployment started ...
set variscap="%~dp0%SSIS\ConformingDimensions.ispac"
FOR /F "usebackq" %%i IN (`hostname`) DO SET VARDestServer=%%i
set varDestFolder="/SSISDB/PreTripDataMart/ConformingDimensions"
SET PATH="C:\Program Files\Microsoft SQL Server\130\DTS\Binn"
IsDeploymentWizard.e... | 28.466667 | 81 | 0.744731 |
12eea1b7020c3d9b6b7514b80f804502c59b762b | 46 | bat | Batchfile | Tools/AssetPath/BuildTextures.bat | alexgithubber/XLE-Another-Fork | cdd8682367d9e9fdbdda9f79d72bb5b1499cec46 | [
"MIT"
] | 3 | 2018-05-17T08:39:39.000Z | 2020-12-09T13:20:26.000Z | Tools/AssetPath/BuildTextures.bat | alexgithubber/XLE-Another-Fork | cdd8682367d9e9fdbdda9f79d72bb5b1499cec46 | [
"MIT"
] | null | null | null | Tools/AssetPath/BuildTextures.bat | alexgithubber/XLE-Another-Fork | cdd8682367d9e9fdbdda9f79d72bb5b1499cec46 | [
"MIT"
] | 2 | 2015-03-03T05:32:39.000Z | 2015-12-04T09:16:54.000Z | gradle -Proot=%XLE_DIR%/Working/ tex %1 %2 %3
| 23 | 45 | 0.673913 |
8bd2e4792f627fc1854d588916b4b6463001d9c2 | 180 | bat | Batchfile | scripts/install-7zip.bat | timsutton/winclone-image-builder | 2a4603158ae763e03f40c8ed8365fe5117c7110b | [
"MIT"
] | 35 | 2015-09-29T16:50:46.000Z | 2022-02-16T12:46:50.000Z | scripts/install-7zip.bat | timsutton/winclone-image-builder | 2a4603158ae763e03f40c8ed8365fe5117c7110b | [
"MIT"
] | null | null | null | scripts/install-7zip.bat | timsutton/winclone-image-builder | 2a4603158ae763e03f40c8ed8365fe5117c7110b | [
"MIT"
] | 2 | 2016-04-14T16:32:22.000Z | 2017-07-22T04:08:33.000Z | powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://www.7-zip.org/a/7z1514-x64.msi', 'C:\Windows\Temp\7zip.msi')"
msiexec /qb /i C:\Windows\Temp\7zip.msi
| 60 | 138 | 0.727778 |
d801fb7238d0460dd87551662bac9f552bcd01a3 | 331 | bat | Batchfile | setup/gitPushToGogs.bat | JByfordRew/ALMish | a1d5f0e4629744fb646a22c574c2fd0ff3ff9f10 | [
"MIT"
] | null | null | null | setup/gitPushToGogs.bat | JByfordRew/ALMish | a1d5f0e4629744fb646a22c574c2fd0ff3ff9f10 | [
"MIT"
] | null | null | null | setup/gitPushToGogs.bat | JByfordRew/ALMish | a1d5f0e4629744fb646a22c574c2fd0ff3ff9f10 | [
"MIT"
] | null | null | null |
@echo off
echo Create a repository on http://gogs:3000 for your user repository
echo see https://discuss.gogs.io/t/importing-local-file-based-git-repositories/280
set /p user="Enter User: "
set /p repo="Enter Repo: "
rem TODO convert to SSH
git remote set-url origin http://gogs:3000/%user%/%repo%.git
git push -f ori... | 27.583333 | 82 | 0.746224 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.