Hello everybody,
today I want to write few words about standards of normal distribution in statistics.
Take a look at the picture:
This picture says the following. If you have normal distribution, than 68% of data fall in range - σ
Ready to take your Acumatica experience...
Hello everybody,
Today I want to write few words about federation security.
So, imaging following situation. You work in one company, which partners with one or two others. And Both of them provide some kind of IT services.
One of the ways of dealing with such situation is make for each IT servic...
Hello everybody,
today I want to write few words about what is token.
If to put very simple statement, token is a set of bytes that express information about some subject ( as usually it is user ).
This information consists of one or more claims. Each claim contains information about subject.&nbs...
Hello everybody,
today I want to share a short notice on unions calculations in statistics by example of the following puzzle:
You are picking flowers from a garden. The garden contains flowers of varying colors, including flowers that are completely blue, flowers that are completely pink,...
Hello everybody,
today I want to put some light on puzzlewords related to Windows Azure.
Quite often many people are puzzled by statements SaaS, PaaS, IaaS. If you need quickly understand what those words mean,
just look at the picture.
If to decipher them with examples, then
SaaS ex...
Hello everybody,
today I want to write few words about Azure Infrastructure.
Big picture
You can use Azure services in ~140 countries. And Microsoft does it's best to enalrge geography of their earnings, but if you are citizen of some countries you may be missing of usage of Azure.
For now...
Hello everybody.
Today I want to drop a short summary of different levels of measurrements in statistics.
It's represented in following table:
Difference
Order
Similar intervals
Meaningful zero point
Categorical
Nominal
+
-
-
-
Ordinal
+
+
-
-...
Hello everybody,
today I want to write small trick of how to modify execution policy for current user. Here is command:
Set-ExecutionPolicy "Unrestricted" -Scope CurrentUser -Confirm:$false
Have a great day.
Ready to take your Acumatica experience to the next level? If this developm...
Hello everybody,
today I want to make short note about how to make pause untill user press a key in PowerShell execution.
Here it is:
Write-Host "Press any key to continue ..."
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
Presented code will make a pause. ...
Hello everybody,
today I want to share few words about powershell usage.
So, recently I've got some tasks which is related to usage of powershell scripts in order to automate some execution.
One of discoveries in PowerShell for me was pipelining with usage of Where-Object. Consider followin...