Pinned Repositories
bombsearcher
A game about searching for hidden bombs on a grid. Windows + Linux releases.
dreaminvaders-game
haskell-c-compiler
Learning Haskell for the first time and using it to write a simple C compiler
mini-website-template-renderer
Converts handlebars templates and md files into static html for a simple blog website
nunodasneves.github.io
pathofagni-pico8
pico8 game about jumping
sdl-game-starter
Cross platform (Linux + Windows) OS abstraction layer for making games. Uses SDL2 for the actual OS interface
slp-to-mp4
Convert slippi replay files for Super Smash Bros Melee to videos
mshv
Crates for Microsoft Hypervisor ioctls and bindings
NunoDasNeves's Repositories
NunoDasNeves/slp-to-mp4
Convert slippi replay files for Super Smash Bros Melee to videos
NunoDasNeves/haskell-c-compiler
Learning Haskell for the first time and using it to write a simple C compiler
NunoDasNeves/mini-website-template-renderer
Converts handlebars templates and md files into static html for a simple blog website
NunoDasNeves/pathofagni-pico8
pico8 game about jumping
NunoDasNeves/sdl-game-starter
Cross platform (Linux + Windows) OS abstraction layer for making games. Uses SDL2 for the actual OS interface
NunoDasNeves/aoc2023
Advent of Code solutions https://adventofcode.com/2023
NunoDasNeves/azure-linux-utils
Utilities for Linux virtual machines running on Azure
NunoDasNeves/bombsearcher
A game about searching for hidden bombs on a grid. Windows + Linux releases.
NunoDasNeves/dreaminvaders-game
NunoDasNeves/interactive-algorithms
typescript implementations of error-correcting encoding and decoding
NunoDasNeves/nunodasneves.github.io
NunoDasNeves/rigid-body-sim
NunoDasNeves/spite-and-malice-web
NunoDasNeves/cloud-hypervisor
A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint. Written in Rust with a strong focus on security.
NunoDasNeves/comp-prog-3
Problems from UVa online judge, specifically from the book Competitive Programming 3 by Steven & Felix Halim
NunoDasNeves/crash
Linux kernel crash utility
NunoDasNeves/kvm-ioctls
NunoDasNeves/linux
Linux kernel source tree
NunoDasNeves/lisa
LISA is developed and maintained by Microsoft, to empower Linux validation.
NunoDasNeves/mini-https-server
Little https webserver in rust that serves files
NunoDasNeves/not-secure-copy
Command line utility to send a file from one machine to the other over the internet. Writing it for fun/self education
NunoDasNeves/Plantorium
A cozy game where you raise plants in a greenhouse. In SPACE!
NunoDasNeves/puzzlescript-games
Games written with https://www.puzzlescript.net
NunoDasNeves/simple_linear_system_solver
Simple (and naive) Linear System Solver in C
NunoDasNeves/spatial-interpolation-iterative-filtering
spatial interpolation with iterative filtering
NunoDasNeves/spite-and-malice
Simulator and agent for the card game spite and malice
NunoDasNeves/supertest
đź•·Super-agent driven library for testing node.js HTTP servers using a fluent API
NunoDasNeves/vfio
NunoDasNeves/vim-monokai
Monokai color scheme for Vim converted from Textmate theme
NunoDasNeves/x86-bootloader
Learning about x86 instructions, modes, registers etc by writing a bootloader