Pinned Repositories
APT_CyberCriminal_Campagin_Collections
APT & CyberCriminal Campaign Collection
CoVid-19-board-simulator
This program was made as a Final Project for one of my courses, the main purpose of which is to create a COVID-19 board simulator. It works with data from binary file, consisting information about the virus cases in South Korea, details of which can be added, deleted, viewed, editted only by software itself. Also program provides statistics for each city of country, a list of infected people in total, and has built-in search to find information about specific infected person.
data
APTnotes data
FilMuse
The mobile application for viewing the movies. Has also account creation features.
HanCOOK
This is the repository for the class of AI Project
Mips-sim
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. Software simulates behaviour of MIPS CPU by reading instructions and changing values of registers. At the end program prints out the current value of the registers, which matcheswith the expected output on a real MIPS processor.
Mips-sim_Cache
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. This version expands the first to implement behaviour of cache. At the end of the execution, the simulator reports the number of total cache hits and misses. These programs contain 500+ and 700+ lines of C/C++ code respectively.
Watch_Store
The web application called ShakES Watches for selling and viewing the watches
Wordle_complex
The attempt to implement the complex logic in the wordle game. Done for mobile application
Wordle_Simple
The mobile application for playing the wordle game.
ShakYld's Repositories
ShakYld/APT_CyberCriminal_Campagin_Collections
APT & CyberCriminal Campaign Collection
ShakYld/CoVid-19-board-simulator
This program was made as a Final Project for one of my courses, the main purpose of which is to create a COVID-19 board simulator. It works with data from binary file, consisting information about the virus cases in South Korea, details of which can be added, deleted, viewed, editted only by software itself. Also program provides statistics for each city of country, a list of infected people in total, and has built-in search to find information about specific infected person.
ShakYld/data
APTnotes data
ShakYld/FilMuse
The mobile application for viewing the movies. Has also account creation features.
ShakYld/HanCOOK
This is the repository for the class of AI Project
ShakYld/Mips-sim
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. Software simulates behaviour of MIPS CPU by reading instructions and changing values of registers. At the end program prints out the current value of the registers, which matcheswith the expected output on a real MIPS processor.
ShakYld/Mips-sim_Cache
The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. This version expands the first to implement behaviour of cache. At the end of the execution, the simulator reports the number of total cache hits and misses. These programs contain 500+ and 700+ lines of C/C++ code respectively.
ShakYld/Watch_Store
The web application called ShakES Watches for selling and viewing the watches
ShakYld/Wordle_complex
The attempt to implement the complex logic in the wordle game. Done for mobile application
ShakYld/Wordle_Simple
The mobile application for playing the wordle game.
ShakYld/Java-ordering-simulator
This is an ordering system simulator writtten on JAVA and using WindowBuilder
ShakYld/Java-Sorting-app
It is essential for Computer Science field to know at least basic sorting algoritms. And sometimes it is hard to study them and understand how each of them works. That is the reason why I created this application to make this process easier. My application was written on Java using WindowBuilder plugin and for now has 6 algoritms in it: HeapSort, InsertionSort, MergeSort, QuickSort, SelectionSort and BubbleSort. This project consists of 11 separate files and has 1000+ lines of code in total.
ShakYld/Restaurant-ordering-system
This is an ordering system simulator on C
ShakYld/ShakYld.github.io