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 is supported. This note will only be visible to 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

ccpluspluscsharppythonandroidkotlintensorflowpytorchpandasseabornscikit_learnopencvmssqloraclebashdotnetmatlabblenderlinuxgit

🖥️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
  • LoanHub
    • Web application written in ASP.NET + PostgreSQL
  • CUDA checkers engine
    • Checkers engine using parallel implementation of monte carlo tree search running on GPU using CUDA.

Popular repositories Loading

  1. FlatShare-Specification FlatShare-SpecificationPublic

    TeX 4 4

  2. ML_intro_24-25 ML_intro_24-25Public

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

    Jupyter Notebook

  3. micrograd microgradPublic

    My implemetation of Andrej Karpathy's micrograd

  4. RayTracing RayTracingPublic

    Ray tracer implementation in C#

    C#

  5. MiniTest MiniTestPublic

    Lightweight unit test framework for C# written from scratch

    C#

  6. MinImage MinImagePublic

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

    C#