plops
plops
raster image
Hi, I would like plotting of raster images in IJulia. Gadfly supports histogram2d, which nearly does what I want. In our research group, we currently use dipimage/Matlab http://www.diplib.org/ , which...
I would like to emit OpenCL programs into strings. This is an example: ``` const char *source = "\ enum{N=100}; \ const sampler_t sampler = CLK_NORMALIZED_COORDS_FALSE| \ CLK_ADDRESS_CLAMP_TO_EDGE| \ CLK_FILTER_LINEAR;...
I have a hard time figuring out how to declare a GLSL compute shader: I want the code to expand into this: ``` #version 430 core layout (local_size_x=32, local_size_y=32) in;...
I got used to using CMake and I think would have helped me if the example had a CMakeLists.txt. I did it for this particular example because this is what...
The link https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/git-clang-format in the Readme doesn't work anymore. I used this instead: https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/git-clang-format
Hi @jbaldwin, I'm quite intrigued by libcoro and wanted to experiment with using a large language model (Gemini 1.5 Pro) to generate documentation for it. The project seemed like a...
Hi, I tried to load the files of this project into Google Gemini 1.5 Pro and asked for documentation. Have a look if you are interested: https://github.com/plops/cl-linux-debug/blob/feature/add_documentation_with_google_gemini1pt5_pro/doc/04_outline.md Regards, Martin
Hi Andy, I've been experimenting with using Google's Gemini Pro model to generate documentation for stm32plus, focusing on areas I'm particularly interested in. I fed it a curated 3.9MB selection...