There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.JPEG
Compression of images with JPEG algorithm using python and Huffman codes.Hamming-codes-generator
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)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.Fibonacci-series-with-Python
In this code a recursive function is developed to generate the first n numbers of the Fibonacci seriesBisectionMethod-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.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.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]ReadDHT11SensorWithLCD
Development a code for read DTH11 Sensor and show the data read on LCD displayConexionDataBaseWithPython
This code makes a connection to a database, this connection is made using Pythonperceptron-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.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.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.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.BasicLogginWithHTML-JavaScrip
In this code a basic loggin is implemented using JavaScrip and HTML.Cifrado-Cesar
Este repositorio contiene la implemetaci贸n del cifrador cesar.Newton-Raphson-method-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.Suma-de-matrices
Programa en C++ para sumar dos matricesDecision-regions-with-KNN-algorithm
Implementation of the knn algorithm to generate decision regions using the Iris dataset.API_Example_with_Node-Angular
Little example of API with node and AngularCaesarCipher
In this project I develop a plaintext file encryption using shift encryption or C茅sar encryption, this project was implemented in the Python programming language.import-multiple-sql-files-with-bach
Bash script to import multiple SQL files from command line in MySQLRecursive-sum-fo-floating-numbers-with-C-laguage
This source code performs a recursive addition of ten floating number.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.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.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.DowloadVideoFromYouTube
Dowload videos from YouTube with this application developed with python 3cognitolab
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 cognitoCrud_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.Text-compressor-using-huffman-codes
This source code implements the huffman algorithm to perform the compression of a plain text file. for this a file is generated which contains the probabilities of each of the symbols defined in the symbols dictionary.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.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.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 probabilitiesLove Open Source and this site? Check out how you can help us