sWWW - Sylwester Wojnowski
CODE FOR THE WEB
21 Jun 2018 18:53:34
Safe way of building and compressing archives on the command line based upon process substitution, tar and find commands with examples and comments.
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.
17 Aug 2017 16:07:40
Article on the subject of comparing arrays or objects based on array with a function in PHP programming language.
27 Apr 2018 14:14:09
An article on Mister Spy Bot website hack and how to defend against it.
07 Jul 2017 22:48:43
Converting trees into correct HTML lists using tree traversal in pre-order algorithm.
29 Jun 2018 19:38:09
We have stored more and more data, sometimes logins, passwords and whole databases, by popular cloud storage services today. On one hand, keeping files with them seems like a good idea. You get access to your files on demand, on any device you connect to service with, from ...
Read more »
To large degree this article is a result of my observations on people's struggles related to compressing files, possibly also directories, with tar command line utility efficiently and safely. Most of the time using tar on its own causes no difficulty. Problems crop up ...
If you are a website admin or owner you probably scan your HTTP server's logs in search of interesting, or perhaps dangerous, entries from time to time. When doing so, you might have come across a GET or POST HTTP request (or some its variation) which looks like the one ...
20 Apr 2018 15:12:07
There are situations where it is handy to speak to WordPress directly from the the command line. For example, imagine that you must regain access to your website's admin panel after you have your website's admin area access locked out because you have forgotten your ...