Pinned Repositories
ConcurrentTrafficSimulation
This tool is a traffic simulator. A proper and thread-safe communication protocol is used between vehicles and intersections to complete the simulation.
hangman
HomeSecurityApp
This is a tool that simulates a home security application. In this application you can add, delete, enable and disable sensor input, read the image from the camera, and enable and disable alarm accordingly.
HotelReservationApp
This is the Java application that simulates the process of hotel booking.
LinuxSystemMonitor
This is a command line system monitor program for Linux, similar to `htop`. This tool reads data from the Linux file system and calculates CPU load, memory usage, process information and displays it in the CLI. It also provides information about the system, kernel and uptime.
MasterThesisCode
This repository contains the documents and software package the author wrote or implemented during her master thesis "Learning Driving Policies Using Reinforcement Learning Combined with Motion Planning".
MemoryManagementChatbot
The ChatBot code creates a dialog where users can ask questions about some aspect of memory management in C++.
ParallelWebCrawler
This is a multi-threaded web crawler that can be used to crawl a website and extract all the links on the website. Then it analyzes the links until it reaches the depth limit. Finally, it calculates the most popular words on the website and saves the result in a file.
RoutePlanner
This is a tool for route planning with OpenStreetMap. To use it, you need to provide an OpenStreetMap XML (*.osm) and specify the start and end point. The program then calculates the shortest path using Dijkstra's algorithm and visualizes the result.
xichen-de's Repositories
xichen-de/MasterThesisCode
This repository contains the documents and software package the author wrote or implemented during her master thesis "Learning Driving Policies Using Reinforcement Learning Combined with Motion Planning".
xichen-de/ConcurrentTrafficSimulation
This tool is a traffic simulator. A proper and thread-safe communication protocol is used between vehicles and intersections to complete the simulation.
xichen-de/hangman
xichen-de/HomeSecurityApp
This is a tool that simulates a home security application. In this application you can add, delete, enable and disable sensor input, read the image from the camera, and enable and disable alarm accordingly.
xichen-de/HotelReservationApp
This is the Java application that simulates the process of hotel booking.
xichen-de/LinuxSystemMonitor
This is a command line system monitor program for Linux, similar to `htop`. This tool reads data from the Linux file system and calculates CPU load, memory usage, process information and displays it in the CLI. It also provides information about the system, kernel and uptime.
xichen-de/MemoryManagementChatbot
The ChatBot code creates a dialog where users can ask questions about some aspect of memory management in C++.
xichen-de/ParallelWebCrawler
This is a multi-threaded web crawler that can be used to crawl a website and extract all the links on the website. Then it analyzes the links until it reaches the depth limit. Finally, it calculates the most popular words on the website and saves the result in a file.
xichen-de/RoutePlanner
This is a tool for route planning with OpenStreetMap. To use it, you need to provide an OpenStreetMap XML (*.osm) and specify the start and end point. The program then calculates the shortest path using Dijkstra's algorithm and visualizes the result.