Pinned Repositories
akka_http_actor_demo
Example of simple web REST-service on top of akka http with dedicated dispatchers for blocking operations
algos_playground
Solutions for selected problems at hackerrank, leetcode, careercup puzzles
crypto_crawler
Crypto arbitrage bot
generic-plain-c
Example of emulating templates in ansi c. Additional description of this techinc can be found at http://my-it-notes.com/2013/11/templates-in-plain-c/
make2cmake
just a simple python script for converting make-based project in cmake-compatible format
pnd2pcd_batch
Small utility to convert pair of depth\rgb PNG files into pointcloud's PCD files
yelp_data
End to end example how to read big (well, comparably) data from Kafka and write it down into Cassandra using Spark Structured Streaming. Using yelp dataset for illustration purposes.
kruglov-dmitry's Repositories
kruglov-dmitry/crypto_crawler
Crypto arbitrage bot
kruglov-dmitry/pnd2pcd_batch
Small utility to convert pair of depth\rgb PNG files into pointcloud's PCD files
kruglov-dmitry/yelp_data
End to end example how to read big (well, comparably) data from Kafka and write it down into Cassandra using Spark Structured Streaming. Using yelp dataset for illustration purposes.
kruglov-dmitry/generic-plain-c
Example of emulating templates in ansi c. Additional description of this techinc can be found at http://my-it-notes.com/2013/11/templates-in-plain-c/
kruglov-dmitry/make2cmake
just a simple python script for converting make-based project in cmake-compatible format
kruglov-dmitry/akka_http_actor_demo
Example of simple web REST-service on top of akka http with dedicated dispatchers for blocking operations
kruglov-dmitry/algos_playground
Solutions for selected problems at hackerrank, leetcode, careercup puzzles
kruglov-dmitry/3deye
OpenCL, C++, computer vision
kruglov-dmitry/about
kruglov-dmitry/Adeept_DarkPaw
kruglov-dmitry/async-demo
kruglov-dmitry/CFLD
[CVPR 2024 Highlight] Coarse-to-Fine Latent Diffusion for Pose-Guided Person Image Synthesis
kruglov-dmitry/java_web_service_example
toy project to check how to use web-services written in java - generate some form for user input, based on it create xml request that send to web-service
kruglov-dmitry/json_diff
kruglov-dmitry/kruglov-dmitry
kruglov-dmitry/naive_recommend_system
naive implementation of recommended system
kruglov-dmitry/nqueens
Implementation of iterative repair algorithms for big size boards (tested up to 100,000) with optional condition that no three queen lays on the same line.
kruglov-dmitry/solana_rise_sandbox
kruglov-dmitry/spark_streaming_websocket
Example how to use akka http to subscribe to updates feed via websockets and forward it to spark stream
kruglov-dmitry/tensorflow
An Open Source Machine Learning Framework for Everyone
kruglov-dmitry/tensorflow_lite_from_cpp_python
demo code to reproduce the issue of using XNNPACK delegate in tensorflow lite in c++ and python
kruglov-dmitry/tree_from_dict
implementation of tree-like structure in python