Havlik Marcell

Results 21 comments of Havlik Marcell

Hey, I found the solution. Downloading the binary from here is working: https://julialang.org/downloads/ v1.4.2 But using "sudo apt install julia" doesn't work. Also using 1.5.0-rc1 fails with GCC version. It...

Yes, It would be nice. I use Ubuntu 20.04LTS 64bit. I am new to julia, so I don't think I would dare to take the challenge. I hope you can...

Thank you for the detailed answer! For me the unclear part is that how does * handle for bigger arrays 3D, 4D... But as I typed this again realised that...

It is really tricky code, I just can't understand how does this broadcasting called/overloaded in each `.` case. Also I don't see the cases for the N dimension `Array` types....

I have the exact same issue. Did you solve it?

Yes, I saw. This function could be really handy. I hope later they give it back, or provide some other solution for this.

``` org.gephi visualization-api org.gephi tools-api org.netbeans.api org-openide-util-lookup org.gephi graph-api org.gephi visualization org.gephi layout-plugin org.gephi ui-library-wrapper org.gephi layout-api org.gephi ui-propertyeditor org.gephi project-api org.gephi ui-utils org.gephi tools-api ``` And the imports are:...

TextModelImpl. It is nice to hear. However, I am not very good at using maven (just wrote my first plugin yesterday), please check it, to be sure.

I made a pull request, to gephi, I hope it helps. https://github.com/gephi/gephi/pull/1572

Or... the preallocation! Damn, I am comparing different operation. :( I will be back with the right measurement.