DennisLoska
Taking on responsibility and trying to reduce suffering in the world. Trying to live by the example of Jesus Christ.
Pinned Repositories
AdvancedReactRedux
This is my code following Stephen Grider's course: Advanced React and Redux
analytics
Example docker-compose setups for hosting Plausible Analytics
CG_1_Pong
Getting started with OpenGL and starting Pong - the game.
CinemaBookingSystem
a cmd.app that handles booking of screenings in a cinema.
ContactListLuceneDemo
A demo for implementing Lucene-SearchAPI in a Java-application without using databases or hibernate.
Lab03_Histogram
a histogram in java showing the frequency of certain letters.
Lab04_Chatterbox
a simple chat client-server demo.
Lab04_Testing
NeuralComposer
This is a web application, which is powered by Node.js and Python in the backend to generate artistic images from input images. The algorithm is based on the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge. https://arxiv.org/pdf/1508.06576.pdf
RestaurantOrderApp
This is a university project. It is a little web application I built with fellow students. We used Flask, MongoDB, Socket.IO and React.
DennisLoska's Repositories
DennisLoska/NeuralComposer
This is a web application, which is powered by Node.js and Python in the backend to generate artistic images from input images. The algorithm is based on the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge. https://arxiv.org/pdf/1508.06576.pdf
DennisLoska/RestaurantOrderApp
This is a university project. It is a little web application I built with fellow students. We used Flask, MongoDB, Socket.IO and React.
DennisLoska/namecheap-ddns-update
Update the IP address of your Namecheap.com Dynamic DNS A records.
DennisLoska/AdvancedReactRedux
This is my code following Stephen Grider's course: Advanced React and Redux
DennisLoska/analytics
Example docker-compose setups for hosting Plausible Analytics
DennisLoska/CG_1_Pong
Getting started with OpenGL and starting Pong - the game.
DennisLoska/CinemaBookingSystem
a cmd.app that handles booking of screenings in a cinema.
DennisLoska/ContactListLuceneDemo
A demo for implementing Lucene-SearchAPI in a Java-application without using databases or hibernate.
DennisLoska/Lab03_Histogram
a histogram in java showing the frequency of certain letters.
DennisLoska/Lab04_Chatterbox
a simple chat client-server demo.
DennisLoska/Lab04_Testing
DennisLoska/Lab05_GildedRose
refactoring existing code using the popular Gilded Rose problem
DennisLoska/MachineLearning
This repository contains my solutions to the assignments of one of my university courses, which is all about machine learning. I only used numpy and matplotlib for my solutions in order to understand all concepts.
DennisLoska/Overlays
Overlays is a browsergame and an university project. We used the Canvas-API to blend images together. The game is about finding the correct combinations of certain images.
DennisLoska/ReactCourse
This is the source code of Stephen Grider's course "Modern React with Redux", which I completed in February 2019.
DennisLoska/ReactLabelingTool
A small web application to make labeling JSON datasets more comfortable
DennisLoska/rustlings
A repository containing my solutions to the Rustlings course
DennisLoska/squeal-forest
Trying to find out the best way to work with relational databases in TypeScript without any type and schema drift. In my biased opinion the single source of truth should be the database so let's see what is possible!
DennisLoska/touch-typed-typescript-types
Wrapping up my reading of the TS Handbook and putting it into practice.
DennisLoska/Lab05_Algorithms
DennisLoska/Lab06_ReversePolishNotation
DennisLoska/Lab07_RecursiveTriangles
an implementation of the Sierpinski triangle - algorithm - recursion
DennisLoska/Lab08_EightQueens
solves the 8 quuens problem using recursion
DennisLoska/Lab09_ProbabilisticAlgorithms
trying out different algorithms to show the big O notation
DennisLoska/Lab10_GettingFromAtoB
implementation of the depth first search and Dijkstra path finding algorithms.
DennisLoska/Lab11_ScrabbleCheater
DennisLoska/RailsDash
DennisLoska/WakayamaCLI-Adventure
a simple text adventure game
DennisLoska/WakayamaWithMaven
A little text adventure game!