Posts by Pedro Henrique S • 127 points
8 posts
-
0
votes2
answers1064
viewsA: Sum of number in typescript is resulting in Nan
I was able to solve the problem, the error was that I was searching for data from a file. csv, but I remembered to treat only the header and not the blank lines which resulted in some Nan elements.…
-
0
votes2
answers1064
viewsQ: Sum of number in typescript is resulting in Nan
I’m making a code to get the average values of a list, however the result is being Nan (not a number). import { SimpleTableAnalysis } from '../model/SimpleTableAnalysis' import { UserInfo } from…
-
0
votes2
answers99
viewsQ: Stackoverflowexception in c# by Linux visual studio code
I’m trying to learn a little c#, and the microsoft website encourages me to use vscode for programming on linux, but I’m having a problem with Stackoverflowexception and I can’t understand why (the…
-
2
votes1
answer225
viewsQ: Problem when plotting with ggplot2 R
I am trying to plot a graph in R to display the maximum and minimum values of some variables beyond a line to mark the 0 of y, however the points of the graph come out completely out of order. I am…
-
0
votes2
answers668
viewsA: I can’t start a service
Vlw , people. I found where I was going wrong in the manifest ,besides the service statement is out of Activity I forgot that I am separating the classes according to the MVC and the bar class is…
-
2
votes2
answers668
viewsQ: I can’t start a service
I’m trying to replace a code I made using thead by services ,but when I create the service it doesn’t start (doesn’t start any service method) and searching the net vi some solutions that said it…
-
3
votes1
answer122
viewsQ: Adding values in existing tables with Rmysql
I had asked earlier a question about Mysql database on using the RODBC library and due to an error in the types,I saw in one of the answers told me about the Rmysql library and decided to try it.…
-
4
votes2
answers108
viewsQ: Updating Mysql table using sqlSave in R
I’m new to R and I’m trying to add new tables to the database,: Error in sqlSave(connection, dado, tablename = "teste", rownames = FALSE, : unable to append to table ‘teste’ Where: dado =…