Skip to content

kRamu81/IVsem-Lab

Repository files navigation

🌟 IV, V sem-Lab — Collaborative Learning

Welcome to sem-Lab, a collaborative space for students to learn, build, and share projects across multiple domains like Computer Networks, Artificial Intelligence (AI), Tinkering, and more!


🧩 About the Repository

This repository is designed for IV,V Semester students to:

  • Practice and submit lab programs.
  • Collaborate on innovative mini-projects.
  • Learn modern tech skills through peer contributions.

We aim to make learning interactive, open-source, and practical 🚀


📚 Contents

Folder Description
CN Computer Networks lab programs and notes.
AI Artificial Intelligence experiments, Python notebooks, and mini-projects.
Tinkering DIY hardware & creative project ideas.
OS Operating Systems programs and reports.
DBMS Database Management Systems exercises.

🤝 Contributing

We welcome contributions from everyone!
Here’s how you can contribute:

  1. Fork this repository.
  2. Create a new branch for your contribution:
    git checkout -b feature-yourname-topic
    

git add . git commit -m "Added CN lab experiment on TCP/IP" git push origin feature-yourname-topic