Samsung_Vulnerabilities
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.
It provides a clean, well-documented example of backtracking applied to a real scheduling problem, with explicit focus on readability and learning outcomes for CS students.
A Java console application that generates clash-free university timetables using the Backtracking algorithm. The project demonstrates object-oriented design, recursion, and constraint-based scheduling in a simple, beginner-friendly implementation.
Smart Timetable Generator is a console-based Java project that creates a university timetable by placing subjects into valid room and time-slot combinations.
I built this project to practice:
The idea is simple: given a set of subjects, rooms, and time slots, the program tries to build a timetable without clashes.
This project is meant to be easy to read and understand, especially for a second-year Computer Science student who is learning DSA and Java design basics.
Smart Timetable Generator Project/
├── README.md
└── src/
├── Subject.java
├── Room.java
├── Day.java
├── TimeSlot.java
├── Lecture.java
├── Timetable.java
├── ConstraintChecker.java
├── TimeSlotGenerator.java
├── InputManager.java
├── ConsoleHelper.java
├── TimetablePrinter.java
├── Scheduler.java
└── Main.java
Subject.java
Room.java
Day.java
TimeSlot.java
Lecture.java
Timetable.java
ConstraintChecker.java
TimeSlotGenerator.java
InputManager.java
A Java-based Smart Timetable Generator that uses backtracking to create conflict-free university schedules with support for room allocation, faculty availability, and timetable visualization.
Similar projects matched by category, topics, and programming language.
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.

An LSPosed module that hooks MIUI SystemUI back gestures using modern Xposed API 102 for research and customization.
OneStep4.0 is a multi-window desktop container for Android that requires root or system-level privileges, enabling a main window with several side windows for efficient app multitasking.