When should I store the Subscription instances and invoke unsubscribe() during the ngOnDestroy life cycle and when can I simply ignore them? Saving all subscrip
require('dotenv').config(); const { Client, Intents } = require('discord.js'); const client = new Client({ intents: [Intents.FLAGS.GUILDS] }); const channel =
Requirement: Hold the data during db downtime and process it with 5 mins interval by keeping them in dead letter queue. I have tried below approaches Kafka retr
The following HTML document passes the W3C Validation check but fails the DOM Validation test <!DOCTYPE html> <html lang="en"> <head> &l
I am analysing eye tracking data. For each trial I have a new eye tracking Dataframe "gaze data". I want to sum the values of the column '3_1' for each Datafram
I am reading a file from a directory, and trying to call an API based on the data in the file. While trying to handle the exceptions, I am facing an issue. I am
def prompt(): x = raw_input('Type a command: ') return x def nexus(): print 'Welcome to the Nexus,', RANK, '. Are you ready to fight?'; print
I'm trying to use Python code to change WIN10 text-to-speech voice from Windows Default to English. There are mentions of using SetVoice commands with SAPI.Spv
I am running around 200 matlab codes on a slurm cluster. The codes are not parallelized but use intensive vectorized notation. So each code uses around 5-6 core