Skip to content
View ixremedy's full-sized avatar

Block or report ixremedy

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. BalancedParethenses BalancedParethenses Public

    Make sure that the opening parentheses are balanced either with the closing paretheses or with asterisk signs *

    Kotlin

  2. JobRunrPostgreSQLKafkaPoC JobRunrPostgreSQLKafkaPoC Public

    I once had to make a PoC of a scheduled job runner which would be picking up tasks from Kafka. I didn't want to use Quartz, so I used JobRunr

    Java

  3. PalindromeChecker PalindromeChecker Public

    I remember back in the day I once had a job interview, where they asked me to produce a palindrome-checking function. So I made it and afterwards even added some comments.

    Java

  4. SomeScalaTestCases SomeScalaTestCases Public

    You are given an N by M 2D matrix of lowercase letters. Determine the minimum number of columns that can be removed to ensure that each row is ordered from top to bottom lexicographically. That is,…

    Scala

  5. SortAlgos SortAlgos Public

    Implementation of various sort algorithms: QuickSort and MergeSort. Written in Kotlin

    Kotlin

  6. SpringIntegrationKafkaTest SpringIntegrationKafkaTest Public

    A sample of how you can use Spring Integration framework together with Kafka. Implementation of dead letter queue through using a separate Kafka topic for messages that resulted in Exceptions.

    Java