Skip to content
View Stalkerfish's full-sized avatar

Block or report Stalkerfish

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

#!/usr/bin/python


class ControlAndAutomationEngineer:

  def __init__(self):
      self.name = "Allison Silva"
      self.learning = "Robot Operating System (ROS) and Android Development"
      self.love = "Open-source technologies"
      self.role = "Control and Automation 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 = ControlAndAutomationEngineer()
me.say_hi()

android Js kotlin cpp ros linux py gif-pic


Snake animation

Github Stats

Pinned Loading

  1. EasterEggs EasterEggs Public

    Development of an Android Application. It is a game intended to have many easter eggs as the main principle.

    Kotlin 1

  2. ros-publisher-subscriber ros-publisher-subscriber Public

    Learning how to make information flow using ROS.

    Makefile 1

  3. QuizApp QuizApp Public

    Development of an Android Application. It is a Quiz App, intended to be simple, just to learn in deep how to deal with different activities.

    Kotlin 1

  4. TheCalculatorApp TheCalculatorApp Public

    Development of a Android Application. This time, it will be a Calculator App.

    Kotlin 1

  5. GrapesIOT GrapesIOT Public

    Software for STM32-based devices for computer vision in grape farms.

    C

  6. EasterEggsGd EasterEggsGd Public

    Progression of EasterEggs development with Godot 4

    Kotlin