Pinned Repositories
automata-theory
Some example codes for automata theory exercises
cuda
NVIDIA GPU Computing
hello-shaders
My first attempt with shaders.
interactive-particles
lzw-compression
A python implementation of the LZ77, LZ78 and LZW lossless data compression algorithms.
mandelbrot
Mandelbrot is a tiny c++ program which displays the Mandelbrot fractal
raytracer
My very first ray tracer implementation.
rle
A c++ implementation of the RLE (Run-length encoding) algorithm
simple-ocr
A simple OCR program, written in C++. It supports various kernels for the vector-vector distance
sudoku-solver
A sudoku solver program, written in C++.
biroeniko's Repositories
biroeniko/raytracer
My very first ray tracer implementation.
biroeniko/lzw-compression
A python implementation of the LZ77, LZ78 and LZW lossless data compression algorithms.
biroeniko/hello-shaders
My first attempt with shaders.
biroeniko/rle
A c++ implementation of the RLE (Run-length encoding) algorithm
biroeniko/cuda
NVIDIA GPU Computing
biroeniko/interactive-particles
biroeniko/mandelbrot
Mandelbrot is a tiny c++ program which displays the Mandelbrot fractal
biroeniko/oidn
Intel® Open Image Denoise library
biroeniko/tungsten
High performance physically based renderer in C++11
biroeniko/automata-theory
Some example codes for automata theory exercises
biroeniko/simple-ocr
A simple OCR program, written in C++. It supports various kernels for the vector-vector distance
biroeniko/sudoku-solver
A sudoku solver program, written in C++.
biroeniko/academic-kickstart
📝 Easily create a beautiful website using Academic, Hugo, and Netlify
biroeniko/biroeniko
biroeniko/biroeniko.github.io
biroeniko/buffons-needle
A MATLAB implementation of the Buffon's needle problem for estimating π
biroeniko/docker-fastai
biroeniko/hello-jupyter
biroeniko/numerical-analysis
Some numerical analysis problem solution implementation in MATLAB