Shane Lee
Shane Lee
  • 106
  • 663 684
Code With Me: Scraping Podcasts from RSS with Bash #code
In this video, I code a basic podcast scraper in bash.
⌨️ Get the code from this video: github.com/ShaneLee/code-yogi/tree/master/111-podcasts
zhlédnutí: 320

Video

Vim Quick Tip: Incrementing/Creating a List of Numbers
zhlédnutí 343Před rokem
In this video we cover
Coding Login Authorisation for React App with Vim
zhlédnutí 656Před 2 lety
In this video, I fix a bodged feature I implemented a while ago.
Running Vim Macros Against Multiple Files
zhlédnutí 855Před 2 lety
In this video I demonstrate editing multiple files in vim, in particular fixing a series of checkstyle violations with a vim macro
Solving Leet Code Problem Merge K Sorted Lists | Blind 75
zhlédnutí 134Před 2 lety
leetcode.com/problems/merge-k-sorted-lists/
Solving Leet Code Problem Merge Two Sorted Lists | Blind 75
zhlédnutí 109Před 2 lety
leetcode.com/problems/merge-two-sorted-lists leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions
How to Install Checkstyle with Maven - Common Pitfalls
zhlédnutí 809Před 2 lety
In this video I cover installing checkstyle with maven and some of the pitfalls you may encounter Github gist with the bits of the pom.xml from this video: gist.github.com/ShaneLee/782faa0ab39c2b0ffdf1eac2476f2427
Creating an Image to Ascii text converter in Python
zhlédnutí 307Před 2 lety
🔥 Get the code to follow along with this video: github.com/ShaneLee/ascii-py Better video that this was inspired by czcams.com/video/55iwMYv8tGI/video.html&feature=emb_logo
React Functional Component UseHistory Undefined Error Fix
zhlédnutí 614Před 2 lety
This is a basic fix for an issue with React useHistory that I thought wasn't immediately obvious what the problem was.
How to Send E-mails with Java and Spring Boot
zhlédnutí 531Před 2 lety
In this video we cover sending e-mails with Java and Spring Boot ⌨️ Get the code from this video: github.com/ShaneLee/code-yogi
Easy Fix: Yarn OR NPM install / Test Infinite Loop Error
zhlédnutí 1,4KPřed 2 lety
This video covers solving a ridiculously trivial error that I had earlier with yarn install.
Scraping and Syncing Spotify Playlists with Bash
zhlédnutí 700Před 2 lety
In this video we cover web scraping last fm to generate Spotify playlists with Bash and basic unix tools.
Web-scraping Stock and Finance Data with Curl, Grep & Sed
zhlédnutí 1,8KPřed 2 lety
In this video we cover, scraping finance data about FTSE 100 stocks with the basic unix tools: curl, grep and sed. Website scraped: www.londonstockexchange.com/indices/ftse-100/constituents/table
Typescript Nullish Coalescing Operator Explained
zhlédnutí 428Před 3 lety
In this video we cover the TypeScript nullish coalescing operator which is a newer operator that was added to TypeScript in 3.7 Twitter: CodeYogi_
Summary and Best Practices Module 5 Absolute Beginners Guide To Git FREE GIT COURSE
zhlédnutí 75Před 3 lety
In this video, the final module in the Absolute Beginner's Guide to Git, we sun up the course with what we have covered, what we haven't covered, where to go next and some of the basic best practices that will be useful when working with git. 🎥 See the other videos in this series: czcams.com/play/PLx0khENz3eW8kaiN76-_rpDWcuBfmKhH7.html 🐦: CodeYogi_
What are Remotes? Module 4 | Absolute Beginners Guide To Git FREE GIT COURSE
zhlédnutí 58Před 3 lety
What are Remotes? Module 4 | Absolute Beginners Guide To Git FREE GIT COURSE
What are Git Branches? Module 3 | Absolute Beginners Guide To Git FREE GIT COURSE
zhlédnutí 74Před 3 lety
What are Git Branches? Module 3 | Absolute Beginners Guide To Git FREE GIT COURSE
Basic Git Commands Module 2 | Absolute Beginners Guide To Git FREE GIT COURSE
zhlédnutí 140Před 3 lety
Basic Git Commands Module 2 | Absolute Beginners Guide To Git FREE GIT COURSE
What is Git? Module 1 | Absolute Beginners Guide To Git FREE GIT COURSE
zhlédnutí 467Před 3 lety
What is Git? Module 1 | Absolute Beginners Guide To Git FREE GIT COURSE
Factory Design Pattern Explained | Coding Design Patterns
zhlédnutí 185Před 3 lety
Factory Design Pattern Explained | Coding Design Patterns
The Singleton Design Pattern Explained | Coding Design Patterns
zhlédnutí 166Před 3 lety
The Singleton Design Pattern Explained | Coding Design Patterns
Strategy Design Pattern Explained | Coding Design Patterns
zhlédnutí 258Před 3 lety
Strategy Design Pattern Explained | Coding Design Patterns
How to Run Cucumber Tests with Maven | Java
zhlédnutí 12KPřed 3 lety
How to Run Cucumber Tests with Maven | Java
Scraping and Downloading Images with Python | Web Scraping for Beginners Part 5
zhlédnutí 722Před 3 lety
Scraping and Downloading Images with Python | Web Scraping for Beginners Part 5
Finding and Graphing Stock Sector Returns | Python for Finance
zhlédnutí 828Před 3 lety
Finding and Graphing Stock Sector Returns | Python for Finance
Walking Through My Vimrc File
zhlédnutí 227Před 3 lety
Walking Through My Vimrc File
TypeScript Unknown Type Explained With Examples
zhlédnutí 431Před 3 lety
TypeScript Unknown Type Explained With Examples
Writing a Very Basic Chrome Extension to Solve a Niche Problem
zhlédnutí 191Před 3 lety
Writing a Very Basic Chrome Extension to Solve a Niche Problem
Create a Typing Speed Game with React and TypeScript ⌨️ 🔥
zhlédnutí 1,6KPřed 3 lety
Create a Typing Speed Game with React and TypeScript ⌨️ 🔥
👷 Builder Design Pattern Explained | Coding Design Patterns
zhlédnutí 203Před 3 lety
👷 Builder Design Pattern Explained | Coding Design Patterns

