New posts in language-agnostic

Why is Math.pow(0, 0) === 1?

Does float have a negative zero? (-0f)

Making a system call that returns the stdout output as a string

Code Golf: Four is magic

Code Golf: Piano

Why is vectorization, faster in general, than loops?

When to use unsigned values over signed ones?

How do you mock a Sealed class?

Does anyone know of a good library for mapping a person's name to his or her gender? [closed]

Where can I learn the basics of writing a lexer?

How do I assess the hash collision probability?

How to terminate a program when it crashes? (which should just fail a unit test instead of getting stuck forever)

Why is base128 not used? [closed]

how to always round up to the next integer [duplicate]

Why are we using i as a counter in loops? [closed]

How to read values from numbers written as words?

Does any other language other than JavaScript have a difference between brace start locations (same line and next line)?

Puzzle: Find largest rectangle (maximal rectangle problem)

how to merge two files consistently line by line

Best way to format if statement with multiple conditions