Pinned Repositories
blockchain-ed
This repository contains an example of blockchain in C, a project proposed in the Data Structure subject at UTFPR-PG.
advent_of_code_2021
Solving https://adventofcode.com/2021 with Python
Algorithms
A C library with code I have developed for the algorithms course in my first semester at UTFPR-PG.
Binary-tree-DS2-project
This repository contains the code for my data structures 2 project related to binary trees (insertion and removal) and file manipulation
chip8-rust
A CHIP-8 emulator written in rust
Computer-graphics-exercises
DS2-Exercises
Exercises from my Data Structures 2 course at UTFPR
Euler_Rust
My attempt at solving Project Euler problems while also learning the Rust programming language
glium_test
Testing the glium crate with a spinning triangle
SandWoodJones's Repositories
SandWoodJones/chip8-rust
A CHIP-8 emulator written in rust
SandWoodJones/advent_of_code_2021
Solving https://adventofcode.com/2021 with Python
SandWoodJones/Algorithms
A C library with code I have developed for the algorithms course in my first semester at UTFPR-PG.
SandWoodJones/Binary-tree-DS2-project
This repository contains the code for my data structures 2 project related to binary trees (insertion and removal) and file manipulation
SandWoodJones/Computer-graphics-exercises
SandWoodJones/DS2-Exercises
Exercises from my Data Structures 2 course at UTFPR
SandWoodJones/Euler_Rust
My attempt at solving Project Euler problems while also learning the Rust programming language
SandWoodJones/glium_test
Testing the glium crate with a spinning triangle
SandWoodJones/hello-triangle
A basic opengl triangle made in Rust with glutin
SandWoodJones/Projeto-Final-Algoritmos
Projeto final do curso de algoritmos que cursei no meu primeiro perĂodo na UTFPR-PG.
SandWoodJones/Prolog-exercises
A series of exercises from my computer logic for computing course at UTFPR.
SandWoodJones/gravelOS
Personal NixOS config
SandWoodJones/password_game
A password game implementation in rust
SandWoodJones/React-tutorial
React.js website made using Net Ninja's tutorial
SandWoodJones/RLSH
Tiny concept shell in Rust
SandWoodJones/Simple-painter
A simple point painter program for drawing polygons made in Qt & C++ for my computer graphics uni course