They’ve made Windows IoT Core that runs on Raspberry Pi. I have a colleague that maintains a tanning bed system that uses two Pis running that for each bed, one to operate the bed itself and one to accept payments.
It’s mad
They’ve made Windows IoT Core that runs on Raspberry Pi. I have a colleague that maintains a tanning bed system that uses two Pis running that for each bed, one to operate the bed itself and one to accept payments.
It’s mad
Haha, you’re right. I’ve now learned two things:
At the end of the day i just wanted the function to be worse, by causing stack overflows
I removed the tail recursion for you:
private book IsEven(int number) {
if(number > 1) return IsEven(number - 2) == true;
if(number == 0) return true;
if(number == 2) return false;
}
In Denmark we have the digraph “aa” that is the same as “å”. Since “å” is the last letter in the Danish alphabet, “aa” must be sorted likewise. Hence the ordering Aalborg -> Allerup -> Middelfart is incorrect and the correct ordering is Allerup -> Middelfart -> Aalborg.
The exception is if two a’s are pronounced as separate vowels e.g. due to compounding words: “ekstra” + “arbejde” gives “ekstraarbejde” but here it is not pronounced as “å” so ekstraarbejde -> ekstrabetaling is correct ordering as well
https://en.m.wikipedia.org/wiki/Danish_and_Norwegian_alphabet

But you could go further. I want to be able to define an Auto and a Bahn, then immediately be able to go
new AutoBahn()
There are cases where fake places became real since people moved there afterwards
I might go with a 403 how dare you!