Pinned Repositories
advanced-css-course
Starter files, final projects and FAQ for my Advanced CSS course
CourseraWebCourse
FE-student-management-system
File-and-Word-Processor
My one of the first C projects, A simple Word processor that can execute simple commands such as file create, file delete, file append etc.
fullstack-course4
Example code for HTML, CSS, and Javascript for Web Developers Coursera Course
Hash-Collisions
Implementing different methods of collision handling in hashing, namely linear hashing, double hashing and chaining. It is a HU-CS-Fall19 assignment.
HUPROG-studies
Competitive programming problems and solutions and other stuff
My_Python_Tutorial
Quick notes to remember the details of python
Restaurant-Management-System
My one of the first java project, a basic Restaurant Management System.
Taxi-Business-On-Blockchain
Ethereum-based taxi business contract
dev7hka's Repositories
dev7hka/advanced-css-course
Starter files, final projects and FAQ for my Advanced CSS course
dev7hka/CourseraWebCourse
dev7hka/FE-student-management-system
dev7hka/File-and-Word-Processor
My one of the first C projects, A simple Word processor that can execute simple commands such as file create, file delete, file append etc.
dev7hka/fullstack-course4
Example code for HTML, CSS, and Javascript for Web Developers Coursera Course
dev7hka/Hash-Collisions
Implementing different methods of collision handling in hashing, namely linear hashing, double hashing and chaining. It is a HU-CS-Fall19 assignment.
dev7hka/HUPROG-studies
Competitive programming problems and solutions and other stuff
dev7hka/My_Python_Tutorial
Quick notes to remember the details of python
dev7hka/Restaurant-Management-System
My one of the first java project, a basic Restaurant Management System.
dev7hka/Taxi-Business-On-Blockchain
Ethereum-based taxi business contract
dev7hka/MovieTheaterAutomation
Theater seat organization app. Commands are given by an input file, the hall (seats) are organized by those commands.
dev7hka/next-js-create-app
dev7hka/NumberBoardGame
One of undergraduate assignments - A board game in python terminal
dev7hka/react-treegrid
React TreeGrid Component
dev7hka/Sport-Fixture
A sport organization program to handle matches and fixtures of Football, Basketball and Volleyball. It is a HU-CS-SPRING19 assignment.
dev7hka/TheHangingMan
dev7hka/Ticket-Sale-System
A plane ticket sale automation system. This was very important because I implemented basic data structures (queue, stack, list...) in c, also memory handling (malloc, free) was though.
dev7hka/TickTackToe
Terminal playable tick-tack-toe with unlimited board size