Coders Arcade
Coders Arcade
  • 780
  • 32 635 676

Відео

Git Tutorial For Beginners || Part 1
Переглядів 2972 місяці тому
Git Tutorial For Beginners || Part 1
What Is Version Control? | Git Version Control | Version Control In Software Engineering
Переглядів 732 місяці тому
What Is Version Control? | Git Version Control | Version Control In Software Engineering
Priority Queues || Data Structure in C++ || Coders Arcade
Переглядів 893 місяці тому
Priority Queues || Data Structure in C || Coders Arcade
Winner Of The Circular Game || LeetCode || DSA
Переглядів 2893 місяці тому
Winner Of The Circular Game || LeetCode || DSA
Constructors and Destructors in C++ Object Orient Programming
Переглядів 423 місяці тому
Constructors and Destructors in C Object Orient Programming
DevOps CI CD Pipeline || Simple & Detailed Explanation
Переглядів 793 місяці тому
DevOps CI CD Pipeline || Simple & Detailed Explanation
Interview Question - Sorting Arrays without Sorting Algorithm!!
Переглядів 763 місяці тому
Interview Question - Sorting Arrays without Sorting Algorithm!!
Dumbest Interview Question By VISA || Solved !! 🤔😲🫢🫨😱🙀🤯
Переглядів 523 місяці тому
Dumbest Interview Question By VISA || Solved !! 🤔😲🫢🫨😱🙀🤯
Double Pointers in C++ || Coders Arcade
Переглядів 1113 місяці тому
Double Pointers in C || Coders Arcade
Installing Ubuntu 23 On Windows 11 Using Oracle Virtual Box || Step By Step Guide || Coders Arcade
Переглядів 763 місяці тому
Installing Ubuntu 23 On Windows 11 Using Oracle Virtual Box || Step By Step Guide || Coders Arcade
Welcome to Coders Arcade - Your Ultimate Tech Learning Destination!
Переглядів 4344 місяці тому
Welcome to Coders Arcade - Your Ultimate Tech Learning Destination!
How to Install Docker on Windows 11 💻 | Easy Step-by-Step Guide 🔧
Переглядів 7 тис.4 місяці тому
How to Install Docker on Windows 11 💻 | Easy Step-by-Step Guide 🔧
🚀Installing Oracle Virtual Box On Windows 11 || Step By Step Guide 🚀
Переглядів 1134 місяці тому
🚀Installing Oracle Virtual Box On Windows 11 || Step By Step Guide 🚀
Saving Visualization to Local Machine in Tableau Public!!
Переглядів 714 місяці тому
Saving Visualization to Local Machine in Tableau Public!!
Java Coding Interview Series || Unique Array Elements
Переглядів 1844 місяці тому
Java Coding Interview Series || Unique Array Elements
Creating Your First Visualization in Tableau || Coders Arcade
Переглядів 764 місяці тому
Creating Your First Visualization in Tableau || Coders Arcade
Merge Two Sorted Arrays || Algo And Code In C++ || DSA
Переглядів 3404 місяці тому
Merge Two Sorted Arrays || Algo And Code In C || DSA
Largest of 3 Numbers using Nested Switch Case || Coders Arcade
Переглядів 4934 місяці тому
Largest of 3 Numbers using Nested Switch Case || Coders Arcade
Java Arrays || Tips And Tricks #coding
Переглядів 1724 місяці тому
Java Arrays || Tips And Tricks #coding
Recursion in C++ || Coders Arcade
Переглядів 405 місяців тому
Recursion in C || Coders Arcade
Merge Two Sorted Arrays | Efficient Two-Pointer Approach | C++ Code Tutorial | Part II
Переглядів 1115 місяців тому
Merge Two Sorted Arrays | Efficient Two-Pointer Approach | C Code Tutorial | Part II
Tableau - Installation || Coders Arcade
Переглядів 2515 місяців тому
Tableau - Installation || Coders Arcade
Merge Two Sorted Arrays | Efficient Two-Pointer Approach | C++ Code Tutorial | Part I
Переглядів 315 місяців тому
Merge Two Sorted Arrays | Efficient Two-Pointer Approach | C Code Tutorial | Part I
Introduction To Cloud Computing And Amazon Web Services (AWS)
Переглядів 625 місяців тому
Introduction To Cloud Computing And Amazon Web Services (AWS)
Tableau - Introduction || Coders Arcade
Переглядів 1075 місяців тому
Tableau - Introduction || Coders Arcade
Implementation of Graphs using Adjacency List (Map & List) - 4 || Data Structures & Algorithms
Переглядів 1005 місяців тому
Implementation of Graphs using Adjacency List (Map & List) - 4 || Data Structures & Algorithms
Implementation of Graphs using Adjacency List (Map & List) - 3 || Data Structures & Algorithms
Переглядів 295 місяців тому
Implementation of Graphs using Adjacency List (Map & List) - 3 || Data Structures & Algorithms
Implementation of Graphs using Adjacency List (Map & List) - 2 || Data Structures & Algorithms
Переглядів 425 місяців тому
Implementation of Graphs using Adjacency List (Map & List) - 2 || Data Structures & Algorithms
Implementation of Graphs using Adjacency List (Map & List) - 1 || Data Structures & Algorithms
Переглядів 555 місяців тому
Implementation of Graphs using Adjacency List (Map & List) - 1 || Data Structures & Algorithms

