Can someone explain me what are the differences by using E or Object for example in a class for Lists, and their singular usage and definition. I have to use th
How do you set/get the values of attributes of t given by x? class Test: def __init__(self): self.attr1 = 1 self.attr2 = 2 t = Test() x = "at
I have a machine learning model that is saved as .h5 and used in a flask server. The server is supposed to take an audio file as input and return a prediction s
quick question: I have searched through StackOverflow and havent seen a direct question like this, also google seems to not give a good answer. I am using Nestj
Widget build(BuildContext context) { return Scaffold( body: NestedScrollView( headerSliverBuilder: (context, innerBoxIsScrolled) => SliverAppBar(
Hello I am learning Java in college and Spring-Boot by my own. This is my first solo project. I want to make a Restful API for the example nation-db from this M
The script below seems to be rendering different results in IE and Chrome. I know the code is wrong as I'm calling name in a different scope.
I'm working with a component that was built out called 'Stepper' it's a basic component that has the steps at the top to guide the user through a process. In th
Error-> The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Sel