- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: September 20th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Haha, you’re right. I’ve now learned two things:
- I should not write code on a mobile
- I should not become a proof reader
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; }
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