Trending questions in Edureka Community

0 votes
1 answer

Making several synth LookAndFeels coexist at the same time in a java swing application

To make several Synth LookAndFeels coexist at ...READ MORE

Apr 27, 2023 in UI UX Design by pooja
682 views
0 votes
0 answers

jQuery infinite slideUp and slideDown without clicking

I have a title that is in ...READ MORE

May 11, 2023 in UI UX Design by vijaytejashwini

edited 5 days ago 103 views
0 votes
1 answer

UI / UX designer tool with custom style

Yes, there are several UI/UX design tools ...READ MORE

Apr 25, 2023 in UI UX Design by seena
762 views
0 votes
0 answers

How can I create a non-nullable variable when it's initialized in an event?

This is razor code but I think ...READ MORE

May 11, 2023 in UI UX Design by vijaytejashwini

edited 5 days ago 90 views
0 votes
1 answer

How to read a txt with pandas, and correctly put it in a dataframe to be converted to excel

It appears that you wish to create ...READ MORE

Mar 21, 2023 in Others by Kithuzzz
• 38,000 points
2,280 views
0 votes
1 answer

How can i implement Flutter flip animation for book reading app?

Implementing a book page flip effect in ...READ MORE

Mar 20, 2023 in Android by Tej
2,389 views
0 votes
1 answer

UI/UX Design in Real Time Applications

When designing for real-time applications like those ...READ MORE

Apr 25, 2023 in UI UX Design by vinayak
744 views
0 votes
1 answer

Unable to access Riverpod provider state

The error message you're seeing suggests that ...READ MORE

Apr 17, 2023 in Flutter by Anitha
1,091 views
0 votes
1 answer

TypeScript - ',' expected.ts(1005)

You can't put statements in JSX curly braces, only expressions. You ...READ MORE

Jun 9, 2022 in TypeSript by Nina
• 3,060 points
14,575 views
0 votes
1 answer

Flutter Http line not getting executed

The issue might be related to the ...READ MORE

Apr 12, 2023 in Flutter by pooja
1,279 views
+1 vote
2 answers

How to read a csv file stored in Amazon S3 using csv.DictReader

The code would be something like this: import ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
54,706 views
0 votes
1 answer

zegocloud's video/audio sdk flutter package error

It seems like there are some issues ...READ MORE

Apr 11, 2023 in Flutter by pooja
1,329 views
0 votes
1 answer

Slack UI/UX design with collapsable columns

To replicate Slack's collapsible functionality using Split.js, ...READ MORE

Apr 25, 2023 in UI UX Design by pooja
711 views
+1 vote
3 answers

How to connect to oracle database from power Bi?

I use Devart ODBC drivers in order ...READ MORE

Dec 20, 2019 in Power BI by Tony
• 160 points
31,218 views
0 votes
1 answer

How do I make it where when I change my window size, the content adjusts with it?

To make the content adjust with the ...READ MORE

Apr 26, 2023 in UI UX Design by Tanishqa
• 1,170 points
649 views
0 votes
1 answer

VBA - Split table rows based on a column value

Create Type-Specific Worksheets in Excel using VBA Description This ...READ MORE

Apr 7, 2023 in Others by Kithuzzz
• 38,000 points
1,471 views
0 votes
1 answer

HomeWidgetBackgroundService error using es.antonborri

Based on the error message, it seems ...READ MORE

Apr 18, 2023 in Flutter by pooja
960 views
0 votes
1 answer

Outsourcing UI/UX while keeping the app code secret

If you want to outsource your UI/UX ...READ MORE

Apr 25, 2023 in UI UX Design by vishalini
644 views
0 votes
1 answer

Coding Photoshop UI/UX to fully working website?

To turn your Photoshop UI/UX design into ...READ MORE

Apr 25, 2023 in UI UX Design by Anitha
640 views
0 votes
1 answer
0 votes
1 answer

Need UI/UX Design layout name

The layout design that Cleartrip.com uses is ...READ MORE

Apr 25, 2023 in UI UX Design by pooja
623 views
0 votes
1 answer

Create Service Connection from Azure DevOps to GCP Artifact Registry

Creating a service account for Google Cloud ...READ MORE

Apr 29, 2024 in Other DevOps Questions by anonymous
• 1,420 points
1,023 views
0 votes
1 answer

SQL: Find first occurrence of any character except the one specified

You can use the TRIM() function to ...READ MORE

Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
847 views
0 votes
1 answer

Why is applicationWillTerminate not being called on the first launch of my app?

The applicationWillTerminate method is called by the ...READ MORE

Mar 18, 2023 in Android by vishalini
2,310 views
0 votes
1 answer

How to find out if an item is present in an std::vector?

