Skip to content
View FrederikBjorne's full-sized avatar

Block or report FrederikBjorne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. python-observer python-observer Public

    A Python library implementation of a classic observer pattern with observer and observable classes with usage example. Supports both python2 and python3.

    Python 9 3

  2. python-serial-logging python-serial-logging Public

    A python2 implementation using my py-observer with CLI for logging from a real/fake serial port to the console and optionally a file. OBS! Only supports python2.

    Python 1

  3. csharp-observer-pattern csharp-observer-pattern Public

    This is an improvement in terms of readability and code of the public observer pattern example as described on Microsoft's .net site: https://docs.microsoft.com/en-us/dotnet/standard/events/observe…

    C#

  4. heroes-webservice-springboot heroes-webservice-springboot Public

    A spring boot backend implementation of a micro-service with REST API of 3 GET end-points and in-memory repository (H2) using a csv file as source including unit tests and setup instructions.

    Java

  5. imdb-top250 imdb-top250 Public

    Scrapes IMDB top 250 movie list and creates a csv file as well as a graph.

    Python

  6. algorithms algorithms Public

    Classic sorting algorithms (quicksort, mergesort, etc) with runtime execution time printed using a factory design in order to ease adding new algorithms.

    Java