Skip to content
View RobinSchfr's full-sized avatar
πŸ™ƒ
stuck on a bug
πŸ™ƒ
stuck on a bug
  • otris software AG
  • Germany / NRW / near Dortmund
  • 13:21 (UTC +02:00)
Block or Report

Block or report RobinSchfr

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

Hi there πŸ‘‹

I'm Robin [he/him] πŸ™‹β€β™‚οΈ

Student: Abitur23

A selected collection of my coolest projects.

Random guy who enjoys coding (most of the time πŸ₯΄).

// The algorithm of life πŸš€

boolean dead;
int stressLevel; // 1-100
Human me = new Human();

while (!dead){
  me.eat();
  me.sleep();
  me.code();
  if (stressLevel < 30){
    me.game();
    }
}

πŸ“– Skills

Hard Skills

  • β˜• Java
  • 🐍 Python
  • πŸ—„οΈ SQL
  • πŸ‡¨ Arduino/C
  • πŸ“„ Understanding of HTML/CSS
  • πŸͺŸ Team Windows

Interested in / Learn next

  • πŸƒ Spring Boot
  • πŸ“± Flutter(+Dart)

πŸ› οΈ Tools

  • Git
  • VS CODE
  • IntelliJ IDEA
  • PyCharm
  • Notion
  • Obsidian

Soft Skills

  • patient
  • high frustration tolerance
  • analytical thinking
  • reliable

πŸš€ My open source contributions

  1. zauberzeug/nicegui (#603)
  2. markodenic/web-development-resources (#405)

πŸ’« Quotes

"Sometimes it's better to leave something alone, to pause, and that's very true of programming." ~ Joyce Wheeler

"The only way to learn a new programming language is by writing programs in it." ~ Dennis Ritchie

"Code is like humor. When you have to explain it, it’s bad." ~ Cory House

"You need a bit frustration to appreciate your success." ~ me :)

πŸ”— Links

πŸ“¨ Contact via

❀️ Support

This is my paypal link: https://www.paypal.com/paypalme/RbnSchfr

Pinned

  1. Lightning-control-for-Nanoleaf Lightning-control-for-Nanoleaf Public

    Software to control Nanoleafs and create effects in a nicer way, based on the gui framework NiceGUI.

    Python 9

  2. Gobblet-Gobblers-Game Gobblet-Gobblers-Game Public

    Gobblet Gobblers is like an extended version of a normal Tic Tac Toe.

    Java 1

  3. 8x8-RGB-Led-Matrix 8x8-RGB-Led-Matrix Public

    A 8x8-RGB-Led-Matrix display programmed with an ESP8266.

    C++

  4. Console-Progressbar-Library Console-Progressbar-Library Public

    A small library to use customizable progressbars.

    Python

  5. BPM-Tapper BPM-Tapper Public

    A simple python tool to get the Beats per Minute (BPM), based on the incoming mouse clicks.

    Python