I want to make a simple web page using flutter as flutter for web, but I want to use Oracle as database in the backend. I know firebase will be more helpful, bu
I want to make an Image 100% transparent through a small rectangle and 50% transparent from all others. As if making a small hole to see-through the small recta
I'm developing an API using FastAPI with gunicorn for the production side. For the database part, I'm using SQLalchemy with MySQL. The application will crash if
I am new to KivyMD and I have this doubt. How to add an MDCard in ScrollView, just like how we do with lists. Is it possible to do that or not. I referred to a
I can not understand the reason for the error when saving the entity to the database. I want to clarify that sometimes entities are saved. I have two entities:
Has anyone been able to get GoogleMaps running in simulator with GMSServices.setMetalRendererEnabled(true) I'm looking to evaluate Google's Map performance and
So in this case I am trying to get the id of the element with id="current1". $(document).ready(function() { $(".testbutton").on('click', function() {
I have two tables below: ChallengeTask: tells how many tasks that a challenge has. ChallengeId TaskId 4B0CD7D0 EED7AC7A 5F686235 EED7AC7A A6A43CFD EED7AC7A A6A
I would like to remove the string between ":" and the first "|" using sed. input: |abc:1.2.3|def| output from sed: |abc|def| I managed to come up with sed 's|\(
I am totally new in kivy and I was working this as a practice project. I searched a lot but can't find the solution. Basically the problem is when I send a requ