Eugen Deutsch (Shryne)

Shryne

Geek Repo

Location:Germany

Github PK Tool:Github PK Tool


Organizations
Upyter

Eugen Deutsch's repositories

goop

A decorator based high level library to create windows and draw shapes on it.

Language:JavaLicense:MITStargazers:2Issues:0Issues:0

KMap

A Kotlin generator for mapping code

Language:KotlinStargazers:0Issues:0Issues:0

snake

An implementation of the game using the object tunnel pattern

Language:KotlinStargazers:0Issues:0Issues:0

lego-color-table

A console application that checks the currently available lego colors by calling bricklink.

Language:KotlinStargazers:0Issues:0Issues:0

neighbourcloud

SE1 - 3 project

Language:JavaStargazers:0Issues:0Issues:0

StructuredCollections

This project aims to show that the thounds of lines of code inside the collection classes of the standard library aren't necessary. The maximum amount of lines in this project per class shall be below 100 (comments aside). Furthermore I won't use implementation inheritance.

Language:JavaLicense:MITStargazers:1Issues:0Issues:0

Ai_System

A program that lets some ai's play some games and shows their performance doing that

Language:KotlinLicense:MITStargazers:0Issues:0Issues:0

SwaggerAccess

Shows a bug in springdoc regarding the Schema annotation

Language:JavaStargazers:0Issues:0Issues:0

ObjectsJson

A json library that is written with a more object oriented design in mind.

Language:KotlinLicense:MITStargazers:0Issues:0Issues:0

NrJson

A simple json parser that doesn't use reclection

Language:JavaStargazers:0Issues:0Issues:0

Area

A simple arcade game about a block that must stay inside of a certain area

Language:JavaStargazers:0Issues:0Issues:0

rest

A project for experimenting with Spring Boot and REST

Language:KotlinStargazers:0Issues:0Issues:0

rui

An experimental GUI framework written in Rust

Language:RustStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0
Language:KotlinStargazers:1Issues:0Issues:0

statistics

Offers some statistics for java classes, like LoC, number of variables or methods

Language:KotlinStargazers:0Issues:0Issues:0

codingrules

A coding blog (created with the Takes framework).

Language:JavaStargazers:0Issues:0Issues:0

r_calculator

A simple calculator written to practise rust

Language:RustStargazers:0Issues:0Issues:0

jeometry

Simple 2D Java Geometry library

License:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

quaderworld

A game of quads

Stargazers:0Issues:0Issues:0

imagecomparison

Tools for comparing images and writing image-based approval tests. This library is published on Maven Central.

Language:JavaStargazers:0Issues:0Issues:0

Consumer-Producer-case-study

# Case Study: ## Provided Together with this document we provide `src` directory containing source code, which is the basis for the task. ## Expectation Implement the task as described below. You can start whenever you like and send us the result once you are done. Add documentation like you would in a real project. Bring the code to a production standard (not more, not less). Do not spend more than 2 hours on this exercise. ## User Story There is a producer (Producer) of price updates for stocks. This producer will generate constant price updates for a fix number of stocks. The producer should not block, every price update should be consumed as quickly as possible. Furthermore there is a load handler (LoadHandler) which will consume the price updates of the producer. In the current implementation the load handler is just passing on the update to a consumer. This should be changed. The consumer (Consumer) will receive the price updates from the load handler. (The current implementation will just print out all price updates for convenience sake.) The consumer is representing a legacy system that cannot consumer more than a certain number of price updates per second. Otherwise it would fall over. ## Task The task of this exercise is to extend the LoadHandler to limit the updates per second to the consumer to a certain given number (MAX_PRICE_UPDATES). In order to achieve this, it is allowed to drop price updates, since otherwise the application will run out of memory, if the application will keep all of them. It is important that, if a price update will be send to the consumer, it has to be the most recent price. ## Result - Fork the project - Implement your solution - Open a Pull-Request to our Repository Any question? just open an issue for us

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

rultor

DevOps Team Assistant

Language:JavaLicense:NOASSERTIONStargazers:0Issues:0Issues:0

excel-io

Object-oriented java Excel library

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

RandomListGenerator

A little tool written to help playing the game "Dr. Kawashima's devilish brain training", because I find it hard to remember the numbers.

Language:KotlinStargazers:0Issues:0Issues:0
Language:ErlangStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0

ShortCutLibrary

Offers some short cuts for collections, ... [to be continued]

Language:JavaStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0