Set up VS Code for PHP Development

This is an old website post. New post address: https://www.pisciottablog.com/2018/07/06/set-up-vs-code-for-php-development/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   Download and install Visual Studio Code. Install the following extensions from the Extentions button - PHP IntelliSense - PHP... Continue Reading →

Recursive search applying functions from starting node

This is an old website post. New post address: https://www.pisciottablog.com/2018/04/02/recursive-search-applying-functions-from-starting-node/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   The problem here is basically the same as in my post " Find connection between two numbers " but... Continue Reading →

Best method for exact match in array with PHP?

This is an old website post. New post address: https://www.pisciottablog.com/2018/03/25/best-method-for-exact-match-in-array/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   During a job interview one asked me: "how would you search for a word inside a very long array?".... Continue Reading →

Remote control with PHP and Python

This is an old website post. New post address: https://www.pisciottablog.com/2017/09/30/make-your-own-remote-control-with-php-and-python/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   I will assume you have some basic knowledge of Python, PHP and Linux. My goal was to make a... Continue Reading →

Find connection between two numbers

This is an old website post. New post address: https://www.pisciottablog.com/2017/09/03/algorithm-to-find-connection-between-two-numbers/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   Inspired by Calculator: The Game, after some seconds of frustration during the attempt to solve its levels and after... Continue Reading →

Blog at WordPress.com.

Up ↑