Skip to content
View Tharun-DV's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Tharun-DV

Report abuse

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

Report abuse
Tharun-dv/README.md

Hi 👋, I'm Tharun D V

About Me

I'm a dedicated Computer Science student with a passion for technology. I have a solid foundation in Python and am currently exploring Rust. My interests include Artificial Intelligence, Linux, and Cybersecurity, particularly red teaming. I also use Docker to streamline development and deployment processes, and I'm excited to drive positive change through technology.

Profile Views

mindbender

Trophies

tharun-dv

Connect with me:

tharun_dv tharun-dv ___mindbender___ mindbender radhikatharun02 radhikatharun02 radhikatharun02

Languages and Tools:

bash c cplusplus docker git java linux mysql postgresql python rust sqlite vuejs

LeetCode Stats

radhikatharun02's LeetCode Stats

GitHub Activity Graph

Ashutosh's github activity graph

Pinned Loading

  1. Dark-WebCrawler Dark-WebCrawler Public

    Python 20 2

  2. Fix Locales in any distro Fix Locales in any distro
    1
    #!/bin/bash
    2
    
                  
    3
    echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment
    4
    echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
    5
    echo "LANG=en_US.UTF-8" | sudo tee -a /etc/locale.conf
  3. Sha256_Cracker Sha256_Cracker Public

    The "rust-sha256-cracker" project is a Rust-based application designed to crack SHA256 hashes using brute force techniques. This project leverages the power and efficiency of Rust to perform high-s…

    Rust 16 1

  4. Offensive-Rust Offensive-Rust Public

    Rust 5

  5. HTTP-SERVER HTTP-SERVER Public

    Building a simple http server using rust to practice rust programming

    HTML 20

  6. NVD-API NVD-API Public

    Python