Skip to content
View viniseneda's full-sized avatar
Block or Report

Block or report viniseneda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
viniseneda/README.md

About me

Hello, my name is Vinicius and currently I am a software engineering student at 42 São Paulo.

I am very interested in creative code, languages, cognitive science, thinking about new ways of teaching computer programming and human-computer interaction.

About 42 school

Here you will find some of the projects I have already finished:

libft: my first library written in C and the "get next line" function

ft_printf: implementation of a prinft function

mini_RT: a simple ray tracer written in C

pipex: an implementation of the pipe function from shell

minishell: a simple implementation of a linux shell

philosophers: implementation in C of the dining philosophers problem

Labs challenge: a simple API REST built in C with the mongoose library

webserv: a simple http server codded in c++. Group project.

Other projects

Currently very interested in learning funcional programming. Trying to make a version of MAL, the Clojure inspired Lisp interpreter.

nand2tetris: Exercises from the course "From Nand to Tetris", in which you build an entire virtual computer from the logic gates up

api study: basic study on the concept of "api gateways" using docker compose and nginx

Popular repositories Loading

  1. miniRT miniRT Public

    C 1

  2. from_nand_to_tetris from_nand_to_tetris Public

    Assembly 1

  3. reference reference Public

  4. libft libft Public

    C

  5. viniseneda viniseneda Public

  6. ft_printf ft_printf Public

    C