Pinned Repositories
2048-game
This is a primitive console game 2048 coded in 'C'. No bugs witnessed. All the needed explanations are done in the code as comments. Several output screenshots are added to the files.
Binary-Search-Tree-Check
This is a recursive algorithm which shows the entered numbers whether create binary search tree or not. All the other explanations are done in the code as comment lines. Also, several output screenshots are added to the files.
Exchange-Currency-App
This is a GUI application which simulates demo exchange app. All the needed information is given in the README file.
Flask-Blog-App
Comprehensive, multi-functional blog app. All the needed details and explanations are given in the README file and code, as comment lines.
Flask-Todo-App
This is a demo GUI application of Todo App concept. All the details are given in the README file and in the code as comment lines.
Flight-Track-App
This program simulates the flights between the major capitals, such as Baku, Amsterdam, Cape Town, Canberra, Ottawa and so on around the world. All the needed explanations are given in the README file and codes as comment lines.
Huffman-Coding
This is a program which compresses a string by Huffman Coding and generates it into Huffman Tree. All the needed information are given in README and in the code as comments.
Music-Console-App
This console app generates most of the features of music applications which are daily used. The details and other explanations are given in README file.
Pandas-Youtube-Analysis
A demo project of data analysis of a daily record of the top trending YouTube videos using Pandas module in Python. All the needed explanations are given in README file and in the code, as comment lines.
Triangle-Inequality
This is an Assembly code which checks whether there are 3 numbers which can be the length of sides of triangle or not. If there are, it finds the numbers which create triangle with smallest area. All the other explanations are given in README (English) and in the code as comments (Turkish).
ramizmammadli's Repositories
ramizmammadli/2048-game
This is a primitive console game 2048 coded in 'C'. No bugs witnessed. All the needed explanations are done in the code as comments. Several output screenshots are added to the files.
ramizmammadli/Binary-Search-Tree-Check
This is a recursive algorithm which shows the entered numbers whether create binary search tree or not. All the other explanations are done in the code as comment lines. Also, several output screenshots are added to the files.
ramizmammadli/Exchange-Currency-App
This is a GUI application which simulates demo exchange app. All the needed information is given in the README file.
ramizmammadli/Flight-Track-App
This program simulates the flights between the major capitals, such as Baku, Amsterdam, Cape Town, Canberra, Ottawa and so on around the world. All the needed explanations are given in the README file and codes as comment lines.
ramizmammadli/Huffman-Coding
This is a program which compresses a string by Huffman Coding and generates it into Huffman Tree. All the needed information are given in README and in the code as comments.
ramizmammadli/Music-Console-App
This console app generates most of the features of music applications which are daily used. The details and other explanations are given in README file.
ramizmammadli/Triangle-Inequality
This is an Assembly code which checks whether there are 3 numbers which can be the length of sides of triangle or not. If there are, it finds the numbers which create triangle with smallest area. All the other explanations are given in README (English) and in the code as comments (Turkish).
ramizmammadli/Flask-Blog-App
Comprehensive, multi-functional blog app. All the needed details and explanations are given in the README file and code, as comment lines.
ramizmammadli/Flask-Todo-App
This is a demo GUI application of Todo App concept. All the details are given in the README file and in the code as comment lines.
ramizmammadli/Pandas-US-Soccer-League-Analysis
This is a demo project of data analysis of US Soccer League footballers based on data recorded in 2017 using Pandas module in Python. All the needed explanations are given in README file and in the code, as comment lines.
ramizmammadli/Pandas-Youtube-Analysis
A demo project of data analysis of a daily record of the top trending YouTube videos using Pandas module in Python. All the needed explanations are given in README file and in the code, as comment lines.
ramizmammadli/choosyhub-ui
Users who want to buy a telephone browse website by website and read the reviews of the phones, which is a tiring process for everyone. By the ChoosyHub project, we aim to save people from this trouble. When users search for a mobile phone on ChoosyHub, they will be able to see the reviews, comments and overall satisfaction score of the product on different sites.
ramizmammadli/Lyrics-Based-Genre-Classification
This project aims to build a system that can identify the genre of a song based on its lyrics. By using various Natural Language Processing techniques and tools, we developed a system that guesses the genre of the English songs based on its lyrics.
ramizmammadli/SPATIO---TEMPORAL-SYNTHETIC-DATASET-GENERATION-AND-QUERYING
A comprehensive project about generating Spatio-Temporal Synthetic Dataset over Istanbul highway map, Indexing by 3 methods and Querying to compare the various indexing performances.