Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

In 0-based indexing system, do people call the element at index 0 the "first" or the "zeroth" element?

Use case for try-catch-finally with both catch and finally

What should coding guidelines do, and are there any good examples of guidelines? [closed]

worth to learn groovy? [closed]

language-agnostic groovy

undo/redo with cascading deletions

Algorithms for compression of set tries

How to detect if the given graph has a cycle containing all of its nodes? Does the suggested algorithm have any flaws?

Longest Simple Path

How To Mutex Across a Network?

Is there an algorithm to decide if a * b fits within the possible values of an integer? (without casting to a wider type)

Clean text coming from PDFs

How do code coverage tools work in different languages?

Superset Search

Best Data Structure For Time Series Data

How can you tell when a user last pressed a key (or moved the mouse)?

language-agnostic

Any visualizations of neural network decision process when recognizing images?

What's the simplest algorithm to escape a single character?

What data structure or mix of data structures would I use for a concurrent queue that allows for bulk and specific deletes?

Efficient algorithm to compute the median of pariwise absolute sums of a sorted array