Code Wizard
Code Wizard
  • 27
  • 912 847
How to Uninstall Homebrew Completely
We will discuss how to uninstall homebrew completely on Mac OS
Link to homebrew uninstall script: github.com/homebrew/install#uninstall-homebrew
Then remove residual files via: sudo rm -rf /opt/homebrew/
In home directory on silicon, use open .zprofile and remove the brew shellenv line.
Get a free stock when you open a free account on Robinhood (up to $216.28)!
join.robinhood.com/nicholm12649
Переглядів: 1 563

Відео

How to Ignore Files in Git Globally (.DS_Store)
Переглядів 1,1 тис.11 місяців тому
I'll show you how to ignore files in git globally. This means that files and folders can be ignored for all projects, not just one project. I'll show you specifically how to ignore the annoying .DS_Store file, which is common in MacOS. If you get an error because the .gitignore_global file doesn't exist, all you have to do is create the file with: touch ~/.gitignore_global How to ignore files i...
How to Install Git on MacOS 2024
Переглядів 67 тис.Рік тому
In this video, you will learn how to install Git on Mac OS using Homebrew. Installation Steps: Install Homebrew: copy the install command from brew.sh NOTE: if you need to add Homebrew to your PATH, use the command found here under "Setting up your path": sourabhbajaj.com/mac-setup/Homebrew/ Install Git: brew install git Commands to setup name and email in Git config: git config global user.nam...
How to Install Homebrew on Mac OS
Переглядів 7 тис.Рік тому
In this video you will learn how to install Homebrew on Mac OS. NOTE: if you are using a Mac M1 Processor, please install iTerm, and then run iTerm in Rosetta mode in order to follow this tutorial. These are the steps to install homebrew on Mac OS: 1. Got to brew.sh 2. Open your terminal. If using an M1 or M2, install iTerm and open in Rosetta mode. 2. Paste this command into your terminal. /bi...
JavaScript Array Filter Method
Переглядів 2482 роки тому
In this video you will learn how to use the JavaScript array filter method to filter elements in an array. The array filter method can be very helpful when you want to filter out elements based on a specific criteria. You can read the accompanying article at JavaScript Rocket: javascriptrocket.com/javascript-array-filter-method/ Get a free stock when you open a free account on Robinhood (up to ...
How to Run C in VS Code on MacOS
Переглядів 66 тис.2 роки тому
I will show you how to run C in Visual Studio Code (#vscode) on MacOS (both M1 and Intel will work). Running a C program in Visual Studio Code is simple once you have the required tools installed. We will install both the C/C extension as well as the Code Runner extension in VS Code. Timestamps: 0:00 - Introduction 0:32 - How to install C/C extension in visual studio code 1:01 - How to install ...
How to Run C++ in VS Code on MacOS
Переглядів 75 тис.2 роки тому
I will show you how to install C and how to run C in Visual Studio Code (#vscode). Running C programs in Visual Studio Code is an easy process once you have the required tools installed. Timestamps: 0:00 - Introduction 0:30 - How to install C extension in visual studio code 0:50 - How to install Code Runner extension in visual studio code 1:10 - Install C compiler (clang) 2:30 - Creating a C pr...
How to Run Java in VS Code
Переглядів 5 тис.2 роки тому
This video explains how to run Java in VS Code (Visual Studio Code). In this tutorial we will install Java, and run a Java program. During the installation process we will also install the Java extension pack. As mentioned in the video, this is the VS Code Java "Getting Started" link: code.visualstudio.com/docs/java/java-tutorial Get a free stock when you open a free account on Robinhood (up to...
How to Deploy a React App to Netlify
Переглядів 1 тис.2 роки тому
In this video we will go over how to deploy a React app to Netlify so you can share your application with everyone. Deploying a React application can be a confusing process as there are many options available. Netlify is an easy and free deployment solution for React apps. Get a free stock when you open a free account on Robinhood (up to $216.28)! join.robinhood.com/nicholm12649
How to Shuffle an Array in JavaScript
Переглядів 1,9 тис.2 роки тому
In this video I will show you step by step on how to shuffle an array in JavaScript. Knowing how to shuffle an array into a randomized order can be a useful tool in your programming projects. This is also a common interview question during coding interviews. The solution in this video is one of the most efficient ways to shuffle an array in JavaScript for both time and space complexity. The shu...
How to Deploy a React App to Vercel
Переглядів 32 тис.3 роки тому
In this video I will show you how to deploy a React app to Vercel. Vercel allows you to easily deploy a front end React application with zero configuration so you can share your project with everyone. We will use Vercel’s CLI in our project to deploy from the terminal in VS Code. Easy steps to deployment: 1. Create a vercel account 2. Open a new terminal in VS Code or other editor. Make sure yo...
"Hello World!" in Every Programming Language
Переглядів 2,5 тис.3 роки тому
"Hello World!" in Every Programming Language
How to Deploy a Node.js App to Heroku
Переглядів 3,1 тис.3 роки тому
How to Deploy a Node.js App to Heroku
How to Install Python on Mac OS - Python for Beginners
Переглядів 4113 роки тому
How to Install Python on Mac OS - Python for Beginners
How to Update Node.js and NPM in the Terminal on Mac OS
Переглядів 29 тис.3 роки тому
How to Update Node.js and NPM in the Terminal on Mac OS
How to Install Matplotlib in Python and Run in Visual Studio Code
Переглядів 137 тис.3 роки тому
How to Install Matplotlib in Python and Run in Visual Studio Code
How to Run Python in VS Code
Переглядів 65 тис.3 роки тому
How to Run Python in VS Code
VS Code Setup for Web Developers
Переглядів 17 тис.3 роки тому
VS Code Setup for Web Developers
How to Run JavaScript in VS Code
Переглядів 62 тис.3 роки тому
How to Run JavaScript in VS Code
Install Bootstrap in VS Code | VS Code Extension
Переглядів 117 тис.4 роки тому
Install Bootstrap in VS Code | VS Code Extension
Command Line Basics for Beginners
Переглядів 8914 роки тому
Command Line Basics for Beginners
Top 5 Extensions in VS Code
Переглядів 1,3 тис.4 роки тому
Top 5 Extensions in VS Code
Install Prettier in VS Code
Переглядів 64 тис.4 роки тому
Install Prettier in VS Code

КОМЕНТАРІ

  • @EmmaNarvaez-y4h
    @EmmaNarvaez-y4h 2 години тому

    Guys I did it and it’s deleted all the vids from my fav channel i watch😭😭😭

  • @vivbakht1
    @vivbakht1 8 годин тому

    legend! thank you

  • @antMight
    @antMight 10 годин тому

    Thank you! It helped me a lot! Have a nice day!

  • @Suiii-n2h
    @Suiii-n2h 16 годин тому

    Bro es accha cognito he open krle

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

    you saved my life😭😭

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

    ❤❤❤

  • @DanielleRooke-n4h
    @DanielleRooke-n4h 7 днів тому

    Thank because my sister put 548 subscriptions

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

    Dose it delete your videos too?

  • @GojiraGuy-vm4uc
    @GojiraGuy-vm4uc 10 днів тому

    i misspelled duck

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

    Thank you 😂🌚

  • @AlexisFultz-pookie
    @AlexisFultz-pookie 11 днів тому

    Thank u so muchhh😅

  • @MdRukon-ok7mb
    @MdRukon-ok7mb 11 днів тому

    ভাইয়া ধন্যবাদ তোমার কারণে আমার ভিডিওগুলো ডিলিট হয়েছে আমার মা যদি এগুলো ভিডিও গুলো দেখতে আমার মাইর দিতাম আমার ভিডিও করতে দেয় না❤❤❤❤❤❤❤

  • @Rahat-g4g
    @Rahat-g4g 11 днів тому

    😢

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

    Now, this is some next-level computer guy stuff. Thank you for the tutorial my man!

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

    Hi

  • @VihanMeena-f3h
    @VihanMeena-f3h 13 днів тому

    Thank you 😅😅

  • @Luisnicolascozma
    @Luisnicolascozma 13 днів тому

    How do u delete all of ur UA-cam shorts at once?

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

    Thank You so so much

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

    Thank you my friend. This video is very much useful to me. I wish you a good health and prosperous so that you can help others like me and have a good life.

  • @Doglove214
    @Doglove214 19 днів тому

    Thank you so so so much I was saved from my mom seeing my history😅

  • @PuspaTmg-i6b
    @PuspaTmg-i6b 22 дні тому

    Thank you❤

  • @abulkalam-ps9sd
    @abulkalam-ps9sd 23 дні тому

    Thank you bro

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

    Thank you 💕 God bless you you saved me from my mom seeing my surch history

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

    Thank you 💕 God bless you you saved me from my mom seeing my surch history

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

    Thank you 💕 God bless you you saved me from my mom seeing my surch history

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

    Thank you 💕

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

    Thank you 💕

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

    Thank you 💕 God bless you you saved me for my mom seeing my surch history

  • @booyahgamer4441
    @booyahgamer4441 24 дні тому

    😭🤪

  • @Antonio_Official_Channel
    @Antonio_Official_Channel 25 днів тому

    We know why were here

  • @sebastianledezma5155
    @sebastianledezma5155 25 днів тому

    Thank you so much!!! You resolved a week-long issue that I had with my VS (prolly a Layer 8 issue hahaha) Thanks a bunch!😁

  • @THEGOATRONALDO-o3o
    @THEGOATRONALDO-o3o 26 днів тому

    i think i know why we all here 💀

  • @Shanti575
    @Shanti575 26 днів тому

    I love you 😘😘😘💕😘💕💕💕💕😘 you save my life from my mom

  • @GamingGirlsR-T
    @GamingGirlsR-T 26 днів тому

    TYSM this saved my life because I searched up tacna heat because my friend was saying how gross it was (it is) and I didn’t know so I searched it up help sos

    • @itz._ariana1008
      @itz._ariana1008 7 днів тому

      Same I searched up Gacha then it said Gacha heat so I looked and..

  • @mahmoudsalah5359
    @mahmoudsalah5359 26 днів тому

    thanks bro

  • @LorenzoSecretOfficial
    @LorenzoSecretOfficial 28 днів тому

    You saved me

  • @ArsemaArsema-k7u
    @ArsemaArsema-k7u 28 днів тому

    Yes finally I just cook ramen I want to delete them I don't know what I'm doing 💀💀💀🤌

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

    Nice video but you should teach how to add brew in our path

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

    mine keeps saying error 500 do u know why?

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

      Mine too

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

      Usually means there's an issue on Google's side. I'd recommend you try back again in a couple hours.

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

    Nehi hua 500. Kuch dekha Raha ha

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

    No bro

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

    you saved our lives, we are eternally grateful!

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

    thanks a lot, it works!

  • @Andrey-Pashentsev
    @Andrey-Pashentsev Місяць тому

    Thank you so much!

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

    Another day a nother life saved

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

    I know this already, what I wanna know is how to delete search history not watched history in one shot. So this is not helpful

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

    Thank you i will keep this info to my grave😅😅❤😂

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

    Same! Finally worked! Simple "pip install matplotlib" didnt work needed the rest of the command, wow I spent hours figuring this out. Somehow was able to install without admin. Thanks again!

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

    We know why you came here 🤨

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

      I mean, november is over now

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

    Oh my God oh my God oh my God thank you for saving my life I would have been so embarrassed thank you thank you thank you thank you thank you thank you thank you thank you thank you