I have created a simple servlet in which a user will be presented with 2 questions, answering either true or false. My problem lies in retrieving the answers se
I need to make an enum to return class type to using in another function to parse my JSON to model. Below follows an example of what I wrote. enum APIType { c
Problem I need to build a backend function that will read the data within a csv file, split the values and append them to several lists. The program for adding/
I have the following serializer class SomeSerializer(serializers.Serializer): fields = serializers.ListField( allow_empty=False, child=seria
The default Linear Regression Channel that comes with Tradingview is programmed to visually plot only one standard deviation on both sides of the median, and th
function getServerDateTime() { <?php $timezone = 'America/Chicago'; $timestamp = time(); $dt = new DateTime("now", new Dat
PuTTY fatal error: No supported authentication methods available When I tried to login into the production server, I am getting above error. Could anyone he