Skip to content
View varunTyagarayanG's full-sized avatar

Organizations

@Cubicles2024

Block or report varunTyagarayanG

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
varunTyagarayanG/README.md
# Varun Tyagarayan Gadigala  

OS="Windows 11 and Ubuntu 22.04"
UPTIME="20 years"
HOST="Indian Institute of Information Technology Sri City (#IIITS)"
KERNEL="Computer Science and Engineering (#CSE)"
IDE="IntelliJ IDEA 2024.2.4 (Student Edition, expires Dec 2025)" "Visual Studio Code 1.95.3"

# Programming Languages
LANGUAGES_PROGRAMMING="Java" "C++" "C" "JavaScript"
LANGUAGES_COMPUTER="HTML" "CSS" "JSON" "Markdown"

# Spoken Languages
LANGUAGES_REAL="English" "Hindi" "Telugu"

# Hobbies
HOBBIES_SOFTWARE="Machine Learning" "Web Development" "LeetCode" "System Design"
HOBBIES_HARDWARE="Table Tennis" "Chess"

# Contact Information
EMAIL="varuntyagarayan.g@gmail.com"
LINKEDIN="Varun Tyagarayan Gadigala"
LEETCODE="Tyaggs"

# GitHub Stats
REPOS=27
COMMITS=82
PR=8

echo "Always open to collaboration and learning!"

Pinned Loading

  1. SIEVE-Vs-LRU-Vs-FIFO Public

    This Repo benchmark LRU, SIEVE and FIFO cache eviction algorithms

    Python 3

  2. Cubicles2024/Cubicals-main Public

    Cubicles is a job portal application that helps job seekers find opportunities and employers post job listings. The project aims to simplify the job search process and provide insights for getting …

    JavaScript 2

  3. SystemDesign101-Instagram-snowflake-ID-generation Public

    This project demonstrates a unique ID generation system similar to Instagram's snowflake ID generation, implemented in MySQL with a Java client application. The system ensures distributed unique ID…

    Java 2

  4. SystemDesign101-Concurrent-Ticket-Booking-System Public

    This project implements a flight seat reservation system that supports concurrent seat bookings using multi-threading. It integrates with MySQL to manage flight, seat, and user data. The system sho…

    Java 1

  5. Fragment-Reassembly Public

    This program is designed to reassemble fragments of network packets into complete datagrams. It checks for duplicate fragments, missing fragments, and mismatches in offsets to ensure the integrity …

    C

  6. Automatic-Number-Plate-Detection Public

    This project implements a pipeline for detecting and recognizing vehicle number plates using YOLOv3 and EasyOCR. The program processes images from a specified input directory, detects license plate…

    Jupyter Notebook