I am trying to add some ajax and work with remote forms on my rails 7 app. I added local: false but the form still rerenders the page instead of just sending a
I wrote a program in Ada that ask user to put startprise, stopppris,step and procent, the the program will calculate and print the result. My code is good,I hav
Please cosnsider me as beginner. if you think this question is stupid, sorry for that I added html file in react js as "num.html" In that "num.html", it has ta
How to send websocket message from server to specific user only? My webapp has spring security setup and uses websocket. I'm encountering tricky problem trying
I want my code to be able to send all balance of the wallet after calculating and removing transaction charges. I have tried manipulation the gasPrice against t
fifth.dart import 'package:flutter/material.dart'; import 'package:emas_app/Dependant.dart' as Dep; import 'package:emas_app/crm_dependent_list_model.dart'; im
I have a std::vector<float> containing sound data. Without copying its data, I'd like to use this vector as input to the sonicChangeFloatSpeed function of
I'm trying to load real-time data for a chat using BLoC but I'm stumped on how to get this to work right & retrieve data. The goal is to build this using BL