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

Block or report jeanmarcosdarosa

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

Hello there πŸ‘‹

Open Source Love

Steeve Github Stats


#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Jean Marcos da Rosa"
        self.role = "Software Engineer"
        self.language_spoken = ["pt_BR", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Projects

Popular repositories Loading

  1. angry-birds-python angry-birds-python Public

    Forked from estevaofon/angry-birds-python

    Angry Birds written in python using pygame and pymunk

    HTML

  2. javadoc-ptbr javadoc-ptbr Public

    Tradução Doclet Standart do JavaDoc para pt_BR

    Java

  3. jeanmarcosdarosa.github.io jeanmarcosdarosa.github.io Public

    HTML

  4. poisontap poisontap Public

    Forked from samyk/poisontap

    Exploits locked/password protected computers over USB, drops persistent WebSocket-based backdoor, exposes internal router, and siphons cookies using Raspberry Pi Zero & Node.js.

    JavaScript

  5. IAMDinosaur IAMDinosaur Public

    Forked from ivanseidel/IAMDinosaur

    πŸ¦„ An Artificial Inteligence to teach Google's Dinosaur to jump cactus

    JavaScript

  6. Real-Estate-Django-Web-App Real-Estate-Django-Web-App Public

    Forked from thecaffeinedev/Real-Estate-Django-Web-App

    Real Estate Django Web App

    CSS