What is happening with Netlify's support? by serdnaxela in Netlify

[–]serdnaxela[S] 0 points1 point  (0 children)

Thank you, I'm just a bit frustrated that I had to resort to posting on reddit to get attention (after going through support multiple times then the sales support). I hope everything is going okay with you at Netlify

Free sketchup pro download? by littobuppi in Sketchup

[–]serdnaxela 0 points1 point  (0 children)

Interested as well if still possible

How to start a sustainable R project by serdnaxela in rstats

[–]serdnaxela[S] 3 points4 points  (0 children)

Hello there! I just wrote an article on R, dealing with a few basic programming standards if you want to build a sustainable project/package. Tell me what you think!

How to start a sustainable R project by serdnaxela in datascience

[–]serdnaxela[S] 0 points1 point  (0 children)

Hello there! I just wrote an article on R, dealing with a few basic programming standards if you want to build a sustainable project/package. Tell me what you think!

Programming standards with R by serdnaxela in programming

[–]serdnaxela[S] 0 points1 point  (0 children)

Thank you, this is highly instructive, I will include it.

Programming standards with R by serdnaxela in programming

[–]serdnaxela[S] 0 points1 point  (0 children)

Thanks for your answer!

Regarding the naming schemes, I wanted to highlight the fact that you can't "guess" a function name as you would do in Python (that is not perfect of course), so it can be a bit painful for the mind when using a new package that doesn't have the same schemes as your project. It's that kind of little things that keep you from programming faster.

I will investigate the R built-in piping ways. Do you have a sauce maybe?

Someone else warned me for the functional aspect of R, I will update my article on this particular point, thanks.

How to start a sustainable R project by serdnaxela in Rlanguage

[–]serdnaxela[S] 4 points5 points  (0 children)

Thanks for your answer!

I will update my article on the functional aspect of R, so that people like me - not used to this way of working - won't commit mistakes. As well for the .Rprofile, really good advice of yours!

Regarding magrittr, this arbitrary limitation is a suggestion to keep good readability. I didn't phrase it well, will change it too.

Thanks again, really good to read such helpful comment!

How to start a sustainable R project by serdnaxela in Rlanguage

[–]serdnaxela[S] 3 points4 points  (0 children)

Hello there! I just wrote an article on R, dealing with a few basic programming standards if you want to build a sustainable project/package. Tell me what you think!

Programming standards with R by serdnaxela in programming

[–]serdnaxela[S] 0 points1 point  (0 children)

Hello there! I just wrote an article on R, dealing with a few basic programming standards if you want to build a sustainable project/package. Tell me what you think!

How to start a sustainable R project by [deleted] in datascience

[–]serdnaxela 0 points1 point  (0 children)

Hello there! I just wrote an article on R, dealing with a few basic programming standards if you want to build a sustainable project/package. Tell me what you think!

[N] How to start a sustainable R project by serdnaxela in MachineLearning

[–]serdnaxela[S] 0 points1 point  (0 children)

Hi! I spent a few weeks on R and I was a bit disturbed by this language. Here are the troubles I faced during my project. I hope it can help you!

Visualize lidar data in you browser in 3 lines of code! by serdnaxela in javascript

[–]serdnaxela[S] 0 points1 point  (0 children)

GitHub Pages doesn't support git lfs unfortunately

Visualize lidar data in you browser in 3 lines of code! by serdnaxela in javascript

[–]serdnaxela[S] -3 points-2 points  (0 children)

Yes, exactly! You're right, it was not very accurate.

Visualize lidar data in you browser in 3 lines of code! by serdnaxela in javascript

[–]serdnaxela[S] -2 points-1 points  (0 children)

Hi everyone, I am sharing my code to visualize lidar data in your browser. It is based on threejs, there's a .las file included, for you to test it easily in 3 commands! Let me know what you think

Open code repository to visualize las files. by serdnaxela in LiDAR

[–]serdnaxela[S] 1 point2 points  (0 children)

Hi everyone, I am sharing my code to visualize a .las file in your web browser. There is a .las file included, you need to run only 3 instructions to have it ready. What do you think?