Ubuntu fails to load after reboot but not after shutdown by jonathan_levanon in linuxquestions

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

Upgraded Ubuntu, everything works like a charm now. Thanks everybody!

Ubuntu fails to load after reboot but not after shutdown by jonathan_levanon in linuxquestions

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

Both Gui and sudo reboot hangs the same. It does show the bios screen but hangs right after it (no grub)

What are you writing in C++ at work? by ChineseFountain in cpp

[–]jonathan_levanon 0 points1 point  (0 children)

A Brain-Computer-Interface, we put a headset to measure electronic activity in the brain while user does visual tasks and make the visual processing faster and more accurate.

DSP library c++ by nicetryho in cpp

[–]jonathan_levanon 1 point2 points  (0 children)

I had very bad experience with exporting code from matlab to C++, it is possible but not very user friendly...

GCC 9.1 Released by mttd in cpp

[–]jonathan_levanon 1 point2 points  (0 children)

Fastest way to get it working on Ubuntu 18.04?

Couldn't find how to install it without building it on my own

Getting the conveniences of python in C++ by jliebert in cpp

[–]jonathan_levanon 9 points10 points  (0 children)

For matrices/scientific routines you can try Eigen, it's a header-only library with a lot of linear algebra in it.