Konrad1991
PostDoc at KIT. Enthusiastic about R, C++, Data, DataScience, Shiny, ML, Automation and numerical Optimization
KIT Karlsruhe
Pinned Repositories
Biostats
Biostats is a shiny app offering many statistical methods (visualisation with ggplot2, t-test, aov, correlations etc.).
Thermosimfit
Optimizing Unknown Parameters in Algebraic Systems for Thermodynamic Bindings (https://complat.github.io/Thermosimfit/)
ast2ast
Translates an R function into a to a C++ function which is callable from within R. The typical use case intended by 'ast2ast' are functions describing ode-systems.
ast2ast-examples
This repository contains example code and tutorials demonstrating use cases for ast2ast (https://konrad1991.github.io/ast2ast-examples/)
dfdr
Meta-programming R package for computing the derivative of simple functions.
ETR
Expression template for C++ similar to R syntax
paropt
The R package paropt is build in order to optimize parameters of ode-systems.
RFortranRcpp
Communication between Fortran, Rcpp and R. Passing R or Fortran user code to Fortran code from a package.
scR
static compiled R (scR).
SolarPi
Solar-Powered Raspberry Pi Project . Harness solar energy to power a Raspberry Pi! This project turns your Raspberry Pi into a versatile backend server and weather station, demonstrating sustainable computing.
Konrad1991's Repositories
Konrad1991/ast2ast
Translates an R function into a to a C++ function which is callable from within R. The typical use case intended by 'ast2ast' are functions describing ode-systems.
Konrad1991/dfdr
Meta-programming R package for computing the derivative of simple functions.
Konrad1991/ETR
Expression template for C++ similar to R syntax
Konrad1991/paropt
The R package paropt is build in order to optimize parameters of ode-systems.
Konrad1991/RFortranRcpp
Communication between Fortran, Rcpp and R. Passing R or Fortran user code to Fortran code from a package.
Konrad1991/SolarPi
Solar-Powered Raspberry Pi Project . Harness solar energy to power a Raspberry Pi! This project turns your Raspberry Pi into a versatile backend server and weather station, demonstrating sustainable computing.
Konrad1991/ast2ast-examples
This repository contains example code and tutorials demonstrating use cases for ast2ast (https://konrad1991.github.io/ast2ast-examples/)
Konrad1991/LearningFromBuilding
Learning algorithm, datastructures, data science by building them
Konrad1991/opti
Numerical optimization using particle swarm algorithm
Konrad1991/RPointer
A small and very dangerous R package. You can create a vector on the heap from R. Therefore, three classes exist: bool, integer and numeric which create the memory during the construction. The memory is not automatically freed. You have to use the method delete in order to three the memory.
Konrad1991/SolarServer
A backup server running on a raspi
Konrad1991/UseR_presentation
Presention at UseR2022!
Konrad1991/climatechange
Analysing changes in T, CO2 levels and sea level caused by climate change
Konrad1991/dsa2a
Experimenting with ast2ast in deSolve
Konrad1991/scR
static compiled R (scR).
Konrad1991/ds
This is a collection of data science algorithms implemented by scratch. Mostly, these are naive algorithms just for learning.
Konrad1991/machine_learning
learning ml
Konrad1991/MagOr.nvim
Colourscheme for C++
Konrad1991/neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
Konrad1991/nvim_setup
My personal nvim config
Konrad1991/Random
Konrad1991/solarlife
Get data from cheap solar charge controller and pass it to MQTT broker
Konrad1991/termi.nvim
neovim build script for C++