Python in VS Code - Very Basics!
13:27
VS Code Dev Container for C++
10:01
GSON: LocalDate Adapter
10:41
2 жыл бұрын
GSON: Array or List as root of JSON
9:17
GSON: Use in IntelliJ
10:56
2 жыл бұрын
Discord: Getting starting!
9:21
2 жыл бұрын
Record Response Video with Zoom
3:53
VS Code - Using Live Share
11:23
4 жыл бұрын
Discord for Office Hours
9:36
4 жыл бұрын
OptiTune: Remote Desktop Support
10:25
Postman Variables in Queries
2:55
4 жыл бұрын
Postman
11:25
4 жыл бұрын
Introduction to JUnit 5
17:34
5 жыл бұрын
Пікірлер
@ozanyldrm9791
@ozanyldrm9791 13 күн бұрын
very well explained, hats off
@tomek6502
@tomek6502 26 күн бұрын
I had the mentioned problem that I wanted to go back to MainActivity by sending an intent and not by calling finish() which led to the mentioned situation that I had to press Back button several times to exit my application. But the Internet led me to this video which explained my mistake . Thank you :)
@rowleysghost
@rowleysghost Ай бұрын
I'm stuck at the open folder in wsl, it talks about distro now
@doggo531
@doggo531 Ай бұрын
I'm new to Linux and its quite overwhelming. I followed multiple guides and struggled since none of them worked. But yours did, i was close to giving up and switching back to python but this helped me so much. Thank you for this guide and your efforts.
@mavi19911993
@mavi19911993 2 ай бұрын
doesnt work "sudo snap install --classic code"
@mightyboy1371
@mightyboy1371 2 ай бұрын
you absolute legend
@Beast_B944
@Beast_B944 2 ай бұрын
I'm in fedora it says sudo:apt-get : command not found
@HSY-z8b
@HSY-z8b 3 ай бұрын
Thank you very much for this top solution. Would you please also explain how a cpp code with GUI can be developed inside a container?
@ramble21
@ramble21 3 ай бұрын
Thank you for the simple yet detailed tutorial!
@amtsad
@amtsad 3 ай бұрын
its 2024, through this video u earned a subscriber
@andrevshimself
@andrevshimself 3 ай бұрын
Thank you !!!!!!!
@ChandanAkbarpuria
@ChandanAkbarpuria 3 ай бұрын
my wsl vs code window changes to normal vs code window when my I choose Any local folder . please help
@timstevens3361
@timstevens3361 3 ай бұрын
ms vscode runs on every platform i think it is harvesting source code for training ai llms nobody else thinks this ?
@DiegoI-i9v
@DiegoI-i9v 4 ай бұрын
Thank you, this video helped a lot.
@bookish3018
@bookish3018 4 ай бұрын
good job!
@viewerontube
@viewerontube 5 ай бұрын
Thank you Brian!
@scottbiggs8894
@scottbiggs8894 5 ай бұрын
Thank you, this was very useful. There seems to be problems with the kotlin json serializer (some bug was introduced recently) that's forcing me to go back and use Gson. But it's interesting you're still using java. It took a bit of trickery to convert that very last bit to kotlin. Here it is for those interested: val rockListType = object : TypeToken<ArrayList<PetRock?>?>() {}.type val myRocks: List<PetRock> = gson.fromJson(rocksJsonStr, rockListType)
@personxy7443
@personxy7443 5 ай бұрын
sir,in wsl shell:I run "code cproject",why it just open in windows rather than in wsl?how open cproject in wsl directly?
@philipschroeder5427
@philipschroeder5427 6 ай бұрын
I am stuck at the "password"-step. You typed that too fast for me. Could you please repeat your password slowly, and maybe spell it out, so that I get it as well? Ok, jokes aside, I know that Valgrind supports different platforms/ABIs, my question is though, could you cross-compile-test with Valgrind? For instance if I compile for ARM, can I tell Valgrind to set up the VM for ARM though I am executing on an x86_64 PC? Thanks
@SsAne-b3
@SsAne-b3 6 ай бұрын
CN anur
@alirazi9198
@alirazi9198 6 ай бұрын
thanks
@nethranjalitharushika447
@nethranjalitharushika447 6 ай бұрын
Thank you soo much sir, this is perfect.i saw lot of videos to slove some problems i met , but this is perfect one .i sloved my problems very quickly .thank you so much again.
@leonard9161
@leonard9161 7 ай бұрын
very helpful
@billyliu6811
@billyliu6811 7 ай бұрын
Make sure to do a `sudo apt install gdb` and `sudo apt-get update` if you don't have gdb installed or else vscode will complain with an error
@arslangarden5824
@arslangarden5824 7 ай бұрын
Can I contact you? Where to?
@Rith-ld1jl
@Rith-ld1jl 7 ай бұрын
I can not from local to remote because message is already lock Please explain me how to solution to be upload success from local to remote?
@michele.altamura
@michele.altamura 7 ай бұрын
You saved my life, thanks 😉
@SpeedyGadget
@SpeedyGadget 8 ай бұрын
I dont have a mainactivity.xml
@bruteoni8432
@bruteoni8432 8 ай бұрын
well this is outdated now... damn it
@gabrielmarianosantos3992
@gabrielmarianosantos3992 9 ай бұрын
Thank, I've got a test on friday (today is monday), and only now I could truly understand Thank you so much!!! Greeting from Brazil!!
@carlosmorenoi
@carlosmorenoi 9 ай бұрын
Gracias, Saludos desde Colombia.
@unbekannter_Nutzer
@unbekannter_Nutzer 9 ай бұрын
Very nice tutorial, especially in contrast to those, which only show a sequence of actions (mouse, keyboard) without explaining, what they are doing, but playing annoying background music instead. Thanks.
@MarnisAntonites
@MarnisAntonites 9 ай бұрын
DR BRIAN, YOU HAVE SAVED ME, THANK YOU.
@245_krishnasrinivas7
@245_krishnasrinivas7 10 ай бұрын
this is by far the best android studio tutorial. it covers all my doubts that i came across when i was trying to do it by myself. truly helpful, thank you!!
@atn362
@atn362 10 ай бұрын
Huge help. Thank you so much. This too has helped me while I’ve been banging my head against the wall for 2 days.
@gregoryturnbull
@gregoryturnbull 10 ай бұрын
Exactly what I needed to get started. You saved me hours if not days. Thanks!!!
@MrSchattka
@MrSchattka 10 ай бұрын
Thanks Dr. Fraser for the debugging videos that you have created.
@sarpdaltaban
@sarpdaltaban 11 ай бұрын
I do the same but after finish my files don't appear on the project explorer
@hasyxd1671
@hasyxd1671 11 ай бұрын
I may be wrong but wouldnt it be faster to lock the mutex before the loop start and unlock after the loop end ? Its less syscalls and should prevent the race condition just the same will beeing faster ? Correct me if Im wrong
@sibymohamed3013
@sibymohamed3013 Жыл бұрын
Thank You Dr BRIAN
@x1Wolf101x
@x1Wolf101x Жыл бұрын
Does this still work? I've tried to go through the steps in the video but VSCode does not let me open a folder in WSL so I am stuck on that step. It also isn't letting me use commands in the terminal?
@theos5187
@theos5187 5 ай бұрын
They deleted it from the WSL commands, but its still in the general command palette.
@shaihaim989
@shaihaim989 Жыл бұрын
Thanks for the video! With the new Android Hedgehog the default layout is a ConstraintsLaoyout. Maybe you could produce a new and updated version of the video?
@shaihaim989
@shaihaim989 Жыл бұрын
Wow! Great video. Good pace and super clear flow and explanation.
@arthurs6405
@arthurs6405 Жыл бұрын
Thank you very much. That was very well explained. Good job. I am assuming that you are an professor and thus I can believe that your students are benefiting from paying the excessive tuition being charged today.
@hennero.3826
@hennero.3826 Жыл бұрын
Thank you very much! Following these instructions, I could easily get the C++ compiler (g++) running in my existing VS Code that I had installed a few weeks ago to use PlatformIO. 🙂 As I am new to VS Code and therefore not familiar yet with how the use the different extensions, I appreciate especially the valuable information you provided regarding starting the IDE from the command line! This allows me to simply start the software from either a folder containing PlatformIO projects or a folder that I am using for the C++ stuff.🙂
@pamreth
@pamreth Жыл бұрын
Thank youuuuu
@SreesaSarma
@SreesaSarma Жыл бұрын
Thank you, very helpful!!
@garrysingh4484
@garrysingh4484 Жыл бұрын
Awesome video !!! 638k likes on 2.5k video 🧐