i have an html element in my database and i would like to replace it with its inner content. Currently the content looks like this: <h2><a rel="nofollo
I have this layout. my go router code: final appRouter = GoRouter( initialLocation: '/', routes: [ GoRoute( path: '/', builder: (contex
How can I correctly use external Google Fonts icons here instead of this: const svgDeliveryMarker = { url: "https://upload.wikimedia.org/wikipedia/commons
How do you change the icon used in iOS share sheet for React Native Apps? Im using the Share function provided by React Native, I dont wish to use another depen
I am trying to Login a user using this code that I defined in a class. Whenever I tried to login it runs catch condition and display failed as you can see in th
I am making the cdf graph of mixture normal distribution in R. I do not know how to derive the theoretical form of mixture normal, so I use rnorm to sample from
If user input is inserted without modification into an SQL query, then the application becomes vulnerable to SQL injection, like in the follow
I am creating async api endpoints in DNN (Formerly DotNetNuke). It is an open source CMS and the source code is here: https://github.com/dnnsoftware/Dnn.Platfor