Most viewed questions in Others

0 votes
2 answers

How do you close/hide the Android soft keyboard programmatically?

The solution that I can think of ...READ MORE

Feb 23, 2022 in Others by Soham
• 9,700 points
9,172 views
0 votes
2 answers

Difference between "main()" and "runApp()" functions in Flutter.

main is entry point and,   runApp() is ...READ MORE

Apr 26, 2022 in Others by anonymous
8,826 views
0 votes
1 answer

Execute a shell script with php

One of the possible reason for this ...READ MORE

Feb 24, 2019 in Others by Omkar
• 69,210 points
8,679 views
0 votes
1 answer

Arduino IDE can't find ESP8266WiFi.h file

Customisation and selection of the correct card ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
8,548 views
0 votes
1 answer

Error: No pubspec.yaml file found.

Hi@akhtar, You need to run this command from ...READ MORE

Jul 20, 2020 in Others by MD
• 95,440 points
8,526 views
0 votes
2 answers

How to set margin for a Container in Flutter?

Container( margin: const EdgeInsets.fromLTRB(20, 10, 20, ...READ MORE

Apr 17, 2023 in Others by anonymous
8,483 views
0 votes
1 answer

Excel formula to get cell color

Add a Name(any valid name) in Excel's ...READ MORE

Oct 23, 2022 in Others by narikkadan
• 63,420 points
8,382 views
+1 vote
1 answer

How To Create Phone Number Format XXX-XXX-XXXX In Android

 can try: private String formatNumbersAsCode(CharSequence s) { ...READ MORE

Jun 14, 2022 in Others by polo
• 1,480 points
8,316 views
0 votes
1 answer

App iOS stuck on blank white screen when build release React Native

I use many node version so the ...READ MORE

Sep 21, 2022 in Others by rajatha
• 7,640 points
8,315 views
0 votes
1 answer

Git - remote: Repository not found

Start with removing all of the github.com ...READ MORE

Feb 16, 2022 in Others by Soham
• 9,700 points
8,181 views
0 votes
1 answer

Call third party .exe from windows service c#

Hi @Priyanka! The reason this is not working ...READ MORE

Feb 28, 2019 in Others by Omkar
• 69,210 points
8,096 views
0 votes
1 answer

aws s3 replace file atomically

Simply upload your new file on top ...READ MORE

Mar 24, 2022 in Others by gaurav
• 23,260 points
8,089 views
0 votes
1 answer

ERROR:'keytool' is not recognized as an internal or external command, operable program or batch file

Check if the directory and the keytool ...READ MORE

Feb 18, 2022 in Others by Rahul
• 9,670 points
7,976 views
0 votes
1 answer

Excel - Make a graph that shows number of occurrences of each value in a column

There is probably a better way to ...READ MORE

Oct 21, 2022 in Others by narikkadan
• 63,420 points
7,863 views
0 votes
1 answer

Load Animated gif in UIImageView IOS

Load GIF image Swift : ## Reference. #1 : ...READ MORE

Sep 21, 2022 in Others by rajatha
• 7,640 points
7,709 views
0 votes
1 answer

Why do we use Body-parser in Node.js?

For understanding this first you need to ...READ MORE

May 20, 2019 in Others by sunshine
• 1,300 points
7,671 views
0 votes
1 answer

Excel: Cross-sheet reference not working

There are 2 possible things: Make sure the ...READ MORE

Nov 20, 2022 in Others by narikkadan
• 63,420 points
7,621 views
0 votes
1 answer

Copying a sheet with specific formatting from an excel file to a new output

Using Python and the openpyxl package, you ...READ MORE

Mar 31, 2023 in Others by Kithuzzz
• 38,010 points
7,604 views
0 votes
1 answer

How to sum time in Excel?

Assuming your data is located at [D12:D22] Try this ...READ MORE

Sep 27, 2022 in Others by narikkadan
• 63,420 points
7,403 views
0 votes
1 answer

How to check the connected device name in Flutter?

Hi@akhtar, Flutter has its command own command to ...READ MORE

Jul 17, 2020 in Others by MD
• 95,440 points
7,252 views
0 votes
1 answer

What are the RGB and HEX codes of the 3 color conditional format in Excel?

In Excel 2016 at least the colors ...READ MORE

Sep 24, 2022 in Others by narikkadan
• 63,420 points
7,017 views
0 votes
0 answers

Bootstrap modal: is not a function

When I call my model in windows ...READ MORE

May 5, 2022 in Others by Kichu
• 19,050 points
6,866 views
0 votes
1 answer

How to find out how many rows and columns to read from an Excel file with PHPExcel?

Solution: $file_name = htmlentities($_POST['file_name']); $sheet_name = htmlentities($_POST['sheet_name']); $number_of_columns = htmlentities($_POST['number_of_columns']); $number_of_rows ...READ MORE

Oct 23, 2022 in Others by narikkadan
• 63,420 points
6,761 views
0 votes
1 answer

Openpyxl password protect excel file python

Please refer to the documentation here. Workbooks can be ...READ MORE

Sep 24, 2022 in Others by narikkadan
• 63,420 points
6,729 views
0 votes
1 answer

How to fix "Headers already sent" error in PHP

The functions that send and modify the ...READ MORE

Feb 17, 2022 in Others by Aditya
• 7,680 points
6,611 views
0 votes
1 answer

Excel number formatting thousands is not working

Follow these steps: 1- choose cells you want ...READ MORE

Feb 16, 2023 in Others by Kithuzzz
• 38,010 points
6,573 views
0 votes
1 answer

How can I convert uppercase letters to lowercase in Notepad++

Simply choose the text you wish to ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 63,420 points
6,520 views
0 votes
1 answer

How to save a new sheet in an existing excel file, using Pandas?

import pandas as pd import numpy as np path ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,420 points
6,478 views
0 votes
1 answer

PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: (Open Excel File) in Python

Try this: import os import shutil dirpath = os.path.join('C:/Path/Folder', 'Folder') if ...READ MORE

Jan 15, 2023 in Others by narikkadan
• 63,420 points
6,427 views
0 votes
1 answer

How to import data from a HTML table on a website to excel?

Hello  To import any HTML file in excel there ...READ MORE

Feb 10, 2022 in Others by gaurav
• 23,260 points
6,386 views
0 votes
1 answer

node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected error after installation of Angular 6

Due to the existence of a version ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,670 points
6,374 views
0 votes
0 answers

Unable to add window -- token null is not valid; is your activity running?

I am trying to put a feature ...READ MORE

May 18, 2022 in Others by Kichu
• 19,050 points
6,307 views
0 votes
1 answer

'adb' is not recognized as an internal or external command, operable program or batch file

Set the path of adb into System ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
6,303 views
0 votes
1 answer

Disable Postback on button ASP.NET c#

If you're dynamically adding controls to the ...READ MORE

May 30, 2022 in Others by rajiv
• 1,620 points
6,298 views
0 votes
1 answer

Where do I find a list of all mat-icons -- Angular

To answer your question, the prior Material.io ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,670 points
6,244 views
0 votes
2 answers
0 votes
1 answer

"Cannot send session cache limiter - headers already sent"

The line "Headers already sent" means that ...READ MORE

Feb 18, 2022 in Others by Aditya
• 7,680 points
6,230 views
0 votes
1 answer

How to change the project name in Flutter App?

Hi@akhtar, If you want to change the name ...READ MORE

Sep 3, 2020 in Others by MD
• 95,440 points
6,203 views
0 votes
1 answer

Error waiting for a debug connection: The log reader stopped unexpectedly

Hi@akhtar, You need to execute flutter clean command in your project ...READ MORE

Jul 24, 2020 in Others by MD
• 95,440 points
6,175 views
0 votes
1 answer

How to run two commands in one line in Windows CMD?

Hi@MD, You can use the Logical And operator ...READ MORE

Oct 5, 2020 in Others by akhtar
• 38,230 points
6,111 views
0 votes
0 answers

mysql said: Cannot connect: invalid settings. xampp

I changed the root password to test ...READ MORE

May 23, 2022 in Others by Kichu
• 19,050 points
6,091 views
0 votes
1 answer

count() parameter must be an array or an object that implements countable in laravel

You will have to make one change ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,670 points
6,087 views
0 votes
1 answer

Get column names of Excel worksheet with OpenPyXL in readonly mode

This will print every thing from row ...READ MORE

Oct 22, 2022 in Others by narikkadan
• 63,420 points
6,076 views
0 votes
1 answer

Excel Function to Exclude rows based on certain values

One method is to combine the FILTER() ...READ MORE

Jan 23, 2023 in Others by narikkadan
• 63,420 points
6,071 views
0 votes
1 answer

how many logical connectives are there in artificial intelligence?

Negation, conjunction, disjunction, implication, and biconditional are ...READ MORE

Jan 7, 2022 in Others by Edureka
• 12,690 points
6,054 views
0 votes
1 answer

Send message using excel to whatsapp web reloading

Inputs Range("W_C") = A list of Contacts' telephone ...READ MORE

Sep 21, 2022 in Others by narikkadan
• 63,420 points
6,048 views
0 votes
1 answer

Font Awesome not working, icons showing as squares

You must have 2 classes, the fa ...READ MORE

Feb 22, 2022 in Others by Aditya
• 7,680 points
6,042 views
0 votes
1 answer

How to run C# code on Ubuntu

Hey @Abha, you can create and run ...READ MORE

Mar 1, 2019 in Others by Anvi
• 14,150 points
5,981 views
0 votes
1 answer

Perl Install on Ubuntu

Hi Ashmita, on every ubuntu machine, perl ...READ MORE

Mar 1, 2019 in Others by Abha
• 28,140 points
5,973 views
0 votes
1 answer

How to pass functions to widgets in Flutter?

Hi@akhtar, Functions are first-class objects in Dart and ...READ MORE

Jul 20, 2020 in Others by MD
• 95,440 points
5,944 views