EDIT: Changed example code to code from my project that doesn't work. I'm writing code in C++, learning templates and got stuck with some problem. There's a cla
I had allowed automatic deploys for my heroku app. But for some reasons it didn't deploy the new changes, so I tried re-connecting my github a
I would like to split a string only where there are at least two or more whitespaces. For example str = '10DEUTSCH GGS Neue Heide 25-27 Wahn-Heide
So I’m writing a basic http server in c++ for school. At the moment my service can receive a request and send a basic response. I’m writing a basic
I have a simple relation OneToMany parent - children. There are several operations that change the parent, and add a child. I haven't found yet a way how to do
I am trying to route the traffic/connections to backend director based on url parameters which are passed on incoming request. Here is my current config sub vcl
We have a software product that is currently released that is a .NET Framework 4.7.2 application (the "legacy" app). The legacy client-server implementation is
We are trying to create a generic Category class. At the time being, we are unsure whether category will have integer or UUID as key. Hence, we need the id to b
I have a groovy script/closure that is defined in a file named "myClosure.groovy" and the contents look like this: # myClosure.groovy def call(Map config) { ...
I was working on research about computer vision, but I got stuck when following a paper that said he could convert Grayscale image into RGB image using Python.