Skip to content
View jdmremi's full-sized avatar
🍙
food
🍙
food
Block or Report

Block or report jdmremi

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
jdmremi/README.md
#!/usr/bin/python

class SoftwareDeveloper:

    def __init__(self):
        self.name = "Remi S"
        self.role = "Software Developer"
        self.language_spoken = ["jp_JP", "en_US"]
        self.technologies = ["TypeScript", "C#", "Java", "Go", "C++", "Rust",
                             "Python", "express", "React", "OpenCV", "Keras"]

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

    def say_other(self):
        print("I'm a hobbyist software developer that loves image processing and emojis! I also have a passion for NLP and CNNs! :)")


me = SoftwareDeveloper()
me.say_hi()
me.say_other()

Pinned Loading

  1. Emotes-TS Emotes-TS Public

    Search for emotes used across Discord!

    TypeScript 3

  2. Jisho-Anki-Exporter Jisho-Anki-Exporter Public

    Adds a button to each entry on Jisho.org to export terms to an Anki deck.

    JavaScript 1