What this kind of error? Traceback error C:\Users\DELL\PycharmProjects\MyNew\venv\Scripts\python.exe C:/Users/DELL/PycharmProjects/MyNew/agaaaaain.py Traceba
I want try some code in cmd. I need to access to the service container of a full MVC laravel app. I have create a PHP file in the root directory of application
Lets take an example sentence : i am good.how are you? Correction : I am good. How are you? Expected : i am good.how are you? (Do not want any suggestion i
How am I supposed to get rid of these nested subscriptions? I thought to do that using concatMap or mergeMap - if you agree, how to I handle the takeUntil for i
I'm trying to write a unit test for my PersonController class, which uses a dependency org.modelmapper.ModelMapper. The problem is that when the test calls a me
I have a ndarray with the shape (15,11,5). How to save the array to 5 files that includes 11 columns and 15 rows? import numpy as np a = np.ndarray(shape=(15,1
I have a function f(q15_t *x, inst *z) it have an input x and an instance z: typedef struct { q15_t * pbuff; }inst; inst z; I want an initializer function abl
This one has baffled me for a long time, so I am trying to get some help here :) I am using JDBC to connect to an age old Sybase Adaptive server 6 (!!!) I coul
I am working on a code which has a for loop. At the end of each iteration, a named numeric vector is concatenated to the one of the previous loop. all_obj <-
i need to ask if a security headers for example like, X-Content-Type-Options, should be defined with the response not 200? like 404, 301 etc.. Thank you.