in other PL we can declare const Test = 'my test '+inc(someVar)+' is work'; how to simulate this in delphi? my delphi example may be like that: const Msg = 's
I am building PowerApps application with few requests to Google Maps API. First is generating static maps (it's working correctly). Second thing is building flo
I keep getting the following error: Cannot implicitly convert type 'int' to 'string'. I'm using C# for an ASP.web application public string binTodec(int num)
The validate function for basic await server.register(require('@hapi/basic')); const validate = async (request, email, password, id_customer) => { consol
I have a simple view of fields (drupal 9) that lists nodes from a single content type (client). A node has a taxonomy reference field (field_client_country) whe
Just migraded a project to latest gradle, jdk and spotless 6.3.0. It's a multi-module project, where a sample of te root gradle.build file is: plugins { id
i trying to build pagespeed-mod and have a problem who I have no idea how to fix that. I tried it booth - with the embedded lib old 0.7 google sparsehash lib it
Can anyone please explain this python code, how the answer is "5050" ? total = 0 for number in range(0, 101): total += number print(total)
I am using wordpress and have a function like this, how to redirect to the corresponding url only happens onclick, for now the "en" language page is automatical