2016. július 26., kedd

Laravel 5 Reset Password

https://www.youtube.com/watch?v=tFHMdYDULOc E:\server\\blog>php artisan make:auth Created View: E:\server\blog\resources/views/auth/login.blade.php Created View: E:\server\blog\resources/views/auth/register.blade.php Created View: E:\server\blog\resources/views/auth/passwords/email.blade.php Created View: E:\server\blog\resources/views/auth/passwords/reset.blade.php Created View: E:\server\blog\resources/views/auth/emails/password.blade.php Created View: E:\server\blog\resources/views/layouts/app.blade.php Created View: E:\server\blog\resources/views/home.blade.php Created View: E:\server\blog\resources/views/welcome.blade.php Installed HomeController. Updated Routes File. Authentication scaffolding generated successfully!

Stack Overflow : Documentation

A Documentation projekt keretében az oldal használói nyelvek, keretrendszerek és programozási felületek dokumentációit szerkeszthetik majd meg, közösségi alapon. http://stackoverflow.com/documentation http://prog.hu/hirek/4373/fejlesztoi-dokumentacios-oldalt-indit-a-stack-overflow

Képfelismerés info - Image recognition

forrás: Facebook beszélgetésből Egy rajzfelismerő alkalmazást akarok írni, ami tök egyszerű formákat, pl Kör, négyzet, háromszög stb... felismer. Mármint hogy a júzer lerajzolja a képernyőre és a program felismeri az előre megadottak közül, hogy melyik az. Ki hogyan csinálna egy ilyen algoritmust? A jelenlegi elgondolásom: Először azonos méretűre skálázza a 2 mintát. Azután a bal felső sarkot használva mint nézőpont X mintát vesz a rajzból, legyen mondjuk X = 90, tehát 1 fokonként minden szögnél. Majd ezen a Xi-edik mintán (ami egy vonal a bal felső saroktól indulva) lekéri az összes pontot ami átmegy a rajzon. Ezt megteszi mind a két rajzzal, végül minden egyes mintánál megnézi hogy az átmeneti pontok mennyire vannak messze egymástól. Végül kiszámolja, hogy átlagosan mennyire voltak messze a kapott mintavételi pontok és ha ez túllép egy értéket akkor nem az adott rajz van a képernyőn. De hátha van valakinek egy jobb megoldása erre.- Jelenleg a turning Function-on állok, hogy azzal vizsgálom meg az egyes formákat, egyszerűnek tűnik és gyorsnak -- Bármit felismerni nyilván nem lehet. Kell lennie egy "ABC"-dnek, amiket ismersz. -- Szerintem inkább regressziót használj, vagy klaszterezést. Egy csomó templatelős marhaságot megspórolsz magadnak **** Detecting some simple shapes in images : http://www.aforgenet.com/articles/shape_checker/ ***** Hough transform : https://en.wikipedia.org/wiki/Hough_transform ****** Handwriting Recognition with Python : https://www.youtube.com/watch?v=PO4hePKWIGQ ****** Mi az egyetemen MatLabot használtunk erre a célra, egy jó algoritmussal nagyon jó felismerőt lehet készíteni. A konkrét metodikára már nem emlékszem de elérhetőek példakódok is és ha mélyebben beleásol tudod optimalizálni a felismerést (pontosságot javítani illetve beállítani mennyire legyen megengedő a program a felismerés során). Recognition methods in image processing : http://www.mathworks.com/discovery/image-recognition.html?requestedDomain=www.mathworks.com&requestedDomain=de.mathworks.com

PHP Multithreading - PHP többszálú programozás

PHP Multithreading using pthreads extension A lot of PHP developers face situations on which they need to execute multiple tasks in parallel. This is the case for using multithreading solutions. http://www.phpclasses.org/blog/post/422-PHP-Multithreading-using-pthreads-extension.html

2016. július 18., hétfő

Ubuntu mail

sudo apt-get update sudo apt-get install postfix sudo nano /etc/postfix/main.cf remove the alias_maps parameter and replace it with virtual_alias_maps!! virtual_alias_maps = hash:/etc/postfix/virtual sudo nano /etc/postfix/virtual @example.com yourusername sudo service postfix restart sudo apt-get install mailutils How To Install and Setup Postfix on Ubuntu 14.04 : https://www.digitalocean.com/community/tutorials/how-to-install-and-setup-postfix-on-ubuntu-14-04 How To Install and Configure Postfix on Ubuntu 16.04 : https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04 Setup mail server on ubuntu 14.04 ( Postfix – dovecot ) : http://www.krizna.com/ubuntu/setup-mail-server-ubuntu-14-04/ PostfixBasicSetupHowto : https://help.ubuntu.com/community/PostfixBasicSetupHowto GNU Mailutils : http://mailutils.org/manual/html_node/Reading-Mail.html firewall!!! sudo ufw allow Postfix https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04

2016. július 7., csütörtök

Xubuntu 16 - no Ubuntu software center

the solution: sudo apt-get install software-center http://askubuntu.com/questions/760776/just-installed-ubuntu-16-04-but-no-software-center

Zend Framework 3

What is Zend Framework 3? : Increased performance; we've measured up to 4X faster applications under PHP 5, and even better performance under PHP 7! PHP 7 support. ..... https://framework.zend.com/blog/2016-06-28-zend-framework-3.html The Tribal Framework Mindset : https://philsturgeon.uk/php/2014/01/02/the-tribal-framework-mindset/

Minecraft - Computer Freezes on Ubuntu - Solution

I tried this: sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade http://askubuntu.com/questions/301484/how-do-i-update-ubuntu-manually Error: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. sudo dpkg --configure -a http://askubuntu.com/questions/163200/e-dpkg-was-interrupted-run-sudo-dpkg-configure-a Java: sudo apt-get install --reinstall openjdk-8-jre http://www.minecraftforum.net/forums/support/unmodified-minecraft-client/1860989-computer-freezes-ubuntu Remove Java 7 JRE: sudo apt-get remove openjdk-7-jre I didn't try LWJGL - Lightweight Java Game Library , but I found in the Ubuntu Software Center

Bejelentkezés QR kóddal / Login with QR code

Bejelentkezés QR kóddal / Login with QR code : http://infodok.hu/qr_login/ Rendezvényre beléptetés QR kóddal / Login with QR code at the party : http://blogbook.hu/qrcodeparty/public/ A projektek PHP Zend Framework és Laravel alatt készültek. Más PHP keretrendszerre is átalakíthatók. The prejects were build with Zend Framework and Laravel. kapcsolat/ contact: blogbookhu@gmail.com

Your software is Vitamin or Painkiller?

How to Quickly Tell If Your Software Product Idea Will Be Successful : http://www.phpclasses.org/blog/post/411-How-to-Quickly-Tell-If-Your-Software-Product-Idea-Will-Be-Successful.html The dream of many software developers is to create their own business, so they can work for themselves all the time instead of working for others. So they start thinking of ideas for new software products, but they are never certain of which ideas will be successful. So they often pick one idea they like and then start working it. After many months they launch it but often the product does not have the traction they hoped. This is what is called the shot in the dark. The dream turns into a frustration. I have found myself in this situation many times, so I thought to myself that there should be a way to avoid the frustration.

QR code generator with your logo - Online, free - no registration, no trial period

QR code monkey: http://www.qrcode-monkey.com/