Skip to content
View saivishnu725's full-sized avatar
😋
urmom
😋
urmom

Highlights

  • Pro

Organizations

@MCAsvnu

Block or report saivishnu725

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saivishnu725/README.md

sai vishnu m // svnu // The Unconcerned Ape

CS grad student at MIT Manipal. I work mostly in C and Linux — systems programming, networking, that kind of thing. occasionally web stuff when I have to.

you'll find projects here ranging from low-level network tools to web apps. repos vary a lot in quality and completeness; some are polished, most are experiments.


languages: C, C++, Python, JavaScript, Bash, SQL

web: Node.js, React, Express


website · blog · cv · linkedin · email

Pinned Loading

  1. svnu.in svnu.in Public

    the website on svnu.in and the blogs/notes with it.

    HTML 1

  2. the userscript can be run to get the... the userscript can be run to get the video title and id for m3u8 from the website. the download_for_csv.py will dowload them for you. uses yt-dlp so have it installed. plus, all of my videos have the same link+id change so this works. edit accordingly. thenks
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import csv
    4
    import subprocess
    5
    import re