Skip to content
View ragunawan's full-sized avatar
🚀
🚀

Block or report ragunawan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ragunawan/README.md
#!/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()

visitors

Pinned Loading

  1. AES-encryption AES-encryption Public

    Encrypting plaintext and decrypting ciphertext using AES

    Java

  2. multibody-spring-damper multibody-spring-damper Public

    Multibody Spring-Damper System using MATLAB

    MATLAB 1

  3. shellcode-exploit shellcode-exploit Public

    Launching a shellcode from a vulnerable program using a buffer overflow exploit

    C 3

  4. nsl-avionics nsl-avionics Public

    NASA Student Launch (2015) - Launch Vehicle Avionics with Airbrake payload

    Arduino

  5. wordler wordler Public

    Python Discord bot that listens to a dedicated Wordle results channel, parses the shared messages, and maintains rolling statistics + a leaderboard for your server.

    Python