Questions tagged as 'array'

1
answer

how to insert data from an array into a table

Hello good afternoon, I have been trying to solve a problem for a while I'll explain: I have a form that when I send the data I store it in an associative array to pass it in the constructor of the class since there are many variables and...
asked by 31.01.2018 / 21:26
0
answers

Problem in matrix of "minesweeper" in java?

Good, I explain the situation, I am not an expert in programming and I am a nobel student in terms of programming, I only have 3 or 4 months in a higher degree of programming and I do what I can. They gave us for Christmas a small project to rec...
asked by 27.12.2017 / 12:15
0
answers

Problem when creating multiple objects, the variables are the same for some reason

I'm doing a small neural network that detects the letter the thing is that I get stuck on something that may seem basic, I create a neuron object for each letter, it's only those 7, each letter has 3 different letters as well as pixels something...
asked by 04.06.2018 / 22:29
1
answer

help on arrays in Google Apps Script

I need to send a reminder message to certain email recipients, I have the following structure function recordatorio () { var asunto = "Recordatorio de felicitación"; var nombrebuzon = "Comunicación Global Engineering Mexico";...
asked by 09.11.2017 / 19:03
1
answer

Program to perform the average of a series of random dice rolls by means of functions

good, the program is based on making a series of random rolls of a die and make the average of this series of rolls. The number of runs is requested by the screen. The program is executed using the getRoundand perform Media functions. I do not k...
asked by 07.11.2017 / 22:29
2
answers

Navigate array of objects until they reach their properties in js

I have a function in which I pass an element of type string and I want to compare it with a property that each object that makes up the Array have. If it matches, it returns true and false. function Carta(id, marca, puntos) { this.i...
asked by 24.11.2017 / 17:55
0
answers

Creation of columns in Hightchart

Good morning, the example I should show is like the following link here is where the data is collected var chartseries = [{ name: 'Year 1800', data: [107, 31, 635, 203, 2] }, { n...
asked by 22.03.2018 / 23:37
1
answer

Get data from a ckeckbox

I have this array that shows me the subjects of a module. Now, I want that once you have selected the license plates you want, when you press a button, the options of the checkbox that I have chosen will be displayed. How could it be done? $mo...
asked by 05.12.2017 / 00:10
1
answer

When filling in a python dictionary in for me, repeat the last value in the other items

I have a dictionary that I want to fill with two lists, one that has the key and another that has the values, when it is with the for to save each item it is removed in order and saves them, but at the time of printing the dictionary I see that...
asked by 11.10.2017 / 18:58
1
answer

How to create an Array with a While of the DB?

How are you? I'm trying to get help with the following > I have this Array: $ComprobanteItem_1 = array( "Cantidad" => 1, "Detalle" => "Producto Uno", "Codigo" => "CODPROD"...
asked by 01.10.2017 / 02:36