I have a simple app: export default function App() { return ( <div> <Routes> <Route element={<Layout />}>
I have a python pandas dataframe with several columns and one column has 0 values. I want to replace the 0 values with the median or mean of this column. data
I'm currently using Azure speech to text in my project. It is recognizing speech input directly from microphone (which is what I want) and saving the text outpu
I've seen this problem listed elsewhere, but it always seems to be linked to a Cocoapods installation of Firebase. My problem is the opposite - trying to upgrad
I have a LiveData from my ViewModel that are loaded from the Room Database and after a transformation i display it in a RecyclerView. What i want is to have the
I have written a function to store the diagonal elements of a matrix into a vector. but the output is not as I expected. The code is: diagonal <- function(x)
> I have a DLL that I am dynamically loading at run time. My log4net is logging fine before and after the loading of the DLL but it is not logging anythi
I have a thread counter on my program and it should hit 0 when all my threads have completed. I started by having threads++ at the beginning of my worker and t
i'm pretty new to flutter therefore i'm searching for a library or tutorial to create such a screen: A library would be perfect