Raman Kumar
Raman Kumar
I want to extract information from GCN NASA website. Can ParserCombinator.jl be of help in my problem. Please see discourse: https://discourse.julialang.org/t/web-scraping-of-gcn-nasa-circulars-text/100809
Please add `import PlotUtils: palette` in your code . https://discourse.julialang.org/t/sankey-diagram-in-julia/92884/4 Why there is a comma after "Heat demand" in name collection ?? Please also make Documentation more understandable by including...
I want to use python library CIS and pyfiles inside julia script but i am getting error. https://python-forum.io/thread-42346.html
See this link https://discourse.julialang.org/t/python-cis-read-data-function-error/115748/5 I am Julia language to read hdf5 file using CIS library. I am using [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) to use python api for CIS library within Julia.
How to add contour labels in plot while using Contour.jl package? My code is shown below: ` for cl in Contour.levels(Contour.contours(x, z, z_log, 10)) lvl = Contour.level(cl) # the z-value...
https://github.com/JuliaLang/julia/blame/a23ce4bcbbb06be413169424cbffee0718b8a431/doc/src/manual/types.md#L253 Please write it as ""because it is recompiled only for those tuple of concrete argument types with which it is invoked.""
I have an HDF5 file. I open it as `h5 = h5open(h5file, "r")` and initialize `r` as `r = zeros(Float32,18)` when i read!() fuction `read!((h5["x1v"])[:, 1], r)` i get following...
Please add Documentation link in About section. It is more visible in About section than in readme section icons. https://discourse.julialang.org/t/array-addition-of-oneapi-jl-slower/133663/5 Other than that please also add more detailed examples and...
https://github.com/JuliaGeometry/Meshes.jl/blob/db4881f0b5500ab39aef86681b4b2d33a747a244/ext/grid/cartesian.jl#L84 ```julia using GLMakie, Meshes l =Meshes.Point(0,0,1.6) h =Meshes.Point(0.172,0.065,1.75) dbb = RegularGrid(l, h, dims = (10, 10, 10)) viz(dbb, color=1:nelements(dbb), alpha=0.4, showsegments=true) ``` work fine while ```julia viz(dbb, color=1:nvertices(dbb), alpha=0.4,...
added `CuArray` for easy understanding.