FELADAT

egyszerusitettpontszamitokalkulator.pdf

DOWNLOAD

download.zip

2022-10-28

01.php 02.php 03.php 04.php

2022-10-29

05.php 06.php

2022-10-30

07.php vegleges08.php (Clean Code)

GitLab

https://gitlab.com/konyvesandras/egyszerusitett-pontszamito-kalkulator

2022-11-09: további letölthető referenciák:

ZIP!


PDF : Szöglet(e)4.0, Üvegkapu 4.0
SZÓFA generátor bhf.hu pályázat
SZÓFA generátor
https://margitszigetijoga.hu/donteshozatalicsabdak.html
https://margitszigetijoga.hu/valosidejustrategiakonyv.html
https://margitszigetijoga.hu/szervezetelmeletek.html

2022-11-09: munka közben:


https://youtu.be/JWlpsUvZxb0
https://youtu.be/sHX9y3Kl4eQ


2022-11-11: vnctogifstep9OCRoptimize optimize projekt:


https://codepen.io/booky/pen/oNpeJmb
https://youtu.be/EmQ_j8T9ZWs
Please DONATION!, this is my 2022 project: http://paypal.me/margitszigetijoga
@echo off

:loop
Color 0e


for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" & set "Min=%dt:~10,2%" & set "Sec=%dt:~12,2%"


set "datetimestamp=%YYYY%%MM%%DD%%HH%%Min%" 
set "datestampora=%YYYY%%MM%%DD%%HH%" 
set "datestamp=%YYYY%%MM%%DD%" 
set "oraperc=%HH%%Min%" 
set "ora=%HH%" 
set "serverip=192.168.2.200"

set "rootpath=b:\xamppusblite"
if not exist "%rootpath%" md %rootpath%

echo %rootpath%

set "vnc=%rootpath%\vnc"
if not exist "%vnc%" md %vnc%

echo %vnc%

set "ipphat=%vnc%\%serverip%"
if not exist "%ipphat%" md %ipphat%

echo %ipphat%

set "datestamppath=%ipphat%\%datestamp%"
if not exist "%datestamppath%" md %datestamppath%

echo %datestamppath%

set "jpgpath=%datestamppath%\jpg"
if not exist "%jpgpath%" md %jpgpath%

echo %jpgpath%

set "gifpath=%datestamppath%\gif"
if not exist "%gifpath%" md %gifpath%

echo %gifpath%

set "txtpath=%datestamppath%\txt"
if not exist "%txtpath%" md %txtpath%

echo %txtpath%

set "animpath=%datestamppath%\anim"
if not exist "%animpath%" md %animpath%

echo %animpath%


echo VNC PASSWORD

if not exist "%rootpath%\bat\defaultpassword.txt" %rootpath%\bat\vncpasswd.exe %rootpath%\bat\defaultpassword.txt

set "vncconfig=-allowblank -ignoreblank -nocursor -compresslevel 4 -vncQuality 9 -quality 100 -count 1 -passwd %rootpath%\bat\defaultpassword.txt"
set "vncconfigresize=-rect 0x0-800-600"
set "vncconfigplus=-verbose -listen 0" 

echo VNCsnapshot

set "downloadjpg=%jpgpath%\%oraperc%.jpg"
echo %rootpath%\bat\vncsnapshot.exe %vncconfig% %vncconfigresize% %serverip% %downloadjpg% 
echo DOWNLOAD
%rootpath%\bat\vncsnapshot.exe %vncconfig% %vncconfigresize% %serverip% %downloadjpg% 

@rem ! kapcsold ki az encryption! állítsd Prefer Off -ra!

dir %jpgpath%\



set "datetimestampgif=%YYYY%-%MM%-%DD% %HH%:%Min%" 
set "todaygif=%gifpath%\today.gif" 
set "todaygiftext=%gifpath%\todaytext.gif" 
set "downloadgif=%gifpath%\%oraperc%.gif"


echo ImageMagick %datetimestampgif%
if exist %downloadjpg% C:\ImageMagick\magick convert -page +180 -fill darkred -pointsize 6 -size 140x label:"%datetimestampgif%" %todaygif%

if exist %downloadjpg% C:\ImageMagick\magick %downloadjpg% -resize 375 -strip -quality 50 -interlace Plane -gaussian-blur 0.05 -colorspace RGB  -coalesce null: %todaygif% -compose dissolve  -layers composite %downloadgif%


dir %gifpath%\

echo gifsicle
set "downloadanim=%animpath%\%ora%.gif"
echo %downloadanim%
echo %downloadgif%
echo %gifpath%
echo %rootpath%\bat\gifsicle.exe --no-warnings  --crop-transparency --no-comments --no-extensions --no-names --interlace -O3 --resize-fit-width 640 --delay=20 --colors 48 --lossy=180 --loop "%gifpath%\*.gif" --output %downloadanim%
if exist %downloadgif% %rootpath%\bat\gifsicle.exe --no-warnings  --crop-transparency --no-comments --no-extensions --no-names --interlace -O3 --resize-fit-width 640 --delay=20 --colors 48 --lossy=180 --loop "%gifpath%\*.gif" --output %downloadanim%


echo https://hu.wikipedia.org/wiki/K%C3%B6rnyezeti_v%C3%A1ltoz%C3%B3k

set "tesseractocrphat=%HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Tesseract-OCR\"
if not exist "%tesseractocrphat%" md %tesseractocrphat%

set "downloadtxt=%txtpath%\%oraperc%"

if exist "%downloadjpg%" %tesseractocrphat%tesseract %downloadjpg% %downloadtxt% -l hun

dir %txtpath%

Color 5C


if exist %downloadjpg% C:\ImageMagick\magick %downloadjpg% -resize 375 -strip -quality 100 -interlace Plane -colorspace RGB  -coalesce null: %todaygif% -compose dissolve -layers composite %downloadjpg%


Color 0C

@rem set "downloadtxt=%downloadtxt%.txt"
@rem for /f "tokens=*" %%string in (%downloadtxt%) do (
@rem set "stringbox=%%string" 
@rem if exist %downloadtxt% C:\ImageMagick\magick convert -page +380 -fill darkred -pointsize 12 -size 240x label:"%stringbox%" %todaygiftext%	
@rem )



Color 0b


:NoServer
Color 0c


ping -n 10 -w 1 127.0.0.1
ping -n 10 -w 1 %serverip%


@goto loop

2022-11-13: Automatic Face Detection in Photos with PHP

http://openbiometrics.org/docs/install/index.html#windows https://corpocrat.com/2009/08/18/automatic-face-detection-with-php-in-linux/