Respuestas al mensaje #5,612

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Nigger Caviar

Programming thread

I just feel like the obvious answer to the problem is usually the best. Its basic math. Even numbers divided by two, do not have a remainder. Its...
y a t s

Programming thread

Simple, concise, and well reasoned. Kudos. Just for an autistic level of clarity, C# doesn't do truthy/falsy ints, so it would be return number &...
Rusty Metal Skull Gun

Programming thread

All C compilers will optimize foo % 2 to foo & 1. I'd be surprised if Python doesn't do the same. Same with foo /= 2 to foo >>= 1.
Atrás
Top Abajo