Skip to content
View AkumaRinn's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report AkumaRinn

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

Hi there, I'm Rinn ๐Ÿ‘‹

I'm hitting things with a wrench and make them do stuff

๐Ÿ”ญ Projects

  • Calcifer 1.0 ๐Ÿ”ง โ€“ Pending --- Car Maintenance Reminder Box for tracking deadlines.
  • File Allocation Table ๐Ÿ’พ โ€“ Python simulation of a FAT file system with basic file operations on a virtual HDD.
  • LFSR Password Generator ๐Ÿ”‘ โ€“ Generate secure passwords with customizable parameters via a Python GUI.
  • Unity 3D Games ๐ŸŽฎ โ€“ Various small games built in Unity.
  • ... โœจ โ€“ More projects coming soon!

โšก Stats

GitHub stats

๐Ÿ’ผ Industry Experience

  • MCU Safety Software Engineer (2 years) โ€“ Developed and tested embedded safety-critical software for microcontrollers

๐Ÿ“š Currently Learning

  • Network+
  • Linux+

๐Ÿ› ๏ธ Tech Stack

C Embedded C C++ C# Python Git

๐Ÿข Industry Tech

Functional Safety ISO26262 SmartGit Confluence Lauterbach AURIX

Pinned Loading

  1. Calcifer1.0 Calcifer1.0 Public

    Car Maintenance Reminder Box

    C++

  2. File_Allocation_Table_FIN File_Allocation_Table_FIN Public

    This is a File Allocation Table - FAT implementation in Python.

    1

  3. Unity3D_Movement_script Unity3D_Movement_script Public

    Here is the unity3D movement script, it also has the camera script to look around, not stick to walls and hide the cursor.

    2

  4. javaLibraryManagement javaLibraryManagement Public

    This is a full java app that controls a library book renting system. It is built using Apache Netbeans as IDE, javaFX and Scene Builder

    1

  5. TicTacToe_Client_Server TicTacToe_Client_Server Public

    This is a game of TicTacToe where the client plays with the server. The servers makes his choices randomly

    1

  6. LFSR_Password_Generator LFSR_Password_Generator Public

    Password Generator using the LFSR(Linear Feedback Shift Register) Algorithm