Skip to content

deepakmodidev/notesneo-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NotesNeo Content Repository

πŸ“š Educational notes content for the NotesNeo platform.

πŸ“‚ Structure

notesneo-content/
β”œβ”€β”€ 6th-sem/
β”‚   β”œβ”€β”€ adbms/      # Advanced Database Management Systems
β”‚   β”œβ”€β”€ adv-java/   # Advanced Java
β”‚   β”œβ”€β”€ ai/         # Artificial Intelligence
β”‚   β”œβ”€β”€ cd/         # Compiler Design
β”‚   β”œβ”€β”€ ds/         # Distributed Systems
β”‚   └── mwc/        # Mobile and Wireless Computing
└── 7th-sem/
    β”œβ”€β”€ fom/        # Fundamentals of Management
    β”œβ”€β”€ nn/         # Neural Networks
    β”œβ”€β”€ nsc/        # Network Security and Cryptography
    └── webm/       # Web Mining

πŸ“ Content Format

Each subject contains:

  • unit-1.md to unit-4.md - Unit-wise notes
  • syllabus.md - Complete syllabus
  • pyq.md - Previous year questions

Frontmatter Format

---
title: "Unit Title"
description: "Brief description"
author: "Author Name"
date: "YYYY-MM-DD"
pdfUrl: "Optional PDF download link"
---

🀝 Contributing

Contributions are welcome! Please:

  1. Fork this repository
  2. Create a new branch (git checkout -b add-new-notes)
  3. Add/update notes following the existing format
  4. Commit your changes (git commit -m 'Add Unit X notes')
  5. Push to the branch (git push origin add-new-notes)
  6. Open a Pull Request

πŸ“„ License

This content is shared for educational purposes. Please respect the original authors and contributors.

πŸ”— Related

About

Educational notes content for NotesNeo platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors