sWWW - Sylwester Wojnowski
CODE FOR THE WEB
30 Aug 2017 15:51:20
Article on middle-item-first array traversing schemes implemented in PHP with code examples.
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.
29 Jun 2018 19:38:09
Encrypting files and directories of files with public key and ciphers using GnuPG and gpg-zip.
27 Apr 2018 14:14:09
An article on Mister Spy Bot website hack and how to defend against it.
01 Aug 2020 16:35:27
Using cURL over HTTP with TLS to access your web mailbox and collect data from it.
28 Nov 2016 20:53:05
Suppose you have a file with a long list of items followed or perhaps preceded by whole numbers and you are asked to find the total of those numbers. The file might look like this (case 1): aaa:23 bb:2 ccc:98 . . . or perhaps like this (case ...
Read more »