The most common docker commands
Nowadays I am using docker all the time. Yet sometimes I forget some switch or workflow. So to remember better and have it easily available, I decided to write down… Read more »
Nowadays I am using docker all the time. Yet sometimes I forget some switch or workflow. So to remember better and have it easily available, I decided to write down… Read more »
One of my most favorite C# snippet is following oneliner useful when quick debugging or checking on something is needed.
1 |
Newtonsoft.Json.JsonConvert.SerializeObject(new {foo = "bar")) |
Which returns String containing JSON representation of arbitrary C#… Read more »
Simple script to calculate circular / directional mean of some angular data. Samples is assumed to be in range of <0,2PI>. To get more information about mean of circular quantities,… Read more »
Note this might now work with all version of AWK. I’ve experienced some troubled passing parameter inside the AWK code in some version of solaris implementation. Code written bellow however… Read more »