I have a simple server socket my $server = IO::Socket::INET->new( LocalPort => $config{'local-port'}, Reuse => 1, Listen => 10,
I am trying to use a Common proto project which contains common messages used. My project structure for the common is this. It is a .Net 5 Class library. I pub
I've done this plenty of times but I'm stuck. I've checked previous projects of mine and can't find the answer. The rectangle is supposed to show up at 400,400
Basically, I've made linear regressions with my dataset and now I am having to also add a new dataset so I can add an extra variable. I want to answer another o
I recently went through an exercise to implement and test fault handlers on a bare metal ARM Cortex M4 platform. Having implemented handlers, I also wrote a pre
I have a function called consumption which takes 4 parameters and finally summarizes a value by Name. From this function I am trying to materialize some formula