Skip to content
View owrmille's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report owrmille

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

I'm a Master's student in the Computational Sciences program at FU Berlin, and I also study at 42 Berlin, a project-based school with no teachers or traditional classes.

Currently learning Java and exploring Spring; practicing algorithms and data structures.

  • ☕︎ java exercises - A growing collection of Java programming exercises and algorithm implementations from various platforms, updated regularly.
  • 📝 weekly task tracker - Minimalist CLI tool written in Java for weekly planning, progress tracking, and moving forward.

Here are some study projects that I enjoyed and that challenged me (written in C):

  • 🎮 so_long – My first 2D graphical game (that was just simple and pure excitement)
  • 🌐 cub3d – A graphical program involving raycasting (how can maths be so awesome?)
  • 🖥 minishell – A mini version of a bash-like shell (tested me a lot, but I loved it more than anything!)
  • 🧠 philosophers – A problem involving threads, concurrency, data races, and deadlocks (broke my brain. I survived, ha)

🌱 Feel free to reach out if you're up for teaming up on something.

I'm addicted to exploring new and challenging myself!


📫 How to reach me:


🌍 Languages I speak:

  • English
  • Russian
  • German (currently learning)

Pinned Loading

  1. task_tracker task_tracker Public

    Minimalist CLI tool written in Java for weekly planning, progress tracking, and moving forward. Java + Maven

    Java

  2. cub_3d cub_3d Public

    A 3D maze exploration program using ray-casting and MiniLibX. Navigate a first-person perspective maze with realistic textures, customizable maps, and smooth controls.

    C

  3. minishell minishell Public

    A lightweight shell with an interactive interface for commands, environment variables, signals, redirections, and pipes.

    C

  4. so-long so-long Public

    "nap time!" is a simple 2D game written in C language where you help a chicken gather all her chicks from the field and bring them home for a nap. Navigate obstacles using W, A, S, and D keys, coll…

    C

  5. multilingual_online_translator multilingual_online_translator Public

    A project from JetBrains Academy that is a word translator with a choice of several languages. Python + HTML. The source of translations is the website: https://context.reverso.net/

    Python

  6. simple_banking_system simple_banking_system Public

    A project from JetBrains Academy. SQL + Python for imitating banking system, Python and SQL

    Python 1