Coding Defence
A lot of people have problems combining programming to game creating. The goal is to show what programming can do in general and specific in games.
Data Mining using Orange
Στόχος του προβλήματος είναι η εισαγωγή του φοιτητή στην κατανόηση βασικών εννοιών και λειτουργιών της επιστήμης του Data Mining και Machine Learning μέσω της χρήσης της εφαρμογής Orange Data Minin...
Air Quality Analyzer using Arduino
Στόχος του πρότζεκτ είναι η εξοικείωση του φοιτητή με την τεχνολογία arduino. Μέσω της εργασίας αυτής θα αντιληφθεί σε βάθος τον συνδυασμό software , hardware, και ανάλυσης κυκλωμάτων, και θα διαπι...
TCP implementation using C
Deeper understanding of TCP protocol implementation in software. Students will program a TCP client and server in C programing language. They must write a program in C that creates a 3-way handsh...
Graphical Network Simulator(GNS)3
οι φοιτητές θα χρησιμοποιήσουν μια open source πλατφόρμα για εκμάθηση και προσομοίωση σεναρίων του τομέα των τηλεπικοινωνιών και δικτύων.
Shakespeare Chatterbot using Machine Learning Techniques
Εξάσκηση φοιτητών στην εξοικείωση και χρησιμοποίηση τεχνικών μηχανικής μάθησης, βελτιστοποίηση και αξιολόγηση αλγορίθμων.
A Sudoku web app in React
The goal of sudoku is to fill each nine-square row, each nine-square column and each nine-square box with the numbers 1 through 9, with each number used once and only once in each section. It's the...
A Rock paper scissors game Built with ...
A simple but classic game! If the player wins, they gain 1 point. If the computer wins, the player loses one point. By building this game you use the React Js. By solving the problem you will bec...