I'm using @Inheritance(strategy = InheritanceType.JOINED) entities with @Audited annotation on both Parent and Child entity. However after persisting entity, th
I have a list of strings, and a list of characters I don't want, how do I remove the characters that are in the list? For example: l = ["Bananas :)", "apple :("
We want to use spring websockets + STOMP + amazon MQ as a full featured message broker. We were trying to do benchmarking, to find out how many client websocket
I'm trying to register a credit card with MangoPay. On my service file, I've created a public function to register the card, using the package mangopay/php-sdk-
I have this simple code with 5 paramaters taken from an API that logs data: for (i = 0; i < arr.length-1; i++) { console.log('For Calls')
I've more than 200 MP3 files and I need to split each one of them by using silence detection. I tried Audacity and WavePad but they do not have batch processes
I have an EditText into which I simply type one word: Test. I leave the cursor where it is (directly behind the word). Here is the screenshot: Then I simply ca
I am working on a Django project. I have a backened(Django) and frontend(HTML, CSS,JS). Everything is working as expected like login, registration, logout, etc.