I used it once, as a last resort when I wanted to try some program that had a ridiculous set of build dependencies that was just too much. It was okay, I guess.
jsdz
This is the best summary I could come up with: It's "members of Congress, conservative activists and wealthy tech investors."
int is_even(int n)
{
int result = -1;
char number[8]; //should be enough
sprintf(number, "%d", n);
// check the number
// TODO: handle negative numbers
for (char *p=number; *p; p++)
{
if (*p=='0' || *p=='2' || *p=='4' || *p=='6' || *p=='8')
result = 1;
else if (*p=='1' || *p=='3' || *p=='5' || *p=='7' || *p=='9')
result = 0;
else {
fprintf(stderr, "Your number is wrong!\n");
exit(1);
}
}
return result;
}
If everyone on the fediverse goes to google.com right now and searches for "best new iphone car insurance shopping aarp member bad credit" maybe we can save the economy.
Who are all these extremist wackos who don't already want to abolish capitalism?
Amazing how Johnson's government managed to combine this callous indifference to the fates of its people with one of the most cruel and restrictive "lockdown" regimes in the world, arresting people for going out to walk their dogs and so on. Boris really had a talent for ineptitude that was exceptional even among prime ministers.
More evidence that all political leaders need someone whose job it is to sneak up on them and whisper "remember, you too will die" whenever they seem in danger of forgetting it.
When I played it the answer was to run "SwGame-Win64-Shipping.exe" instead of whatever stupid launcher it tries to load by default.
If you really want it right now, many guides for how to compile linux kernels are available. Here's one.
You might think that things have changed over the years, but I was around in 1995 and I can assure you this looked exactly as ridiculous then as it does now.
It was added to the "exclude" list in an apparently unrelated commit three days ago with absolutely no explanation. Glancing at its front page I see nothing objectionable, just a lot of anime stuff. When challenged u/dessalines had nothing to say other than "no, that is full of CSAM" and just closed the discussion without further comment.
Unless some more info comes to light it does not look good. Probably as good a time as any to depart from lemmy.ml.