Is it possible to have questions and answers exported to a text file such as result.txt? I answer all the questions and at the end - all the information is save
I have a perfectly working code on Ethereum (Ropsten Testnet). I recently migrated to Polygon Testnet (mumbai). Deployment went smooth (See Deployment on Polysc
I'm drawing messages in a message feed of a messenger. By design first I need to understand how much space each message is going to take, and only then, may be
I need strict control of the reading and writing of my Postgres data. Updatable views have always provided very good, strict, control of the reading of my data
I am trying to get the typing of an overloaded decorator right that gets wrapped by partial: from functools import partial from typing import Any, Callable, Opt
I have a cmake project that depends on several other cmake projects. The cmake project that I am writing depends on 2 cmake projects that both create uninstall
I am working on a project, as part of which I need to Register an app on the Azure portal. Get consent from the user(administrator) for my app. (https://docs.m
I try to use maximum likelihood and happen' to have problems. Let me start from the beginning - I am doing this the first time, so I found the code of how someb
How can I iterate the array index? for example int []arr = new int [] {23, 85, 90, 34,15} int []data = new int [] {45, 35, 65} int count = 0; for(arr[0] = 0; ar