Skip to content
View 20AAP02's full-sized avatar
🇵🇹
Computer scientist
🇵🇹
Computer scientist
  • 42 Lisbon
  • Lisbon, Portugal
  • 09:25 (UTC +01:00)

Highlights

  • Pro
Block or Report

Block or report 20AAP02

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
20AAP02/README.md

github

I'm António, currently studing at 42 Lisbon!


Computer Science Student


         

class antonio():

  def __init__(self):
    self.name = "António Abranches Pinto"
    self.username = "20AAP02"
    self.location = "Lisbon, Portugal"
    self.school = "42 Lisbon"
    next_tools_to_learn(self.tools)
  
  def next_tools_to_learn(self, tools):
    tools.append("neural networks")
    tools.append("swift")
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = antonio()

My Statistics




Last Edited on: 04/04/2022

Pinned

  1. zico15/Minishell zico15/Minishell Public

    C 1

  2. 42_Cpp 42_Cpp Public

    This project is a series of c++ exercises (42 Cpp Piscine)

    C++

  3. 42_cub3d 42_cub3d Public

    This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in…

    C

  4. 42_Ft_irc 42_Ft_irc Public

    This project is about creating a IRC server. We use an actual IRC client to connect to the server and test it. Internet is ruled by solid standards protocols that allow connected computers to inter…

    C++ 1

  5. 42_Inception 42_Inception Public

    This project aims to broaden the knowledge of system administration by using Docker. I will virtualize several Docker images, creating them in a new personal virtual machine.

    Dockerfile

  6. 42_Transcendence 42_Transcendence Public

    This project is about creating a website for the mighty Pong contest! Users will play Pong with others. The website provides a nice user interface, a chat, and real-time multiplayer online games!

    TypeScript