Skip to content
View AlikJoke's full-sized avatar

Block or report AlikJoke

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. CacheBus CacheBus Public

    A library for "clustering" caches across different servers. Various message brokers act as transport. The library is useful for those caches that do not have a clustering mechanism out of the box, …

  2. MemCache MemCache Public

    A caching library that uses the local Java process heap to store data. The cache is local, but can be clustered when using the CacheBus cache clustering library (https://github.com/AlikJoke/CacheBu…

    Java

  3. CodeGraph CodeGraph Public

    A library that analyzes graph of the application modules and determines various architectural characteristics of the application using the graph algorithms. Supports two types of modules to build g…

    Java

  4. ClassPathScanner ClassPathScanner Public

    A library for indexing and subsequent runtime scanning of indexed classpath elements (classes, modules, packages, constructors, methods, and fields).

    Java

  5. KDLQ KDLQ Public

    A library implements functionality for Kafka redelivery to reprocess messages and send messages to a separate dead message queue (topic), i.e. DLQ.

    Java

  6. CSES CSES Public

    Solving algorithmic problems from the CSES (https://cses.fi/problemset/) with Java / C++

    Java