marcelomlinck
I am a Brazilian Computer Engineer with masters degree in Computer Science. My areas of interest are software development and memory controllers.
Porto Alegre, RS, Brazil
Pinned Repositories
Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
ArduinoPlayDohPiano
This project uses the CapacitiveSensor library on Arduino to detect the human touch on a PlayDoh (modeling clay). Many PlayDohs can be connected in order to create a piano.
bitcoin
Bitcoin Core integration/staging tree
HackerRank
Some of my HackerRank Solutions
LabyrinthRobot
The dumb, average and smart robots need to find their way through the labyrinth. Who will find the exit first?
ShooterLocalizationProject
These codes implement a Shooter Localization system. Arduino nodes collect sound data from a gunshot and a local server calculates the shooter location.
SortingEfficiencyAnalysis
This repository presents the comparison of many parallel sorting algorithms and its execution times for n different CPU numbers.
TokenPassing
This repository contains the implementation of a solution for accessing a critic session using the Token Passing paradigm.
VHDLMipsCache
This repository contains the vhdl files describing a mips processor with two levels of cache implementing both write-through and write-back.
marcelomlinck's Repositories
marcelomlinck/ShooterLocalizationProject
These codes implement a Shooter Localization system. Arduino nodes collect sound data from a gunshot and a local server calculates the shooter location.
marcelomlinck/Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
marcelomlinck/ArduinoPlayDohPiano
This project uses the CapacitiveSensor library on Arduino to detect the human touch on a PlayDoh (modeling clay). Many PlayDohs can be connected in order to create a piano.
marcelomlinck/bitcoin
Bitcoin Core integration/staging tree
marcelomlinck/HackerRank
Some of my HackerRank Solutions
marcelomlinck/LabyrinthRobot
The dumb, average and smart robots need to find their way through the labyrinth. Who will find the exit first?
marcelomlinck/SortingEfficiencyAnalysis
This repository presents the comparison of many parallel sorting algorithms and its execution times for n different CPU numbers.
marcelomlinck/TokenPassing
This repository contains the implementation of a solution for accessing a critic session using the Token Passing paradigm.
marcelomlinck/VHDLMipsCache
This repository contains the vhdl files describing a mips processor with two levels of cache implementing both write-through and write-back.
marcelomlinck/CryptoWebClient
marcelomlinck/ESP8266Calculator_UnitTest
Classic calculator project for ESP8266 and implementing unit testing for both board and native environments.
marcelomlinck/EthereumContracts
This repository holds a copy of some Smart Contracts that have already been uploaded into the main Ethereum Blockchain.
marcelomlinck/GallowsGame
This is the Gallows Game using a TCP socket communication. Clients can connect with a server in order to initiate a game.
marcelomlinck/go-ethereum
Official Go implementation of the Ethereum protocol
marcelomlinck/IoTServer
IoTServer
marcelomlinck/poatek-nfts
NFTs blockchain project for Poatek. Deployed in Rinkeby.
marcelomlinck/poatekcoin-erc20
Rewards program for Poatek Coins
marcelomlinck/poc-erc20
POC project for ERC20 token, composed of SmartContract, API and Front-End. Technologies Solidity, Javascript, Typescript, Next.js, React.js, Node.js and Tailwind.
marcelomlinck/qpid-cpp
Mirror of Apache Qpid C++
marcelomlinck/RaspberryPiPython001
My first RaspberryPi project
marcelomlinck/SevSeg
Seven segment display controller library for Arduino