mihemihe

↗ HN profile [ 75.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. myADMonitor is an open-source tool I created to provide real-time visibility into Active Directory changes. It's particularly useful when executing bulk updates or running operations where you need to analyze AD…

  2. As an example, plus(+) symbol is used in several programming languages for string concatenation, provoking some unexpected behaviors in some cases. One example that illustrates this is: 5 + 1 = 51, but 5 - 1 = 4 (my…