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
  • Somewhere in Germany...I guess
  • 12:55 (UTC +01:00)
  • X @BenjaminHupf

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 who is currently studying computer science.

Technologies I am interested in:

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

I'm currently working on:

  • My bachelor degree

I'm currently learning:

  • NULL

What I want to learn:

  • C# / 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 = ['benjamin.hupf@proton.me',   # 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. wahl-o-selfie-v1 wahl-o-selfie-v1 Public

    Wahl-O-Selfie v1 is using a self-trained machine learning model which categorizes human faces into (german) political partys similar to "Wahl-O-Mat".

    Python

  2. wahl-o-selfie-v2 wahl-o-selfie-v2 Public

    Wahl-O-Selfie v2 is using facial recognition to categorize human faces into (german) political partys similar to "Wahl-O-Mat".

    Python 1

  3. 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

  4. 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