• Stars
    star
    1
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created about 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

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.
Python
12
star
2

JPEG

Compression of images with JPEG algorithm using python and Huffman codes.
Python
11
star
3

Hamming-codes-generator

This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
Python
6
star
4

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.
MATLAB
6
star
5

Fibonacci-series-with-Python

In this code a recursive function is developed to generate the first n numbers of the Fibonacci series
Python
4
star
6

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.
Python
3
star
7

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.
Python
3
star
8

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]
C++
2
star
9

Newton-Raphson-Method-Python-

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

ReadDHT11SensorWithLCD

Development a code for read DTH11 Sensor and show the data read on LCD display
C++
2
star
11

ConexionDataBaseWithPython

This code makes a connection to a database, this connection is made using Python
Python
2
star
12

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.
Python
2
star
13

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.
MATLAB
2
star
14

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.
C
2
star
15

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.
MATLAB
2
star
16

BasicLogginWithHTML-JavaScrip

In this code a basic loggin is implemented using JavaScrip and HTML.
HTML
1
star
17

Cifrado-Cesar

Este repositorio contiene la implemetaci贸n del cifrador cesar.
C++
1
star
18

Newton-Raphson-method-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.
C++
1
star
19

Suma-de-matrices

Programa en C++ para sumar dos matrices
C++
1
star
20

Decision-regions-with-KNN-algorithm

Implementation of the knn algorithm to generate decision regions using the Iris dataset.
MATLAB
1
star
21

API_Example_with_Node-Angular

Little example of API with node and Angular
TypeScript
1
star
22

CaesarCipher

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.
Python
1
star
23

import-multiple-sql-files-with-bach

Bash script to import multiple SQL files from command line in MySQL
Shell
1
star
24

Recursive-sum-fo-floating-numbers-with-C-laguage

This source code performs a recursive addition of ten floating number.
C
1
star
25

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.
Java
1
star
26

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.
JavaScript
1
star
27

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.
Python
1
star
28

DowloadVideoFromYouTube

Dowload videos from YouTube with this application developed with python 3
Python
1
star
29

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.
Hack
1
star
30

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.
C++
1
star
31

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.
JavaScript
1
star
32

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.
JavaScript
1
star
33

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
Java
1
star