I have this worker service kicking off jobs but hourly it checks for jobs. How can I get it to check on the hour rather at the run time hourly? public class Wor
I have an indicator I built running on V5 pinescript and I want to add this one which is written in V4 pinescript: //@version=4 study("Tweezer and Kangaroo Tail
I got a string like this: "{cat: Molly, dog: Feefee}" I want save in a String cat name, and in different String dog name. How can I do it? I tried manipulating
I would like to design a Button function for rejection adn approvals in a SharePoint list. In this list I want to have a hover effect. As soon as the user hover
I have a PHP form that is located on file contact.html. The form is processed from file processForm.php. When a user fills out the form and clicks on submit,
I have written an html code for a data table where I want to titlecase a particular column. The current code that I have puts all the column values in titlecase
I ran the following code in oracle live SQL but it gives an error. What is the problem? select * from bricks full join ((select count(*) from bricks) as "count
I have problem with my SQLITE. My lvlexp and messages are NULL I want that messages = 0 and lvlexp = 100 with this Code I have NULL @commands.Cog.listener()
I am trying to write data from struct into a a file. For instance the data is found in newpackets.data. I am trying to write that into a file, but keep getting
def store_exists(self, str_obj): """ Checks if an instance of a given store object exists already in the __store_obj_list. Parameters ---------