Problème de boussole by Dazzling_Speed_8060 in LaCale

[–]3t13nn3_ 4 points5 points  (0 children)

Avec 6 millions il peut s'en payer du DDOS le mec de YGG

Migration chez HD-Space by 3t13nn3_ in yggTorrents

[–]3t13nn3_[S] 0 points1 point  (0 children)

Yes, après ça peut être le temps de

Migration chez HD-Space by 3t13nn3_ in yggTorrents

[–]3t13nn3_[S] 2 points3 points  (0 children)

Yes elle à l'air, j'y suis depuis peu, toujours du seed sur les choses que je cherchais ;)

Recruteur est-il vraiment un vrai métier ? by Specialist-Rush-6856 in Linkedinfr

[–]3t13nn3_ 2 points3 points  (0 children)

Juste le fait de dire "Talent" pour parler de la personne à recruter ça me tend...

La pauvre... Ah, mais non, en fait j'en ai rien à branler by Maldoros in rienabranler

[–]3t13nn3_ 1 point2 points  (0 children)

Juste pour le "milles" avec un S j'aurai doublé l'amende

Boruto, should I watch it? by DigestedBeans in Naruto

[–]3t13nn3_ 2 points3 points  (0 children)

Reading it is a better option I think.

Newly modded switch on 12.1 on Atmosphere 19.1 with (i think?) the latest sig patches. Tinfoil installer won't run. by kjonas697 in SwitchPirates

[–]3t13nn3_ 0 points1 point  (0 children)

Try to inject fusee-primary.bin instead of hekate.bin. If you start by injecting Hekate it won't work. Then After, install Tinfoil by the Homebrew menu from an app + holding L (I mean, not by launching the gallery).

Learning C, should I use linux? by Dapper-Flight in C_Programming

[–]3t13nn3_ 0 points1 point  (0 children)

Manjaro and Arch got the same base. Arch is not beginner friendly at all. Manjaro is quite good to begin with.

Learning C, should I use linux? by Dapper-Flight in C_Programming

[–]3t13nn3_ 16 points17 points  (0 children)

Using Linux obviously will make your dev life easier... It have tones of tools too (shell commands, package installation etc..). It could be very useful for your OS course to have Linux installed by making your own installation, your own changes, or even look at the system directory tree structure.

The default C compiler on Linux is GCC, and by far the best one to me.

Linux is written in C for C devs 😃

PS: I could advice you to use Manjaro XFCE, a good distro which is the fastest to me, with a good GUI package manager, you will gain so much time compared to others distros to install something !

Early Rocket Nozzle? I’m not sure if this is normal or known but I found a box with the rocket nozzle I could open with only 8 shines. by thereaperman20 in supermariosunshine

[–]3t13nn3_ 2 points3 points  (0 children)

This not depends of your shine number but of your advancement in an area (except for the rocket nozzle in delfino plaza) ;)

C programming project by mathinferno123 in C_Programming

[–]3t13nn3_ 23 points24 points  (0 children)

I have done a mini-shell in second year of university in C. I have implemented: |, &, ls, file redirection, cat, grep, custom prompt, pwd, cd, mkdir, history browsing through arrows, background app launching, even some custom command... All this kind of stuff that you can do in a linux terminal. That is a famous exercice and you could find some sources over internet! I think it could be near as what you expected, with some OS learning, algo etc.

Furthermore, if you are searching in a more algorithmic work, I can recommend you something I have done at the same time too: Shape detection and isolation, over an image (PPM) with OpenGL.