b-k
b-k
It might be nice to add an "open file or directory in other app" option to the menus as a workaround. This would allow users to go to a file...
Thanks for your investigations, and sorry for the long delay. I expect I'll have time next week to work on this. If you want to DM me we can discuss...
Would you like to submit a pull request with appropriate #if statements to compile correctly? It would be difficult for me to do so properly from where I am. Thanks,...
Try using `valgrind --leak-check=yes ./charct` A lot of things don't get explicitly closed out at the end of the sample programs, because one of the themes of the book is...
It looks like the script is looking for the OpenMP library for threading. Is that installed? If you'd like to work on adding a check to autoconf, we could perhaps...
* There's ```apop_data_summarize(data)```. It should be similar to R's ```summary()```, but probably not identical. * There are a few macros to slice data sets. Notably, ```apop_data *head = Apop_cs(data, 0,...
Hi. I'm the author of the Apophenia library of stats functions that got mentioned in the Julia.stats mailing list a week or two ago. Although it's still a draft and...