-
Regex Tutorial
1. History of Regex Regular expressions (Regex) were first introduced in 1951, when mathematician Stephen Cole Kleene described regular languages using his mathematical notation called regular events. In 1973 Ken Thompson written a program called grep. It is a command-line utility for searching plain-text data sets for lines that match a regu...
-
How to stop automatic updates of Windows 10
There is no easy way to stop Windows forcing us new fixes and updates of Windows 10. Many PC users has experienced the situation that their computer started updating at the wrong time (e.g. during presentation) or lost their unfinished work due to automatic updates of the system. If you have admin rights to your PC, there is a way to fix th...
-
Git Tutorial
1. History of Git Git is an open source software for distributed version control. It was created in 2005 by Linus Torvalds (creator of Linux) as a replacement for BitKeeper to manage Linux kernel source code. 2. Git application Git is usually used for coordinating work among programmers collaboratively developing source code during software d...