All Questions

1
answer

how to put the histogram values at the top of the bar

I'm using the histogram command from the lattice library in R. I would like to know how I can put the value on top of the bars, value that I tell is the histogram count. Ex:     
asked on 01.04.2018 / 02:34
2
answers

How to create a toggle button with input = checkbox without using the label element?

Create / transform a <input type="checkbox"> on a toggle button without needing the <label> element as in these examples: How to create a toggle button on and toggle off? An example I made based on the Andreas...
asked on 19.02.2018 / 14:12
1
answer

Error in projects when upgrading Visual Studio 2017 to version 15.6.0

After upgrading the version of Visual Studio to the 15.6.0 update my projects ( C# ) started to show these errors: The "ResolveAssemblyReference" task could not be initialized with its input parameters The "ResolveAssemblyReference" t...
asked on 08.03.2018 / 14:22
1
answer

Angular Policy Differences

I'd like to know the difference between policy statements. For example: ng-for="" *ngFor="" (o que é esse asterisco?) ngFor="" [ngStyle] I have seen and used these forms, but I have not found the differences.     
asked on 21.02.2018 / 12:38
1
answer

What does this mean: ".append ('scr' + 'ipt .."?

Yesterday this question was asked: Do something after an external script is fully loaded via jQuery append . Looking at the question and your answer, the following snippet caught my attention: $("body").append("<scr"+"ipt src='url_do_scrip...
asked on 06.01.2018 / 23:22
1
answer

Message to set up a list

I would like to ask a question. I'm using a component: andsettheF4Modalpropertytotrue.Butcontinuetogivemethesamemessage: How do I resolve this issue?     
asked on 29.03.2018 / 19:00
1
answer

Speech Recognition does not recognize special characters

I've tried using result.replace ("at", "@") of javascript to change the word "at" to "@" as it is in the code below but did not work. I want to do this with period, comma, underline and etc ... therefore, speech recognition writes in extenso...
asked on 05.01.2018 / 14:35
3
answers

Put date in American format with substring

How to put the string 22012018 which is a date in the American format to save to the database? The code below returns me the value:    2018-22-01 That is, YEAR-DAY-MONTH The right one would be MONDAY-DAY EstFData = Path.GetFileNam...
asked on 16.03.2018 / 17:37
2
answers

Calculation Water consumption in Java using IDE Eclipse

I'm having trouble writing this exercise in the Java Language, using the Eclipse IDE:    The director of a state school in the city of São Paulo is terrified of the absurd consumption of water that is occurring monthly. In order to gather inf...
asked on 16.03.2018 / 12:38
2
answers

Algorithm to capitalize the first letter of each word [duplicate]

I need to do this exercise to create algorithm in JavaScript:    "Create an algorithm to format names by leaving the first capital letters, example Rodrigo Baptista Oliveira Rodrigo Baptista" Could someone please help me? I can not l...
asked on 03.07.2017 / 03:37