I am newbie at PHP. I am trying to check if the user has a payment token or some other value that confirms they have made a payment. I want to redirect the page
I imported data into python and create a matplotlib figure which has interactive points on the graphs that I can move around. I am trying to then save the new d
I want to use the setState of the randomWord class for the SaveWordScreen class in the following way, but the problem is setState() or markNeedsBuild() called d
I'm Trying to create a table visual using Plotly and SQL I've managed to extract data in the required format and adding a summary row using SQL. Yet I need to f
We get .docx documents from a backend server. The users downloads them to their local machine, edits them jusing MS Word/Excel/... and uploads them back. Is it
What are all the common ways to read a file in Ruby? For instance, here is one method: fileObj = File.new($fileName, "r") while (line = fileObj.gets) puts(l
I have this xpath: I want to get the number circled in the red --> see the attached image , which is the total number of pages , I did the following [![enter
I've been studying c++, but only for console application. I'm trying to introduce myself in GUI applications with c++, since I'm working with CLion, I've notice
I'm trying to do a SQL query to give the cash transactions by day with a sum of the total cash balance grouped by Company and Department. I can get each query