Edgard Diaz's repositories

Metodo-de-Biseccion

Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]

Language:C++Stargazers:2Issues:0Issues:0

microfrontends

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 and Single-SPA.

Language:JavaScriptLicense:GPL-3.0Stargazers:1Issues:0Issues:0

React-Sidebar-example

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 provide easy navigation and access to different sections or features of the application.

Language:JavaScriptLicense:CC0-1.0Stargazers:1Issues:0Issues:0
Language:PHPLicense:CC0-1.0Stargazers:0Issues:0Issues:0

API-to-do-list-with-python-and-flask

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 such as task creation and updating.

Language:PythonLicense:CC0-1.0Stargazers:3Issues:0Issues:0

API_Example_with_Node-Angular

Little example of API with node and Angular

Language:TypeScriptStargazers:1Issues:0Issues:0

mobile_app_example_with_react-native_and_API_Rest

Little example of how to use API REST with Node JS and React Native

Language:JavaScriptLicense:GPL-3.0Stargazers:0Issues:0Issues:0

cognitolab

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 a authorization based an token genereted by cognito

Language:JavaScriptLicense:GPL-3.0Stargazers:1Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

import-multiple-sql-files-with-bach

Bash script to import multiple SQL files from command line in MySQL

Language:ShellStargazers:1Issues:0Issues:0

Hashmap-example-Javascript

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 the case that occurs.

Language:JavaScriptStargazers:1Issues:0Issues:0

Image-processing-Algorithm-Contrast-Limited-Adaptative-Histogram-Qualization-CLAHE

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, this technique is used when an image has a deficient contrast. Moreover, CLAHE was originally developed for medical imaging and has been shown to be successful in low-contrast imaging.

Language:MATLABStargazers:2Issues:0Issues:0

PDFObject

A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents.

License:NOASSERTIONStargazers:0Issues:0Issues:0

Image-Processing-Convert-chanel-color-HSI-to-RGB-and-RGB-to-HSI

In this repository you will find an implementation in matlab to pass an RGB image to HSI and from HSI to RGB.

Language:MATLABStargazers:2Issues:0Issues:0

BisectionMethod-Python

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 each step, locating the half containing the solution, m.

Language:PythonStargazers:3Issues:0Issues:0

Newton-Raphson-Method-Python-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

Language:PythonStargazers:2Issues:0Issues:0

Newton-Raphson-method-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

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

Cifrado-Cesar

Este repositorio contiene la implemetación del cifrador cesar.

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

Random-Variable-Generator-Using-Poisson-Distribution

This program generates random variables using the Poisson distribution. The Poisson distribution is a discrete probability distribution that expresses, based on a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. Specifically, it specializes in the probability of occurrence of events with very small probabilities

Language:JavaStargazers:1Issues:0Issues:0

Suma-de-matrices

Programa en C++ para sumar dos matrices

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

Resistor_Calculator_whit_Python

In this project, the implementation of a calculator of the ohms value of a resistor is made from the color bands.

Language:PythonStargazers:1Issues:0Issues:0

perceptron-single-layer

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 and Walter Pitts developed in 1943.

Language:PythonStargazers:2Issues:0Issues:0

QR_generator_with_Python_and_Tkinter

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 un dispositivo móvil a una red Wifi.

Language:PythonStargazers:12Issues:0Issues:0

Crud_solution_equation_quadratic-

In this project, I present crud for solving quadratic equations developed using HTML, CSS, and PHP. For the solution of the quadratic equations the general formula. Check the video tutorial.

Language:HackStargazers:1Issues:0Issues:0

data_struct_in_c_example

This an example of how to use data structs in c language. In this example, a departmental store is shown. the example allows to users select products from a category. In addition, at the end of the program, it is shown a note with the products acquired by users and the total spend to the buy by a user.

Language:CStargazers:2Issues:0Issues:0

MVC_example

This is a basic example of MVC (Model, View, and controller). In this example we used an MVC to perform an operation mathematic basic, that is, the view on this example allows the user perform a multiplication of the two numbers.

Language:JavaStargazers:1Issues:0Issues:0

tetris-python

A tetris implementation with python

License:GPL-3.0Stargazers:1Issues:0Issues:0

simplewatermarking

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 problem of desynchronization using synchronization codes.

Language:MATLABStargazers:6Issues:0Issues:0

Decision-regions-with-KNN-algorithm

Implementation of the knn algorithm to generate decision regions using the Iris dataset.

Language:MATLABStargazers:1Issues:0Issues:0