Pinned Repositories
babySteps101
A compilation of several different coding challenges/exercises/drillings that I did when in my junior year. The very reason of this repo is nostalgia/documenting my first lines of code(non-projects). I might add more when seen fit.
bandecoLBDI
boring.cyclesLAOCII
cache.associative4ways.lruLAOCII
cache.coherencyLAOCII
Exerting coherency between caches with protocols in a Memory-Shared Multiprocessors system whether it has uniform memory access(UMA, symmetric) or not(non-UMA).
chomsky.converterLFA
CFG to CNM
consensus.algoIC
crn.dna.dsd_MComputing
quantum.compWS
sup.maxLESTPII
TPII, Laboratório de Engenharia de Software | CEFET-MG
marcotulio956's Repositories
marcotulio956/cache.coherencyLAOCII
Exerting coherency between caches with protocols in a Memory-Shared Multiprocessors system whether it has uniform memory access(UMA, symmetric) or not(non-UMA).
marcotulio956/quantum.compWS
marcotulio956/sup.maxLESTPII
TPII, Laboratório de Engenharia de Software | CEFET-MG
marcotulio956/babySteps101
A compilation of several different coding challenges/exercises/drillings that I did when in my junior year. The very reason of this repo is nostalgia/documenting my first lines of code(non-projects). I might add more when seen fit.
marcotulio956/bandecoLBDI
marcotulio956/boring.cyclesLAOCII
marcotulio956/cache.associative4ways.lruLAOCII
marcotulio956/chomsky.converterLFA
CFG to CNM
marcotulio956/consensus.algoIC
marcotulio956/crn.dna.dsd_MComputing
marcotulio956/ctrl.sysCdSD
Digital and Analog Control for Dynamic Systems. Analysis, Design and Simulation
marcotulio956/data.cleansingRPA
robotic process automation class
marcotulio956/DNAr
Simulate Chemical Reaction Networks based on DNA on R
marcotulio956/FTPserver.DoS_LREDES
Sockets 4 DoS a local FTP server
marcotulio956/gen.asmCOMP
A Lexical, Synthetic, Semantical and Assembly Code Generation program for a Context-Sensitive Language specified in BNF (Type 1 in Chomsky hierarchy)
marcotulio956/Genetic-SIMPLEX_GraphColouringOTMI
A genetic algorithm solution for the Graph Colouring problem ( P-Complete ~ O(n*2^n) ), as alternative to SIMPLEX method.
marcotulio956/italian.pizzaLESTPI
TPI, Laboratório de Engenharia de Software | CEFET-MG
marcotulio956/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
marcotulio956/Learn-OpenCV-in-3-hours
marcotulio956/marcotulio956
marcotulio956/mini.pascalLLPTPI
Interpreter for a subset of the Pascal programming language.
marcotulio956/neuron.modelingIC
marcotulio956/nine.holesLLPTPII
marcotulio956/photo.messTEPL
A bash problem to solve a personal problem, proposed in the Linux class.
marcotulio956/ping.phongCGTPI
marcotulio956/process.mgmt_OS
threads, processes, synching, deadlocks, and logical-physical addresses.
marcotulio956/ray.tracerCG
A base for ray tracer implementation in C++ and Java
marcotulio956/smart.algoAI
marcotulio956/socket.programmingLREDES
UDP/TCP Clients & Servers
marcotulio956/Trees_n_Graphs
Data structures for trees and graphs, as well as several correlated algorithms to run on them.