Pinned Repositories
android_challenge
An Android App that fetches a biomarkers list from an API and shows it to the user.
c_programs_samples
Covid19_Analysis
A C program that reads the dataset and produces a useful output and an analysis. It prints out data analysis for some countries like total number of deaths, total number of patients,... etc
covid_analysis
A python program that reads the dataset and produces a useful output and an analysis. It prints out data analysis for some countries like total number of deaths, total number of patients,... etc
drag_and_drop
Drag and Drop using DragLinearLayout in Android with Example
FlutterPushNotification
Push Notification example using flutter
Hangman-Game
Hangman game using JavaFX
java_programs
Java Samples
NourJardali's Repositories
NourJardali/android_challenge
An Android App that fetches a biomarkers list from an API and shows it to the user.
NourJardali/c_programs_samples
NourJardali/Covid19_Analysis
A C program that reads the dataset and produces a useful output and an analysis. It prints out data analysis for some countries like total number of deaths, total number of patients,... etc
NourJardali/covid_analysis
A python program that reads the dataset and produces a useful output and an analysis. It prints out data analysis for some countries like total number of deaths, total number of patients,... etc
NourJardali/drag_and_drop
Drag and Drop using DragLinearLayout in Android with Example
NourJardali/FlutterPushNotification
Push Notification example using flutter
NourJardali/Hangman-Game
Hangman game using JavaFX
NourJardali/java_programs
Java Samples
NourJardali/java_samples
NourJardali/MrPotatoApp
NourJardali/MyQueue
A Queue is an abstract data structure similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is always used to insert data (enqueue) and the other is used to remove data (dequeue). Think of the queue as a waiting line, where people at the front (head) get serviced first and they get to leave first, whereas new arriving people will wait at the end (tail) of the queue. Unlike the stack which is a Last In First Out (L.I.F.O.) data structure, the queue is a First In First Out (F.I.F.O.) data structure.
NourJardali/NewsApp
News App using Flutter
NourJardali/NotesApp
NourJardali/Prob2
NourJardali/python_programs
Python samples
NourJardali/python_samples
NourJardali/QuestionAnswerApp
NourJardali/RoomWordsSample
Simple exercise on Room Database
NourJardali/simple_calculator
Simple Calculator App using Flutter
NourJardali/simple_quiz_app
Simple Quiz App using Flutter
NourJardali/slide_list_view
NourJardali/spotify_android_app
Basic Spotify application
NourJardali/student_management_system
Student Management System using Laravel/PHP
NourJardali/Sudoku-Game
Sudoku game build using Mips