Pinned Repositories
DSDV
DSDV protocol simulation
LeNet-Naive
A naive aproach to a LeNet implementation.
Longest-Common-Subsequence
Longest Common Subsequence (LCS)
lukeflima.github.io
micropython-custom-modules
Custom modules for Micropython using C API
Personal-Site
Personal Site
PIC-Assembly
Códigos em assembly para microcontroladores PIC
qoi-viewer
A Quite OK Image Format decoder for WASM in Rust.
Segundo-Trabalho
CTF-writeups
writeups for the past CTF challenges
lukeflima's Repositories
lukeflima/qoi-viewer
A Quite OK Image Format decoder for WASM in Rust.
lukeflima/PIC-Assembly
Códigos em assembly para microcontroladores PIC
lukeflima/DSDV
DSDV protocol simulation
lukeflima/Longest-Common-Subsequence
Longest Common Subsequence (LCS)
lukeflima/lukeflima.github.io
lukeflima/LeNet-Naive
A naive aproach to a LeNet implementation.
lukeflima/micropython-custom-modules
Custom modules for Micropython using C API
lukeflima/Personal-Site
Personal Site
lukeflima/2019submissions
Pwn2Win CTF 2019 flag submissions
lukeflima/2DConvolution
Implementar em Python a operação de convolução D w x D w x C, com filtro convolucional especificado pelo usuário em arquivo texto a ser lido durante a execução, stride (inteiro positivo) e zero padding (boolean) especificados pelo usuário em tempo de execução. Apresentar resultados com imagens monocromáticas e RGB, e com volumes D f x D f x N, produzidos a partir da aplicação prévia de N filtros convolucionais. Os campos de ativação devem ser exibidos como imagens monocromáticas com nível de cinza no intervalo [0, 255]
lukeflima/Algorithms
Collection of algorithms in multiple programming languages.
lukeflima/Algoritmos-dinamicos-e-gulosos
lukeflima/AOC-2021
Advent of Code 2021 in Rust
lukeflima/c-jwt-cracker
JWT brute force cracker written in C
lukeflima/ComplexCPP
Implementation of complex numbers using operator overload in C++.
lukeflima/Conway-s-Game-of-Life-Wasm
Following book https://rustwasm.github.io/docs/book to create an Conway's Game of Life implementation in Rust wasm
lukeflima/Cpu-Scheduling
An implementation of some CPU scheduling algorithm.
lukeflima/CTF-Writeups
lukeflima/echo-server-porth
An echo server written in Porth.
lukeflima/ESP8266-Wifi-Configuration-Server
Configure WiFi credentials in an easy way, instead of hardcode it in code.
lukeflima/game-of-life
A simple terminal implementation of Conway's Game of Life using numpy with randomly generated grid.
lukeflima/how2heap
A repository for learning various heap exploitation techniques.
lukeflima/Instacopy
Copy of Instagram layout in React and React Native and an simple backend in NodeJS.
lukeflima/LZW
A Lempel-Ziv-Welch (LZW) implementation in C++
lukeflima/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
lukeflima/microzig
Unified abstraction layer and HAL for several microcontrollers
lukeflima/Page-replacement-algorithm-fault-counter-
A simulation of page replacement algorithm that counts how many faults occurred.
lukeflima/privilege-escalation-awesome-scripts-suite
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
lukeflima/Sorting-Algorithms
Sort Algorithms implementations
lukeflima/Web-Socket-Micropython-ESP8266
WebSocket Micropython ESP8266