Skip to content

DishantBhere/PixStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Complete Development Practicals (Android, GIS, BI, SIC)

A well-organized collection of Semester 6 practicals including Android apps, GIS projects, Power BI analysis, and Information Security labs.

🎯 Designed for students who want ready-to-run practicals with proper setup guidance.

🚀 Covers all major Semester 6 subjects in one place — no need to search multiple sources.

⭐ If this helped you

Give this repo a ⭐ to help others find it!

✨ What You Get

  • 📱 Android Practicals (Kotlin-based projects)
  • 🌍 GIS Projects with datasets
  • 📊 Power BI + Python + R Practicals
  • 🔐 Information Security Labs
  • 📘 Lab Manuals & Practical Slips
  • ⚙️ Step-by-step setup instructions

⚡ Why Use This Repo?

  • ✅ Beginner-friendly setup guides
  • ✅ Ready-to-run projects
  • ✅ All subjects in one place
  • ✅ Saves hours of setup & debugging

📊 Power BI

Software Required

Install the following tools before running the practicals:

  • Visual Studio Code
  • Python (latest version)
  • RStudio (Version: 2026.01.2+418)
  • Microsoft Excel
  • Power BI
  • SQL Server 2025/2022 Express
  • SQL Server Management Studio (SSMS)

🚨 Python Setup

Install Python and then install the required libraries:

pip install pandas numpy matplotlib scikit-learn openpyxl seaborn

Lab Manual & Practical Slip

Lab Manual

BI Practical Slips

🐍 Python Code

BI Complete Python Pracs

📈 RStudio Code

R Prac Codes

📂 Datasets

employees.csv
sales_data.csv
PRAC9datastaging


🔐 Information Security

Software Required

  • Cisco Packet Tracer (9.0.0)

📁 Practical Files

IS Practical Files

Complete Practicals

Practical Slip & Lab Manual

SIC Sem Prac Slip

University Lab Manual

⚙️ Instructions to Run Practicals

  1. Install and open Cisco Packet Tracer
  2. Download the practical files from the repository
  3. Open Cisco Packet Tracer
  4. Click on File → Open
  5. Select and open the downloaded practical file

🤖 Android Programming

🎯 Software Required

Install the following tools before running the practicals:

*Android Studio (Version: Panda | 2022.1.1)

  • Java JDK (17 recommended)
  • Android SDK (comes with Android Studio)
  • Android Emulator / Physical Device

Download Android Studio here

📁 Practical Files

Android Practical Files

📝 Practical Slip & Lab Manual

Android Practical Slip

Android Lab Manual

📱 Android Practical Setup Guide

1. Download Project

  • Download the ZIP file of the required practical
  • Extract the ZIP file

2. Open in Android Studio

  • Open Android Studio
  • Click "Open"
  • Select the extracted project folder (Do NOT select the app folder)

3. Sync Project

  • Click "Sync Now" when prompted
  • Make sure to have good internet connection
  • Wait for the process to complete

4. Fix SDK Issue (if any)

If you see errors like "SDK not found":

  • Go to File > Project Structure > SDK Location
  • Set the Android SDK path OR
  • Install SDK if Android Studio asks

5. Build & Run

  • Connect your device or start an emulator
  • Click Run ▶️

⚠️ Common Issues

Gradle Build Failed

  • Click "Sync Project with Gradle Files"
  • Check internet connection

Missing Files (like local.properties)

  • Android Studio will generate them automatically

✅ Notes

  • Project is built using Kotlin
  • No need to worry about missing .gradle or build files — Android Studio will recreate them

🌍 Geographic Information System (GIS)

Software Required

Install the following tools before running the practicals:


📁 Practical Files

GIS Datasets

GIS Practical Files


📝 Practical Slip & 📘 Lab Manual

GIS Practical Slip

GIS Lab Manual

⚠️ Note for GIS Practicals

Some GIS practical files may be unstructured or not properly organized. Sorry for the inconvenience — you may need to adjust or arrange files manually.

How to Run GIS Project

  1. Open the provided QGIS project file in QGIS
  2. You may see errors about missing datasets
  3. Simply relink/replace the dataset paths to the correct file locations
  4. Once paths are fixed, the entire project will load correctly