-
University of Havana (@matcom)
- La Habana, Cuba.
- jmiguelzperez.dev
- in/jmiguelzperez
- https://t.me/nex25k
Highlights
- Pro
-
statistical-analysis-nfts Public
Statistical analysis on the top 100 NFT collections from CoinMarketCap, employing Regression and PCA techniques. This demonstrated the invalidity of linear predictive models by failing to meet key …
-
fastapi-crud Public
RESTful app using FastAPI, Pydantic v2 and SQLAlchemy.
Python UpdatedNov 1, 2025 -
polyclinic-ml-project Public
Forked from JoseAConcepcion/polyclinic-ml-projectMachine learning based system designed to predict hospital admissions due to respiratory diseases. By analyzing historical data from multiple provinces, the model identifies patterns and trends to …
Jupyter Notebook MIT License UpdatedSep 25, 2025 -
blockchain-reputation Public
An on-chain reputation engine for EVM wallets that calculates trust scores from transaction history, optimized with a smart contract cache.
-
-
ChordTorrent Public
Forked from ANJEMI/distributed-systems-projectChordTorrent is a fully dockerized, peer-to-peer file-sharing system that implements (with python) a BitTorrent client and tracker using the Chord Distributed Hash Table (DHT) for distributed index…
Python MIT License UpdatedMar 3, 2025 -
ImageMathToTex Public
A project for processing images containing mathematical formulas and converting them to LaTeX code. Developed for the "Applied Mathematical Models" course in Computer Science.
Python MIT License UpdatedOct 28, 2024 -
-
-
blockchain-event-tracker Public
Web application for detecting and monitoring smart contract events on the blockchain.
-
-
This repository contains the Solidity smart contracts for the Cameltoe Brides NFT collection. The contracts implement the core functionalities of the project.
-
solidity-fcc-course Public
This repository contains Solidity code developed during the FreeCodeCamp course, along with my personal modifications and additional exercises.
-
proyecto-cine Public
A web application built with .NET Core, Angular, and SQL Server, employing cutting-edge technologies, methodologies and architectures like Clean Architecture, Domain-Driven Design, CQRS, and librar…
-
-
full-blockchain-solidity-course-js Public
Forked from smartcontractkit/full-blockchain-solidity-course-jsLearn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
4 UpdatedApr 18, 2024 -
computer-networks-2024 Public
Forked from matcom/computer-networks-2024Proyecto de la asignatura redes de computadoras. Curso 2024
-
herencia-multiple Public
Seminario de la materia Lenguajes de Programación. Herencia Múltiple con C#, C++ y Python.
-
python-magic Public
Seminario de la materia Lenguajes de Programación. Python Mágico.
-
blockchain101-matcom Public
Tasks and solutions carried out during the optional Blockchain 101 course from the MATCOM, UH (@matcom).
-
proyecto-concurrencia Public
Forked from Sistemas-Operativos-Matcom/proyecto-concurrencia -
todo-app Public
NestJS, Angular, TypeORM, GraphQL, PostgreSQL.
-
proyecto-memoria Public
Forked from Sistemas-Operativos-Matcom/proyecto-memoria -
proyecto-scheduler Public
Forked from Sistemas-Operativos-Matcom/proyecto-scheduler -
minishell Public
This project is a simplistic implementation of a Linux console. It provides basic functionality such as executing commands, changing directories, listing files, and running programs. The project ut…
-
-
-
-
sudoku-solution Public
Solución al juego matemático Sudoku mediante backtracking (recursividad).
-
binary-search-tree-csharp Public
Different operations on a binary search tree: insertion, deletion, search, printing, minimum and maximum.