i was confused with my project use firebase as db to collect sensor data and then do lstm, im newbie in python and code. How to convert json file to array and t
I would like to sort three top rated posts. The current function of displaying three post titles and their rating, but I can not sort them by best rating. Pleas
I have a C# server that is sending a file (in bytes) to my JAVA client. Currently I am using DataInputStream to read data from socket with a buffer size of 1024
I have various variables of different numeric datatypes(int,u32,u64,f32,f64, etc) and want to convert them to an array of bytes. For example: a := 120 // int d
I have the table bellow where each column from J to M are prices for a certain activities. Column I is the Size I want to create a new table where automatically
I'm currently practising C and learning pointers and arrays. I watched a tutorial where the instructor changed the function from int aFunction() to void aFuncti
I am trying to generate random numbers from -0.005 to 0.005 and want to give position from 0 to box size enter code here import Numpy as np a= [] velocities=
I have been trying to vectorize a function that takes two 2D arrays and return a 2D array of the same shape, so that I can apply it element wise to two 4D array
I haven't used C very much in the last few years. When I read this question today I came across some C syntax which I wasn't familiar with. Apparently in C99 t
One of my friends asked me about a coding challenge that their lecturer gave them as an exercise. I got a solution working to solve it. But I think the solution
I have a little problem with my unit test and an array generated "randomly", I have something looking like this : return [ 'foo' => $this->faker->sent
probably can not see something, I got two arrays: $grid = Array ( [0] => 3 [1] => 2 [2] => 3 [3] => 2
I am working with Data Tables and I have a function that I can't seem to figure out. I am using SSP and I have my columns set up in an array. See below: $column
The code: https://pastebin.com/nW6A49ck /* C program to remove consecutive repeated characters from string. */ #include <stdio.h> int main() { cha
I created this program in Java programming to get all recipes details inputs from user and then user can choose to insert, find, remove or display recipes detai
I am trying to make a scoreboard with images in processing, with images from 0 to 9, but any number greater than 9 does not make changes It should be something
I know this may a simple problem but I have a the following javascript object: const categories = { title: 'cat1', contents: [ { nam
I have a class array inside which I have declared an array its size and length. I am trying to merge two sorted arrays by creating the third array on the heap a
I'm trying to create a LabVIEW VI with an "ok button", a numeric indicator "Number of click" and an array of cluster, in which every cluster contain a TimeStamp
This should probably be simple, but I'm missing something. I want to have two arrays, combine them, then list out the values. I obviously don'