Skip to content
View BenjaminHupf's full-sized avatar
💭
When your program works immediately, you did something wrong
💭
When your program works immediately, you did something wrong

Block or report BenjaminHupf

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

Hi,

I'm Benjamin (he/him) and I'm a 19-year old hobby coder from Germany.

Technologies I am interested in:

  • Artificial Intelligence / Machine Learning
  • Facial Recognition
  • Robotics
  • Malware
  • Cyber Security

I'm currently working on:

I'm currently learning:

  • C#

What I want to learn:

  • C++
  • CTF stuff
  • Lua (maybe)
  • probably Rust

Programming Languages and Tools I use:


About me:

class BenjaminHupf:
    def __init__(self):
        self.name = 'Benjamin Hupf'
        self.age = 19
        self.country = 'Germany'
        self.hobbies = ['Programming',               # duh
                        'Reading',                   # mostly Sci-Fi novels
                        'Graphic design',
                        'Space',                     # so much space...need to see it all
                        'Playing video games']
    
        self.contact = ['[email protected]',   # E-Mail
                        '@BenjaminHupf']             # Twitter
                       
        self.computer = setComputer(cpu = 'Ryzen 9 5900x', 
                                    gpu = 'GeForce RTX 3090', 
                                    ram = 'DDR 4 32 GB 3200 MHz')
    
        self.openForHire = False

    def drinkCoffee():
        print('*slurp')

Pinned Loading

  1. Inspirely Inspirely Public

    This project is an open-source clone of Inspirobot that generates motivational images by overlaying randomly selected quotes onto randomly chosen background images.

    Python

  2. Bank-graph-for-Hypixel-Skyblock Bank-graph-for-Hypixel-Skyblock Public

    Bank graph for Hypixel Skyblock is a small program which I wrote to get the bank account balance of my coop SkyBlock world and print it to a graph to visualize our progress.

    Python 1

  3. Discord-bot-for-SkyBlock-graph Discord-bot-for-SkyBlock-graph Public

    Optional program which uses my Bank graph for Hypixel Skyblock program and connects it to a Discord bot which sends the graph to you when you type a command.

    Python 1