{"id":26863827,"url":"https://github.com/codebyashuu/dynamic-memory-management-visualizer","last_synced_at":"2026-04-19T14:02:28.460Z","repository":{"id":283357507,"uuid":"943048370","full_name":"CodeByAshuu/Dynamic-Memory-Management-Visualizer","owner":"CodeByAshuu","description":"A visualization tool for dynamic memory management techniques like paging, segmentation, and page replacement algorithms","archived":false,"fork":false,"pushed_at":"2025-03-27T14:30:17.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:50:48.759Z","etag":null,"topics":["graph","npm","reactjs","recharts","simulation","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeByAshuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-05T04:56:19.000Z","updated_at":"2025-03-27T14:30:21.000Z","dependencies_parsed_at":"2025-03-19T20:46:35.610Z","dependency_job_id":null,"html_url":"https://github.com/CodeByAshuu/Dynamic-Memory-Management-Visualizer","commit_stats":null,"previous_names":["codebyashuu/dynamic-memory-management-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeByAshuu%2FDynamic-Memory-Management-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeByAshuu%2FDynamic-Memory-Management-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeByAshuu%2FDynamic-Memory-Management-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeByAshuu%2FDynamic-Memory-Management-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeByAshuu","download_url":"https://codeload.github.com/CodeByAshuu/Dynamic-Memory-Management-Visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413363,"owners_count":20773052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graph","npm","reactjs","recharts","simulation","tailwindcss"],"created_at":"2025-03-31T03:32:54.801Z","updated_at":"2026-04-19T14:02:28.371Z","avatar_url":"https://github.com/CodeByAshuu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Memory Management Visualizer\n\nA web-based interactive visualization tool for simulating different memory management techniques, including Paging, Segmentation, and Virtual Memory.\n\n## Features\n- **Paging Simulation**: Visualizes memory frames and page replacements using FIFO and LRU algorithms.\n- **Segmentation Simulation**: Demonstrates memory allocation based on segments like Code, Stack, Heap, and Data.\n- **Virtual Memory Simulation**: Simulates page loading into RAM.\n- **Interactive Graphs**: Uses `recharts` for graphical representation.\n- **User Configurable**: Allows setting total memory, page size, and replacement algorithms.\n\n## Folder Structure\n```\nDynamicMemoryManagementVisualizer/\n│-- assets/\n│   │-- 1st.png\n│   │-- 2nd.png\n│-- node_modules/\n│-- public/\n│   ├── index.html\n│-- src/\n│   │-- components/ui/\n│   │   │-- button.js\n│   │   │-- card.js\n│   │-- input.css\n│   │-- output.css\n│   │-- simulation.js  # Main simulation logic\n│   │-- App.js         # Main entry component\n│   │-- index.js       # React entry point\n│-- package.json\n│-- README.md\n```\n\n## Screenshot\n\n![Memory Management Simulation](/assets/1st.png)\n![Memory Management Simulation](/assets/2nd.png)\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/DynamicMMVisualizer.git\n   cd DynamicMMVisualizer\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n   ```bash\n   npm install react-router-dom recharts tailwindcss postcss autoprefixer\n   ```\n   ```bash\n   npm install react-scripts --save\n   ```\n   ```bash\n   npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch\n   ```\n   \n3. Start the development server:\n   ```bash\n   npm start\n   ```\n## Langauges Used\n- JavaScript\n- HTML\n- CSS\n\n## Framework \u0026 Library Used\n- React.js\n- Tailwind CSS\n- Recharts\n\n## Usage\n1. Set memory configuration (total memory, page size, replacement algorithm).\n2. Click on **Start Paging**, **Start Segmentation**, or **Start Virtual Memory**.\n3. View the visualized memory management process.\n4. Click **Run All Simulations** to execute all at once.\n\n## Contributing\nFeel free to fork this project and submit pull requests with improvements!\n\n## License\nThis project is open-source and available under the MIT License.\n\n---\n💻 **Developed by CodeByAshuu**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyashuu%2Fdynamic-memory-management-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebyashuu%2Fdynamic-memory-management-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyashuu%2Fdynamic-memory-management-visualizer/lists"}