I have a string Array.
string[] nomes =
{
"Maria",
"João",
"Francisco",
"José",
"Antonio",
"Osvaldo",
"Francimar",
"Cirineu"
};
I would like to display them exactly like this in the Console
Maria João...
My question is:
I would like to change the color of a input according to the value in the calculation made.
For example let's assume that the value of input name="comparar" is 5 and the result of calculating input name="co...
I need to get the time with the formatting "hh: mm" but it is not working, follow the error also to specify:
Whitelabel Error Page This application has no explicit mapping for
/ error, so you are seeing this as a fallback.
Tue Dec 18...
I'm having to remember programming in c ++ to teach a beginner class in programming logic. Subject this I have not seen for years.
A struct was declared however when entering a string, the stream jumps to the next line. I looked for re...
When talking about high-scale systems, you can hear a fault-tolerant system. See the description of the Elixir programming language:
Elixir is built on the top of the Erlang VM, known for running low-latency, distributed and fault-toleran...
I am working with skin images, in recognition of skin blemishes, and due to the presence of noises, mainly by the presence of hairs, this work becomes more complicated.
I have an image example in which I work in an attempt to highlight only t...
I'm working with hair removal on skin images. Searching the literature, the means to achieve my goal, is by applying some techniques of segmentation and noise removal in images. Which I'm applying to.
An example image I work for is this:
Applyi...
In several functions documented by Totvs there are optional parameters. I would like to create an optional parameter in my function, how to do it?
I want to make the updEnvio function get a vector (of recno s) as an optional par...
It's a simple question, but I researched and could not find something specific to my case.
The code below corresponds to searching for data in a table, but when there is more than 1 corresponding value, it replaces the last found value. What I w...