My First Year of Western Engineering
13:29
How To Use Case Statements In Python
10:25
How to use the Twitter API in Python
4:14
Three Jupyter Notebooks for the STFT
21:29
Tutorial: Displaying Graphs in MATLAB
10:00
Introducing the FAST algorithm
7:37
2 жыл бұрын
Introducing Kernels Using MATLAB
3:47
Feature matching using MATLAB
7:22
2 жыл бұрын
Filtering Images with MATLAB
6:39
2 жыл бұрын
Writing Python Unit Tests in PyCharm
5:16
Installing and Using PyCharm on Linux
10:42
Пікірлер
@RaadClub
@RaadClub 2 ай бұрын
Thank you man.
@informativecontent4778
@informativecontent4778 2 ай бұрын
came here for non snap method
@hughesadam87
@hughesadam87 4 ай бұрын
Great example
@anthonymarques6551
@anthonymarques6551 4 ай бұрын
Hello, Any way to automate this process?
@lunxr_egg
@lunxr_egg 4 ай бұрын
My install screen goes all distorted and I can’t see any of the options, but the computer isn’t frozen. Help? Installing kali on think pad e495
@kawsarsajib8600
@kawsarsajib8600 4 ай бұрын
Amazing video! Thank you very much. However, I have seen that the images are saved in the folder where the pdf is located. If I want to save it in another directory or folder I need to modify the code a little bit. The code is given below. My operating system is windows. import os from pdf2image import convert_from_path def convert_pdf(pdf_path, save_dir, res=400): pages = convert_from_path(pdf_path, dpi=res, output_folder=save_dir) # Specify the output_folder parameter name_with_extension = os.path.basename(pdf_path) name = os.path.splitext(name_with_extension)[0] for idx, page in enumerate(pages): page.save(os.path.join(save_dir, f'{name}_{idx}.png'), 'PNG', resolution=(1920, 1080)) pdf_path = "C:\\Users\\Sajib\\Downloads\\50.pdf" save_dir = "C:\\Users\\Sajib\\Downloads\\output_images" convert_pdf(pdf_path, save_dir) print("done") def delete_ppm_files(directory): for filename in os.listdir(directory): if filename.endswith(".ppm"): os.remove(os.path.join(directory, filename)) # Example usage: folder_path = "C:\\Users\\Sajib\\Downloads\\output_images" delete_ppm_files(folder_path) print("PPM files deleted successfully.")
@rahmaesam2732
@rahmaesam2732 4 ай бұрын
Any one have an idea how we can play ogg file, or convert it to mp3 file
@sanjanaadiga3920
@sanjanaadiga3920 5 ай бұрын
Great, informative video! I was thinking of doing engineering...but now I'm feeling Ivey. I already got a lanyard. Thank you mr. jeffano john for showing me the light and changing my life.
@infiniteyouth18
@infiniteyouth18 5 ай бұрын
i keep getting whtmltopdf cannot be found even after installing it
@developeraccount438
@developeraccount438 7 ай бұрын
pls share the script
@BJ-hh3tf
@BJ-hh3tf 9 ай бұрын
Plz help i got this no matter what i change in the boot settings : "multiple active partitions no bootable device" in boot menu i have no usb option like you. Also i didn't have UEFI firmware settings i had a different option i forgot it
@pattmayne
@pattmayne 9 ай бұрын
Newer versions of the sqlite crate don't like the way we use BIND here. I was getting errors around the "bind" stuff. I solved it by switching back to the exact sqlite version used in the video.
@vetrenyy
@vetrenyy 6 ай бұрын
I think the reason why is in newer version sqlite::Statement::bind now takes a tuple of int and str (or something that can be converted to this), so you now have to call it like this: db.bind((1, username))
@汤炁
@汤炁 9 ай бұрын
Simple and great! Thx!
@Ruhgtfo
@Ruhgtfo 10 ай бұрын
Hi miss, what does it mean for P0= is 20?
@ozyhuboi1
@ozyhuboi1 Жыл бұрын
good stuff
@seanys
@seanys Жыл бұрын
That intro is not only grating but about 4 times louder than your voice. Please don't do that again.
@akiidjk
@akiidjk Жыл бұрын
nice video
@Dogepoleon
@Dogepoleon 9 ай бұрын
fr
@VivekYadav-ds8oz
@VivekYadav-ds8oz Жыл бұрын
I'm using Vercel, so my application is serverless. To do connection pooling, currently I'm just relying on global statics to do a crude form of connection pooling, and relying on the fact that the same serverless function with same global context is re-run if it is required to run very close in time to the previous run. Is there a better way?
@VivekYadav-ds8oz
@VivekYadav-ds8oz Жыл бұрын
2:50 you forgot to hide your email
@me1708-fyE
@me1708-fyE Жыл бұрын
thank you for the video...How to enable profiler in pycharm on Mac? I can't enable it on my Mac.
@LowtechLLC
@LowtechLLC Жыл бұрын
This is a good video. It was right to the point. Thank you.
@devmalyaroy4086
@devmalyaroy4086 Жыл бұрын
how the code is working as per the stated alforithm?
@deebsmigs
@deebsmigs Жыл бұрын
lol. I was trying to figure this out on my own before watching the video. And didn't realize whtmltopdf had to be installed before pdfkit.
@AyeshaJKhan-lb4im
@AyeshaJKhan-lb4im Жыл бұрын
This video is most helpful one. Thanks alot!!!
@user-fo3ly1px2b
@user-fo3ly1px2b Жыл бұрын
thank's SUPERMAN🤙
@stefhany6207
@stefhany6207 Жыл бұрын
Thanks!!
@eboatwright_
@eboatwright_ Жыл бұрын
Thank you for these! Straight to the point
@mirlot1298
@mirlot1298 Жыл бұрын
Excelente, felicitaciones
@RandomSync7
@RandomSync7 Жыл бұрын
Can pdfkit handle html files with a password?
@buckmasterinstitute
@buckmasterinstitute Жыл бұрын
Usually one would decrypt, then invoke pdfkit. What kind of encrypted HTML files are you looking at?
@HarinathReddyPucha
@HarinathReddyPucha Жыл бұрын
for me it is showing empty
@chiduanush8680
@chiduanush8680 Жыл бұрын
same, any idea what went wrong?
@abdulahadsiddiqui2109
@abdulahadsiddiqui2109 Жыл бұрын
@@chiduanush8680 same
@adesojialu1051
@adesojialu1051 Жыл бұрын
Turn off RSt mode is my issue, after I switched to AHCI, I couldn't boot into windows. What do I do
@atul3398
@atul3398 Жыл бұрын
bro that was really very helpfull
@yutaoZ
@yutaoZ Жыл бұрын
the algorithm does not check continuity, does it?
@theblankuser
@theblankuser Жыл бұрын
Good video, I appreciate that you're programming without code completition because it helps focusing more on the language logic (in my opinion).
@spotter287
@spotter287 Жыл бұрын
how did u do that terminal ?
@ymonga122
@ymonga122 Жыл бұрын
X does not have valid feature names, but DecisionTreeClassifier was fitted with feature names this happens with me can you make me understand i did not get in you description
@philh4820
@philh4820 Жыл бұрын
I dont know why but every other video is either way too long or does not use a visual representation to showcase the detector working.
@Mikeromeo18
@Mikeromeo18 Жыл бұрын
Really clarified things for me, much appreciated! I do get an issue, anyone else see this? 'Process finished with exit code 132 (interrupted by signal 4: SIGILL)'
@benc7910
@benc7910 Жыл бұрын
at 5:07 I got the error message: "opencv@2 has been disabled because it is not supported upstream!" how do I resolve this ?
@euanbrown2740
@euanbrown2740 Жыл бұрын
yo i got the same thing
@euanbrown2740
@euanbrown2740 Жыл бұрын
what i did was just install opencv normally musta got patched
@Jerry-lu7zg
@Jerry-lu7zg Жыл бұрын
@@euanbrown2740 Yeah same here
@tresorfacto
@tresorfacto Жыл бұрын
Thank you !
@bryanchacha2683
@bryanchacha2683 Жыл бұрын
how would you do it you want to prompt the user to pick a file in their directory?
@MCAGowsikarjunR
@MCAGowsikarjunR Жыл бұрын
hello.. how i create a web application for this.. as my mini project .. please help me
@mahdiashrafmahir1534
@mahdiashrafmahir1534 Жыл бұрын
thanks,it worked!!
@georgeknowles7504
@georgeknowles7504 Жыл бұрын
Hey man this was really helpful and concise. Thanks very much :)
@electricspeedruns6121
@electricspeedruns6121 2 жыл бұрын
Any help your convert function cause this error: TypeError: a bytes-like object is required, not 'str'
@ITlearningwithKA
@ITlearningwithKA 2 жыл бұрын
Hi I'm not got email use this. Please advice.
@alexvillavicencio2873
@alexvillavicencio2873 2 жыл бұрын
Greetings, I got the “docker:invalid format.” Error Can you tell why? Here is the code for the last step. docker run -rm -p 3000:3000 -v $(pwd)/src:/app/src:ro react-image
@ecemozturk1507
@ecemozturk1507 2 жыл бұрын
I had the same problem, here how I solved: Firstly I changed Powershell to Bash. Then I wrote "docker ps" to see all the processes. I copied Container ID of react-image. Then I wrote "docker stop <ContainerID>" After that I wrote "docker run -rm -p 3000:3000 -v $(pwd)/src:/app/src:ro react-image" then it solved.
@mohammadhegazy1285
@mohammadhegazy1285 2 жыл бұрын
thanks a lot
@tirthmusale6687
@tirthmusale6687 2 жыл бұрын
thank you too much 👍🏻
@nandishajani
@nandishajani 2 жыл бұрын
I tried the exact steps.. It gives me this error "Process finished with exit code 132 (interrupted by signal 4: SIGILL)" I ensured that I am using the right interpreter Please help.