classic-synchronizzazion-problems

Classical problems of synchronization using Semaphores and Condition Variables in java.

https://github.com/r0mb0/classic-synchronizzazion-problems

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary

Keywords

dining-philosophers italian-developers java producer-consumer r0mb0 reader-writer sleeping-barber synchronization university-project
Last synced: 4 months ago · JSON representation ·

Repository

Classical problems of synchronization using Semaphores and Condition Variables in java.

Basic Info
  • Host: GitHub
  • Owner: R0mb0
  • License: mit
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 968 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
dining-philosophers italian-developers java producer-consumer r0mb0 reader-writer sleeping-barber synchronization university-project
Created about 3 years ago · Last pushed 5 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security Support

README.md

Java

Codacy Badge Maintenance Open Source Love svg3 Donate

Urbino`s University - Applied computer science - Operative Systems

Classic-synchronizzazion-problems

Classical problems of synchronization using Semaphores and Condition Variables in java

Problems Solved:

Dining Philosophers

dining-philosohers * Solved using Semaphores. * Solved using Condition Variables.

Producer Consumer

Producer-Consumer * Solved using Semaphores. * Solved using Condition Variables.

Readers and Writers

Readers-and-Writers * Solved using Semaphores. * Solved using Condition Variables.

Sleeping Barber

Sleeping-Barber * Solved using Semaphores. * Solved using Condition Variables.

Not made by AI

Owner

  • Name: Francesco Rombaldoni
  • Login: R0mb0
  • Kind: user
  • Location: Italy
  • Company: INRCA/SIA

If I'm living in a crisis without realizing it?

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Rombaldoni"
  given-names: "Francesco"
title: "Classic-synchronizzazion-problems"
version: 1.0.0
date-released: 2024-10-21
url: "https://github.com/R0mb0/Classic-synchronizzazion-problems"

GitHub Events

Total
  • Release event: 1
  • Push event: 8
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 8
  • Create event: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

dining-philosophers/dining-philosophers-condition-variables/pom.xml maven
dining-philosophers/dining-philosophers-semaphores/pom.xml maven
producer-consumer/producer-consumer-condition-variables/pom.xml maven
producer-consumer/producer-consumer-semaphores/pom.xml maven
readers-and-writers/readers-and-writers-condition-variables/pom.xml maven
readers-and-writers/readers-and-writers-semaphores/pom.xml maven
sleeping-barber/sleeping-barber-condition-variables/pom.xml maven
sleeping-barber/sleeping-barber-semaphores/pom.xml maven