-
Suma-de-matrices Public
Programa en C++ para sumar dos matrices
-
nasa-react-gallery Public
NASA React Gallery is a simple React app that fetches and displays random images from NASA's Astronomy Picture of the Day (APOD) API. Each image comes with a description, allowing users to explore …
-
DowloadVideoFromYouTube Public
Dowload videos from YouTube with this application developed with python 3
-
-
-
simplewatermarking Public
In this project, a simple watermarking system for spread spectrum audio is developed using the FFT transformation to insert the data into the signal host. The system is designed to resist the probl…
-
cognitolab Public
This repository content a template for cloudForm, that allow build the following services: s3 bucket, api gateway and cognito user pool. In another hand, this template show a example the how to use…
-
-
This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations…
-
Comparte tu conexión Wifi usando un QR. En este proyecto, se utiliza la librería qrcode de Python para generar un código QR con la información necesaria para realizar automáticamente la conexión de…
-
perceptron-single-layer Public
Python implementation of the simple perceptron or also known as a single-layer neural network, is a binary classification algorithm by Frank Rosenblatt based on the neural model of Warren McCulloch…
-
arduino-bluetooth-sensor-app Public
This project is a React Native application that connects to an Arduino microcontroller via Bluetooth to receive real-time temperature and humidity data from a DHT11/DHT22 sensor. The app displays t…
-
Price monitoring using a scraper building with Python
Apache License 2.0 UpdatedMar 20, 2025 -
serverless-api-python Public
This repository contains a serverless example using AWS CloudFormation, API Gateway, AWS Lambda, Boto3, the Serverless Framework, and Python 3.
-
embedded-pdf-on-qr Public
This repository contains an example of how to share a PDF using QR codes.
-
Metodo-de-Biseccion Public
Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]
-
microfrontends Public
Example App with Microfrontends in React, Vue and Single-SPA 🚀 This is a sample project that demonstrates how to build a modular and scalable web application using Microfrontends architecture with …
-
React-Sidebar-example Public
This project serves as an example implementation of a sidebar using Material UI, a popular React component library. The sidebar is a common user interface element used in web applications to provid…
-
-
Little example of API with node and Angular
-
Little example of how to use API REST with Node JS and React Native
JavaScript GNU General Public License v3.0 UpdatedJan 27, 2023 -
-
Bash script to import multiple SQL files from command line in MySQL
-
Hashmap-example-Javascript Public
Using a hashmap instead of nested conditionals allows to have a clean and more readable code, in this repository I share an example of how to use a hashmap to call different methods according to th…
-
In this reprositorio the CLAHE technique (Contrast limited adaptive histogram equalization) is presented, in the area of image processing one of the most used functions is the enhancement contrast,…
-
PDFObject Public
Forked from pipwerks/PDFObjectA lightweight JavaScript utility for dynamically embedding PDFs in HTML documents.
JavaScript Other UpdatedAug 7, 2021 -
In this repository you will find an implementation in matlab to pass an RGB image to HSI and from HSI to RGB.
-
BisectionMethod-Python Public
The bisection method is based on the mean value theorem and assumes that f (a) and f (b) have opposite signs. Basically, the method involves repeatedly halving the subintervals of [a, b] and in eac…
-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.
-
Newton-Raphson-method- Public
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.