Pinned Repositories
akka-https
bright_star_catalog_cpp
This CMake-based project contains an C++ API to parse the Bright Star Catalog in version 5 according to the binary format described at http://tdc-www.harvard.edu/catalogs/bsc5.html.
cpp-commons
This CMake-based project contains functions I use frequently while programming in C++. Occasionally this library will be expanded by me over time. Feel free to use this repository or make interesting pull requests.
cuda-toolkit
This CMake-based project contains some wrappers around the CUDA functions I use frequently. The wrappers are mainly concerned with throwing an exception with meaningful error messages in case of errors or ensuring that the GPU is always shut down properly and all alocated ressources are released. Some utility functions are also available.
glad
The purpose of this repository is to provide an easy way to incorporate GLAD into other projects using CMake and git submodules. Additionally, it allows for compiling GLAD without the -pedantic compiler flag, without having to compromise on that flag in other projects.
graphics-engine
ldap-authentication-service
This repository contains an implementation of a microservice which exposes a REST API for LDAP authentication. This service was a small part of my bachelor thesis at the HTW Berlin - University of Applied Sciences and will not be further developed. However, feel free to make interesting pull requests.
opencl-toolkit
This CMake-based project contains some wrappers around the OpenCL functions I use frequently. The wrappers are mainly concerned with throwing an exception with meaningful error messages in case of errors or ensuring that the target devices are always shut down properly and all alocated ressources are released.
physics-engine
This CMake-based project is a reusable physics engine written in C++ 20. It includes high performance computing functionality for commonly needed physics calculations, including important methods for N-body simulations. Occasionally this library will be expanded by me over time.
web_socket_test_automation_framework
For a job at a Berlin FinTech-Startup I got the coding challenge to write a rudimentary test automation framework which puts the company's deployed web socket endpoint under test from the client perspective. For this coding challenge I had three days. This project is my solution.
DawidLokiec's Repositories
DawidLokiec/web_socket_test_automation_framework
For a job at a Berlin FinTech-Startup I got the coding challenge to write a rudimentary test automation framework which puts the company's deployed web socket endpoint under test from the client perspective. For this coding challenge I had three days. This project is my solution.
DawidLokiec/glad
The purpose of this repository is to provide an easy way to incorporate GLAD into other projects using CMake and git submodules. Additionally, it allows for compiling GLAD without the -pedantic compiler flag, without having to compromise on that flag in other projects.
DawidLokiec/akka-https
DawidLokiec/bright_star_catalog_cpp
This CMake-based project contains an C++ API to parse the Bright Star Catalog in version 5 according to the binary format described at http://tdc-www.harvard.edu/catalogs/bsc5.html.
DawidLokiec/cpp-commons
This CMake-based project contains functions I use frequently while programming in C++. Occasionally this library will be expanded by me over time. Feel free to use this repository or make interesting pull requests.
DawidLokiec/cuda-toolkit
This CMake-based project contains some wrappers around the CUDA functions I use frequently. The wrappers are mainly concerned with throwing an exception with meaningful error messages in case of errors or ensuring that the GPU is always shut down properly and all alocated ressources are released. Some utility functions are also available.
DawidLokiec/graphics-engine
DawidLokiec/ldap-authentication-service
This repository contains an implementation of a microservice which exposes a REST API for LDAP authentication. This service was a small part of my bachelor thesis at the HTW Berlin - University of Applied Sciences and will not be further developed. However, feel free to make interesting pull requests.
DawidLokiec/opencl-toolkit
This CMake-based project contains some wrappers around the OpenCL functions I use frequently. The wrappers are mainly concerned with throwing an exception with meaningful error messages in case of errors or ensuring that the target devices are always shut down properly and all alocated ressources are released.
DawidLokiec/physics-engine
This CMake-based project is a reusable physics engine written in C++ 20. It includes high performance computing functionality for commonly needed physics calculations, including important methods for N-body simulations. Occasionally this library will be expanded by me over time.