brown9804
Data Scientist & Cloud DevOps Engineer Electrical Engineer, University of Costa Rica
Microsoft
Pinned Repositories
AbstractComputerStructuresHub
Here you can find design/simulations of different aspects of computer structures.
Adaptive_PCIe_switching
Adaptive PCIE logic layer and switching logic
CloudDevOps_LPath
This repository contains the basic knowledge that I believe is required to work within Azure and in a DevOps way.
Dragon12_MC9S12DP256
Dragon 12 board with MC9S12DP256 controller.
ImageProcessingHub
It allows to analyze, edit, work with the different characteristics present in images. Like Filter Spectrum, Image Vectorizer, High Resolution Image Mosaic, Image Mosaic
ImgVideoRecognition_System-ARUBA_HPE_Switch
The next project is carried out using an HPE idea for the electrical engineering graduation project. The main objective is to develop an algorithm using Python and other tools such as OpenCV for the automated review of the LEDs of a switch using images or video entry.
MicrosoftCloudEssentialsHub
This repository contains the basic knowledge that I believe is required to work within Cloud Technologies.
NexysDDR4-RISC-V_picorv32
Using VIVADO, Nexys DDR 4 board with RISC-V PicoRV32 CPU
PCIe_physical_layer
Implementation of the PCIe physical layer
VerilogCircuitDesignsHub
Developing different projects in order to understand how the Icarus Verilog tools work with GTKWave and Yosys.
brown9804's Repositories
brown9804/PCIe_physical_layer
Implementation of the PCIe physical layer
brown9804/Dragon12_MC9S12DP256
Dragon 12 board with MC9S12DP256 controller.
brown9804/MicrosoftCloudEssentialsHub
This repository contains the basic knowledge that I believe is required to work within Cloud Technologies.
brown9804/Adaptive_PCIe_switching
Adaptive PCIE logic layer and switching logic
brown9804/NexysDDR4-RISC-V_picorv32
Using VIVADO, Nexys DDR 4 board with RISC-V PicoRV32 CPU
brown9804/VerilogCircuitDesignsHub
Developing different projects in order to understand how the Icarus Verilog tools work with GTKWave and Yosys.
brown9804/AbstractComputerStructuresHub
Here you can find design/simulations of different aspects of computer structures.
brown9804/CommunicationsEngineeringDesignsHub
Here you can find different designs of source encoding, channel decoding, etc.
brown9804/EngineeringSimulationsHub
This repository hosts a variety of simulations, and designs. Each simulation/design is contained in its own directory.
brown9804/GamesAlgorithmsHub
This repository is a collection of various algorithms implemented in different programming language. These examples serve as a great starting point for those who want to learn more about coding and its applications.
brown9804/ImgVideoRecognition_System-ARUBA_HPE_Switch
The next project is carried out using an HPE idea for the electrical engineering graduation project. The main objective is to develop an algorithm using Python and other tools such as OpenCV for the automated review of the LEDs of a switch using images or video entry.
brown9804/Spice_examples
Code examples
brown9804/VerilogQflowDesignTestAnalysisHub
Here you can find different verifications, time analysis, etc.
brown9804/CloudDevOps_LPath
This repository contains the basic knowledge that I believe is required to work within Azure and in a DevOps way.
brown9804/ImageProcessingHub
It allows to analyze, edit, work with the different characteristics present in images. Like Filter Spectrum, Image Vectorizer, High Resolution Image Mosaic, Image Mosaic
brown9804/MachineLearning_LPath
Machine Learning concepts and design simple algorithms using Matlab, Octave, Python, NumPy, R, SQL
brown9804/2DPositionOpticalFlowCalculator
This repository contains a program that calculates two-dimensional positions and the optical flow vector.
brown9804/ASFIMA
This was our Scientific Project in High School, we won the National Scientific Fair. This is a Assistant for Physics and Mathematics considering the material related to the national tests.
brown9804/Assembly_MIPS_MARS
Some programs that exemplify different algorithms developed in assembler thinking of a MIPS architecture with the MARS simulator
brown9804/BeginnersCodeHub
This repository contains examples of various algorithms implemented in Python, C, and other languages. The main goal of this repository is to provide insights and help beginners understand the basics of algorithms.
brown9804/BooksLibraryLoanTool
Project carried out to simulate the functionalities of an application that regulates the loan of books in a school
brown9804/CacheMemoryDesignPolicies
Cache memory with LRU, LFU, LIFO and FIFO policies
brown9804/CachePerformanceSimulation
Cache simulation in order to obtain performance metrics
brown9804/ComputerNetworksDesignsHub
Here you can find design/simulations of different aspects of computer networks.
brown9804/ImageSegmentation-ROSNode
YUV, line, circle in images, captures in real time. Implementation of figures on live camera image in c for a ROS node
brown9804/ProbabilisticDataModelsAnalysisHub
The basic concepts of probability are shown, through the interpretation of a .csv file where the inspection of N elements is shown
brown9804/RoboticsPOSEMoveEstimator
Estimating Position and Orientation of a robot part and translation and rotation of the robot time 0-1 and 1-2
brown9804/SAP_LPath
This repository contains the basic knowledge that I believe is required to work within Systems Applications and Products in Data Processing
brown9804/Serial-ParallelPthreads_Programming
Parallel Programming with Pthreads. Two algorithms: 1. Multiplication of vectors and matrices. 2. Number pi
brown9804/TextCompressionDecompression
This repository contains a text compression and decompression algorithm based on replacements.