Komentáře

  • @wasabi5134
    @wasabi5134 Před měsícem

    So I actually figured out my other problem from a year ago, and have returned for an entirely different question... Now I'm wondering how I can put my own custom music into the code, and then have it play in the ROM.

  • @Adam_483
    @Adam_483 Před 2 měsíci

    Awesome!

  • @muratkekec5994
    @muratkekec5994 Před 3 měsíci

    how to scrap pages that is redirecting to another page?

  • @CoderShmoder
    @CoderShmoder Před 3 měsíci

    How do i save the file after i edit it? It keeps making a .asm.swp file and nothing is in it

  • @KinsM-gg3rk
    @KinsM-gg3rk Před 3 měsíci

    Thank you a lottt !! I almost spent a day long on it and your video just came to save me haha.. Thanks

  • @harshavardhan-oy3ng
    @harshavardhan-oy3ng Před 4 měsíci

    Hi I am getting same issue for private Instant time; what is solution for this . Tried above video but couldn't able to solve it .

  • @andreaparlongo7637
    @andreaparlongo7637 Před 4 měsíci

    link for static files doesn't work, can you share the working one?

  • @v_aasu
    @v_aasu Před 4 měsíci

    I think the way the script is written, the same pdfs would be downloaded potentially many times if blocks (line 18) is the same at each while loop. I think there should be a check to see if the file already exists in the folder and if so, do not download it.

  • @deanemarks8611
    @deanemarks8611 Před 4 měsíci

    I would have done with selenium from my door room.. watching in 2024

  • @radhikagadve
    @radhikagadve Před 5 měsíci

    so much of useless info on the web and this was the simplest fix... thanks a ton

  • @MrWilkeable
    @MrWilkeable Před 5 měsíci

    Your github repo is empty.

  • @HowToFixIT404
    @HowToFixIT404 Před 5 měsíci

    I can't believe how shockingly simple the code is

  • @HowToFixIT404
    @HowToFixIT404 Před 5 měsíci

    Charazord lol

  • @matze0402
    @matze0402 Před 5 měsíci

    I cant get "make" to work

  • @sixsilentmen
    @sixsilentmen Před 6 měsíci

    Thanks a lot for your tutorial found it very useful for my current project. I also need to execute selenium-based web scraping using Chrome browser from a dockerized Java application. Can this same method be extended to meet this need or should a different approach be used? Any suggestions on how the Docker file should be organized. I am trying this out. I have got the application working in the Local Dev environment and as an executable jar but when attempting to Dockerize it I am having issues related to selenium dependencies. If possible Could you provide some assistance regarding this step? There were also references made in some forums about the possibility of creating a docker-compose file, which would just club a bunch of docker images ( application image + the docker chrome image) into 1 small docker cluster and work with it but not sure how to achieve this. Java version - 17.04 Maven - 3.9.6 Selenium 4.1.1

    • @sixsilentmen
      @sixsilentmen Před 6 měsíci

      Is the web page and source mentioned available in your Git repo? The web page link is currently not reachable?

  • @zettai8087
    @zettai8087 Před 6 měsíci

    Just seeing this video but I have an issue with working with YahooFinanceAPI. I get a 401 response. Do I need to set credentials? How do I do that?

  • @perezcarlosenrique
    @perezcarlosenrique Před 6 měsíci

    The code was erased... :( please send a new link with de the code. Excelent dev and excelent explain

  • @tolga8061
    @tolga8061 Před 6 měsíci

    Hey Shane, that's a great video! Unfortunately, i didn't manage to change the item prices. There must be something, which I'm doing wrong over and over again. I tried this with Windows. Would be happy, about any suggestion.

  • @Caelghoul
    @Caelghoul Před 7 měsíci

    in dominate which faster using function or decorators ? (need tricks to make it more fast)

  • @Kmm1295
    @Kmm1295 Před 7 měsíci

    Yay, great video! It worked, thank you so much! I have slightly different environment, since I use Windows, but with a little googling i understood

  • @n1c0t1na
    @n1c0t1na Před 7 měsíci

    Hello, could you tell me how I can open my red blue rom to check the status of the trainers' pokemons? I would be very grateful

  • @n1c0t1na
    @n1c0t1na Před 7 měsíci

    Hello, could you tell me how I can open my red blue rom to check the status of the trainers' pokemons? I would be very grateful

  • @gibsonhero233532574998
    @gibsonhero233532574998 Před 8 měsíci

    Probably a really dumb question, but why is the code in english? would the japanese devs have to speak English to code?

    • @blavk11
      @blavk11 Před 6 měsíci

      Coding uses as a universal language the english one. So apart from the usual suspects (USA, UK, Canada etc) almost every other country codes using english words or abbreviations. You don’t have to be great at reading/writing english but you need to know just enough to write programs. Now there are Non-English-based programming languages, but they are not as popular as the english based ones. Edit: also to anyone reading this, have a great year (it’s still NYE as I’m writing this comment 😊)

    • @ChocoLixo2
      @ChocoLixo2 Před 24 dny

      That's not the actual code, it's a fan made recreation of it based of the English version

  • @RaviTejaAnkem-xt5fe
    @RaviTejaAnkem-xt5fe Před 9 měsíci

    life saver

  • @autismaware
    @autismaware Před 9 měsíci

    Why is there the sound of a geiger counter in the background?

  • @DistantLights
    @DistantLights Před 9 měsíci

    I enjoyed this video a lot

  • @akhilajith9669
    @akhilajith9669 Před 9 měsíci

    amazing video!!

  • @JoshuaJohnson-sd4wd
    @JoshuaJohnson-sd4wd Před 9 měsíci

    Comment keeps getting deleted. Line 22 of StockServiceTest throws an NPE. Code not posted on GitHub

  • @hosseinallami2706
    @hosseinallami2706 Před 9 měsíci

    thank you shane, may you do a video teaching how to download from a password protected page, of course i mean a webpage we have an account (username and paassword) on it. That would be greatly appreciated

  • @LuffyZ0R0
    @LuffyZ0R0 Před 10 měsíci

    hi broo need to contact u help in web scraping

  • @xurock9432
    @xurock9432 Před 10 měsíci

    Great vedio, Thank you. By the way the link in description is not valid now.

  • @jefferymuter4659
    @jefferymuter4659 Před 11 měsíci

    Finally a motivating reason to start playing with some lower level code.

  • @abhishekvaishnav
    @abhishekvaishnav Před rokem

    Thank you so much! I've been trying to adapt to tmux since a very long time, but no clear instructions were there as you mentioned. Especially the most important yet very basic "prefix" key usage. This was very hepful!

  • @abrahamreto3852
    @abrahamreto3852 Před rokem

    thanks it worked🤙

  • @khalilromdhani
    @khalilromdhani Před rokem

    wonderful video but what's the name of the extension you're using ?

  • @Ampraa
    @Ampraa Před rokem

    Sadly could not use your Make statements. Make is a paid for subscription I dont have access to :(

  • @RhiannaAtriedes
    @RhiannaAtriedes Před rokem

    This video is amazing, i hope for more like this in the future

  • @nicklascarlsson
    @nicklascarlsson Před rokem

    Really helpful, thank you!

  • @robertonsj2474
    @robertonsj2474 Před rokem

    What problems it futurely might inferrer if I let noImplicityAny: false ?

  • @user-fk7gu8hz2h
    @user-fk7gu8hz2h Před rokem

    Bro, thank you! You're the only one in the internet who could help with that..

  • @siavashnourmohammadi9189

    Thank you for this great video.

  • @piskunyevhen3920
    @piskunyevhen3920 Před rokem

    Thank you so much! Very useful tutorial with excellent English ))

  • @user-ys7cq3cf3r
    @user-ys7cq3cf3r Před rokem

    It works! Thank you

  • @some_one_2_3
    @some_one_2_3 Před rokem

    This video is insane. Thank you for the insight into the nuts n bolts of a Gameboy game

  • @GiI11
    @GiI11 Před rokem

    Awesome video! I had been wondering about the nuts and bolts of the game code and this scratched that itch perfectly. Thanks a ton.

  • @DraganBocevski
    @DraganBocevski Před rokem

    Press ctrl+b, LET IT GO, then press the other key

  • @alphonsoacqua
    @alphonsoacqua Před rokem

    Really enjoyed this, especially the intro.

  • @zykoz6826
    @zykoz6826 Před rokem

    Thanks

  • @comptie1480
    @comptie1480 Před rokem

    I created a very similar program, following along with this video. I made mine off of data from CoinMarketCap and had 2 questions that I was wondering if you could answer because i'm pretty new to programming. Firstly, the program only grabbed the first 10 rows of data from the table. A google search said that it's possible because the website loads the rest of the elements in the table dynamically. Also, the price is not exactly live. When I run the program, it does not display the live price, probably the price from a couple of minutes ago? I don't really care for a fix to these, I am just interested in why it is like this and only made the program to learn in the first place. Thanks a lot. Great video

  • @websitewala1603
    @websitewala1603 Před rokem

    rest api HINDI :czcams.com/video/VHtlPCneN_I/video.html