Pinned Repositories
ft_trascendence
webserv
42_exam_rank_06
42 school exam rank 06 solution
Axiomatics-Jenkins-Plugin
For integrating policy development with Jenkins
Cpp_modules_42
42 school C++ modules designed with the purpose of learning Object Oriented Programming
cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. By using the MLX42 library and our raycasting algorithm we have created beautiful and fast 3D graphics from a 2D map.
Django_Pong
Practicing Django by hosting my Pong game on a Django server
Inception
This purpose of this project is to broaden my knowledge of system administration by using Docker. I have virtualized several Docker images, creating them in my virtual machine.
SparseMatrices
Final project of the Computational Programming with Python of the University of Lund. The project consists of making a class that effectively handles sparse matrices, making it possible to add & multiply them.
minishell
As pretty as shell
vnaslund-19's Repositories
vnaslund-19/cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. By using the MLX42 library and our raycasting algorithm we have created beautiful and fast 3D graphics from a 2D map.
vnaslund-19/SparseMatrices
Final project of the Computational Programming with Python of the University of Lund. The project consists of making a class that effectively handles sparse matrices, making it possible to add & multiply them.
vnaslund-19/42_exam_rank_06
42 school exam rank 06 solution
vnaslund-19/Axiomatics-Jenkins-Plugin
For integrating policy development with Jenkins
vnaslund-19/Cpp_modules_42
42 school C++ modules designed with the purpose of learning Object Oriented Programming
vnaslund-19/Django_Pong
Practicing Django by hosting my Pong game on a Django server
vnaslund-19/ft_printf
Recoded C:s standard printf for formats s, p, d, i, u, x, X, and %
vnaslund-19/Inception
This purpose of this project is to broaden my knowledge of system administration by using Docker. I have virtualized several Docker images, creating them in my virtual machine.
vnaslund-19/get_next_line
C function that reads and returns a line read including the '\n' working with any defined buffer size
vnaslund-19/java-json-pep-sdk
This project provides a Policy Enforcement Point (PEP) SDK in Java that generates a XACML 3.0 authorization request and response in accordance with the JSON Profile of XACML 1.1.
vnaslund-19/JS_PongGame
Recoded the classic Pong game in JavaScript with multiple game modes and a FreezeFlip power up
vnaslund-19/libft
42 school project, consists of recoding a few functions of the C standard library as well as making some other utility functions that will be useful during the rest of the cursus.
vnaslund-19/LundPython
Coding assignments from the course Computational Programming with Python from the University of Lund
vnaslund-19/Matplotlib-exercises
Uppgift från kursen "Programmera mera i Python" från högskolan i Borås
vnaslund-19/minishell
42 project which consists of recoding a basic version of a bash terminal which has to handle: command execution, pipes, redirections, environment variables & signals
vnaslund-19/NetPractice
This project is about solving networking problems to make a network run
vnaslund-19/OWASPThreatModeling
vnaslund-19/Philosophers
This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
vnaslund-19/pipex
42 project where you have to simulate the behavior of the pipe operator in a shell terminal.
vnaslund-19/policy-testing-framework
This repository is the entry point to start with Attribute Base Access Control (ABAC) and Policy-as-code from Axiomatics.
vnaslund-19/push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
vnaslund-19/R_data_analysis
Coding assignments from the university of Umeå
vnaslund-19/so_long
42 project where I have coded a FNAF inspired 2D game with the MLX42 library
vnaslund-19/Trollspel
Python game with GUI coded with tkinter library. The game consists in placing trolls in a square so that there is exactly one per row and column. A self-solving backtracking algorithm is also implemented.
vnaslund-19/UMAprogra1practicas