#!/usr/bin/python
# -*- coding: utf-8 -*-
class human:
def __init__(self):
self.name = "Ryan Gunawan"
self.role = "Computer Engineer"
def works_on(self):
self.code = ['python', 'javascript', 'java', 'c', 'c++', 'bash', 'perl']
self.tools = ['vscode', 'docker', 'vim > emacs']
self.db = ['oracle', 'postgresql', 'mysql', 'sqlite']
self.infra = ['gitlab', 'azure']
self.interest = ['mlops', 'cybersec']
def say_hi(self):
print("hello world 👋.")
me = human()
me.say_hi()
Pinned Loading
-
-
multibody-spring-damper
multibody-spring-damper PublicMultibody Spring-Damper System using MATLAB
MATLAB 1
-
shellcode-exploit
shellcode-exploit PublicLaunching a shellcode from a vulnerable program using a buffer overflow exploit
C 3
-
nsl-avionics
nsl-avionics PublicNASA Student Launch (2015) - Launch Vehicle Avionics with Airbrake payload
Arduino
-
wordler
wordler PublicPython Discord bot that listens to a dedicated Wordle results channel, parses the shared messages, and maintains rolling statistics + a leaderboard for your server.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


