Skip to content
View silven-mohan's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report silven-mohan

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 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
silven-mohan/README.md

Hello everyone! I am Silven Mohan. I am currently pursuing πŸ§‘β€πŸ’»Computer Science and Engineering as my major.


🩢 What I like??:

Learn new things | Collaboration | Linux Enthusiast.

πŸ”§ Tech Stack:

Languages : C, Python(Basics), Assembly in ISA x86_64(Basics),

Tools : Vim, VSCode, GitHub.

πŸ’– Featured Projects:

Date2Day: This gives the day of a specific date using Zeller's Congruence.

Luna Shell: A feature-rich toy shell(still under development).

🎯 Current Goals:

  • Master Data Structures and Algorithms(DSA).
  • Web Development(Full Stack).
  • Linux.

πŸ“Š Status:

GitHub Stats

πŸ“« Contact:

Popular repositories Loading

  1. Date2Day Date2Day Public

    Date2Day is a C program that calculates the day of the week for any given date using Zeller's Congruence. It accepts date, month (as a string), and year from the user and outputs the corresponding …

    C 1

  2. Luna_Shell Luna_Shell Public

    C 1

  3. DS DS Public

    C 1 1

  4. skills-introduction-to-github skills-introduction-to-github Public

    Exercise: Introduction to GitHub

  5. EucliDraw EucliDraw Public

    EucliDraw is a Python-based educational tool that brings 2D Euclidean geometry to life through intuitive shape visualization. Using the built-in turtle graphics module, users can input the name of …

    Python

  6. Binary_Encoder_Decoder Binary_Encoder_Decoder Public

    A simple yet powerful Python program that encodes text into binary and decodes binary back to text using 8-bit ASCII encoding. Supports alphabets, digits, punctuation, and special characters.

    Python