sWWW - Sylwester Wojnowski
CODE FOR THE WEB
29 Jun 2018 19:38:09
Encrypting files and directories of files with public key and ciphers using GnuPG and gpg-zip.
Read full article »
21 Dec 2016 11:07:56
List of Unicode code points for Genericons vector icon set and a BASH script that finds the codes.
Read »
29 Apr 2017 16:41:28
Sorting UTF-8 encoded strings using strcoll and usort functions or alternatively Collator library in PHP.
03 Jul 2017 13:58:12
Article on traversing tree data structure depth-first in pre-order recursively with examples in PHP programming language.
07 Jul 2017 22:48:43
Converting trees into correct HTML lists using tree traversal in pre-order algorithm.
27 Apr 2018 14:14:09
An article on Mister Spy Bot website hack and how to defend against it.
27 Feb 2020 20:06:39
Geocoding with HERE API and Vue.js Geocoding is a process of finding a geographic location of an object on the Earth's surface. The location is specified using two coordinates. One is latitude, the other longitude. Both are specified in degrees. Latitude's range is 90 ...
Read more »
23 Feb 2020 16:24:10
Most of the time when there is a need for a HTTP client, a browser for example, to exchange data with a HTTP server, like Apache with loaded PHP module, the client sends the data in the form of a URL encoded string to the server using POST or GET (asynchronous) request. The data ...
21 Feb 2020 14:54:20
By now, Vue.js is an established player among JavaScript frameworks for building user interfaces, and rightly so. It is lightweight, well-documented, easy to learn and incredibly flexible piece of JavaScript code. Considering all this, it is high time to give this framework an ...
17 Feb 2020 00:41:03
In this article I look at what's known as Binary Search algorithm and provide its advanced implementation in PHP programming language. This is the second part of the series on the algorithm. In the first part (main/index/binary-search-algorithm-implementation-in-php) I ...