text
stringlengths
0
834k
rem ########################################################################
sqlplus -S /nolog @00_update-main.sql 91_environment.sql logs/ausgabe.log
findstr /r ""SP2-[0-9][0-9][0-9][0-9]: ORA-[0-9][0-9][0-9][0-9][0-9]:"" logs/ausgabe.log
",42.4827586207,87,0.661525974
219540,d2f7d9d4a9a1f3732b2e8c71f040dfd1bcbdc7e8,1190,cmd,Batchfile,python/cluster_scripts/vips_MTTEST_gmm8.cmd,DrawZeroPoint/VIPS,730f4e18c24afa6f561b13d1fe8af53ae89990a7,['MIT'],12.0,2018-07-11T14:35:51.000Z,2020-12-07T03:54:28.000Z,python/cluster_scripts/vips_MTTEST_gmm8.cmd,DrawZeroPoint/VIPS,730f4e18c24afa6f561b13d1fe8af53ae89990a7,['MIT'],,,,python/cluster_scripts/vips_MTTEST_gmm8.cmd,DrawZeroPoint/VIPS,730f4e18c24afa6f561b13d1fe8af53ae89990a7,['MIT'],10.0,2018-07-11T14:36:00.000Z,2022-01-14T21:41:41.000Z,"#!/bin/bash
#SBATCH -A project00490
#SBATCH -J vipsMT8test_gmm
#SBATCH --mail-type=ALL
# Bitte achten Sie auf vollständige Pfad-Angaben:
#SBATCH -e /home/j_arenz/jobs/vipsMTtest_gm.err.%j
#SBATCH -o /home/j_arenz/jobs/vipsMTtest_gm.out.%j
#
#SBATCH -n 3 # Anzahl der MPI-Prozesse
#SBATCH -c 8 # Anzahl der Rechenkerne (OpenMP-Threads) pro MPI-Prozess
#SBATCH --mem-per-cpu=3000 # Hauptspeicher pro Rechenkern in MByte
#SBATCH -t 2-00:00:00 # in Stunden, Minuten und Sekunden, oder '#SBATCH -t 10' - nur Minuten
srun -n1 -c8 --time=2-00:00:00 --mem-per-cpu=3000 python3 -c 'from experiments.VIPS.Target_GMM import *; run_on_cluster(""explorative40"", ""VIPS_MTtest8_gmm/explorative40_2/1/"", 10, num_dimensions=20, num_threads=8);' &
srun -n1 -c8 --time=2-00:00:00 --mem-per-cpu=3000 python3 -c 'from experiments.VIPS.Target_GMM import *; run_on_cluster(""explorative40"", ""VIPS_MTtest8_gmm/explorative40_2/2/"", 10, num_dimensions=20, num_threads=8);' &
srun -n1 -c8 --time=2-00:00:00 --mem-per-cpu=3000 python3 -c 'from experiments.VIPS.Target_GMM import *; run_on_cluster(""explorative40"", ""VIPS_MTtest8_gmm/explorative40_2/3/"", 10, num_dimensions=20, num_threads=8);' &
wait
",62.6315789474,218,0.7369747899
219541,d2f8585b49e7d067a448bef0119c0bea4690d640,226,bat,Batchfile,answer-academy-dotnet-master/cleanup.bat,Daisie-Marie/answer-academy-dotnet,70b4fa3f9d6c1a9ede769a6e2a28a6ee40fee9a1,['MIT'],,,,answer-academy-dotnet-master/cleanup.bat,Daisie-Marie/answer-academy-dotnet,70b4fa3f9d6c1a9ede769a6e2a28a6ee40fee9a1,['MIT'],,,,answer-academy-dotnet-master/cleanup.bat,Daisie-Marie/answer-academy-dotnet,70b4fa3f9d6c1a9ede769a6e2a28a6ee40fee9a1,['MIT'],,,,"@ECHO ""Cleaning up...""
@RD /S /Q ""./src/TechTest/node_modules""
@RD /S /Q ""./src/TechTest/bin""
@RD /S /Q ""./src/TechTest/obj""
@RD /S /Q ""./test/TechTest.Tests/bin""
@RD /S /Q ""./test/TechTest.Tests/obj""
@ECHO ""Cleanup complete!""",32.2857142857,39,0.6371681416
219542,d2f88d1cecde7496235cb00b60117011139215d9,5076,bat,Batchfile,resources/functions/initialize_environment.bat,Dasperless/tron,298279b31f39c7c275aed12903df91f9565647f0,['MIT'],2.0,2021-05-01T04:34:10.000Z,2021-05-01T04:34:19.000Z,resources/functions/initialize_environment.bat,Dasperless/tron,298279b31f39c7c275aed12903df91f9565647f0,['MIT'],,,,resources/functions/initialize_environment.bat,Dasperless/tron,298279b31f39c7c275aed12903df91f9565647f0,['MIT'],,,,":: Purpose: Initializes Tron runtime environment. Called by Tron.bat at initial launch or by an individual sub-stage script when launched manually
:: This file determines Tron's overall project version and date
:: Do not edit this script
:: Requirements: The ability to look and not touch
:: Author: vocatus on reddit.com/r/TronScript ( vocatus.gate at gmail ) // PGP key: 0x07d1490f82a211a2
@echo off
:: Tron Project version and date. These two variables determine the overall project version and date
set TRON_VERSION=11.1.6
set TRON_DATE=2020-01-15
:: Set window title
title Tron v%TRON_VERSION% (%TRON_DATE%)
:: Initialize script-internal variables
set ERRORS_DETECTED=no
set WARNINGS_DETECTED=no
set BAD_RUNPATH=no
set CONFIG_DUMP=no
set TARGET_METRO=no
set FREE_SPACE_AFTER=0
set FREE_SPACE_BEFORE=0
set FREE_SPACE_SAVED=0
set HELP=no
set NETWORK_AVAILABLE=undetected
set SAFE_MODE=no
if /i ""%SAFEBOOT_OPTION%""==""MINIMAL"" set SAFE_MODE=yes
if /i ""%SAFEBOOT_OPTION%""==""NETWORK"" set SAFE_MODE=yes
set SKIP_CHECK_UPDATE=no
set SMART_PROBLEM_CODE=undetected
set SYSTEM_LANGUAGE=undetected
set WIN_VER=undetected
set WIN_VER_NUM=undetected
:: Force path to some system utilities in case the system PATH is messed up
set WMIC=%SystemRoot%\System32\wbem\wmic.exe
set FIND=%SystemRoot%\System32\find.exe
set FINDSTR=%SystemRoot%\System32\findstr.exe
set REG=%SystemRoot%\System32\reg.exe
:: Get the date into ISO 8601 standard format (yyyy-mm-dd)
for /f %%a in ('^<NUL %WMIC% OS GET LocalDateTime ^| %FIND% "".""') DO set DTS=%%a
set CUR_DATE=%DTS:~0,4%-%DTS:~4,2%-%DTS:~6,2%
:: Get Time Zone name and value
for /f ""USEBACKQ skip=1 delims="" %%i IN (`^<NUL %WMIC% timezone get StandardName ^|findstr /b /r [a-z]`) DO set TIME_ZONE_NAME=%%i
:: Resume-related stuff (resuming from an interrupted run)
set RESUME_STAGE=0
set RESUME_SWITCHES=0
set RESUME_DETECTED=no
:: Detect the version of Windows we're on. This determines a few things later on
for /f ""tokens=3*"" %%i IN ('reg query ""HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"" /v ProductName ^| %FIND% ""ProductName""') DO set WIN_VER=%%i %%j
for /f ""tokens=3*"" %%i IN ('reg query ""HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"" /v CurrentVersion ^| %FIND% ""CurrentVersion""') DO set WIN_VER_NUM=%%i
:: Detect system language. This determines which string we look for in ipconfig output for determining if we have an active network connection
:: English
reg query ""hklm\system\controlset001\control\nls\language"" /v Installlanguage | %FIND% /i ""0409"" >nul 2>&1
if /i %ERRORLEVEL%==0 (
set SYSTEM_LANGUAGE=en
goto detect_network_connection