Pinned Repositories
AlmeidaOS
Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers
aws-lambda-c-runtime
AWS Lambda C Runtime
directed-acyclic-graph-builder-js
dag-builder-js is a simple-to-use Javascript DAG library with support for N:N vertices/edges. It supports validating that no cycle can be created in real-time, import/export states and it's built on SVG so you can render graphs pretty much anywhere.
english-flash-cards
Mini website for testing general English knowledge memorization.
identicon
Original Identicon java and canvas implementations
kernel-mod-cloud-packet-stats
A module for the Linux kernel that counts how many packets to each cloud provider your machine has sent
lfd420-exercises
MaNES
MaNES is an experimental NES emulator written from scratch in Rust. Work in Progress for 2022
MidoriDB
In-memory relational database written in C from scratch
mountpoint-sqs
A simple file client for mounting Amazon SQS as a file system
PauloMigAlmeida's Repositories
PauloMigAlmeida/AlmeidaOS
Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers
PauloMigAlmeida/directed-acyclic-graph-builder-js
dag-builder-js is a simple-to-use Javascript DAG library with support for N:N vertices/edges. It supports validating that no cycle can be created in real-time, import/export states and it's built on SVG so you can render graphs pretty much anywhere.
PauloMigAlmeida/MidoriDB
In-memory relational database written in C from scratch
PauloMigAlmeida/aws-lambda-c-runtime
AWS Lambda C Runtime
PauloMigAlmeida/english-flash-cards
Mini website for testing general English knowledge memorization.
PauloMigAlmeida/kernel-mod-cloud-packet-stats
A module for the Linux kernel that counts how many packets to each cloud provider your machine has sent
PauloMigAlmeida/MaNES
MaNES is an experimental NES emulator written from scratch in Rust. Work in Progress for 2022
PauloMigAlmeida/mountpoint-sqs
A simple file client for mounting Amazon SQS as a file system
PauloMigAlmeida/awesome-layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
PauloMigAlmeida/awesome-os
A list of operating systems and stuff
PauloMigAlmeida/barnowld
A Daemon for Real-Time Detection of Cache Side-Channel Attacks
PauloMigAlmeida/code2iam
PauloMigAlmeida/django-rest-auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
PauloMigAlmeida/download-file-from-tar-in-s3
PauloMigAlmeida/flowy
The minimal javascript library to create flowcharts ✨
PauloMigAlmeida/github-api
Java API for GitHub
PauloMigAlmeida/Inside-Outside-Guidance
Interactive Object Segmentation with Inside-Outside Guidance
PauloMigAlmeida/kernel-development-environment
Collection of .dotfiles for my kernel development environment
PauloMigAlmeida/leetcode_training_c
stuff I write here and there while playing with leetcode
PauloMigAlmeida/leetcode_training_java
PauloMigAlmeida/LFD440-exercises
Exercises I wrote while taking the LFD440 course for future reference
PauloMigAlmeida/linux-prewarm-process-rfc
WIP - For now it's just an idea of how to launch processes ahead of time for bash scripts
PauloMigAlmeida/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
PauloMigAlmeida/mountpoint-s3
A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
PauloMigAlmeida/nes-test-roms
Collection of test ROMs for testing a NES emulator.
PauloMigAlmeida/PauloMigAlmeida
PauloMigAlmeida/SiamMask
[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
PauloMigAlmeida/singularity-compose
orchestration for singularity containers (under development)
PauloMigAlmeida/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
PauloMigAlmeida/the-linux-programming-interface-exercises
Solutions for the exercises of the Linux Programming Interface book