Commit Graph

127 Commits (master)

Author SHA1 Message Date
Tomasz Polgrabia 74c1f2d94e Small refactorings for client & server. 2025-01-24 00:30:26 +01:00
Tomasz Polgrabia 001fe270c1 Small refactorings for client. 2025-01-23 23:16:56 +01:00
Tomasz Półgrabia 4e6a49b0f5 Kotlin project with kotlin DSL gradle build. 2025-01-21 21:28:30 +01:00
Tomasz Półgrabia b6e29e5f09 Added task to list deps. 2025-01-20 22:53:37 +01:00
Tomasz Półgrabia dd3408f122 Added idea way to fetch javadocs and sources. 2025-01-20 22:11:21 +01:00
Tomasz Półgrabia 5e95d24fa7 Small refactoring. 2025-01-20 22:05:42 +01:00
Tomasz Półgrabia 48a1db31bc Basic kotlin project. 2025-01-20 21:45:31 +01:00
Tomasz Półgrabia 27b2b1b11e Basic args rust parsing. 2025-01-13 22:02:47 +01:00
Tomasz Polgrabia 67c1a42044 Added basic intellij idea plugin 2025-01-09 00:47:21 +01:00
Tomasz Polgrabia fea63c75f9 Added naive implementation for 2s task. 2025-01-07 13:27:21 +01:00
Tomasz Polgrabia 4ec716caa4 Added correct implementation. 2025-01-06 22:02:05 +01:00
Tomasz Polgrabia 1d997a3ece Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:23 +01:00
Tomasz Polgrabia 7f3f5bc070 Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00
Tomasz Polgrabia 4ee25739a7 Added implementation for 17.7 baby names frequencies. 2025-01-06 11:51:19 +01:00
Tomasz Polgrabia efbfe88a7c Implemented task per content. However, real T9 would guess fitting words also by frequency of usage #3. 2025-01-04 00:09:49 +01:00
Tomasz Polgrabia 0ebf8839e9 Implemented task per content. However, real T9 would guess fitting words also by frequency of usage. 2025-01-03 23:40:40 +01:00
Tomasz Polgrabia 39e5abc769 Added basic implementation of rst tree. Now TODO main part - T9 dictionary for 0-9 mapping. 2025-01-03 22:38:14 +01:00
Tomasz Polgrabia 50cc9b8f5b Simple implementation for LRUCache (16.25) #2. 2025-01-03 20:28:06 +01:00
Tomasz Polgrabia 9edde0b72e Simple implementation for LRUCache (16.25). 2025-01-03 15:28:13 +01:00
Tomasz Polgrabia a8177bcc59 Pairs with sum solution (t16x24) #2. 2025-01-03 13:52:07 +01:00
Tomasz Polgrabia 5650e1ee69 Pairs with sum solution (t16x24). 2025-01-03 13:39:55 +01:00
Tomasz Polgrabia d1726eb234 Some basic number description program (in english). 2025-01-03 12:43:00 +01:00
Tomasz Półgrabia a230667e74 Small TODO marked in README. 2024-12-28 23:31:09 +01:00
Tomasz Półgrabia b2d0d20917 Working setup for apache/kafka and zookeeper (no confluent). 2024-12-28 23:27:48 +01:00
Tomasz Półgrabia e492b6df60 Upgraded kafka and zookeeper to 7.4.8 (last working before 7.5.0) + successfully sending to kafka topic. 2024-12-28 13:59:13 +01:00
Tomasz Półgrabia affff394be Downgraded to the last working versions. 2024-12-28 02:43:19 +01:00
Tomasz Półgrabia 6857160985 Diagnosed where is the problem. 2024-12-28 02:38:53 +01:00
Tomasz Półgrabia 9aac4914bd Now possible to send text messages from client via simple rest and curl but kafka setup still is not working. 2024-12-28 00:10:13 +01:00
Tomasz Półgrabia 091fdaa8b8 Refactoring for reading config options. 2024-12-27 23:41:43 +01:00
Tomasz Półgrabia ffc7e1a4f2 Small changes for troubleshooting stdin. 2024-12-27 22:58:09 +01:00
Tomasz Półgrabia eb893977e8 Small changes. 2024-12-27 22:44:12 +01:00
Tomasz Polgrabia a6ea81505c Restored working but it needs to be run on the same wsl box. 2024-12-27 22:00:03 +01:00
Tomasz Polgrabia 4ad8473aaa Added stubs for kafka connection but configuration (wsl + windows) needs to be checked. 2024-12-27 21:19:58 +01:00
Tomasz Polgrabia 9e8a692eb4 Handling map of channel to sockets + added kafka deps and docker compose. 2024-12-27 20:55:21 +01:00
Tomasz Polgrabia c2f1372652 Fixing code issues. 2024-12-27 20:15:55 +01:00
Tomasz Polgrabia 761eedd731 Small refactorings adding paths as mappings to channel. 2024-12-27 20:14:30 +01:00
Tomasz Polgrabia baf413a063 Switched from text to binary messages. 2024-12-27 19:39:27 +01:00
Tomasz Polgrabia b29a3128bd Improved scanning logic for newlines. 2024-12-27 19:16:26 +01:00
Tomasz Polgrabia 4b34b31928 Added some javadocs. 2024-12-27 16:03:34 +01:00
Tomasz Półgrabia 65f022304f Small refactoring for eclipse (no duplicate project names allowed). 2024-12-27 15:55:12 +01:00
Tomasz Półgrabia 2514d86189 Small refactoring. 2024-12-27 13:08:42 +01:00
Tomasz Półgrabia f941f6fc20 Added context for react. 2024-12-27 11:54:16 +01:00
Tomasz Półgrabia 106f73f10e React playground with vite. 2024-12-20 00:17:32 +01:00
Tomasz Polgrabia 4a14834eef Simple PowerShell project. 2024-12-18 13:24:29 +01:00
Tomasz Półgrabia 203f44f3cc Adding simplest helm chart. 2024-12-17 00:10:49 +01:00
Tomasz Półgrabia 4dc267e11f Small changes in auth for web prometheus. 2024-12-14 02:20:10 +01:00
Tomasz Półgrabia 8ad94180fe Added prometheus datasource preconfiguration. 2024-12-11 22:11:04 +01:00
Tomasz Półgrabia 8e9274e132 Setup of prometheus + grafana (once set up manually), configuration is
preserved.
2024-12-11 20:43:02 +01:00
Tomasz Półgrabia ba19b2cced Basic example of angular. 2024-12-08 16:39:26 +01:00
Tomasz Półgrabia e0da97aeee Added README note. 2024-12-03 20:58:16 +00:00