Skip to content
View R4ken's full-sized avatar

Organizations

@Kolo-Naukowe-Data-Science-PW @WUT-MiNI

Block or report R4ken

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

Hi, I'm Kuba 👋

I'm 3rd year student pursuing Computer Science and Information Systems at Warsaw University of Technology.

Passionate about algorithmics, compilers, operating systems and low level programming in general.

Interested in machine learning, mobile development, cloud and computer graphics.

🚀 Languages and Tools I Use

c cplusplus csharp python android kotlin tensorflow pytorch pandas seaborn scikit_learn opencv mssql oracle bash dotnet matlab blender linux git

🖥️Open source contributions

  • Phoenix-RTOS
    • Implemented POSIX syscalls in kernel and userspace
    • Worked on WebAssembly runtime port

🛠️Projects done by me

  • MiniTest
    • Lightweight unit test framework for C# written from scratch
  • MinImage
    • Interactive procedural concurrent image generator
    • Written in C# using a native library written in C++
  • RayTracing
    • Simple Ray tracer implementation in C#
    • Made with help of Ray Tracing in One Weekend by Peter Shirley
  • Micorgrad
    • A simple automatic differentiation engine using backpropagation over dynamically built DAG
    • Written in Python
    • Made with help of Andrej Karpathy's: spelled-out intro to neural networks and backpropagation
  • Monte Carlo e number estimation
    • Estimating base of natural logarithm using Monte Carlo method
    • Written in C using pthreads
  • OpenGL renderer
    • Rendering a 3D scene using OpenGL and C++
    • Simple GUI using ImGUI
    • Using deferred shading for local lightning

Popular repositories Loading

  1. FlatShare-Specification FlatShare-Specification Public

    TeX 2 2

  2. ML_intro_24-25 ML_intro_24-25 Public

    Forked from Kolo-Naukowe-Data-Science-PW/ML_intro_24-25

    Jupyter Notebook

  3. micrograd micrograd Public

    My implemetation of Andrej Karpathy's micrograd

  4. RayTracing RayTracing Public

    Ray tracer implementation in C#

    C#

  5. MiniTest MiniTest Public

    Lightweight unit test framework for C# written from scratch

    C#

  6. MinImage MinImage Public

    Interactive procedural concurrent image generator written in C# using a native library written in C++.

    C#