I am new to number theory, I am trying to prime factor large numbers in around 100 digit numbers. like my program factor out a 93 digit number in 30min while
I have searched to the extent of my capabilities and found no answer. I would like to be able to search or filter and then display only matching items from a th
The following code is giving base route instead of nested routes or I can say the current route function test() { const route = useRouteMatch(); useEffect((
I have two angular 13 projects - an application and a library. In both projects I need to use __filename. To do it in the application I use "@angular-builders/c
Good Afternoon, I need to get the statistics or metrics per application of push notifications from Firebase Account with c#, At the moment I use the Firebase Ad
I've created a custom language using this tool here. I don't know what to do to load it to my VueJS app. I tried the following and get no errors, but it also d
In Java8_31 I imported different CSS files like that in my main.css: @import "style/common/test1.css"; @import "style/common/test2.css"; All files were in th
Hi i am facing CORS issue in expressjs and nuxtjs while uploading files in production mode. things works fine on localhost but after i deploy to digital ocean,