You are given a positive integer (example: N = 6). Print a numerical triangle of height like the one below: 1 22 333 4444 55555 Use no more
In Python, doing if a in b is really easy, and I'm wondering if there's an equivalent in C++. Specifically, I want to make a list of strings and check if an inp
I want to use sliver app bar with tab bar and grid view. I tried this code: @override Widget build(BuildContext context) { return MaterialApp( home:
I am kind of new in time series forecasting and deep learning. I have a dataset regarding Solar Irradiation and I am using Jupyter Notebook. I have divided data
I am working on converting the boolean algebra expression something like this NOT(a AND b) = (NOT a) OR (NOT b) NOT (a OR b) = (NOT a) AND (NOT b) a AND N
I am posing order-data on ssl means (https) based api via curl, But it return OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 message. Here is my test code as p
I am trying to make a Bookstore application. To download any book there is a redirect link that contains the actual link with the filename to download the epub
i created a lauch file to launch my robot into gazebo. first i got oid gains error so i added pid gains manually.Then when i run the launch file i am getting th
I'm working on an infrastructure-as-code deployment, managed with git and some build piplines. We have a branching structure like below. We develop on master, m