On Monday, 5 October 2020 at 11:28:56 UTC, ryuukk_ wrote:
On Monday, 5 October 2020 at 11:14:47 UTC, frame wrote:
So I found out that there is nothing wrong with the method as
in a test environment the allocated memory block is removed
after GC.minimize().
Still need to find out why other blo
On Monday, 5 October 2020 at 11:14:47 UTC, frame wrote:
So I found out that there is nothing wrong with the method as
in a test environment the allocated memory block is removed
after GC.minimize().
Still need to find out why other blocks are not released.
However, is there a way to debug cur
So I found out that there is nothing wrong with the method as in
a test environment the allocated memory block is removed after
GC.minimize().
Still need to find out why other blocks are not released.
However, is there a way to debug currently allocated variables by
the GC?
On Friday, 25 October 2019 at 21:58:27 UTC, Laeeth Isharc wrote:
Another Symmetry project allows reading Excel files and a third
is wrapper and bindings around a C library to write Excel
files. We use them in production daily though there may be
rough edges for features we don't use.
I sho
On Saturday, 26 October 2019 at 10:09:54 UTC, Robert M. Münch
wrote:
Hi, maybe you want to take a look what we do.
We are creating price-predicting formulas for all kind of
products. Our solution is used in B2B by sales, engineering and
purchasing departments to predict prices for very complex
On 2019-10-24 16:03:26 +, Dukc said:
We're planning to have our product preview program to calculate and
suggest a price for the product displayed. There are a lot of variables
to take into account, so it's essential the users can edit the price
variables themselves.
Hi, mayb
On Thursday, 24 October 2019 at 17:41:21 UTC, Dukc wrote:
On Thursday, 24 October 2019 at 16:50:17 UTC, Dukc wrote:
Hmm, I need to check whether I can do that on LibreOffice Calc.
Unfortunately, no. If there's a way to do that, it's not
obvious.
I should be able to make an easy-to-use exce
On Thursday, 24 October 2019 at 17:41:21 UTC, Dukc wrote:
This was wrong: Atila's Excel-d enables writing plugin
functions, but not reading the spreadsheets. There are other
DUB utilities for that, though.
I quess I will give my employer two options: Either the price
variables are in an on
On Thursday, 24 October 2019 at 16:50:17 UTC, Dukc wrote:
Hmm, I need to check whether I can do that on LibreOffice Calc.
Unfortunately, no. If there's a way to do that, it's not obvious.
I should be able to make an easy-to-use excel-to-csv translator
using Atilas Excel utilites without too
On Thursday, 24 October 2019 at 16:20:50 UTC, jmh530 wrote:
If they are only opening it in Excel, then you can lock cells.
You should be able to do that with VBA.
At least I know it works with xlsx files. Not sure on csv now
that I think on it.
Hmm, I need to check whether I can do that on L
On Thursday, 24 October 2019 at 16:20:20 UTC, jmh530 wrote:
On Thursday, 24 October 2019 at 16:03:26 UTC, Dukc wrote:
[snip]
If they are only opening it in Excel, then you can lock cells.
You should be able to do that with VBA.
At least I know it works with xlsx files. Not sure on csv now
On Thursday, 24 October 2019 at 16:03:26 UTC, Dukc wrote:
[snip]
If they are only opening it in Excel, then you can lock cells.
You should be able to do that with VBA.
We're planning to have our product preview program to calculate
and suggest a price for the product displayed. There are a lot of
variables to take into account, so it's essential the users can
edit the price variables themselves.
The problem is that many of them are not the bes
On Thursday, 24 October 2019 at 16:03:26 UTC, Dukc wrote:
Even if it isn't CSV, it is going to be easier for me to write
a translator than a GUI editor.
Assuming the file format is simple, of course
expected, not 'assert'
when you click on Edit and wrap the code sample in this:
import std.path;
void main(){
...
}
now it runs fine.
I propose:
A)
the examples should be runnable by default (at least a majority
of them, in the meantime)
B)
we can do this either by requesting
15 matches
Mail list logo