Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Checking if a word is made up of one or more concatenated dictionary words

How can I make a random selection from an inversely-weighted list?

How to generate all combinations of assigning balls into bins including empty and full assignments?

Which existing language features are the most difficult to implement and why?

I need a basic concrete example on how to use TDD along with Design by Contract

Are licenses relevant for small code snippets? [closed]

Language Agnostic API Generation

Maximize function: what method?

Design choice: pass service to object or object to service?

Comparison method for sorting that shuffles equal elements randomly

Coding Competition, language agnostic guidelines?

Mediator pattern or too much responsibility

Connection is reset. How to emulate?

Regex for matching specified text, then anything except a specified text, then anything, then specified text

Summing values in one-line comma delimited file

Is there more to the builder pattern than what named optional parameters offer?

To what extent should code try to explain fatal exceptions?

Convert a quadratic curve points to polynomial representation?

call one constructor from another constructors in one class

Given a sorted array with a few numbers in between reversed. How to sort it?