this post was submitted on 05 Dec 2023
275 points (97.6% liked)

Programmer Humor

18396 readers
1056 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] marcos 54 points 7 months ago (3 children)
[–] captainjaneway 47 points 7 months ago (1 children)

Just divide that number by two until it's small enough to make the request under the free version.

[–] [email protected] 40 points 7 months ago (1 children)

pretty sure that has to be against their TOS

/s

[–] [email protected] 3 points 7 months ago

That's against the terms of math :-)

[–] aaaa 19 points 7 months ago

That's not even supported by the enterprise version. You're going to need a special agreement with the iseven people to support numbers like that

[–] [email protected] 6 points 7 months ago (1 children)

Easy workaround, just test the last digit. If it is even, the entire number is even, else odd.

[–] marcos 11 points 7 months ago

That's preposterous! Next time you'll tell me the language I'm using has a builtin operator that test if a number can be divided by another!