Giuseppe Muschetta (peppe212)

peppe212

Geek Repo

0

following

0

stars

Location:Pisa, Italy

Github PK Tool:Github PK Tool

Giuseppe Muschetta's repositories

Server_Client_ThreadPool

Server handling multiple clients with the help and efficiency of a thread pool

Language:CStargazers:1Issues:1Issues:0

ChatBOT-using-OpenAI-API-gpt-3.5-turbo

The latest GPT-3.5 Turbo model with higher accuracy at responding in requested formats. Returns a maximum of 4,096 output tokens.

Language:PythonStargazers:0Issues:0Issues:0

dining_philosophers

An exercise useful for concurrency and thread synchronization!

Language:CStargazers:0Issues:0Issues:0

Distributed-Data-Analysis-And-Mining

Project of Distributed Data Mining with PySpark, an Apache Spark API for Python

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

FIFO-Queue-data-type

A fully functional queue to use in any of your projects

Language:CStargazers:0Issues:1Issues:0

Hand-Over-Hand-LOCKING

Implementation of a threadsafe concurrent LinkedList, made by scratch with pointers, using very fine grained locking!

Language:JavaStargazers:0Issues:1Issues:0

MixedDecisionTree

My Computer Science Bachelor's Thesis: A full Python Implementation of a Categoric, Continuous, Multi-Split, Decision Tree

Language:PythonStargazers:0Issues:1Issues:0

Multiplexed-UDP-Echo-server

Non Blocking I/O Server Implementation, sending and receiving packets over UDP transport protocol. It includes also a Client for user interaction.

Language:JavaStargazers:0Issues:1Issues:0

NLP_Sentiment_Analysis_amazon_reviews

Text Analytics techniques and Machine Learning models for sentiment analysis

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

OCaml-interpreter

Implementation of an interpreter in OCAML

Language:OCamlStargazers:0Issues:1Issues:0

OS-Project

Multi-Threaded Project for the "Operating Systems" exam at University of Pisa, focus on signals and thread synchronization (mutexes, condition variables etc.)

Language:CStargazers:0Issues:1Issues:0

Parallel-MapVector-with-ThreadPool

Example of parallel and sequential calculation using an advanced threadpool

Language:C++Stargazers:0Issues:1Issues:0

Secure-Data-Container

A storage data abstraction, in which you can create and share any objects.

Language:JavaStargazers:0Issues:1Issues:0

WORTH-as-WORkTogetHer

This application lets you organize and manage your projects in a collaborative way. In short words it will help people coordinating common projects embracing the Kanban method.

Language:JavaStargazers:0Issues:1Issues:0

Multiplexing-Echo-Server-NIO

A small example of how to create a full Server supporting multiple Clients with just 1 thread, that's the purpose of using Multiplexing technique!

Language:JavaStargazers:0Issues:0Issues:0

Tris

Two unbeatable Artificial Intelligence are playing TicTacToe (in Italy we call it Tris) thanks to the legendary MINIMAX-DECISION algorithm. This version supports the ALPHA-BETA pruning optimization

Language:CStargazers:0Issues:0Issues:0