• Stars
    star
    1
  • Language
    Java
  • Created over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GoFootball is a booking system for football playgrounds. It serves players and playground owners by connecting them together.

More Repositories

1

NN-project

Jupyter Notebook
2
star
2

phppp

PHP
1
star
3

Workshops-test

HTML
1
star
4

PHP-PHP

CSS
1
star
5

WEB2

CSS
1
star
6

Banker-algorithm-and-recovering-FCAI--

Itโ€™s a simulation for banker's algorithm processes request and release resources and the banker will grant a request only if it leaves the system in a safe state. A request is denied if it leaves the system in an unsafe state,: if a request let to a Deadlock, apply recovery algorithm (choose a victim , force it to release resources and check again if the system is in a safe state, if still in an unsafe state then will choose a victim again force it to release and check again and keep repeating until it reaches a safe state).
Java
1
star
7

HELLO-

HEYYYYYYYY
HTML
1
star
8

Website-blue-final

CSS
1
star
9

javatask

HTML
1
star
10

LabTask_20190123

Java
1
star
11

oshaesam1

1
star
12

MyDriver-simulating-uber-

This is a simulating project of an uber system using java programming language, applying software design patterns and using spring web services
Java
1
star
13

AI-related--FCAI-

Preform some different operations using prolog
Prolog
1
star
14

Task-team

HTML
1
star
15

ball-and-validation

HTML
1
star
16

BMI-Calculator-flutterCourse-

Dart
1
star
17

Jquery1

JavaScript
1
star
18

Command-Line-interpreter-FCAI-

An operating system interfaces with a user through a Command Line Interpreter (CLI). A CLI is a software module capable of interpreting textual commands | using java| done by students @ FCAI
Java
1
star
19

1-backendformvalidation

PHP
1
star
20

Huffman-Compression-decompression--FCAI-

Huffman coding is a lossless data compression algorithm. In this algorithm, a variable-length code is assigned to input different characters. The code length is related to how frequently characters are used. Most frequent characters have the smallest codes and longer codes for least frequent characters|done by students @ FCAI
Java
1
star
21

Computer-graphics-clipping-and-curve-FCAI-

Drawing cuvrves in a circle window using clipping
C++
1
star
22

Parallel-Processing-using-MPI

Given a file contains ids and grades master process : - Read data from file - Divide the students list by the number of processes you have then send it to them. - Print the summation of the number of passed students received from each process. For each process - Receive part of students data - Check if they passed or not and print message for each student <Student ID> Passed The Exam <Student ID> Failed. Please Repeat The Exam - Calculate number of passed student then send it to master process
C
1
star
23

CPU-schedulling-FCAI-

Itโ€™s a simulation of a cpu scheduling in operating system(using AGAT,SJF,SRT and Priority schedulling)
Java
1
star
24

Social-Network-Data-structure-and-OOP-FCAI-

C++
1
star
25

K-means-Clustering-using-openMp-FCAI-

C
1
star
26

Vector-Quantization-FCAI-

Vector Quantization Compression and Decompression - for lossy data-
Java
1
star