-
Hello, I curruntly observed a strange behavior of the symbolic computation. I was trying to find the minimize of a quadratic function, by looking for the unique zero of its derivative (since its deriv…
-
Working on CSV files containing numbers with leading zeros, and incrementing them removed the zeros.
```
01,BP,0000006760,Test
01,BP,0000006760,Test
01,BP,0000006760,Test
01,BP,0000006760,Test
`…
-
Description:
This issue is for adding a Java solution to solve the problem where Chewbacca wants to minimize a number by inverting some of its digits. Inverting a digit involves replacing it with 9 -…
-
I use a MS SQL database containing a GUID as primary key.
Although the key is `96663d36-3a70-4969-c565-08d5e7197013`, it is displayed by *Schema Explorer* as `96663d36-3a70-4969-c565-8d5e7197013`, th…
doak updated
9 months ago
-
Hello all,
I have a problem with a seismic channel description:
The ADC converter has an offset, so we use a polynomial description for the first conversion and zeros and poles description.
All tes…
-
An occasional problem I run into is that when reading an HDF5 dataset with h5py and converting it to a numpy array, a large fraction of the output array is replaced with zeros. This appears to only be…
-
Hi!
Your page is a great resource and help for the MPU-9250. I have been trying for a while to get the MPU-9250 to work with a TM4C123 (Tiva C) via an IIC connection. I get the right answer (0x71) fr…
-
Hi,
Thank you for the stuff provided.
Is it possible to somehow show non significant numbers if value of odometer occupies less then N positions? In another words fill with zeros beginning from left.…
ghost updated
9 years ago
-
cc: @michel2323 & @amontoison
With @lcandiot I was wondering how to write a proper JVP J'VP with Enzyme and finally converged.
This might turn into a nice example one of these days.
@wsmoses any i…
-
Hello, on the line 155 of `gaussian_model.py`, should `features[:, 3:, 1:] = 0.0` be `features[:, :3, 1:] = 0.0` instead?
```
def create_from_pcd(self, pcd : BasicPointCloud, cam_infos : int, spatia…