Google Code Exporter
Google Code Exporter
``` The only way I have found to visually separate tasks on the task list is to insert unnamed tasks. But this still carries with it all other fields associated...
``` Usually, the resources are not only people working, sometimes we do have a machine working for a long period of time. It would be good to identify two groups...
``` We have assorted files where different font settings are kept; they are poorly documented and sometimes are difficult to edit for a regular user (e.g. may require administrator priveleges)....
``` Could you include the logo file into the .gan file, or at least export it somehow ? For example if I want to send the .gan file to some...
``` Sometimes it is convenient to see tasks assigned to a resource in the order of their end dates. Discussion on the forum: http://forum.ganttproject.biz/view/20140324170745_7800k5zqyj78ziotka4jw5vm6#2 ``` Original issue reported on code.google.com...
``` Implement convenient simulation of spectrum, either inside of ADDA, or with a separate script. Possibly optimize calculation by simultaneous solving for many wavelength values in one iterative sequence (should...
``` Implement convex hull algorithm into shape generator to enable much wider variety of automatically generated shapes. The idea and sample code were given by Roman Schuh. ``` Original issue...
``` Memory requirements of sparse mode is generally smaller than that of the FFT mode. But the sparse mode requires one to store a couple of "full" (non-distributed) arrays (with...
``` There are a number of ideas, which could be used to optimize the 3D FFT transform, using modern FFT libraries (like FFTW or clAmdFft). 1) Full 3D transpose can...
``` There are several ideas to be considered: 1) Currently Romberg integration is internally replaced by simple trapezoid rule due to periodicity. This can be made explicit to add flexibility....