text
stringlengths
0
834k
--size %VMSIZE% ^
--admin-username %LOGINUSERNAME% ^
--data-disk-sizes-gb %VMDATADISKSIZEINGB% ^
--generate-ssh-keys
REM # Open the port 80
ECHO Opening port 80 in the virtual machine named %VMNAME%
CALL az vm open-port ^
--port 80 ^
--priority 900 ^
--resource-group %RESOURCEGROUPNAME% ^
--name %VMNAME%
REM # Open the port 443
ECHO Opening port 443 in the virtual machine named %VMNAME%
CALL az vm open-port ^
--port 443 ^
--priority 901 ^
--resource-group %RESOURCEGROUPNAME% ^
--name %VMNAME%
",35.9538461538,119,0.6114676936
219228,d2c7391160b3fab2d6ce774f1b2783f53b92ca6e,19,bat,Batchfile,executar1.bat,git-afsantos/vnc-csf-17,0af7a6b5548a67e71d137850ca6d6b6dc33ceb95,['MIT'],,,,executar1.bat,git-afsantos/vnc-csf-17,0af7a6b5548a67e71d137850ca6d6b6dc33ceb95,['MIT'],,,,executar1.bat,git-afsantos/vnc-csf-17,0af7a6b5548a67e71d137850ca6d6b6dc33ce...
",9.5,18,0.7894736842
219229,d2c75fc6cd8f5efbeb646dff637f31bea283a9f0,729,bat,Batchfile,build/win_x86/gfortran/run_f2py.bat,timcera/swb,006b93b47373d7d97a422e7e9178d6df14590876,['CC0-1.0'],,,,build/win_x86/gfortran/run_f2py.bat,timcera/swb,006b93b47373d7d97a422e7e9178d6df14590876,['CC0-1.0'],,,,build/win_x86/gfortran/run_f2py.bat,timcera/sw...
::gcc -c D:\SMWData\Source_Code\SWB_SVN\branches\development\src\swb_python_interface.F90
::copy /Y D:\SMWData\Source_Code\SWB_SVN\branches\development\src\swb_python_interface.F90 ^
::D:\SMWData\Source_Code\SWB_SVN\branches\development\build\win32\src\swb_python_interface.F90
::cd src
:: gcc -c swb_python_interface.F90
set CFLAGS=""-O2 -Wall -Wstrict-prototypes""
f2py --build-dir .\tmp -m pyswb ^
-LD:\SMWData\Source_Code\SWB\build\win32\src ^
-Lc:\MinGW-32\lib ^
--fcompiler=gnu95 ^
--f90exec=c:\MinGW-32\bin\gfortran.exe ^
--compiler=mingw32 -c pyswb.pyf -lswb ^
-Ic:\MinGW-32\include ^
-ID:\SMWData\Source_Code\SWB\build\win32\src
",34.7142857143,94,0.7297668038
219230,d2c76e7f17baead9a4d6a78518c8908d725e95cc,154,bat,Batchfile,build.bat,jakoch/reaper-toolbox,b6bf793b5396f172601718b11f2a768b95e09ad7,['MIT'],6.0,2020-08-29T07:53:50.000Z,2022-01-23T23:15:10.000Z,build.bat,jakoch/reaper-toolbox,b6bf793b5396f172601718b11f2a768b95e09ad7,['MIT'],,,,build.bat,jakoch/reaper-toolbox,b6b...
build-tools\php\php.exe build-tools\build.php
ls -lhs downloads
build-tools\InnoSetup6\iscc.exe installer\Reaper-Toolbox.iss
ls -lhs release",17.1111111111,60,0.7922077922
219231,d2c796330b9aeecc065d234345b68af298753123,1589,bat,Batchfile,build_windows.bat,morteza-jamali/neutralinojs,d1dadf3627b9bba84ea6582d2bce967b0d958875,['MIT'],,,,build_windows.bat,morteza-jamali/neutralinojs,d1dadf3627b9bba84ea6582d2bce967b0d958875,['MIT'],,,,build_windows.bat,morteza-jamali/neutralinojs,d1dadf3627b...
echo Looking for vswhere.exe...
set ""vswhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe""
if not exist ""%vswhere%"" set ""vswhere=%ProgramFiles%\Microsoft Visual Studio\Installer\vswhere.exe""
if not exist ""%vswhere%"" (
echo ERROR: Failed to find vswhere.exe
exit 1
)
echo Found %vswhere%
echo Looking for VC...
for /f ""usebackq tokens=*"" %%i in (`""%vswhere%"" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
set vc_dir=%%i
)
if not exist ""%vc_dir%\Common7\Tools\vsdevcmd.bat"" (
echo ERROR: Failed to find VC tools x86/x64
exit 1
)
echo Found %vc_dir%
call ""%vc_dir%\Common7\Tools\vsdevcmd.bat"" -arch=x64 -host_arch=x64
echo Compiling Neutralinojs...
if EXIST bin\neutralino.exe (
del /f bin\neutralino-win.exe
)
cl /std:c++17 ^
/I . ^
/I platform/windows/webview2 ^
/EHsc ^
/Os ^
main.cpp ^
settings.cpp ^
resources.cpp ^
server/neuserver.cpp ^
server/router.cpp ^
auth/authbasic.cpp ^
auth/permission.cpp ^
server/ping.cpp ^
helpers.cpp ^
lib/easylogging/easylogging++.cc ^
lib/boxer/boxer_win.cpp ^
api/computer/computer.cpp ^
api/filesystem/filesystem.cpp ^