char c;
scanf("%c", &c);
CarrotsHaveEars
- 0 Posts
- 58 Comments
What about you declare (then it gets allocated in stack) it and pass it to a different context for assignment?
CarrotsHaveEars@lemmy.mlto Asklemmy@lemmy.ml•Has AI sped up the development in the medical field?1·11 days agoThat, and predefined counter-attack scheme in fighting games and strategy games.
CarrotsHaveEars@lemmy.mlto Asklemmy@lemmy.ml•Has AI sped up the development in the medical field?11·12 days agoThanks for using the right term, “machine learning”. There are tons of papers on Kaggle showcase higher than 0.5 accuracy in predicting positive diagnosis. Not to mention professional image-recognition machines have been sent to hospitals and in service aiding doctors for almost a decade. That was before the AI stock market blew up.
CarrotsHaveEars@lemmy.mlto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?5·15 days agoCome get Devuan.
CarrotsHaveEars@lemmy.mlto Asklemmy@lemmy.ml•What game changing item*s can you buy for $100 or less?6·16 days agoOr a game shark.
This is one thing from Reddit that I don’t miss. To everyone else this is just spam.
How does that work from the fake cassette to the player? Does the fake cassette record what’s streaming to it to a loop of tape and let the player pick up the audio?
And no. A person who pays millions dollars of tax does not have a louder voice than I do. We are all the same tax payers who pay proportionally to our earnings.
Give me back the public infrastructure I need and the billionaires hate.
Urethra opening and vaginal opening are both inside the human body. There is only one opening in the front, male or female. Females have labia minora/majora. Males have urinary meatus.
Where are the other two?
If you don’t know how to set up themes in Teams, you can ask Tim from the theme team on Teams.
What era was that device? Some old games on NES had to use all kinds of quirks like this to overcome hardware limitation.
💪 Writes web applications that handle millions or even billions of requests per second
This has nothing to do with SO or AI.
CarrotsHaveEars@lemmy.mlto linuxmemes@lemmy.world•Who needs stable, feature-rich desktops anyway21·2 months agoLet me guess… apps which are written with Qt Python bindings?
CarrotsHaveEars@lemmy.mlto linuxmemes@lemmy.world•Who needs stable, feature-rich desktops anyway52·2 months agoThat these DEs are a bloat in modern Linux computers?
GTK is fine by me. Qt on the other hand, is BIG. And now with Qt6 out, and some older apps aren’t migrated to it yet, I have both Qt5 AND Qt6 installed on my computer. It’s a shitshow.
CarrotsHaveEars@lemmy.mlto linuxmemes@lemmy.world•Get a ThinkPad+Gentoo they said. It will be fun they said.11·2 months agoHave you ever played arcade? Do you sometimes wonder which part of your body controls the movement?
Yes, and no, sir, you missed the point. The procedure here is to allocate then give away, not reading a fixed-length returned value.
Say you can only afford to have ten bytes in the stack. You allocate
char s[10];
then give it to a library to parse something. Also telling it to abort if it’s going to be longer than ten bytes, of course.