- 0 Posts
- 5 Comments
Joined 6 months ago
Cake day: January 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
What about
Let ret: Number If (someCondition) { <a lot of expensive calculations> ret = resultOfOperations } else { <a lot of other different expensive operations> ret = resultOfOtherOperations } return ret
You can’t declare ret inside the brackets
notarobot@lemm.eeto Selfhosted@lemmy.world•GitHub - gardner/LocalLanguageTool: Self-hosted LanguageTool private instance is an offline alternative to GrammarlyEnglish425·2 months agoKind of offtopic: Can we call something offline if you need a server to run it?
Sure, you could run it on your own PC and that’s it, but I don’t think that method fit well with this community
I always thought it was a federated kind of platform. Not really p2p. Why do you need an instance if its p2p?