Posts in category "developer-tools"
-
gRPC C++ and Self Signed Certificates
Troubleshooting gRPC C++ TLS with self signed certificates, covering SSL handshake errors and GRPC_SSL client certificate settings for servers.
-
Communicating between Python and .NET Core with Boost Interprocess
Example of cross-language communication between Python and .NET Core using Boost.Interprocess, Boost.Python, Boost.Signals2, shared memory, and PInvoke.
-
LeadTools common.mk as CMake
A CMake equivalent of the LeadTools common.mk make file, so the Linux OCR SDK demo can be built from inside an existing CMake project.
-
Generate Protocol Buffers on build with CMake
Guide to generating C++ Protocol Buffers during CMake builds using file globbing, execute_process, protoc, and generated pb files.
-
Using Angular Kendo Grid with Elastic Search and ASP.NET Core
Back an Angular Kendo Grid with Elasticsearch by mapping the grid filter and paging options to C# objects and translating them into a NEST query.
-
Elastic Search - "All shards failed" on pagination
Fix the 'all shards failed' error when paging past 10000 Elasticsearch documents by raising max_result_window, and the heap cost of setting it too high.
-
Getting started with Elastic Search in Azure
Deploy an Elasticsearch cluster from the Azure Marketplace template with Kibana and an external load balancer, then connect to it with the NEST client.