AlexDominguez18
Egresado de ingeniería en computación en la Universidad de Guadalajara.
@dev-cucei-itrans Guadalajara, Jalisco
Pinned Repositories
alex-duran.github.io
Personal portfolio
AlexBuys
This is a simple simulator of a imaginary store. Created on C++ and Qt.
Curso-Programacion-TSU-UDG
Repositorio con ejemplos de código para mostrar en mis clases de programación para alumnos del grado Técnico Superior Universitario.
DrPet-Sistema-Veterinario
FCFS-Horse-Simulator
This is a simple FCFS algorithm simulator with a horse animation :)
MIPS_32_BITS
Desarrollo y diseño de un procesador MIPS de 32 bits en lenguaje Verilog.
portafolio-denis-gomez
Productor-Consumidor
Algoritmo del productor-consumidor
Simulador-Productor-Consumidor
Simulador del algoritmo "Productor-Consumidor" en C#.
Syntactic-Analyzer
Simple syntactic analyzer in Python for specifc grammar.
AlexDominguez18's Repositories
AlexDominguez18/Curso-Programacion-TSU-UDG
Repositorio con ejemplos de código para mostrar en mis clases de programación para alumnos del grado Técnico Superior Universitario.
AlexDominguez18/Productor-Consumidor
Algoritmo del productor-consumidor
AlexDominguez18/alex-duran.github.io
Personal portfolio
AlexDominguez18/AlexBuys
This is a simple simulator of a imaginary store. Created on C++ and Qt.
AlexDominguez18/ALGORITMO-DE-PLANIFICACION-FCFS
AlexDominguez18/ALGORITMO-DE-PLANIFICACION-FCFS-PT-2
AlexDominguez18/ALGORITMO-DE-PLANIFICACION-RR-ROUND-ROBIN-
AlexDominguez18/Calculator
This is a C++ Qt Project that use assembly code to create the math functions.
AlexDominguez18/Differential-Evolution-Algotihm
This is just a simple example of the Differential Evolution on Python 3.
AlexDominguez18/Email-Client-Simulator
This is an email client simulator that storage all the data locally. This project use some of the most common datas structures and algorithms that show on college. Actually, this is probably my favorite college project because I really appreciate the teacher.
AlexDominguez18/Fibonacci-Assembly
Fibonacci algorithm in assembly code.
AlexDominguez18/GiftExpertApp
Simple application with Vite & React. This project is part of the course "React: De cero a experto (Hooks y MERN) - By Fernando Herrera". Available on: https://www.udemy.com/share/103dum3@5dmn9RU__SDT1Z5mvMWb28kKSEpegaR5RTEQ9qWvevtkxH0Wgsfj5fsPPFoVU33woA==/
AlexDominguez18/guessing-game-rust
Simple guessing game on Rust. This example is part of the official documentation of Rust.
AlexDominguez18/LaravelBlogApp
Blog application using Laravel, Inertia, React and Docker/Docker Compose.
AlexDominguez18/MLP
Programación de MLP entrenada con Backpropagation
AlexDominguez18/neovim-configs
This repository is to save all the neovim configs that I have, or that I will have.
AlexDominguez18/PAGINACION-SIMPLE
AlexDominguez18/PascalTriangle-Assembly
Simple example of how to create the pascal's triangle on assembly code.
AlexDominguez18/PROCESAMIENTO-POR-LOTES-CON-MULTIPROGRAMACION
AlexDominguez18/PROCESOS-SUSPENDIDOS
AlexDominguez18/Process-Simulator-Full-Version
This is a complete process simulator version. There are not threads to manage them. It's just a simple example of how some process algorithms such as RR, FCFS, etc. works.
AlexDominguez18/Self-Organizing-Map
AlexDominguez18/Semantic-Analyzer
This is a continuation of the syntcactic analyzer that you can find on this repository. The semantic analyzer checks the structure and logic of the code that you write. All the rules and grammar are a simple example of a similar language to C.
AlexDominguez18/SISTEMAS-DISTRIBUIDOS-2021B
AlexDominguez18/Sniffer
Simple network sniffer on Python. Just workn on Linux.
AlexDominguez18/Sort-Algorithm-Assembly
Short and simple example of sorting in assembly code.
AlexDominguez18/Syntactic-Tree
This is a simple example of a syntactic analyzer that create a syntactic tree.
AlexDominguez18/TRADUCTORES-DE-LENGUAJE-II-2021B
Curso completo de traductores de lenguaje 2 CUCEI 2021B.
AlexDominguez18/Vectors-Addition
Short and simple example vectors addition on assembly code.
AlexDominguez18/Virtual-Pet-Example
Example of how a machine states works based on computer's theory, making a simple virtual pet.