The most straightforward solution is to count the total number of elements in the vector that have the specified value.  If the count is greater than zero, we've found our element.  This is simple to accomplish with the std::count function. #include <iostream> #include <vector> #include <algorithm> int main() { ...READ MORE

May 27, 2022 in Others by Damon
• 4,960 points
14,969 views
0 votes
1 answer

How to change where an email is sent FROM in Excel VBA

Inside the 'with out mail, insert this ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 63,600 points
1,722 views
0 votes
1 answer

Flutter project when run showing Error Invalid argument(s): The source must not be null

The error message you provided seems to ...READ MORE

Mar 20, 2023 in Flutter by venky
2,183 views
0 votes
1 answer

How to supply relevant information to ChatGPT?

To supply relevant information to ChatGPT, you ...READ MORE

May 22, 2023 in ChatGPT by anonymous
• 1,420 points
658 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,680 points
9,880 views
0 votes
1 answer

Notes date filtration from db

The error message you're seeing is telling ...READ MORE

Apr 18, 2023 in Flutter by Tej
853 views
0 votes
1 answer

iOS debugging not working on thunderbolt port in mac mini

If your iOS device is not being ...READ MORE

Apr 20, 2023 in Flutter by vishalini
761 views
0 votes
5 answers

What is the HDFS command to list all the files in HDFS according to the timestamp?

You can try filter using value in ...READ MORE

Dec 7, 2018 in Big Data Hadoop by Lenny
74,699 views
0 votes
1 answer

R: Calculate and interpret odds ratio in logistic regression

A logit, or the log of the ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
17,380 views
0 votes
1 answer

Python - Generate PDF from created Excel workbook - cannot save pdf document

The problem is that temp.xlsx doesn't shut ...READ MORE

Apr 6, 2023 in Others by narikkadan
• 63,600 points
1,324 views
0 votes
1 answer

How to find top three highest salary in emp table in oracle?

Use this: SELECT *FROM ...READ MORE

Sep 18, 2022 in Database by narikkadan
• 63,600 points
9,980 views
0 votes
1 answer

Python: Converting Datetime into an integer

Try this: import datetime current_date = datetime.datetime.now() print("String Format of ...READ MORE

Apr 6, 2023 in Others by narikkadan
• 63,600 points
1,316 views
0 votes
1 answer

How to start my cyber security journey?

Starting a cybersecurity journey can be overwhelming, ...READ MORE

Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
729 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,600 points
8,434 views
0 votes
1 answer

Two different fonts in one cell using excel vba

Public Sub add_degree_symbol() ActiveCell.Value = ...READ MORE

Apr 10, 2023 in Others by Kithuzzz
• 38,000 points
1,130 views
0 votes
0 answers

How do I use text as reference in EXCEL

How can I reference one text-based cell ...READ MORE

Apr 11, 2023 in Others by Kithuzzz
• 38,000 points
1,066 views
0 votes
1 answer

Flutter Like Button Animation Not Working After Adding Method

It seems like the issue might be ...READ MORE

Apr 12, 2023 in Flutter by Tanishqa
• 1,170 points
987 views
0 votes
1 answer

Flutter SVG rendering

Flutter does not have built-in support for ...READ MORE

Mar 26, 2023 in Flutter by seena
1,773 views
0 votes
1 answer

VBA - Dynamic Variable Name in a Loop

Set the array values with: Dim i as ...READ MORE

Mar 19, 2023 in Others by Kithuzzz
• 38,000 points
2,053 views
0 votes
1 answer

Azure Function App showing message Your app is currently in read only mode because you are running from a package file

Yes! When you first deploy the function ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 13,620 points
17,674 views
0 votes
1 answer

Excel VBA- How to loop through specific sheets in a workbook and format the same ranges in each sheet

Range(...) instructs VBA to always use the ...READ MORE

Mar 21, 2023 in Others by Kithuzzz
• 38,000 points
1,962 views
0 votes
0 answers

from diploma EEE to a IT

Hi there,  i am working as a production ...READ MORE

May 3, 2023 in Data Science by Sandeep

edited 5 days ago 102 views
0 votes
1 answer

Logging and tracing on Azure

For logging and tracing in your multi-tenant ...READ MORE

Jun 21, 2023 in Azure by Khan Sarfaraz
• 700 points
678 views
0 votes
1 answer

TypeScript error TS2304: cannot find name ' require'

Here's a really easy work around: declare var ...READ MORE

May 31, 2022 in TypeSript by Nina
• 3,060 points
14,629 views
0 votes
1 answer

Cybersecurity (Internet topology classification)

From the data you provided, it appears ...READ MORE

Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
668 views
0 votes
1 answer

How to access an image file returning 404 in a cybersecurity challenge website?

It's difficult to provide specific guidance without ...READ MORE

Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
662 views