Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Difference between pre-increment and post-increment in a loop?

Peak signal detection in realtime timeseries data

What is the fastest way to get the value of π?

Equation for testing if a point is inside a circle

What's your most controversial programming opinion?

language-agnostic

How to explain callbacks in plain english? How are they different from calling one function from another function?

Should I test private methods or only public ones? [closed]

Why should hash functions use a prime number modulus?

What is stability in sorting algorithms and why is it important?

What is the difference between concurrent programming and parallel programming?

What are sessions? How do they work?

language-agnostic session

Why is quicksort better than mergesort?

Shortest distance between a point and a line segment

What are five things you hate about your favorite language? [closed]

What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners! [closed]

language-agnostic

Way to go from recursion to iteration

What is the meaning of the term "thread-safe"?

Getting the closest string match

Runtime vs. Compile time

Why should I not wrap every block in "try"-"catch"?