КОМЕНТАРІ

  • @dipakkundu5506
    @dipakkundu5506 Годину тому

    ❤❤

  • @seethal.a.s6167
    @seethal.a.s6167 День тому

  • @chhengtev1056
    @chhengtev1056 День тому

    So, What should i do if it Unexpected WSL error????

    • @CodersArcade
      @CodersArcade День тому

      If you encounter an unexpected WSL (Windows Subsystem for Linux) error while installing Docker, you can try the following troubleshooting steps: General Troubleshooting Steps 1. Restart Your System: - A simple restart of your system can often resolve unexpected errors. 2. Update WSL: - Ensure you are using the latest version of WSL. Open a PowerShell window as Administrator and run: wsl --update 3. Enable WSL and Virtual Machine Platform: - Ensure that WSL and Virtual Machine Platform features are enabled. In PowerShell as Administrator, run: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 4. Set WSL Version to 2: - If you haven't set WSL to use version 2, you can do so with: wsl --set-default-version 2 5. Check Docker Installation: - Ensure Docker Desktop is properly installed. You can download the latest version from the [Docker website](www.docker.com/products/docker-desktop). 6. Reinstall Docker: - Sometimes, reinstalling Docker can resolve issues. Uninstall Docker Desktop, restart your system, and then reinstall it. Specific Error Troubleshooting 1. Check WSL Distro Status: - Open PowerShell and check the status of your WSL distributions: wsl -l -v - Ensure that your desired distribution is running and set to version 2. 2. Reset Docker to Factory Defaults: - Open Docker Desktop, go to Settings -> Reset -> Reset to factory defaults. 3. Check for Conflicting Software: - Ensure there are no other virtualization technologies (like Hyper-V, VMware) conflicting with WSL. 4. Firewall and Antivirus: - Sometimes firewall or antivirus software can interfere with Docker. Temporarily disable them to see if it resolves the issue. 5. Logs and Diagnostics: - Check Docker Desktop logs for more detailed error information. Go to Docker Desktop -> Settings -> Troubleshoot -> Get Support -> Upload diagnostics and open the logs file. 6. Increase WSL Memory and CPU Resources: - Edit the `.wslconfig` file in your user profile directory (e.g., `C:\Users\<YourUsername>\.wslconfig`) to increase memory and CPU resources allocated to WSL: [wsl2] memory=4GB # Limits VM memory in WSL 2 up to 4GB processors=2 # Makes the WSL 2 VM use two virtual processors Example Error and Resolution Error: `WSL 2 requires an update to its kernel component.` - Solution: Install the WSL 2 kernel update. You can download it from [Microsoft's WSL 2 Kernel Update](aka.ms/wsl2kernel). If the above steps do not resolve the issue, please provide more specific error messages or logs, and we can assist you further.

    • @chhengtev1056
      @chhengtev1056 День тому

      @@CodersArcade btw thanks u so much but I already fixed it ❤️

  • @loveme7717
    @loveme7717 3 дні тому

    Your videos were very helpful for me to navigate my knowledge into learning RobotFramework. I had been using selenium with eclipse IDE and Java language now I got a new job where they use Robotframework with Pycharm IDE. I have been following your videos so far and I didn't get the same results as you run your codes. there is google cookies where I have to accept it all or reject it all. How do I handle cookies?

    • @CodersArcade
      @CodersArcade День тому

      Happy to hear that our videos are helping our audience...!!!😊💗 To handle cookies in Robot Framework, you can use the `SeleniumLibrary` to interact with the cookie consent pop-up. Here's an example of how you can handle the "accept all" or "reject all" cookies options: 1. Install the necessary libraries: Ensure you have `robotframework-seleniumlibrary` installed. You can install it using pip if you haven't already: pip install robotframework-seleniumlibrary 2. Write the Robot Framework script: Below is a basic example script that navigates to a website and handles the cookie consent pop-up by clicking the "accept all" or "reject all" button. *** Settings *** Library SeleniumLibrary *** Variables *** ${URL} www.example.com # Replace with the actual URL *** Test Cases *** Handle Cookie Consent Open Browser ${URL} chrome Maximize Browser Window Wait Until Element Is Visible xpath://*[@id="accept-button"] 10s Click Button xpath://*[@id="accept-button"] # Replace with the actual XPath or selector of the accept button # Alternatively, you can use the reject button # Click Button xpath://*[@id="reject-button"] # Replace with the actual XPath or selector of the reject button Close Browser In the script above, make sure to replace the `xpath://*[@id="accept-button"]` and `xpath://*[@id="reject-button"]` with the actual XPath or selectors that match the cookie consent buttons on the website you are testing. 3. Run the Robot Framework script: Save the script to a file, for example, `HandleCookies.robot`, and run it using the Robot Framework: robot HandleCookies.robot This script will open the specified URL in a Chrome browser, wait for the cookie consent pop-up to be visible, and then click the "accept all" button. If you want to click the "reject all" button instead, just uncomment the appropriate line and comment out the "accept all" line. By following these steps, you should be able to handle cookie consent pop-ups in your Robot Framework tests and get the same results as shown in our videos.

    • @loveme7717
      @loveme7717 20 годин тому

      @@CodersArcade Thank you so much for taking time to reply my queries. I really appreciate your time. You are indeed a great instructor/educator.👏

  • @rahulkeshri8390
    @rahulkeshri8390 3 дні тому

    Hydraulic Laminar Flow... No disturbance in the constant flow path...

  • @dipakkundu5506
    @dipakkundu5506 5 днів тому

  • @user-yl7xj2tv8p
    @user-yl7xj2tv8p 6 днів тому

    Sir no classes for long time i am waiting for the classes

    • @CodersArcade
      @CodersArcade 6 днів тому

      Sorry for the delay. We are out of station right now for a training program. We will be back this weekend. We will be coming live from next week. Thanks 🙏

  • @KiranHulk-nj8bo
    @KiranHulk-nj8bo 8 днів тому

    Thank you so much

  • @ozgurcansakallı
    @ozgurcansakallı 8 днів тому

    My bug on roblox free vip + hp inf + select power 💀💀💀

  • @MeeraAlgundewar
    @MeeraAlgundewar 9 днів тому

    Hi, I followed your video. But I am not getting auto suggestions for the keys which I am entering. Like when I enter open in Test cases section, it should show me 'open browser'. But I cannot see auto suggestions. Please suggest me

    • @CodersArcade
      @CodersArcade 8 днів тому

      Please use the intellibot plugin. It should resolve your issue.

    • @CodersArcade
      @CodersArcade 8 днів тому

      If it doesn't work let us know.

  • @devulapallisandhya3375
    @devulapallisandhya3375 9 днів тому

    Thank you 😊It's working for current 9.0 version too.

  • @dipakkundu5506
    @dipakkundu5506 10 днів тому

    👍👍

  • @dipakkundu5506
    @dipakkundu5506 11 днів тому

    Apurbo!

  • @sohailanjum99
    @sohailanjum99 11 днів тому

    Its wrongly explained.

    • @CodersArcade
      @CodersArcade 11 днів тому

      Can you be specific about what's wrongly explained? We will try to resolve the same.

    • @sohailanjum99
      @sohailanjum99 11 днів тому

      ​@@CodersArcadeyou are creating two classes and calling their methods. There should be country with same methods with null or some implementation class, india and southkorea class should inherit the country class.

    • @sohailanjum99
      @sohailanjum99 11 днів тому

      @@CodersArcade polymorphism always involve inheritance and overriding concepts. Thanks

  • @JmrGamers
    @JmrGamers 11 днів тому

    Err 69 : 'Version not supported.'

  • @dipakkundu5506
    @dipakkundu5506 12 днів тому

    👍👍

  • @ashwithchandra2622
    @ashwithchandra2622 14 днів тому

    can you do this in dynamic programming? It was the best and nice explanation and is very unique from other videos which i have watched. Iam looking for Dp approach.

    • @CodersArcade
      @CodersArcade 14 днів тому

      Sure 😊. Please stay tuned for the same solution in DP. We will upload it soon. Thanks for your support and valuable feedback 🙏👍

  • @dipakkundu5506
    @dipakkundu5506 14 днів тому

    Go ahead❤❤❤❤❤

  • @dipakkundu5506
    @dipakkundu5506 14 днів тому

    Khub bhalo lagche ai choto choto coders er angso gulo dekhte.

  • @ritchiekhawbung248
    @ritchiekhawbung248 14 днів тому

    Awesome brother 👏

  • @TheOnlyWayYeshua
    @TheOnlyWayYeshua 15 днів тому

    this is windows need one for macos

  • @lakshyabhardwaj6254
    @lakshyabhardwaj6254 17 днів тому

    Thank you so much, I can't thank you enough

  • @bnsacademy8668
    @bnsacademy8668 18 днів тому

  • @bhattbhargav83
    @bhattbhargav83 22 дні тому

    👍speed up a little bit

  • @macwansteven69
    @macwansteven69 22 дні тому

    To stop auto close of browser use below tric: open browser url browser options=add_experiment_option("detach", True)

  • @macwansteven69
    @macwansteven69 22 дні тому

    To stop auto close of browser use below tric: options=add_experiment_option("detach", True)

  • @AlkhemistcodeL
    @AlkhemistcodeL 23 дні тому

    that was just outstanding....best explanation

    • @CodersArcade
      @CodersArcade 22 дні тому

      Thanks for your valuable feedback 😊 ❤️

  • @dipakkundu5506
    @dipakkundu5506 Місяць тому

    ❤❤

  • @s.s3951
    @s.s3951 Місяць тому

    👍👍

  • @frankie2290
    @frankie2290 Місяць тому

    Quick question my friend, what is that leaf background / wallpaper that you have?

  • @milansahoovlogsodishatoka1440
    @milansahoovlogsodishatoka1440 Місяць тому

    👍👍👍

  • @dipakkundu5506
    @dipakkundu5506 Місяць тому

    It's pleasure to watch your classes.❤

  • @Ansuman2304
    @Ansuman2304 Місяць тому

    sir how much cgpa required for placement??

    • @CodersArcade
      @CodersArcade Місяць тому

      If you have an overall CGPA of 6.5 then you are eligible for 80% of the companies. If you have a CGPA of 7.0 overall, then you are eligible for all the companies provided you have a 70% percentile in 10th and 12th as well.

    • @Ansuman2304
      @Ansuman2304 Місяць тому

      @@CodersArcade thanks sir

    • @CodersArcade
      @CodersArcade Місяць тому

      Welcome 😊

  • @user-yl7xj2tv8p
    @user-yl7xj2tv8p Місяць тому

    Sir make more videos early so there will be flow

    • @CodersArcade
      @CodersArcade Місяць тому

      Can understand. But Monday to Friday we have offline sessions in colleges. We don't get time on weekdays. That's why we come live on weekends.

    • @CodersArcade
      @CodersArcade Місяць тому

      We also have our online batches going on every month. You can enroll if you want. The prices are reasonable.

  • @WyldStallion-bs9oo
    @WyldStallion-bs9oo Місяць тому

    3:54:00 is a good spot to start with the browser content I think.

  • @RD-xd7rq
    @RD-xd7rq Місяць тому

    Thank you!

  • @Pei_Family.001
    @Pei_Family.001 Місяць тому

    😂

  • @greywoolff
    @greywoolff Місяць тому

    Thanks a lot ...

  • @Mohammad_Dawoud
    @Mohammad_Dawoud Місяць тому

    thank you very much You gave me what i was exactly searching for, but i hope you improve sound recording in the future

    • @CodersArcade
      @CodersArcade Місяць тому

      Thanks for your valuable feedback. We will make sure the sound recording quality is taken care of for the future videos. Stay tuned and keep learning 😃 💜

  • @amitjain9019
    @amitjain9019 Місяць тому

    Does it work for windows 11 home edition?

  • @Parthiv-Gajjar
    @Parthiv-Gajjar Місяць тому

    Bhai ye song kyu daal rahe ho

  • @AlapanBatabyal
    @AlapanBatabyal Місяць тому

    Thanks a lot dude. It worked totally fine.++

  • @blackmangamer9265
    @blackmangamer9265 Місяць тому

    Wireless Monitor 😂😂

  • @purplevanilla
    @purplevanilla Місяць тому

    Shift + 1 >>>

  • @sadie1837
    @sadie1837 Місяць тому

    Thank you very much! I got it fixed.

  • @Nesalibra2509
    @Nesalibra2509 Місяць тому

    It’s is showing : the MySQL service on local computer started and then stopped . Some services stop automatically if they are not in use by other services or programs. !!!!

  • @lacer1107
    @lacer1107 Місяць тому

    It worked !! Thanks a lot Coders, saved my studies in Java.

  • @kaustubh6612
    @kaustubh6612 Місяць тому

    thanks