My JavaFX application needs to be able to find the FXML files to load them with the FXMLLoader, as well as stylesheets (CSS files) and images. When I try to loa
I have a travel site with a url like this one http://www.mysite.tv/index.php?destination=somePlace And when I share the url on Facebook, Telegram and Whatsapp
CREATE TABLE people( personID int, FirstName VARCHAR(255), LastNanme VARCHAR(255), Address VARCHAR(255), City VARCHAR(255) PRIMARY KEY (PERSONID) );
I'm working on a WebGL application using ThreeJS and OrbitControls. How do I write and make use of a custom event handler for wheel spin events? Suppose my cust
I have this working ffmpeg command and I need to add an xfade filter ffmpeg -f concat -safe 0 -i "concat:list.txt" -i "music.mp3" \ -filter_complex "[1]volume
i created a notification box that it shows me an alert when i create a notification from the date which i create this notification. but i want now to add a new
trying to post to nodejs using RTK query mutation **endpoint nodejs i have posted using fetch(`const handleAddproduct=()=>{ fetch('http://localhost