I have this code and i find myself creating 12 times and modules since I have 12 different colleges, each with a unique names. I would like to make a bit more d
I try to append my custom css to ngx-datatable cell. <ngx-datatable-column *ngFor="let column of tableOptions.columnDefs" [cellClass]="'my-custom-cell'
I'm working with a Beckhoff PLC and I am trying to make a couple of POU's that are exactly the same except for the IO. I am looking for a way so I have to write
I need to do some special handling of string types in a template I'm writing, but I'm running into a problem with fixed size char arrays. I'm aware I can write
I would like to ask you how a computer can differentiates between multiple opened windows in the same browser ? For example opening two web sites both http or h
I have a data frame and with 2 columns X & Y. df = pd.DataFrame({ 'X': ['a', 'a,b,c', 'a,d', 'e,f', 'a,c,d,f', 'e'], 'Y': ['a', 'a,c,b',
I'm trying to build a regression function that call itself in a new process. The new process should not stop the parent process nor wait for it to finish, that