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.
它提供了一个清晰且文档完善的回溯算法应用实例,特别注重代码可读性和计算机科学学生的学习体验。
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.
根据分类、Topic 和编程语言匹配的相似项目。
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.