Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Sample Problems for Multithreading Practice

Possible to implement a manual increment with just simple SQL INSERT?

Getting a specific digit from a ratio expansion in any base (nth digit of x/y)

Is it safe to use floats as keys of hashtables?

Why do most programming languages use eager evaluation for arguments passed to a function?

Hacks for clamping integer to 0-255 and doubles to 0.0-1.0?

What's a good naming convention for a lookup map/hash? [closed]

Simple excercises for learning a new language

language-agnostic

How do different languages handle the "dangling else"?

language-agnostic

Why isn't randomized probing more popular in hash table implementations?

finding two most distant elements in a binary tree

Problem calculating overlapping date ranges

Calculating the negabinary representation of a given number without loops

How to separate data validation from my simple domain objects (POCOs)?

How to identify a programmer good at multi-threaded programming?

Helper class(es) vs functional inheritance. Best practice

What are some highly-regarded books on (modern or historic) programming language design?

Principles on how to send a mass mailer without it ending up in junk mail

Given list of 2d points, find the point closest to all other points

Applications using Decimal versus double . .