I tried to set cookie to use in browser(chrome) In php, I wrote a code $test = setcookie('LOGIN_TOKEN', $loginToken, time() + AUTO_LOGIN_LIMIT_TIME, '/', getCoo
I have this table. i need to make this table as mobile responsive. i tried a lot but failed. this table has two row of table headings. i need this both table he
I am a beginner in OWL API and am learning how to parse functional syntax. So far I have been unable to do it, and cannot figure out where I am going wrong. For
Context I have a client service making requests to a ray server. This client service has a timeout it's willing to wait for each requests. When the ray server g
I'm creating a GitHub pull request using the appropriate REST API. Specifying a single assignee or an assignees (using either the user login or GitHub's interna
I have an array of links, how can I check in the broken link method or not. In general, I need to implement something like this construction def parse(self, res
I have the table client_contacts like: id client_id contact_type_id data 1 1 3 [email protected] 2 2 4 +999 999 999 3 .. .. .... In my contact_types table I h
Cannot get BackHandler.removeEventListener to work. Can anyone please guide as of how to use it?
I plotted a dataframe using the following command df['col1'].value_counts().plot.bar(orientation='vertical') The output is shown as above. I would like to cha
I am trying to convert excel file to base64 to send WhatsApp API with Ultramsg : <?php require_once ('vendor/autoload.php'); // if you use Composer //requi