Skip to content

BenjaminHupf/BenjaminHupf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 

Repository files navigation

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')

Releases

No releases published

Packages

No packages published