Giter VIP home page Giter VIP logo
#!/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()

Remi's Projects

bttvbulkdl icon bttvbulkdl

BTTVというウェブサイトからの絵文字データをダウンロードできるツールです。

discrim-bot icon discrim-bot

This bot allows you change your Discord discriminator!

emotesmobile icon emotesmobile

A mobile app I made to test out React Native, which serves as a tool for searching emotes.

genesys30graphgen icon genesys30graphgen

A simple tool to generate graphs from spectrometer data gathered by the GENESYS30 spectrometer.

notifier icon notifier

Receive a message on Discord whenever a new show is released

osu icon osu

rhythm is just a *click* away!

porter-ama icon porter-ama

Used to stream new comments from Porter's Reddit account for his current AMA.

rsswatcher icon rsswatcher

Package used for monitoring changes to RSS feeds.

tf-emotes icon tf-emotes

Image (emote) classification tool made possible with Tensorflow and Keras.

vanguard icon vanguard

Official Vanguard Anti-Cheat source code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.